Sha256: b917c9bd1aa322c4bc21a7732fe95a2e193707d7eec2c970582d8b0cc2ab0042
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_3_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