共用方式為


UserContract interface

使用者詳細數據。

Extends

屬性

email

電子郵件位址。

firstName

名字。

groups

用戶所屬群組的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。

identities

使用者身分識別的集合。

lastName

姓。

note

系統管理員所設定使用者的相關選擇性注意事項。

registrationDate

用戶註冊的日期。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

state

帳戶狀態。 指定使用者是否為使用中。 封鎖的用戶無法登入開發人員入口網站,或呼叫任何已訂閱產品的 API。 默認狀態為 [作用中]。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

email

電子郵件位址。

email?: string

屬性值

string

firstName

名字。

firstName?: string

屬性值

string

groups

用戶所屬群組的集合。 注意:這個屬性不會串行化。 它只能由伺服器填入。

groups?: GroupContractProperties[]

屬性值

identities

使用者身分識別的集合。

identities?: UserIdentityContract[]

屬性值

lastName

姓。

lastName?: string

屬性值

string

note

系統管理員所設定使用者的相關選擇性注意事項。

note?: string

屬性值

string

registrationDate

用戶註冊的日期。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

registrationDate?: Date

屬性值

Date

state

帳戶狀態。 指定使用者是否為使用中。 封鎖的用戶無法登入開發人員入口網站,或呼叫任何已訂閱產品的 API。 默認狀態為 [作用中]。

state?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type