PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
begin |
プライベート エンドポイント接続を削除します。 |
begin |
プライベート エンドポイント接続を削除します。 |
get(string, string, string, Private |
プライベート クラスターの詳細については、次を参照してください。 https://docs.microsoft.com/azure/aks/private-clusters |
list(string, string, Private |
プライベート クラスターの詳細については、次を参照してください。 https://docs.microsoft.com/azure/aks/private-clusters |
update(string, string, string, Private |
プライベート エンドポイント接続を更新します。 |
メソッドの詳細
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
-
string
マネージド クラスター リソースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
-
string
マネージド クラスター リソースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
プライベート クラスターの詳細については、次を参照してください。 https://docs.microsoft.com/azure/aks/private-clusters
function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
-
string
マネージド クラスター リソースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
プライベート クラスターの詳細については、次を参照してください。 https://docs.microsoft.com/azure/aks/private-clusters
function list(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionListResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
-
string
マネージド クラスター リソースの名前。
options パラメーター。
戻り値
Promise<PrivateEndpointConnectionListResult>
update(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsUpdateOptionalParams)
プライベート エンドポイント接続を更新します。
function update(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- resourceName
-
string
マネージド クラスター リソースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- parameters
- PrivateEndpointConnection
更新されたプライベート エンドポイント接続。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>