PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Gets a private link resource that need to be created for a configuration store. |
list |
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.
The options parameters.
Returns
Promise<PrivateLinkResource>
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.
The options parameters.