Výčet EntityKindEntityKind enum
Typ: řetězectype: string
Typ entity Entity Service Fabric, jako je cluster, uzel, aplikace, služba, oddíl, replika atd.The entity type of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc.
Možné hodnoty:Possible values are:
Invalid
-Označuje neplatný druh entity.Invalid
- Indicates an invalid entity kind. Všechny výčty Service Fabric mají neplatný typ.All Service Fabric enumerations have the invalid type. Hodnota je nula.The value is zero.Node
-Označuje, že entita je Service Fabric uzel.Node
- Indicates the entity is a Service Fabric node. Hodnota je 1.The value is 1.Partition
-Označuje, že entita je Service Fabric oddíl.Partition
- Indicates the entity is a Service Fabric partition. Hodnota je 2.The value is 2.Service
-Označuje, že entita je Service Fabric služba.Service
- Indicates the entity is a Service Fabric service. Hodnota je 3.The value is 3.Application
-Označuje, že entita je Service Fabric aplikace.Application
- Indicates the entity is a Service Fabric application. Hodnota je 4.The value is 4.Replica
– Určuje, že entita je Service Fabric replika.Replica
- Indicates the entity is a Service Fabric replica. Hodnota je 5.The value is 5.DeployedApplication
-Označuje, že entita je Service Fabric nasazená aplikace.DeployedApplication
- Indicates the entity is a Service Fabric deployed application. Hodnota je 6.The value is 6.DeployedServicePackage
-Označuje, že entita je Service Fabric nasazený balíček služby.DeployedServicePackage
- Indicates the entity is a Service Fabric deployed service package. Hodnota je 7.The value is 7.Cluster
– Určuje, že entita je Cluster Service Fabric.Cluster
- Indicates the entity is a Service Fabric cluster. Hodnota je 8.The value is 8.