PrivateLinkResource.GetPrivateLinkGroupAsync Method

Definition

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

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