次の方法で共有


PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource that need to be created for a configuration store.

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Gets the private link resources that need to be created for a configuration store.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource that need to be created for a configuration store.

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

Parameters

resourceGroupName

string

The name of the resource group to which the container registry belongs.

configStoreName

string

The name of the configuration store.

groupName

string

The name of the private link resource group.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByConfigurationStore(string, string, PrivateLinkResourcesListByConfigurationStoreOptionalParams)

Gets the private link resources that need to be created for a configuration store.

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

Parameters

resourceGroupName

string

The name of the resource group to which the container registry belongs.

configStoreName

string

The name of the configuration store.

Returns