PrivateLinkResource.GetPrivateLinkGroup(String, CancellationToken) Method

Definition

Get the specified private link resource associated with the private link.

public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource> GetPrivateLinkGroup(string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
override this.GetPrivateLinkGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
Public Overridable Function GetPrivateLinkGroup (groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateLinkGroupResource)

Parameters

groupId
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

groupId is null.

groupId is an empty string, and was expected to be non-empty.

Applies to