Condividi tramite


CloudServiceRoleProfile Constructors

Definition

Overloads

CloudServiceRoleProfile()

Initializes a new instance of the CloudServiceRoleProfile class.

CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>)

Initializes a new instance of the CloudServiceRoleProfile class.

CloudServiceRoleProfile()

Initializes a new instance of the CloudServiceRoleProfile class.

public CloudServiceRoleProfile ();
Public Sub New ()

Applies to

CloudServiceRoleProfile(IList<CloudServiceRoleProfileProperties>)

Initializes a new instance of the CloudServiceRoleProfile class.

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)

Parameters

roles
IList<CloudServiceRoleProfileProperties>

List of roles for the cloud service.

Applies to