PrivateLinkResourcesOperations interface
Interface representing a PrivateLinkResources operations.
Properties
| get | Gets a private link resource by a specified group name for a container registry. |
| list | Lists the private link resources for a container registry. |
Property Details
get
Gets a private link resource by a specified group name for a container registry.
get: (resourceGroupName: string, namespaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Property Value
(resourceGroupName: string, namespaceName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
list
Lists the private link resources for a container registry.
list: (resourceGroupName: string, namespaceName: string, options?: PrivateLinkResourcesListOptionalParams) => Promise<PrivateLinkResourcesListResult>
Property Value
(resourceGroupName: string, namespaceName: string, options?: PrivateLinkResourcesListOptionalParams) => Promise<PrivateLinkResourcesListResult>