NamespacesOperationsExtensions.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/Updates einen Dienstnamespace. Nach der Erstellung ist das Ressourcenmanifest dieses Namespace unveränderlich. Dieser Vorgang ist idempotent. http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx
public static Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource CreateOrUpdate (this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters -> Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource
<Extension()>
Public Function CreateOrUpdate (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NamespaceCreateOrUpdateParameters) As NamespaceResource
Parameter
- operations
- INamespacesOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- namespaceName
- String
Der Namespacename.
- parameters
- NamespaceCreateOrUpdateParameters
Parameter, die zum Erstellen einer Namespaceressource bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET