次の方法で共有


WorkspacePrivateLinkResources interface

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

メソッド

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。

メソッドの詳細

get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)

ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。

function get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

workspaceName

string

ワークスペース リソースの名前。

groupName

string

プライベート リンク リソース グループの名前。

options
WorkspacePrivateLinkResourcesGetOptionalParams

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

戻り値

listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)

ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription, PrivateLinkResourceDescription[], PageSettings>

パラメーター

resourceGroupName

string

サービス インスタンスを含むリソース グループの名前。

workspaceName

string

ワークスペース リソースの名前。

options
WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams

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

戻り値