Freigeben über


ApplicationProfile Konstruktoren

Definition

Überlädt

ApplicationProfile()

Initialisiert eine neue instance der ApplicationProfile-Klasse.

ApplicationProfile(IList<VMGalleryApplication>)

Initialisiert eine neue instance der ApplicationProfile-Klasse.

ApplicationProfile()

Initialisiert eine neue instance der ApplicationProfile-Klasse.

public ApplicationProfile ();
Public Sub New ()

Gilt für:

ApplicationProfile(IList<VMGalleryApplication>)

Initialisiert eine neue instance der ApplicationProfile-Klasse.

public ApplicationProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VMGalleryApplication> galleryApplications = default);
new Microsoft.Azure.Management.Compute.Models.ApplicationProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.VMGalleryApplication> -> Microsoft.Azure.Management.Compute.Models.ApplicationProfile
Public Sub New (Optional galleryApplications As IList(Of VMGalleryApplication) = Nothing)

Parameter

galleryApplications
IList<VMGalleryApplication>

Gibt die Kataloganwendungen an, die für die VM/VMSS zur Verfügung gestellt werden sollen.

Gilt für: