Sha256: 5dd089436ecf1c3248ffb7f61ab37a93c30d31e1797d99fcc97792efa9edd75d
Contents?: true
Size: 1.71 KB
Versions: 2
Compression:
Stored size: 1.71 KB
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::Appconfiguration::Mgmt::V2020_06_01 module Models # # Parameters used for checking whether a resource name is available. # class CheckNameAvailabilityParameters include MsRestAzure # @return [String] The name to check for availability. attr_accessor :name # @return [String] The resource type to check for name availability. # Default value: 'Microsoft.AppConfiguration/configurationStores' . attr_accessor :type # # Mapper for CheckNameAvailabilityParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CheckNameAvailabilityParameters', type: { name: 'Composite', class_name: 'CheckNameAvailabilityParameters', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: true, is_constant: true, serialized_name: 'type', default_value: 'Microsoft.AppConfiguration/configurationStores', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems