TenantLevelSharedGalleryInvitesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:tenant_level_shared_gallery_invites> attribute.
Constructor
TenantLevelSharedGalleryInvitesOperations(*args, **kwargs)
Methods
| begin_tenant_level_gallery_sharing_accept |
Accept sharing of a tenant-level shared gallery. |
| begin_tenant_level_gallery_sharing_reject |
Reject sharing of a tenant-level shared gallery. |
begin_tenant_level_gallery_sharing_accept
Accept sharing of a tenant-level shared gallery.
begin_tenant_level_gallery_sharing_accept(location: str, shared_gallery_subscription_id: str, shared_gallery_name: str, **kwargs: Any) -> LROPoller[None]
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The name of the Azure region. Required. |
|
shared_gallery_subscription_id
Required
|
The name of the SharedGallerySubscription. Required. |
|
shared_gallery_name
Required
|
The name of the TenantLevelSharedGallerySubscription. Required. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns None |
Exceptions
| Type | Description |
|---|---|
begin_tenant_level_gallery_sharing_reject
Reject sharing of a tenant-level shared gallery.
begin_tenant_level_gallery_sharing_reject(location: str, shared_gallery_subscription_id: str, shared_gallery_name: str, **kwargs: Any) -> LROPoller[None]
Parameters
| Name | Description |
|---|---|
|
location
Required
|
The name of the Azure region. Required. |
|
shared_gallery_subscription_id
Required
|
The name of the SharedGallerySubscription. Required. |
|
shared_gallery_name
Required
|
The name of the TenantLevelSharedGallerySubscription. Required. |
Returns
| Type | Description |
|---|---|
|
An instance of LROPoller that returns None |
Exceptions
| Type | Description |
|---|---|