Sha256: 8b34c7b5aa2735cd3130e592e106ef50d5a2ce04baf326de8b4c57b46ab6489a

Contents?: true

Size: 1.57 KB

Versions: 2

Compression:

Stored size: 1.57 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::Resources::Mgmt::V2016_02_01
  module Models
    #
    # Parameters of move resources.
    #
    class ResourcesMoveInfo

      include MsRestAzure

      # @return [Array<String>] The ids of the resources.
      attr_accessor :resources

      # @return [String] The target resource group.
      attr_accessor :target_resource_group


      #
      # Mapper for ResourcesMoveInfo class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'ResourcesMoveInfo',
          type: {
            name: 'Composite',
            class_name: 'ResourcesMoveInfo',
            model_properties: {
              resources: {
                required: false,
                serialized_name: 'resources',
                type: {
                  name: 'Sequence',
                  element: {
                      required: false,
                      serialized_name: 'StringElementType',
                      type: {
                        name: 'String'
                      }
                  }
                }
              },
              target_resource_group: {
                required: false,
                serialized_name: 'targetResourceGroup',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_resources-0.15.1 lib/2016-02-01/generated/azure_mgmt_resources/models/resources_move_info.rb
azure_mgmt_resources-0.15.0 lib/2016-02-01/generated/azure_mgmt_resources/models/resources_move_info.rb