Sha256: 2f96c89f1f742296d499d48c97c965889bdf56617e883154fff6663ef60c62c6
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Compute module Models # # Specifies the boot diagnostic settings state. <br><br>Minimum # api-version: 2015-06-15. # class DiagnosticsProfile include MsRestAzure include MsRest::JSONable # @return [BootDiagnostics] Boot Diagnostics is a debugging feature which # allows you to view Console Output and Screenshot to diagnose VM status. # <br><br> For Linux Virtual Machines, you can easily view the output of # your console log. <br><br> For both Windows and Linux virtual machines, # Azure also enables you to see a screenshot of the VM 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.13.0 | lib/generated/azure_mgmt_compute/models/diagnostics_profile.rb |