PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
| begin |
プライベート エンドポイント接続を削除します。 |
| begin |
プライベート エンドポイント接続を削除します。 |
| begin |
プライベートエンドポイント接続を承認または拒否します。 |
| begin |
プライベートエンドポイント接続を承認または拒否します。 |
| get(string, string, string, Private |
プライベート エンドポイント接続を取得します。 |
| list |
サーバー上のすべてのプライベートエンドポイント接続を一覧にします。 |
メソッドの詳細
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
beginUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
プライベートエンドポイント接続を承認または拒否します。
function beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): 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, PrivateEndpointConnectionsUpdateOptionalParams)
プライベートエンドポイント接続を承認または拒否します。
function beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
プライベートエンドポイント接続を更新するために必要なパラメータ。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
プライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
listByServer(string, string, PrivateEndpointConnectionsListByServerOptionalParams)
サーバー上のすべてのプライベートエンドポイント接続を一覧にします。
function listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- serverName
-
string
サーバーの名前。
オプション パラメーター。