Class: Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOutput
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2019_03_01::Models::LogAnalyticsOutput
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-03-01/generated/azure_mgmt_compute/models/log_analytics_output.rb
Overview
LogAnalytics output properties
Instance Attribute Summary collapse
-
#output ⇒ String
Output file Uri path to blob container.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for LogAnalyticsOutput class as Ruby Hash.
Instance Attribute Details
#output ⇒ String
Returns Output file Uri path to blob container.
16 17 18 |
# File 'lib/2019-03-01/generated/azure_mgmt_compute/models/log_analytics_output.rb', line 16 def output @output end |
Class Method Details
.mapper ⇒ Object
Mapper for LogAnalyticsOutput 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/2019-03-01/generated/azure_mgmt_compute/models/log_analytics_output.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'LogAnalyticsOutput', type: { name: 'Composite', class_name: 'LogAnalyticsOutput', model_properties: { output: { client_side_validation: true, required: false, read_only: true, serialized_name: 'output', type: { name: 'String' } } } } } end |