PrivateLinkGroupCollection.Get(String, CancellationToken) Method

Definition

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

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/privateLinks/{privateLinkName}/privateLinkResources/{groupId}.
  • Operation Id. : PrivateLinkGroupResources_Get.
  • Default Api Version. : 2026-01-01.
public virtual Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource> Get(string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.PrivateLinkGroupResource>
Public Overridable Function Get (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