PrivateEndpointConnections interface
PrivateEndpointConnections を表すインターフェイス。
メソッド
| begin |
プライベート エンドポイント接続を承認または拒否します。 |
| begin |
プライベート エンドポイント接続を承認または拒否します。 |
| begin |
プライベート エンドポイント接続を削除します。 |
| begin |
プライベート エンドポイント接続を削除します。 |
| get(string, string, string, Private |
プライベート エンドポイント接続を取得します。 |
| list(string, string, Private |
ワークスペース内のプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)
プライベート エンドポイント接続を承認または拒否します。
function beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- request
- PrivateEndpointConnection
作成するプライベート エンドポイント接続の要求本文。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)
プライベート エンドポイント接続を承認または拒否します。
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
- request
- PrivateEndpointConnection
作成するプライベート エンドポイント接続の要求本文。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
プライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
ワークスペース内のプライベート エンドポイント接続を一覧表示します。
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
オプション パラメーター。