Sha256: 74ea22669bbf75eb6e3c4ce0c7b89a7267df21c1de14a618f0c22e21bb82ad0e
Contents?: true
Size: 1.72 KB
Versions: 28
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::V2018_02_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
28 entries across 28 versions & 1 rubygems