Sha256: 36d634637bc51d5f98ea6d8c78a19a17ab36428d6a34b26d8a466573d031d729
Contents?: true
Size: 458 Bytes
Versions: 5
Compression:
Stored size: 458 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_2_0_9 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
5 entries across 5 versions & 1 rubygems