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}