Delen via


PrivateLinkResources interface

Interface die een PrivateLinkResources vertegenwoordigt.

Methoden

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Private Link-resourceobject ophalen.

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Lijst met Private Link-resources ophalen.

Methodedetails

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Private Link-resourceobject ophalen.

function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

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

farmBeatsResourceName

string

FarmBeats-resourcenaam.

subResourceName

string

Naam van subresource.

options
PrivateLinkResourcesGetOptionalParams

De optiesparameters.

Retouren

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Lijst met Private Link-resources ophalen.

function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

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

farmBeatsResourceName

string

FarmBeats-resourcenaam.

Retouren