Freigeben über


SubscriptionsOperationsExtensions.CreateOrUpdate Methode

Definition

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: