Class: Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku
- Inherits:
-
Object
- Object
- Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_sku.rb
Overview
The integration account sku.
Instance Attribute Summary collapse
-
#name ⇒ IntegrationAccountSkuName
include: ‘NotSpecified’, ‘Free’, ‘Basic’, ‘Standard’.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for IntegrationAccountSku class as Ruby Hash.
Instance Attribute Details
#name ⇒ IntegrationAccountSkuName
include: ‘NotSpecified’, ‘Free’, ‘Basic’, ‘Standard’
17 18 19 |
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_sku.rb', line 17 def name @name end |
Class Method Details
.mapper ⇒ Object
Mapper for IntegrationAccountSku class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_sku.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountSku', type: { name: 'Composite', class_name: 'IntegrationAccountSku', model_properties: { name: { client_side_validation: true, required: true, serialized_name: 'name', type: { name: 'String' } } } } } end |