Sha256: e79595b103ec8d345bc5dc4a416137f6e1c4583f32c2d77e937458de8c347039
Contents?: true
Size: 479 Bytes
Versions: 5
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_4_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
5 entries across 5 versions & 1 rubygems