Delen via


PrivateLinkResources interface

Interface die een PrivateLinkResources vertegenwoordigt.

Methoden

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Private Link-resource ophalen in werkruimte

list(string, string, PrivateLinkResourcesListOptionalParams)

Alle private link-resources voor een werkruimte ophalen

Methodedetails

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Private Link-resource ophalen in werkruimte

function get(resourceGroupName: string, workspaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

privateLinkResourceName

string

De naam van de private link-resource

options
PrivateLinkResourcesGetOptionalParams

De optiesparameters.

Retouren

list(string, string, PrivateLinkResourcesListOptionalParams)

Alle private link-resources voor een werkruimte ophalen

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

workspaceName

string

De naam van de werkruimte.

options
PrivateLinkResourcesListOptionalParams

De optiesparameters.

Retouren