CloudServiceRoleProfile Class
Describes the role profile for the cloud service.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceRoleProfile
Constructor
CloudServiceRoleProfile(*, roles: List[_models.CloudServiceRoleProfileProperties] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
roles
|
List of roles for the cloud service. |
Variables
Name | Description |
---|---|
roles
|
List of roles for the cloud service. |
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 Python