Sha256: fb774823450286c0c2c86cac20c192475bb87d42416212c97be67690c27a635f
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 Bytes
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ServiceFabric::V6_3_0_9 module Models # # Defines values for EntityKind # module EntityKind Invalid = "Invalid" Node = "Node" Partition = "Partition" Service = "Service" Application = "Application" Replica = "Replica" DeployedApplication = "DeployedApplication" DeployedServicePackage = "DeployedServicePackage" Cluster = "Cluster" end end end
Version data entries
5 entries across 5 versions & 1 rubygems