Class: Azure::ARM::Resources::Models::DeploymentExportResult
- Inherits:
-
Object
- Object
- Azure::ARM::Resources::Models::DeploymentExportResult
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_resources/models/deployment_export_result.rb
Overview
The deployment export result.
Instance Attribute Summary collapse
-
#template ⇒ Object
The template content.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DeploymentExportResult class as Ruby Hash.
Instance Attribute Details
#template ⇒ Object
Returns The template content.
17 18 19 |
# File 'lib/generated/azure_mgmt_resources/models/deployment_export_result.rb', line 17 def template @template end |
Class Method Details
.mapper ⇒ Object
Mapper for DeploymentExportResult 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 |
# File 'lib/generated/azure_mgmt_resources/models/deployment_export_result.rb', line 24 def self.mapper() { required: false, serialized_name: 'DeploymentExportResult', type: { name: 'Composite', class_name: 'DeploymentExportResult', model_properties: { template: { required: false, serialized_name: 'template', type: { name: 'Object' } } } } } end |