Partilhar via


CloudServiceCollection.CreateOrUpdate Método

Definição

Criar ou atualizar um serviço de nuvem. Observe que algumas propriedades só podem ser definidas durante a criação do serviço de nuvem.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}
  • Operação IdCloudServices_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string cloudServiceName, Azure.ResourceManager.Compute.CloudServiceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.CloudServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.CloudServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.CloudServiceResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, cloudServiceName As String, data As CloudServiceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CloudServiceResource)

Parâmetros

waitUntil
WaitUntil

Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.

cloudServiceName
String

Nome do serviço de nuvem.

data
CloudServiceData

O objeto de serviço de nuvem.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

cloudServiceName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

cloudServiceName ou data é nulo.

Aplica-se a