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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python