次の方法で共有


PrivateEndpointConnections interface

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

メソッド

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

サービスのすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

properties
PrivateEndpointConnection

プライベート エンドポイント接続プロパティ。

options
PrivateEndpointConnectionsCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

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

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

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。

function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

privateEndpointConnectionName

string

Azure リソースに関連付けられているプライベート エンドポイント接続の名前

options
PrivateEndpointConnectionsGetOptionalParams

オプション パラメーター。

戻り値

listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)

サービスのすべてのプライベート エンドポイント接続を一覧表示します。

function listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription, PrivateEndpointConnectionDescription[], PageSettings>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

resourceName

string

サービス インスタンスの名前。

options
PrivateEndpointConnectionsListByServiceOptionalParams

オプション パラメーター。

戻り値