Sha256: 4f23019d179592c44e57a9dfdcb45d8560257b352c65c46b15a17bd032a22f41
Contents?: true
Size: 459 Bytes
Versions: 2
Compression:
Stored size: 459 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::V7_0_0_42 module Models # # Defines values for ReplicaStatus # module ReplicaStatus Invalid = "Invalid" InBuild = "InBuild" Standby = "Standby" Ready = "Ready" Down = "Down" Dropped = "Dropped" end end end
Version data entries
2 entries across 2 versions & 1 rubygems