Compartir a través de


GallerySharingProfileOperationsExtensions.UpdateAsync Método

Definición

Actualice el perfil de uso compartido de una galería.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.SharingUpdate> UpdateAsync (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 UpdateAsync : 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 UpdateAsync (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

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre del Shared Image Gallery.

sharingUpdate
SharingUpdate

Parámetros proporcionados al perfil de uso compartido de la galería de actualizaciones.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a