SharingProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Profile for gallery sharing to subscription or tenant
public class SharingProfile
type SharingProfile = class
Public Class SharingProfile
- Inheritance
-
SharingProfile
Constructors
SharingProfile() |
Initializes a new instance of the SharingProfile class. |
SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo) |
Initializes a new instance of the SharingProfile class. |
Properties
CommunityGalleryInfo |
Gets or sets information of community gallery if current gallery is shared to community. |
Groups |
Gets a list of sharing profile groups. |
Permissions |
Gets or sets this property allows you to specify the permission of sharing gallery. <br><br> Possible values are: <br><br> Private <br><br> Groups <br><br> Community. Possible values include: 'Private', 'Groups', 'Community' |
Applies to
Azure SDK for .NET