Beneficiary Class
Details of the beneficiary.
- Inheritance
-
azure.mgmt.billing._serialization.ModelBeneficiary
Constructor
Beneficiary(*, tenant_id: str | None = None, object_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tenant_id
|
The ID that uniquely identifies a tenant. |
object_id
|
The ID that uniquely identifies a user in a tenant. |
Variables
Name | Description |
---|---|
tenant_id
|
The ID that uniquely identifies a tenant. |
object_id
|
The ID that uniquely identifies a user in a tenant. |
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