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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET