你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IDefaultAccountPayload Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.DefaultAccountPayloadTypeConverter))]
public interface IDefaultAccountPayload : Microsoft.Azure.PowerShell.Cmdlets.Purview.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purview.Models.Api20210701.DefaultAccountPayloadTypeConverter))>]
type IDefaultAccountPayload = interface
interface IJsonSerializable
Public Interface IDefaultAccountPayload
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AccountName |
The name of the account that is set as the default. |
ResourceGroupName |
The resource group name of the account that is set as the default. |
Scope |
The scope object ID. For example, sub ID or tenant ID. |
ScopeTenantId |
The scope tenant in which the default account is set. |
ScopeType |
The scope where the default account is set. |
SubscriptionId |
The subscription ID of the account that is set as the default. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |