Class: Azure::ApiManagement::Mgmt::V2016_10_10::Models::ApiManagementServiceUpdateParameters
- Inherits:
-
Object
- Object
- Azure::ApiManagement::Mgmt::V2016_10_10::Models::ApiManagementServiceUpdateParameters
- 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
-
#additional_locations ⇒ Array<AdditionalRegion>
the API Management service.
-
#addresser_email ⇒ String
Addresser email.
-
#created_at_utc ⇒ DateTime
date conforms to the following format: ‘yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
-
#custom_properties ⇒ Hash{String => String}
Management service, like disabling TLS 1.0.
-
#hostname_configurations ⇒ Array<HostnameConfiguration>
the API Management service.
-
#management_api_url ⇒ String
service.
-
#portal_url ⇒ String
service.
-
#provisioning_state ⇒ String
service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
-
#publisher_email ⇒ String
Publisher email.
-
#publisher_name ⇒ String
Publisher name.
-
#runtime_url ⇒ String
Proxy endpoint URL of the API Management service.
-
#scm_url ⇒ String
SCM endpoint URL of the API Management service.
-
#sku ⇒ ApiManagementServiceSkuProperties
Management service.
-
#static_ips ⇒ Array<String>
service virtual machines.
-
#tags ⇒ Hash{String => String}
Resource tags.
-
#target_provisioning_state ⇒ String
which is targeted by the long running operation started on the service.
-
#vpn_type ⇒ VirtualNetworkType
service needs to be configured in.
-
#vpnconfiguration ⇒ VirtualNetworkConfiguration
the API Management service.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApiManagementServiceUpdateParameters class as Ruby Hash.
Instance Attribute Details
#additional_locations ⇒ Array<AdditionalRegion>
the API Management service.
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_email ⇒ String
Returns 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_utc ⇒ DateTime
date conforms to the following format: ‘yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
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_properties ⇒ Hash{String => String}
Management service, like disabling TLS 1.0.
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_configurations ⇒ Array<HostnameConfiguration>
the API Management service.
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_url ⇒ String
service.
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_url ⇒ String
service.
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_state ⇒ String
service which can be one of the following: Created/Activating/Succeeded/Updating/Failed/Stopped/Terminating/TerminationFailed/Deleted.
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_email ⇒ String
Returns 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_name ⇒ String
Returns 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_url ⇒ String
Returns 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_url ⇒ String
Returns 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 |
#sku ⇒ ApiManagementServiceSkuProperties
Management service.
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_ips ⇒ Array<String>
service virtual machines. Available only for Standard and Premium SKU.
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 |
#tags ⇒ Hash{String => String}
Returns 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 end |
#target_provisioning_state ⇒ String
which is targeted by the long running operation started on the 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_type ⇒ VirtualNetworkType
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’ .
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 |
#vpnconfiguration ⇒ VirtualNetworkConfiguration
the API Management service.
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
.mapper ⇒ Object
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 |