BillingRequestPropertiesLastUpdatedBy Class
The principal of the entity who last updated the request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.PrincipalBillingRequestPropertiesLastUpdatedBy
Constructor
BillingRequestPropertiesLastUpdatedBy(*, tenant_id: str | None = None, object_id: str | None = None, upn: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tenant_id
|
The tenant id of the principal who has interacted with a billing entity. |
object_id
|
The object id of the principal who has interacted with a billing entity. |
upn
|
The user principal name of the principal who has interacted with a billing entity. |
Variables
Name | Description |
---|---|
tenant_id
|
The tenant id of the principal who has interacted with a billing entity. |
object_id
|
The object id of the principal who has interacted with a billing entity. |
upn
|
The user principal name of the principal who has interacted with a billing entity. |
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