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

SharingProfile interface

用于与订阅或租户共享库的配置文件

属性

communityGalleryInfo

如果当前库共享到社区,则社区库的信息。

groups

共享配置文件组的列表。 注意:此属性不会序列化。 它只能由服务器填充。

permissions

此属性允许指定共享库的权限。 可能的值包括: Private、Groups、Community。

属性详细信息

communityGalleryInfo

如果当前库共享到社区,则社区库的信息。

communityGalleryInfo?: CommunityGalleryInfo

属性值

groups

共享配置文件组的列表。 注意:此属性不会序列化。 它只能由服务器填充。

groups?: SharingProfileGroup[]

属性值

permissions

此属性允许指定共享库的权限。 可能的值包括: Private、Groups、Community。

permissions?: string

属性值

string