NotificationHubsOperationsExtensions.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/aktualisiert einen NotificationHub in einem Namespace.
public static Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource CreateOrUpdate (this Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations operations, string resourceGroupName, string namespaceName, string notificationHubName, Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.NotificationHubs.INotificationHubsOperations * string * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubCreateOrUpdateParameters -> Microsoft.Azure.Management.NotificationHubs.Models.NotificationHubResource
<Extension()>
Public Function CreateOrUpdate (operations As INotificationHubsOperations, resourceGroupName As String, namespaceName As String, notificationHubName As String, parameters As NotificationHubCreateOrUpdateParameters) As NotificationHubResource
Parameter
- operations
- INotificationHubsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- namespaceName
- String
Der Namespacename.
- notificationHubName
- String
Der Name des Notification Hubs.
- parameters
- NotificationHubCreateOrUpdateParameters
Parameter, die für das Erstellen/Aktualisieren einer NotificationHub-Ressource bereitgestellt werden.
Gibt zurück
Gilt für:
Azure SDK for .NET