Partager via


EventGridTopicResource.GetEventGridTopicPrivateLinkResource Méthode

Définition

Obtenir les propriétés d’une ressource de liaison privée.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResources_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.EventGrid.EventGridTopicPrivateLinkResource> GetEventGridTopicPrivateLinkResource (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventGridTopicPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.EventGridTopicPrivateLinkResource>
override this.GetEventGridTopicPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.EventGridTopicPrivateLinkResource>
Public Overridable Function GetEventGridTopicPrivateLinkResource (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EventGridTopicPrivateLinkResource)

Paramètres

privateLinkResourceName
String

Le nom de la ressource de liaison privée sera rubrique, domaine, partnerNamespace ou espace de noms.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

privateLinkResourceName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

privateLinkResourceName a la valeur null.

S’applique à