共用方式為


AuthorizationContract interface

授權合約。

Extends

屬性

authorizationType

授權類型選項

error

授權錯誤詳細數據。

oAuth2GrantType

OAuth2 授與類型選項

parameters

授權參數

status

授權的狀態

繼承的屬性

id

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

name

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

type

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

屬性詳細資料

authorizationType

授權類型選項

authorizationType?: string

屬性值

string

error

授權錯誤詳細數據。

error?: AuthorizationError

屬性值

oAuth2GrantType

OAuth2 授與類型選項

oAuth2GrantType?: string

屬性值

string

parameters

授權參數

parameters?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

status

授權的狀態

status?: 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