ApplicationProfile Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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:
Azure SDK for .NET