Compartilhar via


DevCenterEnvironmentTypeCollection.CreateOrUpdateAsync Método

Definição

Cria ou atualiza um tipo de ambiente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operação IdEnvironmentTypes_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string environmentTypeName, Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, environmentTypeName As String, data As DevCenterEnvironmentTypeData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DevCenterEnvironmentTypeResource))

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.

environmentTypeName
String

O nome do tipo de ambiente.

data
DevCenterEnvironmentTypeData

Representa um tipo de ambiente.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

environmentTypeName ou data é nulo.

Aplica-se a