SharedGalleryInvitesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ComputeManagementClient's

<xref:shared_gallery_invites> attribute.

Constructor

SharedGalleryInvitesOperations(*args, **kwargs)

Methods

begin_gallery_sharing_accept

Accept sharing of a subscription-level shared gallery.

begin_gallery_sharing_reject

Reject sharing of a subscription-level shared gallery.

Accept sharing of a subscription-level shared gallery.

begin_gallery_sharing_accept(location: str, shared_gallery_subscription_id: str, shared_gallery_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
location
Required
str

The name of the Azure region. Required.

shared_gallery_subscription_id
Required
str

The name of the SharedGallerySubscription. Required.

shared_gallery_name
Required
str

The name of the SharedGallerySubscription. Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description

Reject sharing of a subscription-level shared gallery.

begin_gallery_sharing_reject(location: str, shared_gallery_subscription_id: str, shared_gallery_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
location
Required
str

The name of the Azure region. Required.

shared_gallery_subscription_id
Required
str

The name of the SharedGallerySubscription. Required.

shared_gallery_name
Required
str

The name of the SharedGallerySubscription. Required.

Returns

Type Description

An instance of LROPoller that returns None

Exceptions

Type Description