Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
type: string
The entity type of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
Possible values are:
Invalid- Indicates an invalid entity kind. All Service Fabric enumerations have the invalid type. The value is zero.Node- Indicates the entity is a Service Fabric node. The value is 1.Partition- Indicates the entity is a Service Fabric partition. The value is 2.Service- Indicates the entity is a Service Fabric service. The value is 3.Application- Indicates the entity is a Service Fabric application. The value is 4.Replica- Indicates the entity is a Service Fabric replica. The value is 5.DeployedApplication- Indicates the entity is a Service Fabric deployed application. The value is 6.DeployedServicePackage- Indicates the entity is a Service Fabric deployed service package. The value is 7.Cluster- Indicates the entity is a Service Fabric cluster. The value is 8.