Class: Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
- Inherits:
-
Object
- Object
- Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-02-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb
Overview
Properties available for a Microsoft.Web resource provider operation.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CsmOperationDescriptionProperties class as Ruby Hash.
Instance Attribute Details
#service_specification ⇒ ServiceSpecification
16 17 18 |
# File 'lib/2018-02-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb', line 16 def service_specification @service_specification end |
Class Method Details
.mapper ⇒ Object
Mapper for CsmOperationDescriptionProperties class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/2018-02-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CsmOperationDescriptionProperties', type: { name: 'Composite', class_name: 'CsmOperationDescriptionProperties', model_properties: { service_specification: { client_side_validation: true, required: false, serialized_name: 'serviceSpecification', type: { name: 'Composite', class_name: 'ServiceSpecification' } } } } } end |