共用方式為


AccountResourceRequest interface

用來修改 Visual Studio 帳戶資源的 PUT 要求本文。

屬性

accountName

帳戶名稱。

location

Azure 實例位置。

operationType

作業的類型。

properties

資源的自訂屬性。

tags

資源的自訂標籤。

屬性詳細資料

accountName

帳戶名稱。

accountName?: string

屬性值

string

location

Azure 實例位置。

location?: string

屬性值

string

operationType

作業的類型。

operationType?: any

屬性值

any

properties

資源的自訂屬性。

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

屬性值

{[propertyName: string]: string}

tags

資源的自訂標籤。

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

屬性值

{[propertyName: string]: string}