Sha256: b5625af73c92f3fc9ed9b1235bacb801ff7070f382f7273ab945eeafa50357ab
Contents?: true
Size: 478 Bytes
Versions: 5
Compression:
Stored size: 478 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 ApplicationStatus # module ApplicationStatus Invalid = "Invalid" Ready = "Ready" Upgrading = "Upgrading" Creating = "Creating" Deleting = "Deleting" Failed = "Failed" end end end
Version data entries
5 entries across 5 versions & 1 rubygems