PrivateEndpointConnectionProxies interface
PrivateEndpointConnectionProxies を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)
(内部 - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシ リソースを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
- privateEndpointConnectionProxy
- PrivateEndpointConnectionProxy
プライベート エンドポイント接続プロキシを作成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnectionProxy>, PrivateEndpointConnectionProxy>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams)
(内部 - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシ リソースを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionProxy>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
- privateEndpointConnectionProxy
- PrivateEndpointConnectionProxy
プライベート エンドポイント接続プロキシを作成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionProxy>
beginDelete(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)
(内部 - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシを削除します。
function beginDelete(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionProxiesDeleteOptionalParams)
(内部 - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシを削除します。
function beginDeleteAndWait(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionProxiesGetOptionalParams)
(内部 - 使用しない)デバイス更新アカウントに関連付けられている指定されたプライベート エンドポイント接続プロキシを取得します。
function get(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, options?: PrivateEndpointConnectionProxiesGetOptionalParams): Promise<PrivateEndpointConnectionProxy>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionProxy>
listByAccount(string, string, PrivateEndpointConnectionProxiesListByAccountOptionalParams)
(内部 - 使用しない)デバイス更新アカウント内のすべてのプライベート エンドポイント接続プロキシを一覧表示します。
function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionProxiesListByAccountOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxy[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
オプション パラメーター。
戻り値
updatePrivateEndpointProperties(string, string, string, PrivateEndpointUpdate, PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams)
(内部 - 使用しない)プライベート エンドポイント接続プロキシ オブジェクト内のプライベート エンドポイントを更新します。
function updatePrivateEndpointProperties(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointUpdate: PrivateEndpointUpdate, options?: PrivateEndpointConnectionProxiesUpdatePrivateEndpointPropertiesOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
- privateEndpointUpdate
- PrivateEndpointUpdate
プライベート エンドポイント接続プロキシを更新するためのパラメーター。
オプション パラメーター。
戻り値
Promise<void>
validate(string, string, string, PrivateEndpointConnectionProxy, PrivateEndpointConnectionProxiesValidateOptionalParams)
(内部 - 使用しない)プライベート エンドポイント接続プロキシ オブジェクトを検証します。
function validate(resourceGroupName: string, accountName: string, privateEndpointConnectionProxyId: string, privateEndpointConnectionProxy: PrivateEndpointConnectionProxy, options?: PrivateEndpointConnectionProxiesValidateOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- accountName
-
string
アカウント名。
- privateEndpointConnectionProxyId
-
string
プライベート エンドポイント接続プロキシ オブジェクトの ID。
- privateEndpointConnectionProxy
- PrivateEndpointConnectionProxy
プライベート エンドポイント接続プロキシを作成するためのパラメーター。
オプション パラメーター。
戻り値
Promise<void>