SharingProfile Class

Profile for gallery sharing to subscription or tenant.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.compute._serialization.Model
SharingProfile

Constructor

SharingProfile(*, permissions: str | _models.GallerySharingPermissionTypes | None = None, community_gallery_info: _models.CommunityGalleryInfo | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
permissions

This property allows you to specify the permission of sharing gallery. <br>``<br> Possible values are: <br>``<br> Private <br>``<br> Groups. Known values are: "Private" and "Groups".

community_gallery_info

Information of community gallery if current gallery is shared to community.

Variables

Name Description
permissions

This property allows you to specify the permission of sharing gallery. <br>``<br> Possible values are: <br>``<br> Private <br>``<br> Groups. Known values are: "Private" and "Groups".

groups

A list of sharing profile groups.

community_gallery_info

Information of community gallery if current gallery is shared to community.