Sha256: 1644f4b03d3222943a992ad93ac3791b13f4a6c4790f5564ef11f5da434929d4
Contents?: true
Size: 590 Bytes
Versions: 11
Compression:
Stored size: 590 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::EventHub::Mgmt::V2015_08_01 module Models # # Defines values for UnavailableReason # module UnavailableReason None = "None" InvalidName = "InvalidName" SubscriptionIsDisabled = "SubscriptionIsDisabled" NameInUse = "NameInUse" NameInLockdown = "NameInLockdown" TooManyNamespaceInCurrentSubscription = "TooManyNamespaceInCurrentSubscription" end end end
Version data entries
11 entries across 11 versions & 1 rubygems