PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
構成ストアに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 この操作を使用してプライベート エンドポイント接続を作成することはできません。 プライベート エンドポイント接続は、ネットワーク リソース プロバイダーを使用して作成する必要があります。
function beginCreateOrUpdate(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名
- privateEndpointConnection
- PrivateEndpointConnection
プライベート エンドポイント接続プロパティ。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
構成ストアに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 この操作を使用してプライベート エンドポイント接続を作成することはできません。 プライベート エンドポイント接続は、ネットワーク リソース プロバイダーを使用して作成する必要があります。
function beginCreateOrUpdateAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名
- privateEndpointConnection
- PrivateEndpointConnection
プライベート エンドポイント接続プロパティ。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名
options パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
構成ストアに関連付けられている指定されたプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, configStoreName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
listByConfigurationStore(string, string, PrivateEndpointConnectionsListByConfigurationStoreOptionalParams)
構成ストアのすべてのプライベート エンドポイント接続を一覧表示します。
function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateEndpointConnectionsListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
コンテナー レジストリが属するリソース グループの名前。
- configStoreName
-
string
構成ストアの名前。
options パラメーター。