Sha256: 94de2a6f2528d49282394d0efc8f3f49de9304077fe31fef19f08ca581140918
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 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_5_0_36 module Models # # Defines values for ApplicationStatus # module ApplicationStatus Invalid = "Invalid" Ready = "Ready" Upgrading = "Upgrading" Creating = "Creating" Deleting = "Deleting" Failed = "Failed" end end end
Version data entries
3 entries across 3 versions & 1 rubygems