class Azure::Labservices::Mgmt::V2018_10_15::Models::EnvironmentOperationsPayload

Represents payload for any Environment operations like get, start, stop, connect

Attributes

environment_id[RW]

@return [String] The resourceId of the environment

Private Class Methods

mapper() click to toggle source

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

# File lib/2018-10-15/generated/azure_mgmt_labservices/models/environment_operations_payload.rb, line 24
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'EnvironmentOperationsPayload',
    type: {
      name: 'Composite',
      class_name: 'EnvironmentOperationsPayload',
      model_properties: {
        environment_id: {
          client_side_validation: true,
          required: true,
          serialized_name: 'environmentId',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end