class Azure::Storage::Mgmt::V2017_06_01::Models::SKUCapability
The capability information in the specified sku, including file encryption, network acls, change notification, etc.
Attributes
name[RW]
@return [String] The name of capability, The capability information in the specified sku, including file encryption, network acls, change notification, etc.
value[RW]
@return [String] A string value to indicate states of given capability. Possibly 'true' or 'false'.
Public Class Methods
mapper()
click to toggle source
Mapper for SKUCapability
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-06-01/generated/azure_mgmt_storage/models/skucapability.rb, line 30 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