Freigeben über


BatchPrivateLinkResource.Get(CancellationToken) Methode

Definition

Ruft Informationen zur angegebenen Private Link-Ressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/privateLinkResources/{privateLinkResourceName}
  • Vorgang IdPrivateLinkResource_Get
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchPrivateLinkResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchPrivateLinkResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: