SharingUpdate Constructors
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.
Overloads
SharingUpdate() |
Initializes a new instance of the SharingUpdate class. |
SharingUpdate(String, IList<SharingProfileGroup>) |
Initializes a new instance of the SharingUpdate class. |
SharingUpdate()
Initializes a new instance of the SharingUpdate class.
public SharingUpdate ();
Public Sub New ()
Applies to
SharingUpdate(String, IList<SharingProfileGroup>)
Initializes a new instance of the SharingUpdate class.
public SharingUpdate (string operationType, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> groups = default);
new Microsoft.Azure.Management.Compute.Models.SharingUpdate : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> -> Microsoft.Azure.Management.Compute.Models.SharingUpdate
Public Sub New (operationType As String, Optional groups As IList(Of SharingProfileGroup) = Nothing)
Parameters
- operationType
- String
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'
- groups
- IList<SharingProfileGroup>
A list of sharing profile groups.
Applies to
Azure SDK for .NET