次の方法で共有


ApplicationGatewayPrivateEndpointConnections interface

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

メソッド

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

メソッドの詳細

beginDelete(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

function beginDelete(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

connectionName

string

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

options
ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。

function beginDeleteAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

connectionName

string

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

options
ApplicationGatewayPrivateEndpointConnectionsDeleteOptionalParams

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

戻り値

Promise<void>

beginUpdate(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

function beginUpdate(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

connectionName

string

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

parameters
ApplicationGatewayPrivateEndpointConnection

アプリケーション ゲートウェイのプライベート エンドポイント接続操作を更新するために指定されたパラメーター。

options
ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams

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

戻り値

beginUpdateAndWait(string, string, string, ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。

function beginUpdateAndWait(resourceGroupName: string, applicationGatewayName: string, connectionName: string, parameters: ApplicationGatewayPrivateEndpointConnection, options?: ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

connectionName

string

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

parameters
ApplicationGatewayPrivateEndpointConnection

アプリケーション ゲートウェイのプライベート エンドポイント接続操作を更新するために指定されたパラメーター。

options
ApplicationGatewayPrivateEndpointConnectionsUpdateOptionalParams

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

戻り値

get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)

アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。

function get(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

connectionName

string

アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。

options
ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams

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

戻り値

list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)

アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。

function list(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

applicationGatewayName

string

アプリケーション ゲートウェイの名前。

options
ApplicationGatewayPrivateEndpointConnectionsListOptionalParams

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

戻り値