DefaultAccountPayload Class

Payload to get and set the default account in the given scope.

Inheritance
msrest.serialization.Model
DefaultAccountPayload

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
str

The name of the account that is set as the default.

resource_group_name
Required
str

The resource group name of the account that is set as the default.

scope
Required
str

The scope object ID. For example, sub ID or tenant ID.

scope_tenant_id
Required
str

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
str

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