SubscriptionsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt ein Themenabonnement. https://msdn.microsoft.com/en-us/library/azure/mt639385.aspx
public static Microsoft.Azure.Management.ServiceBus.Models.SBSubscription CreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations operations, string resourceGroupName, string namespaceName, string topicName, string subscriptionName, Microsoft.Azure.Management.ServiceBus.Models.SBSubscription parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.ServiceBus.ISubscriptionsOperations * string * string * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBSubscription -> Microsoft.Azure.Management.ServiceBus.Models.SBSubscription
<Extension()>
Public Function CreateOrUpdate (operations As ISubscriptionsOperations, resourceGroupName As String, namespaceName As String, topicName As String, subscriptionName As String, parameters As SBSubscription) As SBSubscription
Parameter
- operations
- ISubscriptionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- namespaceName
- String
Der Namespacename
- topicName
- String
Der Name des Themas.
- subscriptionName
- String
Der Abonnementname.
- parameters
- SBSubscription
Parameter, die zum Erstellen einer Abonnementressource bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET