DeploymentExtended interface 
部署信息。
属性
| id | 部署的 ID。 注意:此属性不会序列化。 它只能由服务器填充。 | 
| location | 部署的位置。 | 
| name | 部署的名称。 注意:此属性不会序列化。 它只能由服务器填充。 | 
| properties | 部署属性。 | 
| tags | 部署标记 | 
| type | 部署的类型。 注意:此属性不会序列化。 它只能由服务器填充。 | 
属性详细信息
id
部署的 ID。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string属性值
string
location
部署的位置。
location?: string属性值
string
name
部署的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string属性值
string
properties
tags
部署标记
tags?: {[propertyName: string]: string}属性值
{[propertyName: string]: string}
type
部署的类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string属性值
string