DefaultAccountPayload Class

Definition

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

public class DefaultAccountPayload
type DefaultAccountPayload = class
Public Class DefaultAccountPayload
Inheritance
DefaultAccountPayload

Constructors

DefaultAccountPayload()

Initializes a new instance of the DefaultAccountPayload class.

DefaultAccountPayload(String, String, String, String, String, String)

Initializes a new instance of the DefaultAccountPayload class.

Properties

AccountName

Gets or sets the name of the account that is set as the default.

ResourceGroupName

Gets or sets the resource group name of the account that is set as the default.

Scope

Gets or sets the scope object ID. For example, sub ID or tenant ID.

ScopeTenantId

Gets or sets the scope tenant in which the default account is set.

ScopeType

Gets or sets the scope where the default account is set. Possible values include: 'Tenant', 'Subscription'

SubscriptionId

Gets or sets the subscription ID of the account that is set as the default.

Applies to