GallerySharingProfileOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ComputeManagementClient's

<xref:gallery_sharing_profile> attribute.

Constructor

GallerySharingProfileOperations(*args, **kwargs)

Methods

begin_update

Update sharing profile of a gallery.

begin_update

Update sharing profile of a gallery.

begin_update(resource_group_name: str, gallery_name: str, sharing_update: _models.SharingUpdate, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.SharingUpdate]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

gallery_name
Required
str

The name of the Shared Image Gallery. Required.

sharing_update
Required
SharingUpdate or <xref:JSON> or IO[bytes]

Parameters supplied to the update gallery sharing profile. Is one of the following types: SharingUpdate, JSON, IO[bytes] Required.

Returns

Type Description

An instance of LROPoller that returns SharingUpdate. The SharingUpdate is compatible with MutableMapping

Exceptions

Type Description