你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SharingProfile Class

Profile for gallery sharing to subscription or tenant.

Constructor

SharingProfile(*args: Any, **kwargs: Any)

Variables

Name Description
permissions

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.. Known values are: "Private", "Groups", and "Community".

groups

A list of sharing profile groups.

community_gallery_info

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

Attributes

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

community_gallery_info: _models.CommunityGalleryInfo | None

groups

A list of sharing profile groups.

groups: list['_models.SharingProfileGroup'] | None

permissions

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community.. Known values are: "Private", "Groups", and "Community".

permissions: str | _models.GallerySharingPermissionTypes | None