Sha256: 30c7463320946ccf7fc5a2ef92c73c5c6eccedc65ca0db9828613f2b5315a48a
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 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 DeploymentStatus # module DeploymentStatus Invalid = "Invalid" Downloading = "Downloading" Activating = "Activating" Active = "Active" Upgrading = "Upgrading" Deactivating = "Deactivating" RanToCompletion = "RanToCompletion" Failed = "Failed" end end end
Version data entries
2 entries across 2 versions & 1 rubygems