Freigeben über


QueuesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Service Bus-Warteschlange. Dieser Vorgang ist idempotent. https://msdn.microsoft.com/en-us/library/azure/mt639395.aspx

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

Parameter

operations
IQueuesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe innerhalb des Azure-Abonnements.

namespaceName
String

Der Namespacename

queueName
String

Der Warteschlangenname.

parameters
SBQueue

Parameter zum Erstellen oder Aktualisieren einer Warteschlangenressource.

Gibt zurück

Gilt für: