Sha256: 01efb99b0f2839b366b44b972baf79ff30323c18e9a383697b3e07d32050dda2
Contents?: true
Size: 494 Bytes
Versions: 5
Compression:
Stored size: 494 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 ApplicationResourceStatus # module ApplicationResourceStatus 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