Freigeben über


CloudServiceRoleProfile Konstruktoren

Definition

Ü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

roles
IList<CloudServiceRoleProfileProperties>

Liste der Rollen für den Clouddienst.

Gilt für: