Sha256: a42d80593bcb06b618bc4496e2513c2754be030b2ddfd498f6b9dfc00ddabff9
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 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::Mysql::Mgmt::V2017_12_01 module Models # # Defines values for VirtualNetworkRuleState # module VirtualNetworkRuleState Initializing = "Initializing" InProgress = "InProgress" Ready = "Ready" Deleting = "Deleting" Unknown = "Unknown" end end end
Version data entries
3 entries across 3 versions & 1 rubygems