Freigeben über


PartnerNamespaceResource.GetPartnerNamespacePrivateLinkResourceAsync Methode

Definition

Ruft Eigenschaften einer Private Link-Ressource ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}
  • Vorgangs-IdPrivateLinkResources_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerNamespacePrivateLinkResource>> GetPartnerNamespacePrivateLinkResourceAsync (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPartnerNamespacePrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerNamespacePrivateLinkResource>>
override this.GetPartnerNamespacePrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventGrid.PartnerNamespacePrivateLinkResource>>
Public Overridable Function GetPartnerNamespacePrivateLinkResourceAsync (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PartnerNamespacePrivateLinkResource))

Parameter

privateLinkResourceName
String

Der Name der Private Link-Ressource lautet entweder topic, domain, partnerNamespace oder namespace.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

privateLinkResourceName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

privateLinkResourceName ist NULL.

Gilt für: