Freigeben über


SharingUpdate Konstruktoren

Definition

Überlädt

SharingUpdate()

Initialisiert eine neue instance der SharingUpdate-Klasse.

SharingUpdate(String, IList<SharingProfileGroup>)

Initialisiert eine neue instance der SharingUpdate-Klasse.

SharingUpdate()

Initialisiert eine neue instance der SharingUpdate-Klasse.

public SharingUpdate ();
Public Sub New ()

Gilt für:

SharingUpdate(String, IList<SharingProfileGroup>)

Initialisiert eine neue instance der SharingUpdate-Klasse.

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)

Parameter

operationType
String

Mit dieser Eigenschaft können Sie den Vorgangstyp des Katalogfreigabeupdates angeben. <br><br> Mögliche Werte sind: <br><br>Add<br><brbr> Remove <br br><br> Reset. Mögliche Werte: "Add", "Remove", "Reset", "EnableCommunity"

groups
IList<SharingProfileGroup>

Eine Liste von Freigabeprofilgruppen.

Gilt für: