CloudServiceRoleProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
List of roles for the cloud service.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET