Sha256: bd279ee47cdf546e9d85c9aeb2b0257c7476dd2295d68fd046fd18ac72eddc9d

Contents?: true

Size: 1.45 KB

Versions: 19

Compression:

Stored size: 1.45 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::V2017_03_30
  module Models
    #
    # Describes the properties of a run command parameter.
    #
    class RunCommandInputParameter

      include MsRestAzure

      # @return [String] The run command parameter name.
      attr_accessor :name

      # @return [String] The run command parameter value.
      attr_accessor :value


      #
      # Mapper for RunCommandInputParameter class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'RunCommandInputParameter',
          type: {
            name: 'Composite',
            class_name: 'RunCommandInputParameter',
            model_properties: {
              name: {
                client_side_validation: true,
                required: true,
                serialized_name: 'name',
                type: {
                  name: 'String'
                }
              },
              value: {
                client_side_validation: true,
                required: true,
                serialized_name: 'value',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
azure_mgmt_compute-0.22.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.21.1 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.20.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.19.3 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.19.2 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.19.1 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.19.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.7 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.6 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.5 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.4 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.3 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.2 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.1 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.18.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.17.1 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.17.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.16.0 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb
azure_mgmt_compute-0.15.2 lib/2017-03-30/generated/azure_mgmt_compute/models/run_command_input_parameter.rb