SharingUpdate 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.
Specifies information about the gallery sharing profile update.
public class SharingUpdate : Microsoft.Rest.Azure.IResource
type SharingUpdate = class
interface IResource
Public Class SharingUpdate
Implements IResource
- Inheritance
-
SharingUpdate
- Implements
Constructors
SharingUpdate() |
Initializes a new instance of the SharingUpdate class. |
SharingUpdate(String, IList<SharingProfileGroup>) |
Initializes a new instance of the SharingUpdate class. |
Properties
Groups |
Gets or sets a list of sharing profile groups. |
OperationType |
Gets or sets this property allows you to specify the operation type of gallery sharing update. <br><br> Possible values are: <br><br> Add <br><br> Remove <br><br> Reset. Possible values include: 'Add', 'Remove', 'Reset', 'EnableCommunity' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET