PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
begin |
サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin |
サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin |
プライベート エンドポイント接続を削除します。 |
begin |
プライベート エンドポイント接続を削除します。 |
get(string, string, string, Private |
サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
list |
サービスのすべてのプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- resourceName
-
string
サービス インスタンスの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
- properties
- PrivateEndpointConnection
プライベート エンドポイント接続プロパティ。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
サービスに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionDescription>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- resourceName
-
string
サービス インスタンスの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
- properties
- PrivateEndpointConnection
プライベート エンドポイント接続プロパティ。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionDescription>
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
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
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
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
サービスに関連付けられている指定されたプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, resourceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionDescription>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- resourceName
-
string
サービス インスタンスの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionDescription>
listByService(string, string, PrivateEndpointConnectionsListByServiceOptionalParams)
サービスのすべてのプライベート エンドポイント接続を一覧表示します。
function listByService(resourceGroupName: string, resourceName: string, options?: PrivateEndpointConnectionsListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription, PrivateEndpointConnectionDescription[], PageSettings>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- resourceName
-
string
サービス インスタンスの名前。
オプション パラメーター。