BillingRoleDefinition Class
The properties of a role definition.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.ResourceBillingRoleDefinition
Constructor
BillingRoleDefinition(*, permissions: List[_models.BillingPermissionsProperties] | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
permissions
|
The billingPermissions the role has. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
description
|
The role description. |
permissions
|
The billingPermissions the role has. |
role_name
|
The name of the role. |
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 Python