ServiceFabric interface
Service Fabric。
- 扩展
属性
| applicable |
虚拟机的适用计划。 注意:此属性不会序列化。 它只能由服务器填充。 |
| environment |
Service Fabric 资源所在的环境的资源 ID |
| external |
支持 Service Fabric 资源的 ID |
| provisioning |
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| unique |
资源的唯一不可变标识符(Guid)。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
| id | 资源的标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
| location | 资源的位置。 |
| name | 资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 资源的标记。 |
| type | 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
applicableSchedule
environmentId
Service Fabric 资源所在的环境的资源 ID
environmentId?: string
属性值
string
externalServiceFabricId
支持 Service Fabric 资源的 ID
externalServiceFabricId?: string
属性值
string
provisioningState
资源的预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
uniqueIdentifier
资源的唯一不可变标识符(Guid)。 注意:此属性不会序列化。 它只能由服务器填充。
uniqueIdentifier?: string
属性值
string
继承属性详细信息
id
location
name
tags
资源的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}