Freigeben über


CloudServicesOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellen oder Aktualisieren eines Clouddiensts Beachten Sie, dass einige Eigenschaften nur während der Erstellung von Clouddiensten festgelegt werden können.

public static Microsoft.Azure.Management.Compute.Models.CloudService CreateOrUpdate (this Microsoft.Azure.Management.Compute.ICloudServicesOperations operations, string resourceGroupName, string cloudServiceName, Microsoft.Azure.Management.Compute.Models.CloudService parameters = default);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.ICloudServicesOperations * string * string * Microsoft.Azure.Management.Compute.Models.CloudService -> Microsoft.Azure.Management.Compute.Models.CloudService
<Extension()>
Public Function CreateOrUpdate (operations As ICloudServicesOperations, resourceGroupName As String, cloudServiceName As String, Optional parameters As CloudService = Nothing) As CloudService

Parameter

operations
ICloudServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe

cloudServiceName
String

Der Name des Clouddiensts.

parameters
CloudService

Das Clouddienstobjekt.

Gibt zurück

Gilt für: