Partager via


GallerySharingProfile interface

Interface représentant un GallerySharingProfile.

Méthodes

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

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

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

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

Détails de la méthode

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

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

function beginUpdate(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

galleryName

string

Nom de la galerie d’images partagées.

sharingUpdate
SharingUpdate

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

options
GallerySharingProfileUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<SharingUpdate>, SharingUpdate>>

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

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

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SharingUpdate>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

galleryName

string

Nom de la galerie d’images partagées.

sharingUpdate
SharingUpdate

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

options
GallerySharingProfileUpdateOptionalParams

Paramètres d’options.

Retours

Promise<SharingUpdate>