Class: Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
- Inherits:
-
Object
- Object
- Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb
Overview
Navigation for DSC Report Resource.
Instance Attribute Summary collapse
-
#resource_id ⇒ String
Gets or sets the ID of the resource to navigate to.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DscReportResourceNavigation class as Ruby Hash.
Instance Attribute Details
#resource_id ⇒ String
Returns Gets or sets the ID of the resource to navigate to.
16 17 18 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb', line 16 def resource_id @resource_id end |
Class Method Details
.mapper ⇒ Object
Mapper for DscReportResourceNavigation 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 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DscReportResourceNavigation', type: { name: 'Composite', class_name: 'DscReportResourceNavigation', model_properties: { resource_id: { client_side_validation: true, required: false, serialized_name: 'resourceId', type: { name: 'String' } } } } } end |