Compartir a través de


TopicsOperationsExtensions.CreateOrUpdate Método

Definición

Cree un tema.

public static Microsoft.Azure.Management.EventGrid.Models.Topic CreateOrUpdate (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.Topic topicInfo);
static member CreateOrUpdate : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.Topic -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function CreateOrUpdate (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicInfo As Topic) As Topic

Parámetros

operations
ITopicsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos dentro de la suscripción del usuario.

topicName
String

Nombre del tema.

topicInfo
Topic

Información del tema.

Devoluciones

Comentarios

Crea de forma asincrónica un nuevo tema con los parámetros especificados.

Se aplica a