BillingRoleDefinitionProperties Class
The properties of a role definition.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.billing._serialization.ModelBillingRoleDefinitionProperties
Constructor
BillingRoleDefinitionProperties(*, role_name: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
role_name
|
The name of the role. Required. |
Variables
Name | Description |
---|---|
description
|
The role description. |
permissions
|
The billingPermissions the role has. |
role_name
|
The name of the role. Required. |
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