Sha256: 71cfe184b0a7ab9c1c6a6f88fea2e2523e32282b3b00b02631fa9c47cf5ade31
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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::Compute::Mgmt::V2016_03_30 module Models # # Describes Boot Diagnostics. # class BootDiagnostics include MsRestAzure # @return [Boolean] Whether boot diagnostics should be enabled on the # Virtual Machine. attr_accessor :enabled # @return [String] URI of the storage account to use for placing the # console output and screenshot. attr_accessor :storage_uri # # Mapper for BootDiagnostics class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'BootDiagnostics', type: { name: 'Composite', class_name: 'BootDiagnostics', model_properties: { enabled: { required: false, serialized_name: 'enabled', type: { name: 'Boolean' } }, storage_uri: { required: false, serialized_name: 'storageUri', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems