AccountResourceRequest interface
修改 Visual Studio 帳戶資源的 PUT 要求本文。
屬性
| account |
帳戶名稱。 |
| location | Azure 實例位置。 |
| operation |
作業的類型。 |
| properties | 資源的自定義屬性。 |
| tags | 資源的自定義標記。 |
屬性詳細資料
accountName
帳戶名稱。
accountName?: string
屬性值
string
location
Azure 實例位置。
location?: string
屬性值
string
operationType
properties
資源的自定義屬性。
properties?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
tags
資源的自定義標記。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}