Sha256: 0ccb64eb1c30c08d4d6f49787b85dca7fc586dc36fd7b0cf5ef0916c74b8709d
Contents?: true
Size: 1.45 KB
Versions: 1
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::V2020_12_01 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_compute-0.22.0 | lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb |