Sha256: 5ae489dcba8c344713ca126fbb27d99419eafc502c11ffa03f6cbe5f55298936
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 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::Compute module Models # # Describes a diagnostics profile. # class DiagnosticsProfile include MsRestAzure # @return [BootDiagnostics] Boot Diagnostics is a debugging feature which # allows the user to view console output and/or a screenshot of the # virtual machine from the hypervisor. attr_accessor :boot_diagnostics # # Mapper for DiagnosticsProfile class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'DiagnosticsProfile', type: { name: 'Composite', class_name: 'DiagnosticsProfile', model_properties: { boot_diagnostics: { required: false, serialized_name: 'bootDiagnostics', type: { name: 'Composite', class_name: 'BootDiagnostics' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.10.0 | lib/generated/azure_mgmt_compute/models/diagnostics_profile.rb |