class Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse

Response for a migration of app content request.

Attributes

operation_id[RW]

@return [String] When server starts the migration process, it will return an operation ID identifying that particular migration operation.

Private Class Methods

mapper() click to toggle source

Mapper for StorageMigrationResponse class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2018-02-01/generated/azure_mgmt_web/models/storage_migration_response.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'StorageMigrationResponse',
    type: {
      name: 'Composite',
      class_name: 'StorageMigrationResponse',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        kind: {
          client_side_validation: true,
          required: false,
          serialized_name: 'kind',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        operation_id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.operationId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end