ManagedEnvironmentPrivateEndpointConnections interface
ManagedEnvironmentPrivateEndpointConnections を表すインターフェイス。
メソッド
| begin |
特定のマネージド環境のプライベート エンドポイント接続の状態を更新します。 |
| begin |
特定のマネージド環境のプライベート エンドポイント接続の状態を更新します。 |
| begin |
特定のマネージド環境のプライベート エンドポイント接続を削除します。 |
| begin |
特定のマネージド環境のプライベート エンドポイント接続を削除します。 |
| get(string, string, string, Managed |
特定のマネージド環境のプライベート エンドポイント接続を取得します。 |
| list(string, string, Managed |
特定のマネージド環境のプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdate(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
- privateEndpointConnectionEnvelope
- PrivateEndpointConnection
プライベート エンドポイントのリソースとそのプロパティ
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, privateEndpointConnectionEnvelope: PrivateEndpointConnection, options?: ManagedEnvironmentPrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
- privateEndpointConnectionEnvelope
- PrivateEndpointConnection
プライベート エンドポイントのリソースとそのプロパティ
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>, ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsDeleteOptionalParams): Promise<ManagedEnvironmentPrivateEndpointConnectionsDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
get(string, string, string, ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, environmentName: string, privateEndpointConnectionName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams)
特定のマネージド環境のプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, environmentName: string, options?: ManagedEnvironmentPrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- environmentName
-
string
マネージド環境の名前。
オプション パラメーター。