Partager via


GallerySharingProfileOperationsExtensions.UpdateAsync Méthode

Définition

Mettre à jour le profil de partage d’une galerie.

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)

Paramètres

operations
IGallerySharingProfileOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

galleryName
String

Nom du Shared Image Gallery.

sharingUpdate
SharingUpdate

Paramètres fournis au profil de partage de la galerie de mises à jour.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à