class Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::PowerShellCommandParameters
The parameters to a PowerShell
script execution command.
Attributes
command[RW]
@return [String] Script to execute.
Private Class Methods
mapper()
click to toggle source
Mapper for PowerShellCommandParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/power_shell_command_parameters.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PowerShellCommandParameters', type: { name: 'Composite', class_name: 'PowerShellCommandParameters', model_properties: { command: { client_side_validation: true, required: false, serialized_name: 'properties.command', type: { name: 'String' } } } } } end