PrivateEndpointConnectionOperations interface
PrivateEndpointConnectionOperations を表すインターフェイス。
メソッド
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)
新しいプライベート エンドポイント接続を作成するか、既存の接続を更新します。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- privateEndpointConnectionRequest
- PrivateEndpointConnectionRequest
プライベート エンドポイント接続を承認または拒否する要求
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)
新しいプライベート エンドポイント接続を作成するか、既存の接続を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- privateEndpointConnectionRequest
- PrivateEndpointConnectionRequest
プライベート エンドポイント接続を承認または拒否する要求
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
指定したプライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
指定したプライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<void>
getByName(string, string, string, PrivateEndpointConnectionGetByNameOptionalParams)
識別子で指定されたプライベート エンドポイント接続の詳細を取得します。
function getByName(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetByNameOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
getPrivateLinkResource(string, string, string, PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams)
プライベート リンク リソースを取得します
function getPrivateLinkResource(resourceGroupName: string, serviceName: string, privateLinkSubResourceName: string, options?: PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams): Promise<PrivateLinkResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
- privateLinkSubResourceName
-
string
プライベート リンク リソースの名前。
options パラメーター。
戻り値
Promise<PrivateLinkResource>
listByService(string, string, PrivateEndpointConnectionListByServiceOptionalParams)
API Management サービス インスタンスのすべてのプライベート エンドポイント接続を一覧表示します。
function listByService(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
options パラメーター。
戻り値
listPrivateLinkResources(string, string, PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams)
プライベート リンク リソースを取得します
function listPrivateLinkResources(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams): Promise<PrivateLinkResourceListResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- serviceName
-
string
API Management サービスの名前。
options パラメーター。
戻り値
Promise<PrivateLinkResourceListResult>