PrivateLinkResourcesOperations interface

Interfaccia che rappresenta un'operazione PrivateLinkResources.

Proprietà

get

Ottenere la risorsa di collegamento privato specificata per l'ID gruppo specificato (risorsa secondaria)

list

Elencare le risorse di collegamento privato per una determinata area di lavoro

Dettagli proprietà

get

Ottenere la risorsa di collegamento privato specificata per l'ID gruppo specificato (risorsa secondaria)

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

Valore della proprietà

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

list

Elencare le risorse di collegamento privato per una determinata area di lavoro

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

Valore della proprietà

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