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