Compartilhar via


ServiceFabricApplicationTypeResource.UpdateAsync Método

Definição

Crie ou atualize um recurso de nome de tipo de aplicativo do Service Fabric com o nome especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}
  • Operação IdApplicationTypes_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>> UpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>>
override this.UpdateAsync : Azure.WaitUntil * Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceFabric.ServiceFabricApplicationTypeResource>>
Public Overridable Function UpdateAsync (waitUntil As WaitUntil, data As ServiceFabricApplicationTypeData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ServiceFabricApplicationTypeResource))

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 longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

data
ServiceFabricApplicationTypeData

O recurso de nome do tipo de aplicativo.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a