Partilhar via


DevTestLabServiceFabricResource.UpdateAsync Método

Definição

Permite modificar marcas de malhas de serviço. Todas as outras propriedades serão ignoradas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/users/{userName}/servicefabrics/{name}
  • Operação IdServiceFabrics_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>> UpdateAsync (Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>>
override this.UpdateAsync : Azure.ResourceManager.DevTestLabs.Models.DevTestLabServiceFabricPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabServiceFabricResource>>
Public Overridable Function UpdateAsync (patch As DevTestLabServiceFabricPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DevTestLabServiceFabricResource))

Parâmetros

patch
DevTestLabServiceFabricPatch

Um Service Fabric.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

patch é nulo.

Aplica-se a