Delen via


PrivateLinkResources interface

Interface die een PrivateLinkResources vertegenwoordigt.

Methoden

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Hiermee haalt u een private link-resource op die moet worden gemaakt voor een configuratiearchief.

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een configuratiearchief.

Methodedetails

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Hiermee haalt u een private link-resource op die moet worden gemaakt voor een configuratiearchief.

function get(resourceGroupName: string, configStoreName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parameters

resourceGroupName

string

De naam van de resourcegroep waartoe het containerregister behoort.

configStoreName

string

De naam van het configuratiearchief.

groupName

string

De naam van de private link-resourcegroep.

options
PrivateLinkResourcesGetOptionalParams

De optiesparameters.

Retouren

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Hiermee haalt u de private link-resources op die moeten worden gemaakt voor een configuratiearchief.

function listByConfigurationStore(resourceGroupName: string, configStoreName: string, options?: PrivateLinkResourcesListByConfigurationStoreOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep waartoe het containerregister behoort.

configStoreName

string

De naam van het configuratiearchief.

Retouren