class Azure::DevTestLabs::Mgmt::V2018_09_15::Models::WindowsOsInfoFragment
Information about a Windows OS.
Attributes
windows_os_state[RW]
@return [WindowsOsState] The state of the Windows OS (i.e. NonSysprepped, SysprepRequested, SysprepApplied). Possible values include: 'NonSysprepped', 'SysprepRequested', 'SysprepApplied'
Private Class Methods
mapper()
click to toggle source
Mapper for WindowsOsInfoFragment
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2018-09-15/generated/azure_mgmt_devtestlabs/models/windows_os_info_fragment.rb, line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'WindowsOsInfoFragment', type: { name: 'Composite', class_name: 'WindowsOsInfoFragment', model_properties: { windows_os_state: { client_side_validation: true, required: false, serialized_name: 'windowsOsState', type: { name: 'String' } } } } } end