你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Account 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Account() |
初始化 Account 类的新实例。 |
Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String) |
初始化 Account 类的新实例。 |
Account()
初始化 Account 类的新实例。
public Account();
Public Sub New ()
适用于
Account(Identity, String, String, SystemData, String, String, IDictionary<String,String>, Nullable<DateTime>, String, String, String)
初始化 Account 类的新实例。
public Account(Microsoft.Azure.Management.DataShare.Models.Identity identity, string id = default, string name = default, Microsoft.Azure.Management.DataShare.Models.SystemData systemData = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdAt = default, string provisioningState = default, string userEmail = default, string userName = default);
new Microsoft.Azure.Management.DataShare.Models.Account : Microsoft.Azure.Management.DataShare.Models.Identity * string * string * Microsoft.Azure.Management.DataShare.Models.SystemData * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.DataShare.Models.Account
Public Sub New (identity As Identity, Optional id As String = Nothing, Optional name As String = Nothing, Optional systemData As SystemData = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional userEmail As String = Nothing, Optional userName As String = Nothing)
参数
- identity
- Identity
帐户上的标识信息
- id
- String
Azure 资源的资源 ID
- name
- String
Azure 资源的名称
- systemData
- SystemData
Azure 资源的系统数据。
- type
- String
Azure 资源的类型
- location
- String
Azure 资源的位置。
- tags
- IDictionary<String,String>
Azure 资源上的标记。
- provisioningState
- String
帐户的预配状态。 可能的值包括:“Succeeded”、“Creating”、“Deleting”、“Moving”、“Failed”
- userEmail
- String
创建资源的用户的Email
- userName
- String
创建资源的用户的名称