Sha256: 4b1a553f1d0c41268b5449d5fa69c53b43a5efc79410e43be06d981909bea5b5
Contents?: true
Size: 1.72 KB
Versions: 30
Compression:
Stored size: 1.72 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::Storage::Mgmt::V2017_06_01 module Models # # The capability information in the specified sku, including file # encryption, network acls, change notification, etc. # class SKUCapability include MsRestAzure # @return [String] The name of capability, The capability information in # the specified sku, including file encryption, network acls, change # notification, etc. attr_accessor :name # @return [String] A string value to indicate states of given capability. # Possibly 'true' or 'false'. attr_accessor :value # # Mapper for SKUCapability class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SKUCapability', type: { name: 'Composite', class_name: 'SKUCapability', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, value: { client_side_validation: true, required: false, read_only: true, serialized_name: 'value', type: { name: 'String' } } } } } end end end end
Version data entries
30 entries across 30 versions & 1 rubygems