Class: Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb

Overview

The integration account schema.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#changed_timeDateTime



32
33
34
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 32

def changed_time
  @changed_time
end

#contentString



38
39
40
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 38

def content
  @content
end


44
45
46
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 44

def content_link
  @content_link
end

#content_typeString



41
42
43
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 41

def content_type
  @content_type
end

#created_timeDateTime



29
30
31
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 29

def created_time
  @created_time
end

#document_nameString



23
24
25
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 23

def document_name
  @document_name
end

#file_nameString



26
27
28
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 26

def file_name
  @file_name
end

#metadataObject



35
36
37
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 35

def 
  
end

#schema_typeSchemaType

‘NotSpecified’, ‘Xml’



17
18
19
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 17

def schema_type
  @schema_type
end

#target_namespaceString



20
21
22
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 20

def target_namespace
  @target_namespace
end

Class Method Details

.mapperObject

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



51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
# File 'lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_schema.rb', line 51

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'IntegrationAccountSchema',
    type: {
      name: 'Composite',
      class_name: 'IntegrationAccountSchema',
      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'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          client_side_validation: true,
          required: false,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        schema_type: {
          client_side_validation: true,
          required: true,
          serialized_name: 'properties.schemaType',
          type: {
            name: 'String'
          }
        },
        target_namespace: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.targetNamespace',
          type: {
            name: 'String'
          }
        },
        document_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.documentName',
          type: {
            name: 'String'
          }
        },
        file_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.fileName',
          type: {
            name: 'String'
          }
        },
        created_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.createdTime',
          type: {
            name: 'DateTime'
          }
        },
        changed_time: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.changedTime',
          type: {
            name: 'DateTime'
          }
        },
        metadata: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.metadata',
          type: {
            name: 'Object'
          }
        },
        content: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.content',
          type: {
            name: 'String'
          }
        },
        content_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.contentType',
          type: {
            name: 'String'
          }
        },
        content_link: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.contentLink',
          type: {
            name: 'Composite',
            class_name: 'ContentLink'
          }
        }
      }
    }
  }
end