WorkspacePrivateEndpointConnections interface
WorkspacePrivateEndpointConnections を表すインターフェイス。
メソッド
begin |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。 |
begin |
プライベート エンドポイント接続を削除します。 |
begin |
プライベート エンドポイント接続を削除します。 |
get(string, string, string, Workspace |
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を取得します。 |
list |
ワークスペースのすべてのプライベート エンドポイント接続を一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
- properties
- PrivateEndpointConnectionDescription
プライベート エンドポイント接続プロパティ。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続の状態を更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionDescription>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
- properties
- PrivateEndpointConnectionDescription
プライベート エンドポイント接続プロパティ。
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionDescription>
beginDelete(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)
プライベート エンドポイント接続を削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, WorkspacePrivateEndpointConnectionsGetOptionalParams)
ワークスペースに関連付けられている指定されたプライベート エンドポイント接続を取得します。
function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionDescription>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- privateEndpointConnectionName
-
string
Azure リソースに関連付けられているプライベート エンドポイント接続の名前
オプション パラメーター。
戻り値
Promise<PrivateEndpointConnectionDescription>
listByWorkspace(string, string, WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams)
ワークスペースのすべてのプライベート エンドポイント接続を一覧表示します。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription, PrivateEndpointConnectionDescription[], PageSettings>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
オプション パラメーター。