PrivateEndpointConnection interface
PrivateEndpointConnection を表すインターフェイス。
メソッド
| create |
プライベート エンドポイント接続を承認または拒否する |
| delete(string, string, string, Private |
プライベート エンドポイント接続を削除します |
| get(string, string, string, Private |
プライベート エンドポイント接続を取得します |
メソッドの詳細
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 リソース。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionResource>
delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)
プライベート エンドポイント接続を削除します
function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループ名。
- factoryName
-
string
ファクトリ名。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続名。
オプション パラメーター。
戻り値
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
プライベート エンドポイント接続名。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionResource>