你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Account 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
帐户数据传输对象。
[Microsoft.Rest.Serialization.JsonTransformation]
public class Account : Microsoft.Azure.Management.DataShare.Models.DefaultDto
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Account = class
inherit DefaultDto
Public Class Account
Inherits DefaultDto
- 继承
- 属性
构造函数
Account() |
初始化 Account 类的新实例。 |
Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String) |
初始化 Account 类的新实例。 |
属性
CreatedAt |
获取帐户的创建时间。 |
Id |
获取 Azure 资源的资源 ID (继承自 ProxyDto) |
Identity |
获取或设置帐户上的标识信息 |
Location |
获取或设置 Azure 资源的位置。 (继承自 DefaultDto) |
Name |
获取 Azure 资源的名称 (继承自 ProxyDto) |
ProvisioningState |
获取帐户的预配状态。 可能的值包括:“Succeeded”、“Create”、“Deleting”、“Moving”、“Failed” |
SystemData |
获取 Azure 资源的系统数据。 (继承自 ProxyDto) |
Tags |
获取或设置 Azure 资源上的标记。 (继承自 DefaultDto) |
Type |
获取 Azure 资源的类型 (继承自 ProxyDto) |
UserEmail |
获取创建资源的用户的电子邮件 |
UserName |
获取创建资源的用户的名称 |
方法
Validate() |
验证 对象。 |