Freigeben über


SharingProfile Konstruktoren

Definition

Überlädt

SharingProfile()

Initialisiert eine neue instance der SharingProfile-Klasse.

SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo)

Initialisiert eine neue instance der SharingProfile-Klasse.

SharingProfile()

Initialisiert eine neue instance der SharingProfile-Klasse.

public SharingProfile ();
Public Sub New ()

Gilt für:

SharingProfile(String, IList<SharingProfileGroup>, CommunityGalleryInfo)

Initialisiert eine neue instance der SharingProfile-Klasse.

public SharingProfile (string permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> groups = default, Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo communityGalleryInfo = default);
new Microsoft.Azure.Management.Compute.Models.SharingProfile : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SharingProfileGroup> * Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo -> Microsoft.Azure.Management.Compute.Models.SharingProfile
Public Sub New (Optional permissions As String = Nothing, Optional groups As IList(Of SharingProfileGroup) = Nothing, Optional communityGalleryInfo As CommunityGalleryInfo = Nothing)

Parameter

permissions
String

Mit dieser Eigenschaft können Sie die Berechtigung des Freigabekatalogs angeben. <br><Br> Mögliche Werte sind: <br><Br>Private<br><Br>Gruppen<br Community.><> Mögliche Werte: "Privat", "Gruppen", "Community"

groups
IList<SharingProfileGroup>

Eine Liste von Freigabeprofilgruppen.

communityGalleryInfo
CommunityGalleryInfo

Informationen zum Communitykatalog, wenn der aktuelle Katalog für die Community freigegeben wird.

Gilt für: