TopicsOperationsExtensions.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une rubrique dans l’espace de noms spécifié. https://msdn.microsoft.com/en-us/library/azure/mt639409.aspx
public static Microsoft.Azure.Management.ServiceBus.Models.SBTopic CreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.ITopicsOperations operations, string resourceGroupName, string namespaceName, string topicName, Microsoft.Azure.Management.ServiceBus.Models.SBTopic parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceBus.ITopicsOperations * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBTopic -> Microsoft.Azure.Management.ServiceBus.Models.SBTopic
<Extension()>
Public Function CreateOrUpdate (operations As ITopicsOperations, resourceGroupName As String, namespaceName As String, topicName As String, parameters As SBTopic) As SBTopic
Paramètres
- operations
- ITopicsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources au sein de l’abonnement Azure.
- namespaceName
- String
Nom de l’espace de noms
- topicName
- String
Nom de la rubrique.
- parameters
- SBTopic
Paramètres fournis pour créer une ressource de rubrique.
Retours
S’applique à
Azure SDK for .NET