Freigeben über


NamespacesOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639408.aspx

public static Microsoft.Azure.Management.ServiceBus.Models.SBNamespace BeginCreateOrUpdate (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.ServiceBus.Models.SBNamespace parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBNamespace -> Microsoft.Azure.Management.ServiceBus.Models.SBNamespace
<Extension()>
Public Function BeginCreateOrUpdate (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As SBNamespace) As SBNamespace

Parameter

operations
INamespacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename.

parameters
SBNamespace

Parameter, die zum Erstellen einer Namespaceressource bereitgestellt werden.

Gibt zurück

Gilt für: