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