DefaultAccountPayload Class
Payload to get and set the default account in the given scope.
- Inheritance
-
msrest.serialization.ModelDefaultAccountPayload
Constructor
DefaultAccountPayload(*, account_name: str | None = None, resource_group_name: str | None = None, scope: str | None = None, scope_tenant_id: str | None = None, scope_type: str | ScopeType | None = None, subscription_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
account_name
Required
|
The name of the account that is set as the default. |
resource_group_name
Required
|
The resource group name of the account that is set as the default. |
scope
Required
|
The scope object ID. For example, sub ID or tenant ID. |
scope_tenant_id
Required
|
The scope tenant in which the default account is set. |
scope_type
Required
|
The scope where the default account is set. Possible values include: "Tenant", "Subscription". |
subscription_id
Required
|
The subscription ID of the account that is set as the default. |
Keyword-Only Parameters
Name | Description |
---|---|
account_name
Required
|
|
resource_group_name
Required
|
|
scope
Required
|
|
scope_tenant_id
Required
|
|
scope_type
Required
|
|
subscription_id
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