PrivateEndpointConnectionOperations interface
PrivateEndpointConnectionOperations を表すインターフェイス。
メソッド
| begin |
指定された名前のプライベート エンドポイント接続を削除します。 |
| begin |
指定された名前のプライベート エンドポイント接続を削除します。 |
| begin |
特定の名前でプライベート エンドポイント接続を承認または拒否します。 |
| begin |
特定の名前でプライベート エンドポイント接続を承認または拒否します。 |
メソッドの詳細
beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
指定された名前のプライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteHeaders>, PrivateEndpointConnectionDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteHeaders>, PrivateEndpointConnectionDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
指定された名前のプライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)
特定の名前でプライベート エンドポイント接続を承認または拒否します。
function beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
プライベート エンドポイント接続を更新するために必要なパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionUpdateOptionalParams)
特定の名前でプライベート エンドポイント接続を承認または拒否します。
function beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
プライベート エンドポイント接続を更新するために必要なパラメーター。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>