Freigeben über


GallerySharingProfile interface

Schnittstelle, die ein GallerySharingProfile darstellt.

Methoden

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Aktualisieren des Freigabeprofils eines Katalogs.

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Aktualisieren des Freigabeprofils eines Katalogs.

Details zur Methode

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Aktualisieren des Freigabeprofils eines Katalogs.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

galleryName

string

Der Name des Shared Image Gallery.

sharingUpdate
SharingUpdate

Parameter, die für das Freigabeprofil des Updatekatalogs bereitgestellt werden.

options
GallerySharingProfileUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

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

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Aktualisieren des Freigabeprofils eines Katalogs.

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

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe.

galleryName

string

Der Name des Shared Image Gallery.

sharingUpdate
SharingUpdate

Parameter, die für das Freigabeprofil des Updatekatalogs bereitgestellt werden.

options
GallerySharingProfileUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<SharingUpdate>