PrivateLinkResourcesOperations interface

Schnittstelle, die einen PrivateLinkResources-Vorgang darstellt.

Eigenschaften

get

Abrufen der angegebenen Private Link-Ressource für die angegebene Gruppen-ID (Unterressource)

list

Auflisten von Private Link-Ressourcen für einen bestimmten Arbeitsbereich

Details zur Eigenschaft

get

Abrufen der angegebenen Private Link-Ressource für die angegebene Gruppen-ID (Unterressource)

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

Eigenschaftswert

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

list

Auflisten von Private Link-Ressourcen für einen bestimmten Arbeitsbereich

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

Eigenschaftswert

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