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, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前
- privateEndpointConnection
- PrivateEndpointConnection
更新されたプロパティを含むプライベート エンドポイント接続
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)
指定した名前でプライベート エンドポイント接続の状態を更新します
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前
- privateEndpointConnection
- PrivateEndpointConnection
更新されたプロパティを含むプライベート エンドポイント接続
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
指定した名前のプライベート エンドポイント接続を削除する
function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
ワークスペースの名前。
- privateEndpointConnectionName
-
string
プライベート エンドポイント接続の名前
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<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
プライベート エンドポイント接続の名前
options パラメーター。
戻り値
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
プライベート エンドポイント接続の名前
options パラメーター。
戻り値
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
ワークスペースのプライベート エンドポイント接続を一覧表示する
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- workspaceName
-
string
ワークスペースの名前。
options パラメーター。