Share via


IotHubPrivateEndpointGroupInformationResource.Get(CancellationToken) Method

Definition

Get the specified private link resource for the given IotHub

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/iotHubs/{resourceName}/privateLinkResources/{groupId}
  • Operation Id: PrivateLinkResources_Get
public virtual Azure.Response<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.IotHubPrivateEndpointGroupInformationResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubPrivateEndpointGroupInformationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to