Поделиться через


GallerySharingProfile interface

Интерфейс, представляющий gallerySharingProfile.

Методы

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Обновите профиль общего доступа коллекции.

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Обновите профиль общего доступа коллекции.

Сведения о методе

beginUpdate(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Обновите профиль общего доступа коллекции.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

galleryName

string

Имя общей коллекции образов.

sharingUpdate
SharingUpdate

Параметры, предоставленные профилем общего доступа к коллекции обновлений.

options
GallerySharingProfileUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

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

beginUpdateAndWait(string, string, SharingUpdate, GallerySharingProfileUpdateOptionalParams)

Обновите профиль общего доступа коллекции.

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

Параметры

resourceGroupName

string

Имя группы ресурсов. Имя не зависит от регистра.

galleryName

string

Имя общей коллекции образов.

sharingUpdate
SharingUpdate

Параметры, предоставленные профилем общего доступа к коллекции обновлений.

options
GallerySharingProfileUpdateOptionalParams

Параметры параметров.

Возвращаемое значение

Promise<SharingUpdate>