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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET