class Azure::HybridCompute::Mgmt::V2019_12_12::Models::OSProfile
Specifies the operating system settings for the hybrid machine.
Attributes
computer_name[RW]
@return [String] Specifies the host OS name of the hybrid machine.
Public Class Methods
mapper()
click to toggle source
Mapper for OSProfile
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-12-12/generated/azure_mgmt_hybrid_compute/models/osprofile.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'OSProfile', type: { name: 'Composite', class_name: 'OSProfile', model_properties: { computer_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'computerName', type: { name: 'String' } } } } } end