Partilhar via


GalleryResource.Update(WaitUntil, GalleryPatch, CancellationToken) Método

Definição

Atualize um Galeria de Imagens Compartilhadas.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}
  • Operação IdGalleries_Update
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.Compute.Models.GalleryPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.GalleryPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.Compute.Models.GalleryPatch * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.GalleryResource>
Public Overridable Function Update (waitUntil As WaitUntil, patch As GalleryPatch, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of GalleryResource)

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.

patch
GalleryPatch

Parâmetros fornecidos para a operação de Galeria de Imagens Compartilhadas de atualização.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

patch é nulo.

Aplica-se a