Sha256: b0637615310386ccea78d3e3a7019dff3ab11cc43eab619f0aa37a359508b2d8
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 ComposeDeploymentStatus # module ComposeDeploymentStatus Invalid = "Invalid" Provisioning = "Provisioning" Creating = "Creating" Ready = "Ready" Unprovisioning = "Unprovisioning" Deleting = "Deleting" Failed = "Failed" Upgrading = "Upgrading" end end end
Version data entries
2 entries across 2 versions & 1 rubygems