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. |
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