다음을 통해 공유


SharingUpdate Constructors

Definition

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