WorkspacePrivateLinkResources interface
WorkspacePrivateLinkResources を表すインターフェイス。
メソッド
get(string, string, string, Workspace |
ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。 |
list |
ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。 |
メソッドの詳細
get(string, string, string, WorkspacePrivateLinkResourcesGetOptionalParams)
ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。
function get(resourceGroupName: string, workspaceName: string, groupName: string, options?: WorkspacePrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
- groupName
-
string
プライベート リンク リソース グループの名前。
オプション パラメーター。
戻り値
Promise<PrivateLinkResourceDescription>
listByWorkspace(string, string, WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams)
ワークスペース用に作成する必要があるプライベート リンク リソースを取得します。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateLinkResourcesListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResourceDescription, PrivateLinkResourceDescription[], PageSettings>
パラメーター
- resourceGroupName
-
string
サービス インスタンスを含むリソース グループの名前。
- workspaceName
-
string
ワークスペース リソースの名前。
オプション パラメーター。