PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
begin |
指定した名前のプライベート エンドポイント接続を承認または拒否します。 |
begin |
指定した名前のプライベート エンドポイント接続を承認または拒否します。 |
begin |
指定した名前のプライベート エンドポイント接続を削除します。 |
begin |
指定した名前のプライベート エンドポイント接続を削除します。 |
get(string, string, string, Private |
プライベート エンドポイント接続を取得する。 |
list |
クラスター上のプライベート エンドポイント接続の一覧を取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
指定した名前のプライベート エンドポイント接続を承認または拒否します。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointConnectionName
-
string
クラスターに関連付けられているプライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
プライベート エンドポイント接続を承認するために必要なパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
指定した名前のプライベート エンドポイント接続を承認または拒否します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointConnectionName
-
string
クラスターに関連付けられているプライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
プライベート エンドポイント接続を承認するために必要なパラメーター。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
指定した名前のプライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointConnectionName
-
string
クラスターに関連付けられているプライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
指定した名前のプライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointConnectionName
-
string
クラスターに関連付けられているプライベート エンドポイント接続の名前。
options パラメーター。
戻り値
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
プライベート エンドポイント接続を取得する。
function get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
- privateEndpointConnectionName
-
string
クラスターに関連付けられているプライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)
クラスター上のプライベート エンドポイント接続の一覧を取得します。
function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- clusterName
-
string
クラスターの名前です。
options パラメーター。