Class: Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2015-10-31/generated/azure_mgmt_automation/models/linked_workspace.rb

Overview

Definition of the linked workspace.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#idString

Returns Gets the id of the linked workspace.

Returns:

  • (String)

    Gets the id of the linked workspace.



16
17
18
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/linked_workspace.rb', line 16

def id
  @id
end

Class Method Details

.mapperObject

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



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/linked_workspace.rb', line 23

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'LinkedWorkspace',
    type: {
      name: 'Composite',
      class_name: 'LinkedWorkspace',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end