CloudServiceRoleProfile 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
CloudServiceRoleProfile() |
Initialisiert eine neue instance der CloudServiceRoleProfile-Klasse. |
CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>) |
Initialisiert eine neue instance der CloudServiceRoleProfile-Klasse. |
CloudServiceRoleProfile()
Initialisiert eine neue instance der CloudServiceRoleProfile-Klasse.
public CloudServiceRoleProfile ();
Public Sub New ()
Gilt für:
CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>)
Initialisiert eine neue instance der CloudServiceRoleProfile-Klasse.
public CloudServiceRoleProfile (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties> roles = default);
new Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfile : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfileProperties> -> Microsoft.Azure.Management.Compute.Models.CloudServiceRoleProfile
Public Sub New (Optional roles As IList(Of CloudServiceRoleProfileProperties) = Nothing)
Parameter
Liste der Rollen für den Clouddienst.
Gilt für:
Azure SDK for .NET