PrivateLinkResourcesOperations interface

PrivateLinkResources 操作を表すインターフェイス。

プロパティ

get

指定されたグループ ID (サブリソース) に対して指定されたプライベート リンク リソースを取得します。

list

特定のワークスペースのプライベート リンク リソースを一覧表示する

プロパティの詳細

get

指定されたグループ ID (サブリソース) に対して指定されたプライベート リンク リソースを取得します。

get: (resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>

プロパティ値

(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>

list

特定のワークスペースのプライベート リンク リソースを一覧表示する

list: (resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>

プロパティ値

(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>