Sha256: f35f16ae1dcaaa70912122b69213377c667b777ed6d8a151625b7489f70775dd
Contents?: true
Size: 567 Bytes
Versions: 5
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::V6_4_0_36 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