次の方法で共有


PrivateEndpointConnection interface

PrivateEndpointConnection を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

プライベート エンドポイント接続を承認または拒否する

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

プライベート エンドポイント接続を削除します

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

プライベート エンドポイント接続を取得します

メソッドの詳細

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

プライベート エンドポイント接続を承認または拒否する

function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

privateEndpointWrapper
PrivateLinkConnectionApprovalRequestResource

プライベート エンドポイント接続承認 ARM リソース。

options
PrivateEndpointConnectionCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

プライベート エンドポイント接続を削除します

function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

options
PrivateEndpointConnectionDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

プライベート エンドポイント接続を取得します

function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>

パラメーター

resourceGroupName

string

リソース グループ名。

factoryName

string

ファクトリ名。

privateEndpointConnectionName

string

プライベート エンドポイント接続名。

options
PrivateEndpointConnectionGetOptionalParams

オプション パラメーター。

戻り値