Delen via


GallerySharingProfile interface

Interface die een GallerySharingProfile vertegenwoordigt.

Methoden

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Deelprofiel van een galerie bijwerken.

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Deelprofiel van een galerie bijwerken.

Methodedetails

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Deelprofiel van een galerie bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

galleryName

string

De naam van de Shared Image Gallery.

sharingUpdate
SharingUpdate

Parameters die zijn opgegeven aan het profiel voor het delen van de updategalerie.

options
GallerySharingProfileUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Deelprofiel van een galerie bijwerken.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep.

galleryName

string

De naam van de Shared Image Gallery.

sharingUpdate
SharingUpdate

Parameters die zijn opgegeven aan het profiel voor het delen van de updategalerie.

options
GallerySharingProfileUpdateOptionalParams

De optiesparameters.

Retouren

Promise<SharingUpdate>