ContainerRegistryResource.GetContainerRegistryPrivateLinkResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a private link resource by a specified group name for a container registry.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateLinkResources/{groupName}
- Operation Id: Registries_GetPrivateLinkResource
- Default Api Version: 2022-12-01
- Resource: ContainerRegistryPrivateLinkResource
public virtual Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource> GetContainerRegistryPrivateLinkResource (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerRegistryPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource>
override this.GetContainerRegistryPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerRegistry.ContainerRegistryPrivateLinkResource>
Public Overridable Function GetContainerRegistryPrivateLinkResource (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerRegistryPrivateLinkResource)
Parameters
- groupName
- String
The name of the private link resource.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
groupName
is null.
groupName
is an empty string, and was expected to be non-empty.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET