DefaultAccountPayload interface
要获取和设置给定范围内默认帐户的有效负载
属性
| account |
设置为默认值的帐户的名称。 |
| resource |
设置为默认值的帐户的资源组名称。 |
| scope | 范围对象 ID。 例如,子 ID 或租户 ID。 |
| scope |
在其中设置默认帐户的范围租户。 |
| scope |
设置默认帐户的范围。 |
| subscription |
设置为默认值的帐户的订阅 ID。 |
属性详细信息
accountName
设置为默认值的帐户的名称。
accountName?: string
属性值
string
resourceGroupName
设置为默认值的帐户的资源组名称。
resourceGroupName?: string
属性值
string
scope
范围对象 ID。 例如,子 ID 或租户 ID。
scope?: string
属性值
string
scopeTenantId
在其中设置默认帐户的范围租户。
scopeTenantId?: string
属性值
string
scopeType
设置默认帐户的范围。
scopeType?: string
属性值
string
subscriptionId
设置为默认值的帐户的订阅 ID。
subscriptionId?: string
属性值
string