PrivateEndpointConnections interface

PrivateEndpointConnections を表すインターフェイス。

メソッド

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続要求を削除します。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続要求を削除します。

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

プライベート エンドポイント接続要求を承認または拒否します。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

プライベート エンドポイント接続オブジェクトを取得します。

listByResource(string, string, PrivateEndpointConnectionsListByResourceOptionalParams)

プライベート エンドポイント接続の一覧を取得します。

メソッドの詳細

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続要求を削除します。

function beginDelete(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

farmBeatsResourceName

string

FarmBeats リソース名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

プライベート エンドポイント接続要求を削除します。

function beginDeleteAndWait(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

farmBeatsResourceName

string

FarmBeats リソース名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

options
PrivateEndpointConnectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

プライベート エンドポイント接続要求を承認または拒否します。

function createOrUpdate(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, body: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

farmBeatsResourceName

string

FarmBeats リソース名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

body
PrivateEndpointConnection

Request オブジェクト。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

プライベート エンドポイント接続オブジェクトを取得します。

function get(resourceGroupName: string, farmBeatsResourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

farmBeatsResourceName

string

FarmBeats リソース名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

options
PrivateEndpointConnectionsGetOptionalParams

options パラメーター。

戻り値

listByResource(string, string, PrivateEndpointConnectionsListByResourceOptionalParams)

プライベート エンドポイント接続の一覧を取得します。

function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateEndpointConnectionsListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

farmBeatsResourceName

string

FarmBeats リソース名。

options
PrivateEndpointConnectionsListByResourceOptionalParams

options パラメーター。

戻り値