Compartilhar via


GallerySharingProfileOperationsExtensions.BeginUpdateAsync Método

Definição

Atualizar o perfil de compartilhamento de uma galeria.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharingUpdate> BeginUpdateAsync (this Microsoft.Azure.Management.Compute.IGallerySharingProfileOperations operations, string resourceGroupName, string galleryName, Microsoft.Azure.Management.Compute.Models.SharingUpdate sharingUpdate, System.Threading.CancellationToken cancellationToken = default);
static member BeginUpdateAsync : Microsoft.Azure.Management.Compute.IGallerySharingProfileOperations * string * string * Microsoft.Azure.Management.Compute.Models.SharingUpdate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharingUpdate>
<Extension()>
Public Function BeginUpdateAsync (operations As IGallerySharingProfileOperations, resourceGroupName As String, galleryName As String, sharingUpdate As SharingUpdate, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SharingUpdate)

Parâmetros

operations
IGallerySharingProfileOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome do Galeria de Imagens Compartilhadas.

sharingUpdate
SharingUpdate

Parâmetros fornecidos para o perfil de compartilhamento da galeria de atualizações.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a