Compartir a través de


TopicTypeCollection.Get(String, CancellationToken) Método

Definición

Obtenga información sobre un tipo de tema.

  • Ruta de acceso de solicitud/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}
  • IdTopicTypes_Get de operaciones
public virtual Azure.Response<Azure.ResourceManager.EventGrid.TopicTypeResource> Get (string topicTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.TopicTypeResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.EventGrid.TopicTypeResource>
Public Overridable Function Get (topicTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TopicTypeResource)

Parámetros

topicTypeName
String

Nombre del tipo de tema.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

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

topicTypeName es null.

Se aplica a