ApplicationGatewayPrivateEndpointConnections interface
ApplicationGatewayPrivateEndpointConnections を表すインターフェイス。
メソッド
| begin |
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。 |
| begin |
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を削除します。 |
| begin |
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。 |
| begin |
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を更新します。 |
| get(string, string, string, Application |
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。 |
| list(string, string, Application |
アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
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
アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
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
アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
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
アプリケーション ゲートウェイのプライベート エンドポイント接続操作を更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationGatewayPrivateEndpointConnection>, ApplicationGatewayPrivateEndpointConnection>>
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
アプリケーション ゲートウェイのプライベート エンドポイント接続操作を更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
get(string, string, string, ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams)
アプリケーション ゲートウェイで指定されたプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, applicationGatewayName: string, connectionName: string, options?: ApplicationGatewayPrivateEndpointConnectionsGetOptionalParams): Promise<ApplicationGatewayPrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- applicationGatewayName
-
string
アプリケーション ゲートウェイの名前。
- connectionName
-
string
アプリケーション ゲートウェイのプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
list(string, string, ApplicationGatewayPrivateEndpointConnectionsListOptionalParams)
アプリケーション ゲートウェイ上のすべてのプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, applicationGatewayName: string, options?: ApplicationGatewayPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<ApplicationGatewayPrivateEndpointConnection, ApplicationGatewayPrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- applicationGatewayName
-
string
アプリケーション ゲートウェイの名前。
オプション パラメーター。