Sha256: 6cb216b6897ef2cd075cf47d64f0c25f74663631a16418d674ecbeb6932e6ea2
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The integration account sku. # class IntegrationAccountSku include MsRestAzure # @return [IntegrationAccountSkuName] The sku name. Possible values # include: 'NotSpecified', 'Free', 'Standard' attr_accessor :name # # Mapper for IntegrationAccountSku class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IntegrationAccountSku', type: { name: 'Composite', class_name: 'IntegrationAccountSku', model_properties: { name: { required: true, serialized_name: 'name', type: { name: 'Enum', module: 'IntegrationAccountSkuName' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.10.0 | lib/generated/azure_mgmt_logic/models/integration_account_sku.rb |