Compartir a través de


EventGridTopicResource.GetEventGridTopicPrivateLinkResource Método

Definición

Obtiene las propiedades de un recurso de vínculo privado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/{parentType}/{parentName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResources_Get de operación
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)

Parámetros

privateLinkResourceName
String

El nombre del recurso de vínculo privado será tema, dominio, partnerNamespace o espacio de nombres.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

privateLinkResourceName es una cadena vacía y se esperaba que no estuviera vacía.

privateLinkResourceName es null.

Se aplica a