Class: Azure::ApiManagement::Mgmt::V2016_10_10::Models::ApiManagementServiceUpdateParameters

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb

Overview

Parameters supplied to the Update API Management service operation.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#additional_locationsArray<AdditionalRegion>

the API Management service.

Returns:



66
67
68
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 66

def additional_locations
  @additional_locations
end

#addresser_emailString

Returns Addresser email.

Returns:

  • (String)

    Addresser email.



50
51
52
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 50

def addresser_email
  @addresser_email
end

#created_at_utcDateTime

date conforms to the following format: ‘yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.

Returns:

  • (DateTime)

    Creation UTC date of the API Management service.The



33
34
35
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 33

def created_at_utc
  @created_at_utc
end

#custom_propertiesHash{String => String}

Management service, like disabling TLS 1.0.

Returns:

  • (Hash{String => String})

    Custom properties of the API



70
71
72
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 70

def custom_properties
  @custom_properties
end

#hostname_configurationsArray<HostnameConfiguration>

the API Management service.

Returns:



54
55
56
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 54

def hostname_configurations
  @hostname_configurations
end

#management_api_urlString

service.

Returns:

  • (String)

    Management API endpoint URL of the API Management



44
45
46
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 44

def management_api_url
  @management_api_url
end

#portal_urlString

service.

Returns:

  • (String)

    Publisher portal endpoint Url of the API Management



40
41
42
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 40

def portal_url
  @portal_url
end

#provisioning_stateString

service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.

Returns:

  • (String)

    The current provisioning state of the API Management



24
25
26
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 24

def provisioning_state
  @provisioning_state
end

#publisher_emailString

Returns Publisher email.

Returns:

  • (String)

    Publisher email.



16
17
18
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 16

def publisher_email
  @publisher_email
end

#publisher_nameString

Returns Publisher name.

Returns:

  • (String)

    Publisher name.



19
20
21
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 19

def publisher_name
  @publisher_name
end

#runtime_urlString

Returns Proxy endpoint URL of the API Management service.

Returns:

  • (String)

    Proxy endpoint URL of the API Management service.



36
37
38
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 36

def runtime_url
  @runtime_url
end

#scm_urlString

Returns SCM endpoint URL of the API Management service.

Returns:

  • (String)

    SCM endpoint URL of the API Management service.



47
48
49
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 47

def scm_url
  @scm_url
end

#skuApiManagementServiceSkuProperties

Management service.

Returns:



84
85
86
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 84

def sku
  @sku
end

#static_ipsArray<String>

service virtual machines. Available only for Standard and Premium SKU.

Returns:

  • (Array<String>)

    Static IP addresses of the API Management



58
59
60
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 58

def static_ips
  @static_ips
end

#tagsHash{String => String}

Returns Resource tags.

Returns:

  • (Hash{String => String})

    Resource tags.



87
88
89
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 87

def tags
  @tags
end

#target_provisioning_stateString

which is targeted by the long running operation started on the service.

Returns:

  • (String)

    The provisioning state of the API Management service,



28
29
30
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 28

def target_provisioning_state
  @target_provisioning_state
end

#vpn_typeVirtualNetworkType

service needs to be configured in. None (Default Value) means the API Management service is not part of any Virtual Network, External means the API Management deployment is set up inside a Virtual Network having an Internet Facing Endpoint, and Internal means that API Management deployment is setup inside a Virtual Network having an Intranet Facing Endpoint only. Possible values include: ‘None’, ‘External’, ‘Internal’. Default value: ‘None’ .

Returns:



80
81
82
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 80

def vpn_type
  @vpn_type
end

#vpnconfigurationVirtualNetworkConfiguration

the API Management service.

Returns:



62
63
64
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 62

def vpnconfiguration
  @vpnconfiguration
end

Class Method Details

.mapperObject

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



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
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
# File 'lib/2016-10-10/generated/azure_mgmt_api_management/models/api_management_service_update_parameters.rb', line 94

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'ApiManagementServiceUpdateParameters',
    type: {
      name: 'Composite',
      class_name: 'ApiManagementServiceUpdateParameters',
      model_properties: {
        publisher_email: {
          client_side_validation: true,
          required: true,
          serialized_name: 'properties.publisherEmail',
          constraints: {
            MaxLength: 100
          },
          type: {
            name: 'String'
          }
        },
        publisher_name: {
          client_side_validation: true,
          required: true,
          serialized_name: 'properties.publisherName',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        target_provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.targetProvisioningState',
          type: {
            name: 'String'
          }
        },
        created_at_utc: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.createdAtUtc',
          type: {
            name: 'DateTime'
          }
        },
        runtime_url: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.runtimeUrl',
          type: {
            name: 'String'
          }
        },
        portal_url: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.portalUrl',
          type: {
            name: 'String'
          }
        },
        management_api_url: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.managementApiUrl',
          type: {
            name: 'String'
          }
        },
        scm_url: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.scmUrl',
          type: {
            name: 'String'
          }
        },
        addresser_email: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.addresserEmail',
          type: {
            name: 'String'
          }
        },
        hostname_configurations: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.hostnameConfigurations',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'HostnameConfigurationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'HostnameConfiguration'
                }
            }
          }
        },
        static_ips: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.staticIPs',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        vpnconfiguration: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.vpnconfiguration',
          type: {
            name: 'Composite',
            class_name: 'VirtualNetworkConfiguration'
          }
        },
        additional_locations: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.additionalLocations',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'AdditionalRegionElementType',
                type: {
                  name: 'Composite',
                  class_name: 'AdditionalRegion'
                }
            }
          }
        },
        custom_properties: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.customProperties',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        vpn_type: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.vpnType',
          default_value: 'None',
          type: {
            name: 'Enum',
            module: 'VirtualNetworkType'
          }
        },
        sku: {
          client_side_validation: true,
          required: false,
          serialized_name: 'sku',
          type: {
            name: 'Composite',
            class_name: 'ApiManagementServiceSkuProperties'
          }
        },
        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'
                }
            }
          }
        }
      }
    }
  }
end