azure_mgmt_web 0.17.3 → 0.18.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-04-01/generated/azure_mgmt_web/domain_registration_provider.rb +4 -0
- data/lib/2015-04-01/generated/azure_mgmt_web/domains.rb +38 -0
- data/lib/2015-04-01/generated/azure_mgmt_web/top_level_domains.rb +10 -0
- data/lib/2015-04-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2015-08-01/generated/azure_mgmt_web/app_service_certificate_orders.rb +46 -0
- data/lib/2015-08-01/generated/azure_mgmt_web/certificate_registration_provider.rb +4 -0
- data/lib/2015-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-03-01/generated/azure_mgmt_web/billing_meters.rb +4 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/certificates.rb +16 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/deleted_web_apps.rb +4 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/diagnostics.rb +66 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/provider.rb +12 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/recommendations.rb +24 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb +20 -0
- data/lib/2016-03-01/generated/azure_mgmt_web/web_site_management_client.rb +51 -5
- data/lib/2016-06-01/generated/azure_mgmt_web.rb +76 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/connection_gateway_installations.rb +240 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/connection_gateways.rb +682 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/connections.rb +815 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/custom_apis.rb +997 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/logic_apps_management_client.rb +140 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/managed_apis.rb +233 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_connection_definition.rb +106 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_connection_definition_collection.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_connection_definition_properties.rb +179 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_connection_test_link.rb +57 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_oauth_settings.rb +130 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_oauth_settings_parameter.rb +68 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_reference.rb +118 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_backend_service.rb +46 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_definitions.rb +57 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_general_information.rb +90 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_metadata.rb +135 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_policies.rb +58 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_resource_properties.rb +186 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/api_type.rb +17 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/confirm_consent_code_definition.rb +68 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_error.rb +116 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_definition.rb +106 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_definition_collection.rb +56 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_definition_properties.rb +122 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition.rb +106 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_collection.rb +57 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_installation_definition_properties.rb +123 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_gateway_reference.rb +73 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter.rb +61 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_parameter_type.rb +23 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/connection_status_definition.rb +69 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/consent_link_collection.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/consent_link_definition.rb +81 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/consent_link_parameter_definition.rb +82 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_definition.rb +106 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_definition_collection.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_properties_definition.rb +196 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/custom_api_reference.rb +99 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/link_state.rb +17 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/list_connection_keys_definition.rb +105 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/list_consent_links_definition.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/managed_api_definition.rb +106 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/managed_api_definition_collection.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/resource_definition.rb +112 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/resource_reference.rb +58 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/wsdl_definition.rb +81 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/wsdl_import_method.rb +17 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/wsdl_service.rb +65 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/models/wsdl_service_collection.rb +55 -0
- data/lib/2016-06-01/generated/azure_mgmt_web/module_definition.rb +9 -0
- data/lib/2016-08-01/generated/azure_mgmt_web/web_apps.rb +732 -0
- data/lib/2016-08-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2016-09-01/generated/azure_mgmt_web/app_service_environments.rb +124 -0
- data/lib/2016-09-01/generated/azure_mgmt_web/app_service_plans.rb +74 -0
- data/lib/2016-09-01/generated/azure_mgmt_web/web_site_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_web/app_service_certificate_orders.rb +46 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/app_service_environments.rb +128 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb +74 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/certificate_registration_provider.rb +4 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/certificates.rb +16 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/deleted_web_apps.rb +4 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/diagnostics.rb +66 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/domain_registration_provider.rb +4 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/domains.rb +38 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/provider.rb +12 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/recommendations.rb +24 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb +20 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/top_level_domains.rb +10 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/web_apps.rb +788 -0
- data/lib/2018-02-01/generated/azure_mgmt_web/web_site_management_client.rb +58 -6
- data/lib/2020-09-01/generated/azure_mgmt_web.rb +461 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/app_service_certificate_orders.rb +2704 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/app_service_environments.rb +7327 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/app_service_plans.rb +3918 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/certificate_registration_provider.rb +247 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/certificates.rb +898 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/deleted_web_apps.rb +550 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/diagnostics.rb +3664 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/domain_registration_provider.rb +247 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/domains.rb +2186 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/abnormal_time_period.rb +98 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/access_control_entry_action.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/address.rb +101 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/address_response.rb +141 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/allowed_audiences_validation.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/analysis_data.rb +118 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/analysis_definition.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/api_definition_info.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/api_management_config.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_registration.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate.rb +76 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_order.rb +368 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_order_patch_resource.rb +344 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_patch_resource.rb +121 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_certificate_resource.rb +145 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_environment.rb +569 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_environment_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_environment_patch_resource.rb +613 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_environment_resource.rb +637 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_plan.rb +352 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_plan_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_plan_patch_resource.rb +318 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/app_service_plan_restrictions.rb +20 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/application_logs_config.rb +74 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/application_stack.rb +109 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/application_stack_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/application_stack_resource.rb +153 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/appservice_github_token.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/appservice_github_token_request.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/arm_id_wrapper.rb +47 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auth_platform.rb +113 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auto_heal_action_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auto_heal_actions.rb +72 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +58 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auto_heal_rules.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/auto_heal_triggers.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_active_directory.rb +138 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_active_directory_login.rb +110 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_active_directory_registration.rb +124 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_active_directory_validation.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb +73 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb +72 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_resource_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_storage_info_value.rb +109 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_storage_property_dictionary_resource.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_storage_state.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_storage_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_item.rb +266 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_item_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_item_status.rb +24 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_request.rb +148 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_restore_operation_type.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/backup_schedule.rb +116 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/billing_meter.rb +146 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/billing_meter_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/blob_storage_token_store.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/build_status.rb +21 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/built_in_authentication_provider.rb +20 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/capability.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate.rb +356 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_details.rb +143 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_email.rb +101 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_order_action.rb +110 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_order_action_type.rb +28 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_order_status.rb +24 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_patch_resource.rb +332 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/certificate_product_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/channels.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/check_name_resource_types.rb +22 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/client_cert_mode.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/client_credential_method.rb +15 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/client_registration.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/clone_ability_result.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/cloning_info.rb +181 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/compute_mode_options.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/conn_string_info.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/connection_string_dictionary.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/connection_string_type.rb +25 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/contact.rb +138 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_cpu_statistics.rb +82 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_cpu_usage.rb +88 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_info.rb +128 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_memory_statistics.rb +69 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_network_interface_statistics.rb +124 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/container_throttling_data.rb +69 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/continuous_web_job.rb +201 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/continuous_web_job_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/continuous_web_job_status.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/cookie_expiration.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/cookie_expiration_convention.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/cors_settings.rb +70 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/created_by_type.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_copy_slot_entity.rb +63 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_operation_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_operation_description.rb +82 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_operation_description_properties.rb +47 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_operation_display.rb +79 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_publishing_credentials_policies_collection.rb +106 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_publishing_credentials_policies_entity.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_slot_entity.rb +58 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_usage_quota.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/custom_host_name_dns_record_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb +258 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/custom_open_id_connect_provider.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/data_source.rb +74 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/data_table_response_column.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/data_table_response_object.rb +94 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/database_backup_setting.rb +84 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/database_type.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/default_error_response.rb +48 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/default_error_response_error.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/default_error_response_error_details_item.rb +72 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deleted_app_restore_request.rb +128 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deleted_site.rb +175 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deleted_web_app_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deployment.rb +179 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deployment_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/deployment_locations.rb +98 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/detector_abnormal_time_period.rb +153 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/detector_definition.rb +127 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/detector_info.rb +83 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/detector_response.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/detector_response_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_analysis.rb +162 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_analysis_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_category.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_category_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_data.rb +60 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_detector_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_detector_response.rb +206 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_metric_sample.rb +109 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/diagnostic_metric_set.rb +113 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/dimension.rb +81 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/dns_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/dns_verification_test_result.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain.rb +381 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_availability_check_result.rb +73 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb +72 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_ownership_identifier.rb +90 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_patch_resource.rb +357 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_purchase_consent.rb +79 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb +58 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_status.rb +35 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/domain_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/enabled_config.rb +47 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/endpoint_dependency.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/endpoint_detail.rb +83 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/error_entity.rb +118 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/experiments.rb +55 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/facebook.rb +126 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/file_system_application_logs_config.rb +49 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/file_system_http_logs_config.rb +78 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/file_system_token_store.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/forward_proxy.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/forward_proxy_convention.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/frequency_unit.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/ftps_state.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/function_envelope.rb +231 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/function_envelope_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/function_secrets.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/geo_region.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/geo_region_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/git_hub.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/global_csm_sku_description.rb +131 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/global_validation.rb +134 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/google.rb +127 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/handler_mapping.rb +73 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_keys.rb +84 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_name.rb +119 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_name_binding.rb +188 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_name_binding_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_name_ssl_state.rb +106 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_name_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/host_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_deployment_info.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_profile.rb +70 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hosting_environment_status.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/http_logs_config.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/http_settings.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/http_settings_routes.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hybrid_connection.rb +172 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hybrid_connection_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hybrid_connection_key.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/hybrid_connection_limits.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/identifier.rb +90 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/identifier_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/identity_providers.rb +160 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/in_availability_reason_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/inbound_environment_endpoint.rb +88 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/inbound_environment_endpoint_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/ip_filter_tag.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/ip_security_restriction.rb +202 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/issue_type.rb +22 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/jwt_claim_checks.rb +118 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/key_info.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/key_vault_secret_status.rb +25 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/load_balancing_mode.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/localizable_string.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/log_level.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/log_specification.rb +79 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/login.rb +158 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/login_routes.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/login_scopes.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/managed_pipeline_mode.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/managed_service_identity.rb +97 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/managed_service_identity_type.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/managed_service_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/metric_availability.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/metric_specification.rb +256 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/migrate_my_sql_request.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/migrate_my_sql_status.rb +117 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy.rb +174 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy_log.rb +100 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy_log_entry.rb +73 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy_log_entry_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy_provisioning_state.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/msdeploy_status.rb +141 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/my_sql_migration_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/name_identifier.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/name_identifier_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/name_value_pair.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/network_access_control_entry.rb +81 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/network_features.rb +149 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/network_trace.rb +70 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/nonce.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/notification_level.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/open_id_connect_client_credential.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/open_id_connect_config.rb +135 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/open_id_connect_login.rb +110 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/open_id_connect_registration.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/operation.rb +135 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/operation_status.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/outbound_environment_endpoint.rb +70 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/outbound_environment_endpoint_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/perf_mon_response.rb +69 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/perf_mon_sample.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/perf_mon_set.rb +100 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/premier_add_on.rb +158 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/premier_add_on_offer.rb +193 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/premier_add_on_patch_resource.rb +134 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_access.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_access_subnet.rb +58 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_access_virtual_network.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_endpoint_connection_resource.rb +116 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_link_connection_approval_request_resource.rb +92 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_link_connection_state.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_link_resource.rb +81 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_link_resource_properties.rb +87 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/private_link_resources_wrapper.rb +55 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_info.rb +518 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_info_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_module_info.rb +201 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_module_info_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_thread_info.rb +212 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/process_thread_info_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/provisioning_state.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/proxy_only_resource.rb +95 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/public_certificate.rb +115 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/public_certificate_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/public_certificate_location.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/publishing_profile_format.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/push_settings.rb +132 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/ramp_up_rule.rb +142 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/recommendation.rb +369 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/recommendation_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/recommendation_rule.rb +246 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/redundancy_mode.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb +125 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/relay_service_connection_entity.rb +156 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/rendering.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/rendering_type.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/renew_certificate_order_request.rb +113 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/requests_based_trigger.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource.rb +133 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_collection.rb +98 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_health_metadata.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_health_metadata_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_metric_availability.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_metric_definition.rb +157 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_name_availability.rb +78 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_name_availability_request.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/resource_scope_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/response_meta_data.rb +48 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/restore_request.rb +226 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/route_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/scm_type.rb +28 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/service_specification.rb +76 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site.rb +643 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_auth_settings.rb +659 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_auth_settings_v2.rb +140 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_availability_state.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_cloneability.rb +113 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_cloneability_criterion.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_config.rb +782 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_config_resource.rb +826 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_config_resource_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_configuration_snapshot_info_collection.rb +101 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_extension_info.rb +310 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_extension_info_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_extension_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_limits.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_load_balancing.rb +19 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_logs_config.rb +127 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_machine_key.rb +79 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_patch_resource.rb +619 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_php_error_log_flag.rb +123 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_runtime_state.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_seal.rb +46 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_seal_request.rb +58 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/site_source_control.rb +150 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_capacity.rb +83 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_description.rb +142 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_info.rb +70 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_info_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_infos.rb +67 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/sku_name.rb +24 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/slot_config_names_resource.rb +137 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/slot_difference.rb +166 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/slot_difference_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/slot_swap_status.rb +71 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/snapshot.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/snapshot_collection.rb +100 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/snapshot_recovery_source.rb +62 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/snapshot_restore_request.rb +154 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/solution.rb +148 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/solution_type.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/source_control.rb +123 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/source_control_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/ssl_state.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/stack_major_version.rb +138 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/stack_minor_version.rb +81 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/stamp_capacity.rb +168 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/stamp_capacity_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_armresource.rb +196 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_build_armresource.rb +166 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_build_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_build_properties.rb +68 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_custom_domain_overview_armresource.rb +105 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_custom_domain_overview_collection.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_function_overview_armresource.rb +104 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_function_overview_collection.rb +101 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_patch_resource.rb +160 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_reset_properties_armresource.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_user_armresource.rb +127 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_user_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_user_invitation_request_resource.rb +135 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_site_user_invitation_response_resource.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_sites_workflow_preview.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/static_sites_workflow_preview_request.rb +114 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +90 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/status_options.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/storage_migration_options.rb +128 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/storage_migration_response.rb +92 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/string_dictionary.rb +98 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/supported_tls_versions.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/swift_virtual_network.rb +105 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/system_data.rb +105 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/tld_legal_agreement.rb +79 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/token_store.rb +126 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/top_level_domain.rb +91 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb +61 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/top_level_domain_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/trigger_types.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_job_history.rb +100 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_job_history_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_job_run.rb +202 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_web_job.rb +200 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_web_job_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/triggered_web_job_status.rb +17 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/twitter.rb +103 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/twitter_registration.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/unauthenticated_client_action.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/unauthenticated_client_action_v2.rb +18 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/usage.rb +177 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/usage_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/usage_state.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/user.rb +134 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/validate_request.rb +221 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/validate_resource_types.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/validate_response.rb +59 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/validate_response_error.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/virtual_application.rb +90 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/virtual_directory.rb +57 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/virtual_ipmapping.rb +90 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/virtual_network_profile.rb +81 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_gateway.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_info.rb +173 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_parameters.rb +112 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_route.rb +124 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_validation_failure_details.rb +111 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/vnet_validation_test_failure.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_app_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_app_instance_status_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_job.rb +166 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_job_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_job_type.rb +16 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/web_site_instance_status.rb +157 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/worker_pool.rb +102 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/worker_pool_collection.rb +99 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/worker_pool_resource.rb +158 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/models/worker_size_options.rb +22 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/module_definition.rb +9 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/provider.rb +681 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/recommendations.rb +2306 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/resource_health_metadata_operations.rb +1194 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/static_sites.rb +3889 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/top_level_domains.rb +576 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/web_apps.rb +52832 -0
- data/lib/2020-09-01/generated/azure_mgmt_web/web_site_management_client.rb +2884 -0
- data/lib/azure_mgmt_web.rb +7 -4
- data/lib/profiles/latest/modules/web_profile_module.rb +1200 -866
- data/lib/profiles/v2019_03_01_hybrid/modules/web_profile_module.rb +1469 -0
- data/lib/profiles/v2019_03_01_hybrid/web_module_definition.rb +8 -0
- data/lib/profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client.rb +40 -0
- data/lib/version.rb +1 -1
- metadata +497 -5
@@ -94,6 +94,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
94
94
|
end
|
95
95
|
|
96
96
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
97
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
98
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
97
99
|
# Deserialize Response
|
98
100
|
if status_code == 200
|
99
101
|
begin
|
@@ -203,6 +205,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
203
205
|
end
|
204
206
|
|
205
207
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
208
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
209
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
206
210
|
# Deserialize Response
|
207
211
|
if status_code == 200
|
208
212
|
begin
|
@@ -307,6 +311,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
307
311
|
end
|
308
312
|
|
309
313
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
314
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
315
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
310
316
|
# Deserialize Response
|
311
317
|
if status_code == 200
|
312
318
|
begin
|
@@ -476,6 +482,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
476
482
|
end
|
477
483
|
|
478
484
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
485
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
486
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
479
487
|
|
480
488
|
result
|
481
489
|
end
|
@@ -593,6 +601,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
593
601
|
end
|
594
602
|
|
595
603
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
604
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
605
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
596
606
|
# Deserialize Response
|
597
607
|
if status_code == 200
|
598
608
|
begin
|
@@ -710,6 +720,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
710
720
|
end
|
711
721
|
|
712
722
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
723
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
724
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
713
725
|
# Deserialize Response
|
714
726
|
if status_code == 200
|
715
727
|
begin
|
@@ -833,6 +845,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
833
845
|
end
|
834
846
|
|
835
847
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
848
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
849
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
836
850
|
|
837
851
|
result
|
838
852
|
end
|
@@ -941,6 +955,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
941
955
|
end
|
942
956
|
|
943
957
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
958
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
959
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
944
960
|
# Deserialize Response
|
945
961
|
if status_code == 200
|
946
962
|
begin
|
@@ -1045,6 +1061,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1045
1061
|
end
|
1046
1062
|
|
1047
1063
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1064
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1065
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1048
1066
|
# Deserialize Response
|
1049
1067
|
if status_code == 200
|
1050
1068
|
begin
|
@@ -1153,6 +1171,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1153
1171
|
end
|
1154
1172
|
|
1155
1173
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1174
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1175
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1156
1176
|
# Deserialize Response
|
1157
1177
|
if status_code == 200
|
1158
1178
|
begin
|
@@ -1260,6 +1280,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1260
1280
|
end
|
1261
1281
|
|
1262
1282
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1283
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1284
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1263
1285
|
|
1264
1286
|
result
|
1265
1287
|
end
|
@@ -1387,6 +1409,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1387
1409
|
end
|
1388
1410
|
|
1389
1411
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1412
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1413
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1390
1414
|
# Deserialize Response
|
1391
1415
|
if status_code == 200
|
1392
1416
|
begin
|
@@ -1537,6 +1561,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1537
1561
|
end
|
1538
1562
|
|
1539
1563
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1564
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1565
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1540
1566
|
# Deserialize Response
|
1541
1567
|
if status_code == 200
|
1542
1568
|
begin
|
@@ -1652,6 +1678,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1652
1678
|
end
|
1653
1679
|
|
1654
1680
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1681
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1682
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1655
1683
|
# Deserialize Response
|
1656
1684
|
if status_code == 200
|
1657
1685
|
begin
|
@@ -1756,6 +1784,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1756
1784
|
end
|
1757
1785
|
|
1758
1786
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1787
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1788
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1759
1789
|
# Deserialize Response
|
1760
1790
|
if status_code == 200
|
1761
1791
|
begin
|
@@ -1874,6 +1904,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1874
1904
|
end
|
1875
1905
|
|
1876
1906
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
1907
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
1908
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1877
1909
|
# Deserialize Response
|
1878
1910
|
if status_code == 200
|
1879
1911
|
begin
|
@@ -1978,6 +2010,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
1978
2010
|
end
|
1979
2011
|
|
1980
2012
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2013
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2014
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
1981
2015
|
# Deserialize Response
|
1982
2016
|
if status_code == 200
|
1983
2017
|
begin
|
@@ -2096,6 +2130,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2096
2130
|
end
|
2097
2131
|
|
2098
2132
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2133
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2134
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2099
2135
|
# Deserialize Response
|
2100
2136
|
if status_code == 200
|
2101
2137
|
begin
|
@@ -2200,6 +2236,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2200
2236
|
end
|
2201
2237
|
|
2202
2238
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2239
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2240
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2203
2241
|
# Deserialize Response
|
2204
2242
|
if status_code == 200
|
2205
2243
|
begin
|
@@ -2315,6 +2353,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2315
2353
|
end
|
2316
2354
|
|
2317
2355
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2356
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2357
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2318
2358
|
# Deserialize Response
|
2319
2359
|
if status_code == 200
|
2320
2360
|
begin
|
@@ -2418,6 +2458,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2418
2458
|
end
|
2419
2459
|
|
2420
2460
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2461
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2462
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2421
2463
|
|
2422
2464
|
result
|
2423
2465
|
end
|
@@ -2512,6 +2554,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2512
2554
|
end
|
2513
2555
|
|
2514
2556
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2557
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2558
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2515
2559
|
# Deserialize Response
|
2516
2560
|
if status_code == 200
|
2517
2561
|
begin
|
@@ -2630,6 +2674,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2630
2674
|
end
|
2631
2675
|
|
2632
2676
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2677
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2678
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2633
2679
|
# Deserialize Response
|
2634
2680
|
if status_code == 200
|
2635
2681
|
begin
|
@@ -2734,6 +2780,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2734
2780
|
end
|
2735
2781
|
|
2736
2782
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2783
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2784
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2737
2785
|
# Deserialize Response
|
2738
2786
|
if status_code == 200
|
2739
2787
|
begin
|
@@ -2838,6 +2886,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2838
2886
|
end
|
2839
2887
|
|
2840
2888
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
2889
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
2890
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2841
2891
|
# Deserialize Response
|
2842
2892
|
if status_code == 200
|
2843
2893
|
begin
|
@@ -2956,6 +3006,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
2956
3006
|
end
|
2957
3007
|
|
2958
3008
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3009
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3010
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
2959
3011
|
# Deserialize Response
|
2960
3012
|
if status_code == 200
|
2961
3013
|
begin
|
@@ -3074,6 +3126,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3074
3126
|
end
|
3075
3127
|
|
3076
3128
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3129
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3130
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3077
3131
|
# Deserialize Response
|
3078
3132
|
if status_code == 200
|
3079
3133
|
begin
|
@@ -3178,6 +3232,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3178
3232
|
end
|
3179
3233
|
|
3180
3234
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3235
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3236
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3181
3237
|
# Deserialize Response
|
3182
3238
|
if status_code == 200
|
3183
3239
|
begin
|
@@ -3339,6 +3395,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3339
3395
|
end
|
3340
3396
|
|
3341
3397
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3398
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3399
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3342
3400
|
# Deserialize Response
|
3343
3401
|
if status_code == 200
|
3344
3402
|
begin
|
@@ -3443,6 +3501,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3443
3501
|
end
|
3444
3502
|
|
3445
3503
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3504
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3505
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3446
3506
|
# Deserialize Response
|
3447
3507
|
if status_code == 200
|
3448
3508
|
begin
|
@@ -3553,6 +3613,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3553
3613
|
end
|
3554
3614
|
|
3555
3615
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3616
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3617
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3556
3618
|
# Deserialize Response
|
3557
3619
|
if status_code == 200
|
3558
3620
|
begin
|
@@ -3677,6 +3739,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3677
3739
|
end
|
3678
3740
|
|
3679
3741
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3742
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3743
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3680
3744
|
# Deserialize Response
|
3681
3745
|
if status_code == 200
|
3682
3746
|
begin
|
@@ -3781,6 +3845,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3781
3845
|
end
|
3782
3846
|
|
3783
3847
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3848
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3849
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3784
3850
|
# Deserialize Response
|
3785
3851
|
if status_code == 200
|
3786
3852
|
begin
|
@@ -3917,6 +3983,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
3917
3983
|
end
|
3918
3984
|
|
3919
3985
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
3986
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
3987
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
3920
3988
|
# Deserialize Response
|
3921
3989
|
if status_code == 200
|
3922
3990
|
begin
|
@@ -4020,6 +4088,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4020
4088
|
end
|
4021
4089
|
|
4022
4090
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4091
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4092
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4023
4093
|
|
4024
4094
|
result
|
4025
4095
|
end
|
@@ -4146,6 +4216,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4146
4216
|
end
|
4147
4217
|
|
4148
4218
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4219
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4220
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4149
4221
|
# Deserialize Response
|
4150
4222
|
if status_code == 200
|
4151
4223
|
begin
|
@@ -4256,6 +4328,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4256
4328
|
end
|
4257
4329
|
|
4258
4330
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4331
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4332
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4259
4333
|
# Deserialize Response
|
4260
4334
|
if status_code == 200
|
4261
4335
|
begin
|
@@ -4374,6 +4448,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4374
4448
|
end
|
4375
4449
|
|
4376
4450
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4451
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4452
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4377
4453
|
# Deserialize Response
|
4378
4454
|
if status_code == 200
|
4379
4455
|
begin
|
@@ -4492,6 +4568,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4492
4568
|
end
|
4493
4569
|
|
4494
4570
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4571
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4572
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4495
4573
|
# Deserialize Response
|
4496
4574
|
if status_code == 200
|
4497
4575
|
begin
|
@@ -4602,6 +4680,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4602
4680
|
end
|
4603
4681
|
|
4604
4682
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4683
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4684
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4605
4685
|
# Deserialize Response
|
4606
4686
|
if status_code == 200
|
4607
4687
|
begin
|
@@ -4710,6 +4790,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4710
4790
|
end
|
4711
4791
|
|
4712
4792
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4793
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4794
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4713
4795
|
# Deserialize Response
|
4714
4796
|
if status_code == 200
|
4715
4797
|
begin
|
@@ -4817,6 +4899,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4817
4899
|
end
|
4818
4900
|
|
4819
4901
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4902
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4903
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4820
4904
|
|
4821
4905
|
result
|
4822
4906
|
end
|
@@ -4911,6 +4995,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
4911
4995
|
end
|
4912
4996
|
|
4913
4997
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
4998
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
4999
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
4914
5000
|
# Deserialize Response
|
4915
5001
|
if status_code == 200
|
4916
5002
|
begin
|
@@ -5022,6 +5108,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5022
5108
|
end
|
5023
5109
|
|
5024
5110
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5111
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5112
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5025
5113
|
# Deserialize Response
|
5026
5114
|
if status_code == 200
|
5027
5115
|
begin
|
@@ -5133,6 +5221,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5133
5221
|
end
|
5134
5222
|
|
5135
5223
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5224
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5225
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5136
5226
|
# Deserialize Response
|
5137
5227
|
if status_code == 200
|
5138
5228
|
begin
|
@@ -5241,6 +5331,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5241
5331
|
end
|
5242
5332
|
|
5243
5333
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5334
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5335
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5244
5336
|
# Deserialize Response
|
5245
5337
|
if status_code == 200
|
5246
5338
|
begin
|
@@ -5348,6 +5440,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5348
5440
|
end
|
5349
5441
|
|
5350
5442
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5443
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5444
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5351
5445
|
|
5352
5446
|
result
|
5353
5447
|
end
|
@@ -5445,6 +5539,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5445
5539
|
end
|
5446
5540
|
|
5447
5541
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5542
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5543
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5448
5544
|
|
5449
5545
|
result
|
5450
5546
|
end
|
@@ -5542,6 +5638,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5542
5638
|
end
|
5543
5639
|
|
5544
5640
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5641
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5642
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5545
5643
|
|
5546
5644
|
result
|
5547
5645
|
end
|
@@ -5636,6 +5734,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5636
5734
|
end
|
5637
5735
|
|
5638
5736
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5737
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5738
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5639
5739
|
# Deserialize Response
|
5640
5740
|
if status_code == 200
|
5641
5741
|
begin
|
@@ -5744,6 +5844,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5744
5844
|
end
|
5745
5845
|
|
5746
5846
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5847
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5848
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5747
5849
|
# Deserialize Response
|
5748
5850
|
if status_code == 200
|
5749
5851
|
begin
|
@@ -5863,6 +5965,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5863
5965
|
end
|
5864
5966
|
|
5865
5967
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
5968
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
5969
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5866
5970
|
# Deserialize Response
|
5867
5971
|
if status_code == 200
|
5868
5972
|
begin
|
@@ -5970,6 +6074,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
5970
6074
|
end
|
5971
6075
|
|
5972
6076
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6077
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6078
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
5973
6079
|
|
5974
6080
|
result
|
5975
6081
|
end
|
@@ -6074,6 +6180,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6074
6180
|
end
|
6075
6181
|
|
6076
6182
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6183
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6184
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6077
6185
|
# Deserialize Response
|
6078
6186
|
if status_code == 200
|
6079
6187
|
begin
|
@@ -6198,6 +6306,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6198
6306
|
end
|
6199
6307
|
|
6200
6308
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6309
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6310
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6201
6311
|
# Deserialize Response
|
6202
6312
|
if status_code == 200
|
6203
6313
|
begin
|
@@ -6302,6 +6412,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6302
6412
|
end
|
6303
6413
|
|
6304
6414
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6415
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6416
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6305
6417
|
# Deserialize Response
|
6306
6418
|
if status_code == 200
|
6307
6419
|
begin
|
@@ -6413,6 +6525,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6413
6525
|
end
|
6414
6526
|
|
6415
6527
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6528
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6529
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6416
6530
|
# Deserialize Response
|
6417
6531
|
if status_code == 200
|
6418
6532
|
begin
|
@@ -6544,6 +6658,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6544
6658
|
end
|
6545
6659
|
|
6546
6660
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6661
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6662
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6547
6663
|
# Deserialize Response
|
6548
6664
|
if status_code == 200
|
6549
6665
|
begin
|
@@ -6654,6 +6770,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6654
6770
|
end
|
6655
6771
|
|
6656
6772
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6773
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6774
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6657
6775
|
|
6658
6776
|
result
|
6659
6777
|
end
|
@@ -6775,6 +6893,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6775
6893
|
end
|
6776
6894
|
|
6777
6895
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
6896
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
6897
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6778
6898
|
# Deserialize Response
|
6779
6899
|
if status_code == 200
|
6780
6900
|
begin
|
@@ -6879,6 +6999,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
6879
6999
|
end
|
6880
7000
|
|
6881
7001
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7002
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7003
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
6882
7004
|
# Deserialize Response
|
6883
7005
|
if status_code == 200
|
6884
7006
|
begin
|
@@ -7031,6 +7153,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7031
7153
|
end
|
7032
7154
|
|
7033
7155
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7156
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7157
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7034
7158
|
# Deserialize Response
|
7035
7159
|
if status_code == 200
|
7036
7160
|
begin
|
@@ -7135,6 +7259,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7135
7259
|
end
|
7136
7260
|
|
7137
7261
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7262
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7263
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7138
7264
|
# Deserialize Response
|
7139
7265
|
if status_code == 200
|
7140
7266
|
begin
|
@@ -7239,6 +7365,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7239
7365
|
end
|
7240
7366
|
|
7241
7367
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7368
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7369
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7242
7370
|
# Deserialize Response
|
7243
7371
|
if status_code == 200
|
7244
7372
|
begin
|
@@ -7354,6 +7482,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7354
7482
|
end
|
7355
7483
|
|
7356
7484
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7485
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7486
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7357
7487
|
# Deserialize Response
|
7358
7488
|
if status_code == 200
|
7359
7489
|
begin
|
@@ -7511,6 +7641,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7511
7641
|
end
|
7512
7642
|
|
7513
7643
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7644
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7645
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7514
7646
|
|
7515
7647
|
result
|
7516
7648
|
end
|
@@ -7609,6 +7741,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7609
7741
|
end
|
7610
7742
|
|
7611
7743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7612
7746
|
# Deserialize Response
|
7613
7747
|
if status_code == 200
|
7614
7748
|
begin
|
@@ -7713,6 +7847,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7713
7847
|
end
|
7714
7848
|
|
7715
7849
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7850
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7851
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7716
7852
|
# Deserialize Response
|
7717
7853
|
if status_code == 200
|
7718
7854
|
begin
|
@@ -7821,6 +7957,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7821
7957
|
end
|
7822
7958
|
|
7823
7959
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
7960
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
7961
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7824
7962
|
# Deserialize Response
|
7825
7963
|
if status_code == 200
|
7826
7964
|
begin
|
@@ -7943,6 +8081,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
7943
8081
|
end
|
7944
8082
|
|
7945
8083
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8084
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8085
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
7946
8086
|
# Deserialize Response
|
7947
8087
|
if status_code == 200
|
7948
8088
|
begin
|
@@ -8050,6 +8190,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8050
8190
|
end
|
8051
8191
|
|
8052
8192
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8193
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8194
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8053
8195
|
|
8054
8196
|
result
|
8055
8197
|
end
|
@@ -8152,6 +8294,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8152
8294
|
end
|
8153
8295
|
|
8154
8296
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8297
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8298
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8155
8299
|
# Deserialize Response
|
8156
8300
|
if status_code == 200
|
8157
8301
|
begin
|
@@ -8278,6 +8422,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8278
8422
|
end
|
8279
8423
|
|
8280
8424
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8425
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8426
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8281
8427
|
# Deserialize Response
|
8282
8428
|
if status_code == 200
|
8283
8429
|
begin
|
@@ -8389,6 +8535,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8389
8535
|
end
|
8390
8536
|
|
8391
8537
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8538
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8539
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8392
8540
|
|
8393
8541
|
result
|
8394
8542
|
end
|
@@ -8505,6 +8653,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8505
8653
|
end
|
8506
8654
|
|
8507
8655
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8656
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8657
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8508
8658
|
# Deserialize Response
|
8509
8659
|
if status_code == 200
|
8510
8660
|
begin
|
@@ -8617,6 +8767,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8617
8767
|
end
|
8618
8768
|
|
8619
8769
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8770
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8771
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8620
8772
|
# Deserialize Response
|
8621
8773
|
if status_code == 200
|
8622
8774
|
begin
|
@@ -8721,6 +8873,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8721
8873
|
end
|
8722
8874
|
|
8723
8875
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8876
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8877
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8724
8878
|
# Deserialize Response
|
8725
8879
|
if status_code == 200
|
8726
8880
|
begin
|
@@ -8831,6 +8985,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8831
8985
|
end
|
8832
8986
|
|
8833
8987
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
8988
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
8989
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8834
8990
|
# Deserialize Response
|
8835
8991
|
if status_code == 200
|
8836
8992
|
begin
|
@@ -8939,6 +9095,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
8939
9095
|
end
|
8940
9096
|
|
8941
9097
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9098
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9099
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
8942
9100
|
# Deserialize Response
|
8943
9101
|
if status_code == 200
|
8944
9102
|
begin
|
@@ -9067,6 +9225,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9067
9225
|
end
|
9068
9226
|
|
9069
9227
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9228
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9229
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9070
9230
|
# Deserialize Response
|
9071
9231
|
if status_code == 200
|
9072
9232
|
begin
|
@@ -9174,6 +9334,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9174
9334
|
end
|
9175
9335
|
|
9176
9336
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9337
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9338
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9177
9339
|
|
9178
9340
|
result
|
9179
9341
|
end
|
@@ -9292,6 +9454,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9292
9454
|
end
|
9293
9455
|
|
9294
9456
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9457
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9458
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9295
9459
|
# Deserialize Response
|
9296
9460
|
if status_code == 200
|
9297
9461
|
begin
|
@@ -9396,6 +9560,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9396
9560
|
end
|
9397
9561
|
|
9398
9562
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9563
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9564
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9399
9565
|
# Deserialize Response
|
9400
9566
|
if status_code == 200
|
9401
9567
|
begin
|
@@ -9504,6 +9670,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9504
9670
|
end
|
9505
9671
|
|
9506
9672
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9673
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9674
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9507
9675
|
# Deserialize Response
|
9508
9676
|
if status_code == 200
|
9509
9677
|
begin
|
@@ -9662,6 +9830,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9662
9830
|
end
|
9663
9831
|
|
9664
9832
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9833
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9834
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9665
9835
|
# Deserialize Response
|
9666
9836
|
if status_code == 200
|
9667
9837
|
begin
|
@@ -9782,6 +9952,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9782
9952
|
end
|
9783
9953
|
|
9784
9954
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
9955
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
9956
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9785
9957
|
# Deserialize Response
|
9786
9958
|
if status_code == 200
|
9787
9959
|
begin
|
@@ -9906,6 +10078,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
9906
10078
|
end
|
9907
10079
|
|
9908
10080
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10081
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10082
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
9909
10083
|
# Deserialize Response
|
9910
10084
|
if status_code == 200
|
9911
10085
|
begin
|
@@ -10029,6 +10203,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10029
10203
|
end
|
10030
10204
|
|
10031
10205
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10206
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10207
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10032
10208
|
|
10033
10209
|
result
|
10034
10210
|
end
|
@@ -10143,6 +10319,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10143
10319
|
end
|
10144
10320
|
|
10145
10321
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10322
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10323
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10146
10324
|
# Deserialize Response
|
10147
10325
|
if status_code == 200
|
10148
10326
|
begin
|
@@ -10274,6 +10452,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10274
10452
|
end
|
10275
10453
|
|
10276
10454
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10455
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10456
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10277
10457
|
# Deserialize Response
|
10278
10458
|
if status_code == 200
|
10279
10459
|
begin
|
@@ -10402,6 +10582,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10402
10582
|
end
|
10403
10583
|
|
10404
10584
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10585
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10586
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10405
10587
|
# Deserialize Response
|
10406
10588
|
if status_code == 200
|
10407
10589
|
begin
|
@@ -10526,6 +10708,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10526
10708
|
end
|
10527
10709
|
|
10528
10710
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10711
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10712
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10529
10713
|
# Deserialize Response
|
10530
10714
|
if status_code == 200
|
10531
10715
|
begin
|
@@ -10654,6 +10838,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10654
10838
|
end
|
10655
10839
|
|
10656
10840
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10841
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10842
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10657
10843
|
# Deserialize Response
|
10658
10844
|
if status_code == 200
|
10659
10845
|
begin
|
@@ -10758,6 +10944,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10758
10944
|
end
|
10759
10945
|
|
10760
10946
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
10947
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
10948
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10761
10949
|
# Deserialize Response
|
10762
10950
|
if status_code == 200
|
10763
10951
|
begin
|
@@ -10862,6 +11050,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10862
11050
|
end
|
10863
11051
|
|
10864
11052
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11053
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11054
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10865
11055
|
# Deserialize Response
|
10866
11056
|
if status_code == 200
|
10867
11057
|
begin
|
@@ -10966,6 +11156,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
10966
11156
|
end
|
10967
11157
|
|
10968
11158
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11159
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11160
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
10969
11161
|
# Deserialize Response
|
10970
11162
|
if status_code == 200
|
10971
11163
|
begin
|
@@ -11089,6 +11281,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11089
11281
|
end
|
11090
11282
|
|
11091
11283
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11284
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11285
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11092
11286
|
# Deserialize Response
|
11093
11287
|
if status_code == 200
|
11094
11288
|
begin
|
@@ -11301,6 +11495,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11301
11495
|
end
|
11302
11496
|
|
11303
11497
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11498
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11499
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11304
11500
|
# Deserialize Response
|
11305
11501
|
if status_code == 200
|
11306
11502
|
begin
|
@@ -11412,6 +11608,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11412
11608
|
end
|
11413
11609
|
|
11414
11610
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11611
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11612
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11415
11613
|
# Deserialize Response
|
11416
11614
|
if status_code == 200
|
11417
11615
|
begin
|
@@ -11526,6 +11724,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11526
11724
|
end
|
11527
11725
|
|
11528
11726
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11727
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11728
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11529
11729
|
# Deserialize Response
|
11530
11730
|
if status_code == 200
|
11531
11731
|
begin
|
@@ -11671,6 +11871,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11671
11871
|
end
|
11672
11872
|
|
11673
11873
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
11874
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
11875
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11674
11876
|
# Deserialize Response
|
11675
11877
|
if status_code == 200
|
11676
11878
|
begin
|
@@ -11844,6 +12046,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11844
12046
|
end
|
11845
12047
|
|
11846
12048
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12049
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12050
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11847
12051
|
|
11848
12052
|
result
|
11849
12053
|
end
|
@@ -11948,6 +12152,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
11948
12152
|
end
|
11949
12153
|
|
11950
12154
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12155
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12156
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
11951
12157
|
# Deserialize Response
|
11952
12158
|
if status_code == 200
|
11953
12159
|
begin
|
@@ -12073,6 +12279,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12073
12279
|
end
|
12074
12280
|
|
12075
12281
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12282
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12283
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12076
12284
|
|
12077
12285
|
result
|
12078
12286
|
end
|
@@ -12180,6 +12388,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12180
12388
|
end
|
12181
12389
|
|
12182
12390
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12391
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12392
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12183
12393
|
# Deserialize Response
|
12184
12394
|
if status_code == 200
|
12185
12395
|
begin
|
@@ -12284,6 +12494,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12284
12494
|
end
|
12285
12495
|
|
12286
12496
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12497
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12498
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12287
12499
|
# Deserialize Response
|
12288
12500
|
if status_code == 200
|
12289
12501
|
begin
|
@@ -12388,6 +12600,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12388
12600
|
end
|
12389
12601
|
|
12390
12602
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12603
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12604
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12391
12605
|
# Deserialize Response
|
12392
12606
|
if status_code == 200
|
12393
12607
|
begin
|
@@ -12496,6 +12710,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12496
12710
|
end
|
12497
12711
|
|
12498
12712
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12713
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12714
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12499
12715
|
# Deserialize Response
|
12500
12716
|
if status_code == 200
|
12501
12717
|
begin
|
@@ -12618,6 +12834,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12618
12834
|
end
|
12619
12835
|
|
12620
12836
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12837
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12838
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12621
12839
|
# Deserialize Response
|
12622
12840
|
if status_code == 200
|
12623
12841
|
begin
|
@@ -12725,6 +12943,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12725
12943
|
end
|
12726
12944
|
|
12727
12945
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
12946
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
12947
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12728
12948
|
|
12729
12949
|
result
|
12730
12950
|
end
|
@@ -12837,6 +13057,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12837
13057
|
end
|
12838
13058
|
|
12839
13059
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13060
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13061
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12840
13062
|
# Deserialize Response
|
12841
13063
|
if status_code == 200
|
12842
13064
|
begin
|
@@ -12947,6 +13169,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
12947
13169
|
end
|
12948
13170
|
|
12949
13171
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13172
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13173
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
12950
13174
|
# Deserialize Response
|
12951
13175
|
if status_code == 200
|
12952
13176
|
begin
|
@@ -13068,6 +13292,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13068
13292
|
end
|
13069
13293
|
|
13070
13294
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13295
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13296
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13071
13297
|
# Deserialize Response
|
13072
13298
|
if status_code == 200
|
13073
13299
|
begin
|
@@ -13178,6 +13404,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13178
13404
|
end
|
13179
13405
|
|
13180
13406
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13407
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13408
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13181
13409
|
# Deserialize Response
|
13182
13410
|
if status_code == 200
|
13183
13411
|
begin
|
@@ -13292,6 +13520,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13292
13520
|
end
|
13293
13521
|
|
13294
13522
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13523
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13524
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13295
13525
|
# Deserialize Response
|
13296
13526
|
if status_code == 200
|
13297
13527
|
begin
|
@@ -13405,6 +13635,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13405
13635
|
end
|
13406
13636
|
|
13407
13637
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13638
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13639
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13408
13640
|
|
13409
13641
|
result
|
13410
13642
|
end
|
@@ -13509,6 +13741,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13509
13741
|
end
|
13510
13742
|
|
13511
13743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13512
13746
|
# Deserialize Response
|
13513
13747
|
if status_code == 200
|
13514
13748
|
begin
|
@@ -13630,6 +13864,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13630
13864
|
end
|
13631
13865
|
|
13632
13866
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13867
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13868
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13633
13869
|
# Deserialize Response
|
13634
13870
|
if status_code == 200
|
13635
13871
|
begin
|
@@ -13748,6 +13984,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13748
13984
|
end
|
13749
13985
|
|
13750
13986
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
13987
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
13988
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13751
13989
|
# Deserialize Response
|
13752
13990
|
if status_code == 200
|
13753
13991
|
begin
|
@@ -13862,6 +14100,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13862
14100
|
end
|
13863
14101
|
|
13864
14102
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14103
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14104
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13865
14105
|
# Deserialize Response
|
13866
14106
|
if status_code == 200
|
13867
14107
|
begin
|
@@ -13980,6 +14220,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
13980
14220
|
end
|
13981
14221
|
|
13982
14222
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14223
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14224
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
13983
14225
|
# Deserialize Response
|
13984
14226
|
if status_code == 200
|
13985
14227
|
begin
|
@@ -14084,6 +14326,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14084
14326
|
end
|
14085
14327
|
|
14086
14328
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14329
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14330
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14087
14331
|
# Deserialize Response
|
14088
14332
|
if status_code == 200
|
14089
14333
|
begin
|
@@ -14198,6 +14442,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14198
14442
|
end
|
14199
14443
|
|
14200
14444
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14445
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14446
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14201
14447
|
# Deserialize Response
|
14202
14448
|
if status_code == 200
|
14203
14449
|
begin
|
@@ -14320,6 +14566,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14320
14566
|
end
|
14321
14567
|
|
14322
14568
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14569
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14570
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14323
14571
|
# Deserialize Response
|
14324
14572
|
if status_code == 200
|
14325
14573
|
begin
|
@@ -14427,6 +14675,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14427
14675
|
end
|
14428
14676
|
|
14429
14677
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14678
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14679
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14430
14680
|
|
14431
14681
|
result
|
14432
14682
|
end
|
@@ -14538,6 +14788,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14538
14788
|
end
|
14539
14789
|
|
14540
14790
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14791
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14792
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14541
14793
|
# Deserialize Response
|
14542
14794
|
if status_code == 200
|
14543
14795
|
begin
|
@@ -14654,6 +14906,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14654
14906
|
end
|
14655
14907
|
|
14656
14908
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
14909
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
14910
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14657
14911
|
|
14658
14912
|
result
|
14659
14913
|
end
|
@@ -14765,6 +15019,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14765
15019
|
end
|
14766
15020
|
|
14767
15021
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15022
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15023
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
14768
15024
|
|
14769
15025
|
result
|
14770
15026
|
end
|
@@ -14997,6 +15253,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
14997
15253
|
end
|
14998
15254
|
|
14999
15255
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15256
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15257
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15000
15258
|
# Deserialize Response
|
15001
15259
|
if status_code == 200
|
15002
15260
|
begin
|
@@ -15111,6 +15369,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15111
15369
|
end
|
15112
15370
|
|
15113
15371
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15372
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15373
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15114
15374
|
# Deserialize Response
|
15115
15375
|
if status_code == 200
|
15116
15376
|
begin
|
@@ -15266,6 +15526,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15266
15526
|
end
|
15267
15527
|
|
15268
15528
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15529
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15530
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15269
15531
|
|
15270
15532
|
result
|
15271
15533
|
end
|
@@ -15360,6 +15622,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15360
15622
|
end
|
15361
15623
|
|
15362
15624
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15625
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15626
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15363
15627
|
# Deserialize Response
|
15364
15628
|
if status_code == 200
|
15365
15629
|
begin
|
@@ -15471,6 +15735,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15471
15735
|
end
|
15472
15736
|
|
15473
15737
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15738
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15739
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15474
15740
|
# Deserialize Response
|
15475
15741
|
if status_code == 200
|
15476
15742
|
begin
|
@@ -15651,6 +15917,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15651
15917
|
end
|
15652
15918
|
|
15653
15919
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
15920
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
15921
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15654
15922
|
|
15655
15923
|
result
|
15656
15924
|
end
|
@@ -15775,6 +16043,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15775
16043
|
end
|
15776
16044
|
|
15777
16045
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16046
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16047
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15778
16048
|
# Deserialize Response
|
15779
16049
|
if status_code == 200
|
15780
16050
|
begin
|
@@ -15899,6 +16169,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
15899
16169
|
end
|
15900
16170
|
|
15901
16171
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16172
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16173
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
15902
16174
|
# Deserialize Response
|
15903
16175
|
if status_code == 200
|
15904
16176
|
begin
|
@@ -16029,6 +16301,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16029
16301
|
end
|
16030
16302
|
|
16031
16303
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16304
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16305
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16032
16306
|
|
16033
16307
|
result
|
16034
16308
|
end
|
@@ -16144,6 +16418,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16144
16418
|
end
|
16145
16419
|
|
16146
16420
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16421
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16422
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16147
16423
|
# Deserialize Response
|
16148
16424
|
if status_code == 200
|
16149
16425
|
begin
|
@@ -16255,6 +16531,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16255
16531
|
end
|
16256
16532
|
|
16257
16533
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16534
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16535
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16258
16536
|
# Deserialize Response
|
16259
16537
|
if status_code == 200
|
16260
16538
|
begin
|
@@ -16370,6 +16648,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16370
16648
|
end
|
16371
16649
|
|
16372
16650
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16651
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16652
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16373
16653
|
# Deserialize Response
|
16374
16654
|
if status_code == 200
|
16375
16655
|
begin
|
@@ -16484,6 +16764,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16484
16764
|
end
|
16485
16765
|
|
16486
16766
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16767
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16768
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16487
16769
|
|
16488
16770
|
result
|
16489
16771
|
end
|
@@ -16618,6 +16900,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16618
16900
|
end
|
16619
16901
|
|
16620
16902
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
16903
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
16904
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16621
16905
|
# Deserialize Response
|
16622
16906
|
if status_code == 200
|
16623
16907
|
begin
|
@@ -16779,6 +17063,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16779
17063
|
end
|
16780
17064
|
|
16781
17065
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17066
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17067
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16782
17068
|
# Deserialize Response
|
16783
17069
|
if status_code == 200
|
16784
17070
|
begin
|
@@ -16901,6 +17187,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
16901
17187
|
end
|
16902
17188
|
|
16903
17189
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17190
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17191
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
16904
17192
|
# Deserialize Response
|
16905
17193
|
if status_code == 200
|
16906
17194
|
begin
|
@@ -17012,6 +17300,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17012
17300
|
end
|
17013
17301
|
|
17014
17302
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17303
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17304
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17015
17305
|
# Deserialize Response
|
17016
17306
|
if status_code == 200
|
17017
17307
|
begin
|
@@ -17137,6 +17427,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17137
17427
|
end
|
17138
17428
|
|
17139
17429
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17430
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17431
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17140
17432
|
# Deserialize Response
|
17141
17433
|
if status_code == 200
|
17142
17434
|
begin
|
@@ -17248,6 +17540,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17248
17540
|
end
|
17249
17541
|
|
17250
17542
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17543
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17544
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17251
17545
|
# Deserialize Response
|
17252
17546
|
if status_code == 200
|
17253
17547
|
begin
|
@@ -17376,6 +17670,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17376
17670
|
end
|
17377
17671
|
|
17378
17672
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17673
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17674
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17379
17675
|
# Deserialize Response
|
17380
17676
|
if status_code == 200
|
17381
17677
|
begin
|
@@ -17490,6 +17786,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17490
17786
|
end
|
17491
17787
|
|
17492
17788
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17789
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17790
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17493
17791
|
# Deserialize Response
|
17494
17792
|
if status_code == 200
|
17495
17793
|
begin
|
@@ -17612,6 +17910,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17612
17910
|
end
|
17613
17911
|
|
17614
17912
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
17913
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
17914
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17615
17915
|
# Deserialize Response
|
17616
17916
|
if status_code == 200
|
17617
17917
|
begin
|
@@ -17722,6 +18022,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17722
18022
|
end
|
17723
18023
|
|
17724
18024
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18025
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18026
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17725
18027
|
|
17726
18028
|
result
|
17727
18029
|
end
|
@@ -17823,6 +18125,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17823
18125
|
end
|
17824
18126
|
|
17825
18127
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18128
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18129
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17826
18130
|
# Deserialize Response
|
17827
18131
|
if status_code == 200
|
17828
18132
|
begin
|
@@ -17948,6 +18252,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
17948
18252
|
end
|
17949
18253
|
|
17950
18254
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18255
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18256
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
17951
18257
|
# Deserialize Response
|
17952
18258
|
if status_code == 200
|
17953
18259
|
begin
|
@@ -18059,6 +18365,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18059
18365
|
end
|
18060
18366
|
|
18061
18367
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18368
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18369
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18062
18370
|
# Deserialize Response
|
18063
18371
|
if status_code == 200
|
18064
18372
|
begin
|
@@ -18170,6 +18478,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18170
18478
|
end
|
18171
18479
|
|
18172
18480
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18481
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18482
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18173
18483
|
# Deserialize Response
|
18174
18484
|
if status_code == 200
|
18175
18485
|
begin
|
@@ -18295,6 +18605,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18295
18605
|
end
|
18296
18606
|
|
18297
18607
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18608
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18609
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18298
18610
|
# Deserialize Response
|
18299
18611
|
if status_code == 200
|
18300
18612
|
begin
|
@@ -18420,6 +18732,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18420
18732
|
end
|
18421
18733
|
|
18422
18734
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18735
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18736
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18423
18737
|
# Deserialize Response
|
18424
18738
|
if status_code == 200
|
18425
18739
|
begin
|
@@ -18531,6 +18845,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18531
18845
|
end
|
18532
18846
|
|
18533
18847
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
18848
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
18849
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18534
18850
|
# Deserialize Response
|
18535
18851
|
if status_code == 200
|
18536
18852
|
begin
|
@@ -18703,6 +19019,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18703
19019
|
end
|
18704
19020
|
|
18705
19021
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19022
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19023
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18706
19024
|
# Deserialize Response
|
18707
19025
|
if status_code == 200
|
18708
19026
|
begin
|
@@ -18814,6 +19132,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18814
19132
|
end
|
18815
19133
|
|
18816
19134
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19135
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19136
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18817
19137
|
# Deserialize Response
|
18818
19138
|
if status_code == 200
|
18819
19139
|
begin
|
@@ -18925,6 +19245,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
18925
19245
|
end
|
18926
19246
|
|
18927
19247
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19248
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19249
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
18928
19250
|
# Deserialize Response
|
18929
19251
|
if status_code == 200
|
18930
19252
|
begin
|
@@ -19068,6 +19390,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19068
19390
|
end
|
19069
19391
|
|
19070
19392
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19393
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19394
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19071
19395
|
# Deserialize Response
|
19072
19396
|
if status_code == 200
|
19073
19397
|
begin
|
@@ -19178,6 +19502,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19178
19502
|
end
|
19179
19503
|
|
19180
19504
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19505
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19506
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19181
19507
|
|
19182
19508
|
result
|
19183
19509
|
end
|
@@ -19311,6 +19637,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19311
19637
|
end
|
19312
19638
|
|
19313
19639
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19640
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19641
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19314
19642
|
# Deserialize Response
|
19315
19643
|
if status_code == 200
|
19316
19644
|
begin
|
@@ -19428,6 +19756,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19428
19756
|
end
|
19429
19757
|
|
19430
19758
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19759
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19760
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19431
19761
|
# Deserialize Response
|
19432
19762
|
if status_code == 200
|
19433
19763
|
begin
|
@@ -19553,6 +19883,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19553
19883
|
end
|
19554
19884
|
|
19555
19885
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
19886
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
19887
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19556
19888
|
# Deserialize Response
|
19557
19889
|
if status_code == 200
|
19558
19890
|
begin
|
@@ -19678,6 +20010,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19678
20010
|
end
|
19679
20011
|
|
19680
20012
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20013
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20014
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19681
20015
|
# Deserialize Response
|
19682
20016
|
if status_code == 200
|
19683
20017
|
begin
|
@@ -19795,6 +20129,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19795
20129
|
end
|
19796
20130
|
|
19797
20131
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20132
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20133
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19798
20134
|
# Deserialize Response
|
19799
20135
|
if status_code == 200
|
19800
20136
|
begin
|
@@ -19910,6 +20246,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
19910
20246
|
end
|
19911
20247
|
|
19912
20248
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20249
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20250
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
19913
20251
|
# Deserialize Response
|
19914
20252
|
if status_code == 200
|
19915
20253
|
begin
|
@@ -20024,6 +20362,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20024
20362
|
end
|
20025
20363
|
|
20026
20364
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20365
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20366
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20027
20367
|
|
20028
20368
|
result
|
20029
20369
|
end
|
@@ -20125,6 +20465,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20125
20465
|
end
|
20126
20466
|
|
20127
20467
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20468
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20469
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20128
20470
|
# Deserialize Response
|
20129
20471
|
if status_code == 200
|
20130
20472
|
begin
|
@@ -20243,6 +20585,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20243
20585
|
end
|
20244
20586
|
|
20245
20587
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20588
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20589
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20246
20590
|
# Deserialize Response
|
20247
20591
|
if status_code == 200
|
20248
20592
|
begin
|
@@ -20361,6 +20705,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20361
20705
|
end
|
20362
20706
|
|
20363
20707
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20708
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20709
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20364
20710
|
# Deserialize Response
|
20365
20711
|
if status_code == 200
|
20366
20712
|
begin
|
@@ -20476,6 +20822,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20476
20822
|
end
|
20477
20823
|
|
20478
20824
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20825
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20826
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20479
20827
|
# Deserialize Response
|
20480
20828
|
if status_code == 200
|
20481
20829
|
begin
|
@@ -20590,6 +20938,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20590
20938
|
end
|
20591
20939
|
|
20592
20940
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
20941
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
20942
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20593
20943
|
|
20594
20944
|
result
|
20595
20945
|
end
|
@@ -20694,6 +21044,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20694
21044
|
end
|
20695
21045
|
|
20696
21046
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21047
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21048
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20697
21049
|
|
20698
21050
|
result
|
20699
21051
|
end
|
@@ -20798,6 +21150,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20798
21150
|
end
|
20799
21151
|
|
20800
21152
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21153
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21154
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20801
21155
|
|
20802
21156
|
result
|
20803
21157
|
end
|
@@ -20899,6 +21253,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
20899
21253
|
end
|
20900
21254
|
|
20901
21255
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21256
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21257
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
20902
21258
|
# Deserialize Response
|
20903
21259
|
if status_code == 200
|
20904
21260
|
begin
|
@@ -21014,6 +21370,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21014
21370
|
end
|
21015
21371
|
|
21016
21372
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21373
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21374
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21017
21375
|
# Deserialize Response
|
21018
21376
|
if status_code == 200
|
21019
21377
|
begin
|
@@ -21140,6 +21498,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21140
21498
|
end
|
21141
21499
|
|
21142
21500
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21501
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21502
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21143
21503
|
# Deserialize Response
|
21144
21504
|
if status_code == 200
|
21145
21505
|
begin
|
@@ -21254,6 +21614,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21254
21614
|
end
|
21255
21615
|
|
21256
21616
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21617
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21618
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21257
21619
|
|
21258
21620
|
result
|
21259
21621
|
end
|
@@ -21365,6 +21727,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21365
21727
|
end
|
21366
21728
|
|
21367
21729
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21730
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21731
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21368
21732
|
# Deserialize Response
|
21369
21733
|
if status_code == 200
|
21370
21734
|
begin
|
@@ -21496,6 +21860,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21496
21860
|
end
|
21497
21861
|
|
21498
21862
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21863
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21864
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21499
21865
|
# Deserialize Response
|
21500
21866
|
if status_code == 200
|
21501
21867
|
begin
|
@@ -21607,6 +21973,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21607
21973
|
end
|
21608
21974
|
|
21609
21975
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
21976
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
21977
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21610
21978
|
# Deserialize Response
|
21611
21979
|
if status_code == 200
|
21612
21980
|
begin
|
@@ -21725,6 +22093,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21725
22093
|
end
|
21726
22094
|
|
21727
22095
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22096
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22097
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21728
22098
|
# Deserialize Response
|
21729
22099
|
if status_code == 200
|
21730
22100
|
begin
|
@@ -21863,6 +22233,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21863
22233
|
end
|
21864
22234
|
|
21865
22235
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22236
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22237
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21866
22238
|
# Deserialize Response
|
21867
22239
|
if status_code == 200
|
21868
22240
|
begin
|
@@ -21980,6 +22352,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
21980
22352
|
end
|
21981
22353
|
|
21982
22354
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22355
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22356
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
21983
22357
|
|
21984
22358
|
result
|
21985
22359
|
end
|
@@ -22108,6 +22482,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22108
22482
|
end
|
22109
22483
|
|
22110
22484
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22485
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22486
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22111
22487
|
# Deserialize Response
|
22112
22488
|
if status_code == 200
|
22113
22489
|
begin
|
@@ -22219,6 +22595,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22219
22595
|
end
|
22220
22596
|
|
22221
22597
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22598
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22599
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22222
22600
|
# Deserialize Response
|
22223
22601
|
if status_code == 200
|
22224
22602
|
begin
|
@@ -22382,6 +22760,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22382
22760
|
end
|
22383
22761
|
|
22384
22762
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22763
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22764
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22385
22765
|
# Deserialize Response
|
22386
22766
|
if status_code == 200
|
22387
22767
|
begin
|
@@ -22493,6 +22873,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22493
22873
|
end
|
22494
22874
|
|
22495
22875
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22876
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22877
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22496
22878
|
# Deserialize Response
|
22497
22879
|
if status_code == 200
|
22498
22880
|
begin
|
@@ -22604,6 +22986,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22604
22986
|
end
|
22605
22987
|
|
22606
22988
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
22989
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
22990
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22607
22991
|
# Deserialize Response
|
22608
22992
|
if status_code == 200
|
22609
22993
|
begin
|
@@ -22726,6 +23110,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22726
23110
|
end
|
22727
23111
|
|
22728
23112
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23113
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23114
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22729
23115
|
# Deserialize Response
|
22730
23116
|
if status_code == 200
|
22731
23117
|
begin
|
@@ -22894,6 +23280,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22894
23280
|
end
|
22895
23281
|
|
22896
23282
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23283
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23284
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
22897
23285
|
|
22898
23286
|
result
|
22899
23287
|
end
|
@@ -22999,6 +23387,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
22999
23387
|
end
|
23000
23388
|
|
23001
23389
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23390
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23391
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23002
23392
|
# Deserialize Response
|
23003
23393
|
if status_code == 200
|
23004
23394
|
begin
|
@@ -23110,6 +23500,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23110
23500
|
end
|
23111
23501
|
|
23112
23502
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23503
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23504
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23113
23505
|
# Deserialize Response
|
23114
23506
|
if status_code == 200
|
23115
23507
|
begin
|
@@ -23225,6 +23617,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23225
23617
|
end
|
23226
23618
|
|
23227
23619
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23620
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23621
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23228
23622
|
# Deserialize Response
|
23229
23623
|
if status_code == 200
|
23230
23624
|
begin
|
@@ -23354,6 +23748,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23354
23748
|
end
|
23355
23749
|
|
23356
23750
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23751
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23752
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23357
23753
|
# Deserialize Response
|
23358
23754
|
if status_code == 200
|
23359
23755
|
begin
|
@@ -23468,6 +23864,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23468
23864
|
end
|
23469
23865
|
|
23470
23866
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23867
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23868
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23471
23869
|
|
23472
23870
|
result
|
23473
23871
|
end
|
@@ -23574,6 +23972,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23574
23972
|
end
|
23575
23973
|
|
23576
23974
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
23975
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
23976
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23577
23977
|
# Deserialize Response
|
23578
23978
|
if status_code == 200
|
23579
23979
|
begin
|
@@ -23704,6 +24104,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23704
24104
|
end
|
23705
24105
|
|
23706
24106
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24107
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24108
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23707
24109
|
# Deserialize Response
|
23708
24110
|
if status_code == 200
|
23709
24111
|
begin
|
@@ -23819,6 +24221,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23819
24221
|
end
|
23820
24222
|
|
23821
24223
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24224
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24225
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23822
24226
|
|
23823
24227
|
result
|
23824
24228
|
end
|
@@ -23939,6 +24343,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
23939
24343
|
end
|
23940
24344
|
|
23941
24345
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24346
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24347
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
23942
24348
|
# Deserialize Response
|
23943
24349
|
if status_code == 200
|
23944
24350
|
begin
|
@@ -24055,6 +24461,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24055
24461
|
end
|
24056
24462
|
|
24057
24463
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24464
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24465
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24058
24466
|
# Deserialize Response
|
24059
24467
|
if status_code == 200
|
24060
24468
|
begin
|
@@ -24163,6 +24571,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24163
24571
|
end
|
24164
24572
|
|
24165
24573
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24574
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24575
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24166
24576
|
# Deserialize Response
|
24167
24577
|
if status_code == 200
|
24168
24578
|
begin
|
@@ -24280,6 +24690,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24280
24690
|
end
|
24281
24691
|
|
24282
24692
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24693
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24694
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24283
24695
|
# Deserialize Response
|
24284
24696
|
if status_code == 200
|
24285
24697
|
begin
|
@@ -24395,6 +24807,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24395
24807
|
end
|
24396
24808
|
|
24397
24809
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24810
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24811
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24398
24812
|
# Deserialize Response
|
24399
24813
|
if status_code == 200
|
24400
24814
|
begin
|
@@ -24530,6 +24944,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24530
24944
|
end
|
24531
24945
|
|
24532
24946
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
24947
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
24948
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24533
24949
|
# Deserialize Response
|
24534
24950
|
if status_code == 200
|
24535
24951
|
begin
|
@@ -24644,6 +25060,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24644
25060
|
end
|
24645
25061
|
|
24646
25062
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25063
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25064
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24647
25065
|
|
24648
25066
|
result
|
24649
25067
|
end
|
@@ -24769,6 +25187,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24769
25187
|
end
|
24770
25188
|
|
24771
25189
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25190
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25191
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24772
25192
|
# Deserialize Response
|
24773
25193
|
if status_code == 200
|
24774
25194
|
begin
|
@@ -24880,6 +25300,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24880
25300
|
end
|
24881
25301
|
|
24882
25302
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25303
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25304
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24883
25305
|
# Deserialize Response
|
24884
25306
|
if status_code == 200
|
24885
25307
|
begin
|
@@ -24995,6 +25417,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
24995
25417
|
end
|
24996
25418
|
|
24997
25419
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25420
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25421
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
24998
25422
|
# Deserialize Response
|
24999
25423
|
if status_code == 200
|
25000
25424
|
begin
|
@@ -25164,6 +25588,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25164
25588
|
end
|
25165
25589
|
|
25166
25590
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25591
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25592
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25167
25593
|
# Deserialize Response
|
25168
25594
|
if status_code == 200
|
25169
25595
|
begin
|
@@ -25291,6 +25717,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25291
25717
|
end
|
25292
25718
|
|
25293
25719
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25720
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25721
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25294
25722
|
# Deserialize Response
|
25295
25723
|
if status_code == 200
|
25296
25724
|
begin
|
@@ -25422,6 +25850,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25422
25850
|
end
|
25423
25851
|
|
25424
25852
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25853
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25854
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25425
25855
|
# Deserialize Response
|
25426
25856
|
if status_code == 200
|
25427
25857
|
begin
|
@@ -25552,6 +25982,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25552
25982
|
end
|
25553
25983
|
|
25554
25984
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
25985
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
25986
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25555
25987
|
|
25556
25988
|
result
|
25557
25989
|
end
|
@@ -25673,6 +26105,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25673
26105
|
end
|
25674
26106
|
|
25675
26107
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26108
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26109
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25676
26110
|
# Deserialize Response
|
25677
26111
|
if status_code == 200
|
25678
26112
|
begin
|
@@ -25811,6 +26245,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25811
26245
|
end
|
25812
26246
|
|
25813
26247
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26248
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26249
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25814
26250
|
# Deserialize Response
|
25815
26251
|
if status_code == 200
|
25816
26252
|
begin
|
@@ -25946,6 +26382,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
25946
26382
|
end
|
25947
26383
|
|
25948
26384
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26385
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26386
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
25949
26387
|
# Deserialize Response
|
25950
26388
|
if status_code == 200
|
25951
26389
|
begin
|
@@ -26077,6 +26515,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26077
26515
|
end
|
26078
26516
|
|
26079
26517
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26518
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26519
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26080
26520
|
# Deserialize Response
|
26081
26521
|
if status_code == 200
|
26082
26522
|
begin
|
@@ -26212,6 +26652,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26212
26652
|
end
|
26213
26653
|
|
26214
26654
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26655
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26656
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26215
26657
|
# Deserialize Response
|
26216
26658
|
if status_code == 200
|
26217
26659
|
begin
|
@@ -26323,6 +26765,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26323
26765
|
end
|
26324
26766
|
|
26325
26767
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26768
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26769
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26326
26770
|
# Deserialize Response
|
26327
26771
|
if status_code == 200
|
26328
26772
|
begin
|
@@ -26434,6 +26878,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26434
26878
|
end
|
26435
26879
|
|
26436
26880
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26881
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26882
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26437
26883
|
# Deserialize Response
|
26438
26884
|
if status_code == 200
|
26439
26885
|
begin
|
@@ -26545,6 +26991,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26545
26991
|
end
|
26546
26992
|
|
26547
26993
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
26994
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
26995
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26548
26996
|
# Deserialize Response
|
26549
26997
|
if status_code == 200
|
26550
26998
|
begin
|
@@ -26675,6 +27123,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26675
27123
|
end
|
26676
27124
|
|
26677
27125
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27126
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27127
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26678
27128
|
# Deserialize Response
|
26679
27129
|
if status_code == 200
|
26680
27130
|
begin
|
@@ -26789,6 +27239,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26789
27239
|
end
|
26790
27240
|
|
26791
27241
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27242
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27243
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26792
27244
|
# Deserialize Response
|
26793
27245
|
if status_code == 200
|
26794
27246
|
begin
|
@@ -26907,6 +27359,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
26907
27359
|
end
|
26908
27360
|
|
26909
27361
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27362
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27363
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
26910
27364
|
# Deserialize Response
|
26911
27365
|
if status_code == 200
|
26912
27366
|
begin
|
@@ -27028,6 +27482,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27028
27482
|
end
|
27029
27483
|
|
27030
27484
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27485
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27486
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27031
27487
|
# Deserialize Response
|
27032
27488
|
if status_code == 200
|
27033
27489
|
begin
|
@@ -27177,6 +27633,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27177
27633
|
end
|
27178
27634
|
|
27179
27635
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27636
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27637
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27180
27638
|
# Deserialize Response
|
27181
27639
|
if status_code == 200
|
27182
27640
|
begin
|
@@ -27356,6 +27814,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27356
27814
|
end
|
27357
27815
|
|
27358
27816
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27817
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27818
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27359
27819
|
|
27360
27820
|
result
|
27361
27821
|
end
|
@@ -27467,6 +27927,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27467
27927
|
end
|
27468
27928
|
|
27469
27929
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
27930
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
27931
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27470
27932
|
# Deserialize Response
|
27471
27933
|
if status_code == 200
|
27472
27934
|
begin
|
@@ -27599,6 +28061,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27599
28061
|
end
|
27600
28062
|
|
27601
28063
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28064
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28065
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27602
28066
|
|
27603
28067
|
result
|
27604
28068
|
end
|
@@ -27713,6 +28177,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27713
28177
|
end
|
27714
28178
|
|
27715
28179
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28180
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28181
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27716
28182
|
# Deserialize Response
|
27717
28183
|
if status_code == 200
|
27718
28184
|
begin
|
@@ -27824,6 +28290,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27824
28290
|
end
|
27825
28291
|
|
27826
28292
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28293
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28294
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27827
28295
|
# Deserialize Response
|
27828
28296
|
if status_code == 200
|
27829
28297
|
begin
|
@@ -27935,6 +28403,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
27935
28403
|
end
|
27936
28404
|
|
27937
28405
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28406
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28407
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
27938
28408
|
# Deserialize Response
|
27939
28409
|
if status_code == 200
|
27940
28410
|
begin
|
@@ -28050,6 +28520,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28050
28520
|
end
|
28051
28521
|
|
28052
28522
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28523
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28524
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28053
28525
|
# Deserialize Response
|
28054
28526
|
if status_code == 200
|
28055
28527
|
begin
|
@@ -28179,6 +28651,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28179
28651
|
end
|
28180
28652
|
|
28181
28653
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28654
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28655
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28182
28656
|
# Deserialize Response
|
28183
28657
|
if status_code == 200
|
28184
28658
|
begin
|
@@ -28293,6 +28767,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28293
28767
|
end
|
28294
28768
|
|
28295
28769
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28770
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28771
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28296
28772
|
|
28297
28773
|
result
|
28298
28774
|
end
|
@@ -28412,6 +28888,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28412
28888
|
end
|
28413
28889
|
|
28414
28890
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
28891
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
28892
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28415
28893
|
# Deserialize Response
|
28416
28894
|
if status_code == 200
|
28417
28895
|
begin
|
@@ -28526,6 +29004,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28526
29004
|
end
|
28527
29005
|
|
28528
29006
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29007
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29008
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28529
29009
|
# Deserialize Response
|
28530
29010
|
if status_code == 200
|
28531
29011
|
begin
|
@@ -28651,6 +29131,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28651
29131
|
end
|
28652
29132
|
|
28653
29133
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29134
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29135
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28654
29136
|
# Deserialize Response
|
28655
29137
|
if status_code == 200
|
28656
29138
|
begin
|
@@ -28768,6 +29250,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28768
29250
|
end
|
28769
29251
|
|
28770
29252
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29253
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29254
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28771
29255
|
# Deserialize Response
|
28772
29256
|
if status_code == 200
|
28773
29257
|
begin
|
@@ -28889,6 +29373,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
28889
29373
|
end
|
28890
29374
|
|
28891
29375
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29376
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29377
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
28892
29378
|
# Deserialize Response
|
28893
29379
|
if status_code == 200
|
28894
29380
|
begin
|
@@ -29009,6 +29495,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29009
29495
|
end
|
29010
29496
|
|
29011
29497
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29498
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29499
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29012
29500
|
|
29013
29501
|
result
|
29014
29502
|
end
|
@@ -29120,6 +29608,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29120
29608
|
end
|
29121
29609
|
|
29122
29610
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29611
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29612
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29123
29613
|
# Deserialize Response
|
29124
29614
|
if status_code == 200
|
29125
29615
|
begin
|
@@ -29248,6 +29738,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29248
29738
|
end
|
29249
29739
|
|
29250
29740
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29741
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29742
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29251
29743
|
# Deserialize Response
|
29252
29744
|
if status_code == 200
|
29253
29745
|
begin
|
@@ -29373,6 +29865,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29373
29865
|
end
|
29374
29866
|
|
29375
29867
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29868
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29869
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29376
29870
|
# Deserialize Response
|
29377
29871
|
if status_code == 200
|
29378
29872
|
begin
|
@@ -29494,6 +29988,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29494
29988
|
end
|
29495
29989
|
|
29496
29990
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
29991
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
29992
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29497
29993
|
# Deserialize Response
|
29498
29994
|
if status_code == 200
|
29499
29995
|
begin
|
@@ -29619,6 +30115,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29619
30115
|
end
|
29620
30116
|
|
29621
30117
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30118
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30119
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29622
30120
|
# Deserialize Response
|
29623
30121
|
if status_code == 200
|
29624
30122
|
begin
|
@@ -29730,6 +30228,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29730
30228
|
end
|
29731
30229
|
|
29732
30230
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30231
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30232
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29733
30233
|
# Deserialize Response
|
29734
30234
|
if status_code == 200
|
29735
30235
|
begin
|
@@ -29851,6 +30351,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29851
30351
|
end
|
29852
30352
|
|
29853
30353
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30354
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30355
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29854
30356
|
# Deserialize Response
|
29855
30357
|
if status_code == 200
|
29856
30358
|
begin
|
@@ -29980,6 +30482,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
29980
30482
|
end
|
29981
30483
|
|
29982
30484
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30485
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30486
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
29983
30487
|
# Deserialize Response
|
29984
30488
|
if status_code == 200
|
29985
30489
|
begin
|
@@ -30094,6 +30598,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30094
30598
|
end
|
30095
30599
|
|
30096
30600
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30601
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30602
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30097
30603
|
|
30098
30604
|
result
|
30099
30605
|
end
|
@@ -30212,6 +30718,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30212
30718
|
end
|
30213
30719
|
|
30214
30720
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30721
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30722
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30215
30723
|
# Deserialize Response
|
30216
30724
|
if status_code == 200
|
30217
30725
|
begin
|
@@ -30335,6 +30843,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30335
30843
|
end
|
30336
30844
|
|
30337
30845
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30846
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30847
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30338
30848
|
|
30339
30849
|
result
|
30340
30850
|
end
|
@@ -30453,6 +30963,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30453
30963
|
end
|
30454
30964
|
|
30455
30965
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
30966
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
30967
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30456
30968
|
|
30457
30969
|
result
|
30458
30970
|
end
|
@@ -30704,6 +31216,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30704
31216
|
end
|
30705
31217
|
|
30706
31218
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31219
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31220
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30707
31221
|
# Deserialize Response
|
30708
31222
|
if status_code == 200
|
30709
31223
|
begin
|
@@ -30825,6 +31339,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30825
31339
|
end
|
30826
31340
|
|
30827
31341
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31342
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31343
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30828
31344
|
# Deserialize Response
|
30829
31345
|
if status_code == 200
|
30830
31346
|
begin
|
@@ -30991,6 +31507,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
30991
31507
|
end
|
30992
31508
|
|
30993
31509
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31510
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31511
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
30994
31512
|
|
30995
31513
|
result
|
30996
31514
|
end
|
@@ -31106,6 +31624,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31106
31624
|
end
|
31107
31625
|
|
31108
31626
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31627
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31628
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31109
31629
|
# Deserialize Response
|
31110
31630
|
if status_code == 200
|
31111
31631
|
begin
|
@@ -31264,6 +31784,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31264
31784
|
end
|
31265
31785
|
|
31266
31786
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31787
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31788
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31267
31789
|
# Deserialize Response
|
31268
31790
|
if status_code == 200
|
31269
31791
|
begin
|
@@ -31375,6 +31897,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31375
31897
|
end
|
31376
31898
|
|
31377
31899
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
31900
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
31901
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31378
31902
|
# Deserialize Response
|
31379
31903
|
if status_code == 200
|
31380
31904
|
begin
|
@@ -31559,6 +32083,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31559
32083
|
end
|
31560
32084
|
|
31561
32085
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32086
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32087
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31562
32088
|
|
31563
32089
|
result
|
31564
32090
|
end
|
@@ -31674,6 +32200,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31674
32200
|
end
|
31675
32201
|
|
31676
32202
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32203
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32204
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31677
32205
|
# Deserialize Response
|
31678
32206
|
if status_code == 200
|
31679
32207
|
begin
|
@@ -31804,6 +32332,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31804
32332
|
end
|
31805
32333
|
|
31806
32334
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32335
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32336
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31807
32337
|
|
31808
32338
|
result
|
31809
32339
|
end
|
@@ -31904,6 +32434,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
31904
32434
|
end
|
31905
32435
|
|
31906
32436
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32437
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32438
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
31907
32439
|
|
31908
32440
|
result
|
31909
32441
|
end
|
@@ -32004,6 +32536,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32004
32536
|
end
|
32005
32537
|
|
32006
32538
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32539
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32540
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32007
32541
|
|
32008
32542
|
result
|
32009
32543
|
end
|
@@ -32104,6 +32638,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32104
32638
|
end
|
32105
32639
|
|
32106
32640
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32641
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32642
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32107
32643
|
|
32108
32644
|
result
|
32109
32645
|
end
|
@@ -32205,6 +32741,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32205
32741
|
end
|
32206
32742
|
|
32207
32743
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32744
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32745
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32208
32746
|
# Deserialize Response
|
32209
32747
|
if status_code == 200
|
32210
32748
|
begin
|
@@ -32320,6 +32858,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32320
32858
|
end
|
32321
32859
|
|
32322
32860
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32861
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32862
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32323
32863
|
# Deserialize Response
|
32324
32864
|
if status_code == 200
|
32325
32865
|
begin
|
@@ -32434,6 +32974,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32434
32974
|
end
|
32435
32975
|
|
32436
32976
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
32977
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
32978
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32437
32979
|
|
32438
32980
|
result
|
32439
32981
|
end
|
@@ -32539,6 +33081,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32539
33081
|
end
|
32540
33082
|
|
32541
33083
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33084
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33085
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32542
33086
|
# Deserialize Response
|
32543
33087
|
if status_code == 200
|
32544
33088
|
begin
|
@@ -32664,6 +33208,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32664
33208
|
end
|
32665
33209
|
|
32666
33210
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33211
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33212
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32667
33213
|
# Deserialize Response
|
32668
33214
|
if status_code == 200
|
32669
33215
|
begin
|
@@ -32778,6 +33324,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32778
33324
|
end
|
32779
33325
|
|
32780
33326
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33327
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33328
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32781
33329
|
|
32782
33330
|
result
|
32783
33331
|
end
|
@@ -32898,6 +33446,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
32898
33446
|
end
|
32899
33447
|
|
32900
33448
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33449
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33450
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
32901
33451
|
# Deserialize Response
|
32902
33452
|
if status_code == 200
|
32903
33453
|
begin
|
@@ -33009,6 +33559,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33009
33559
|
end
|
33010
33560
|
|
33011
33561
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33562
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33563
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33012
33564
|
# Deserialize Response
|
33013
33565
|
if status_code == 200
|
33014
33566
|
begin
|
@@ -33140,6 +33692,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33140
33692
|
end
|
33141
33693
|
|
33142
33694
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33695
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33696
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33143
33697
|
# Deserialize Response
|
33144
33698
|
if status_code == 200
|
33145
33699
|
begin
|
@@ -33275,6 +33829,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33275
33829
|
end
|
33276
33830
|
|
33277
33831
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33832
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33833
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33278
33834
|
# Deserialize Response
|
33279
33835
|
if status_code == 200
|
33280
33836
|
begin
|
@@ -33395,6 +33951,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33395
33951
|
end
|
33396
33952
|
|
33397
33953
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
33954
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
33955
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33398
33956
|
|
33399
33957
|
result
|
33400
33958
|
end
|
@@ -33520,6 +34078,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33520
34078
|
end
|
33521
34079
|
|
33522
34080
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34081
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34082
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33523
34083
|
# Deserialize Response
|
33524
34084
|
if status_code == 200
|
33525
34085
|
begin
|
@@ -33642,6 +34202,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33642
34202
|
end
|
33643
34203
|
|
33644
34204
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34205
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34206
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33645
34207
|
# Deserialize Response
|
33646
34208
|
if status_code == 200
|
33647
34209
|
begin
|
@@ -33781,6 +34343,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33781
34343
|
end
|
33782
34344
|
|
33783
34345
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34346
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34347
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33784
34348
|
# Deserialize Response
|
33785
34349
|
if status_code == 200
|
33786
34350
|
begin
|
@@ -33920,6 +34484,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
33920
34484
|
end
|
33921
34485
|
|
33922
34486
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34487
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34488
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
33923
34489
|
# Deserialize Response
|
33924
34490
|
if status_code == 200
|
33925
34491
|
begin
|
@@ -34031,6 +34597,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34031
34597
|
end
|
34032
34598
|
|
34033
34599
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34600
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34601
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34034
34602
|
# Deserialize Response
|
34035
34603
|
if status_code == 200
|
34036
34604
|
begin
|
@@ -34146,6 +34714,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34146
34714
|
end
|
34147
34715
|
|
34148
34716
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34717
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34718
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34149
34719
|
# Deserialize Response
|
34150
34720
|
if status_code == 200
|
34151
34721
|
begin
|
@@ -34264,6 +34834,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34264
34834
|
end
|
34265
34835
|
|
34266
34836
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34837
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34838
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34267
34839
|
# Deserialize Response
|
34268
34840
|
if status_code == 200
|
34269
34841
|
begin
|
@@ -34414,6 +34986,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34414
34986
|
end
|
34415
34987
|
|
34416
34988
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
34989
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
34990
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34417
34991
|
# Deserialize Response
|
34418
34992
|
if status_code == 200
|
34419
34993
|
begin
|
@@ -34518,6 +35092,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34518
35092
|
end
|
34519
35093
|
|
34520
35094
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35095
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35096
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34521
35097
|
# Deserialize Response
|
34522
35098
|
if status_code == 200
|
34523
35099
|
begin
|
@@ -34691,6 +35267,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34691
35267
|
end
|
34692
35268
|
|
34693
35269
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35270
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35271
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34694
35272
|
|
34695
35273
|
result
|
34696
35274
|
end
|
@@ -34799,6 +35377,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34799
35377
|
end
|
34800
35378
|
|
34801
35379
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35380
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35381
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34802
35382
|
# Deserialize Response
|
34803
35383
|
if status_code == 200
|
34804
35384
|
begin
|
@@ -34922,6 +35502,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
34922
35502
|
end
|
34923
35503
|
|
34924
35504
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35505
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35506
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
34925
35507
|
|
34926
35508
|
result
|
34927
35509
|
end
|
@@ -35015,6 +35597,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35015
35597
|
end
|
35016
35598
|
|
35017
35599
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35600
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35601
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35018
35602
|
|
35019
35603
|
result
|
35020
35604
|
end
|
@@ -35108,6 +35692,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35108
35692
|
end
|
35109
35693
|
|
35110
35694
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35695
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35696
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35111
35697
|
|
35112
35698
|
result
|
35113
35699
|
end
|
@@ -35201,6 +35787,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35201
35787
|
end
|
35202
35788
|
|
35203
35789
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35790
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35791
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35204
35792
|
|
35205
35793
|
result
|
35206
35794
|
end
|
@@ -35295,6 +35883,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35295
35883
|
end
|
35296
35884
|
|
35297
35885
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35886
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35887
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35298
35888
|
# Deserialize Response
|
35299
35889
|
if status_code == 200
|
35300
35890
|
begin
|
@@ -35403,6 +35993,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35403
35993
|
end
|
35404
35994
|
|
35405
35995
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
35996
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
35997
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35406
35998
|
# Deserialize Response
|
35407
35999
|
if status_code == 200
|
35408
36000
|
begin
|
@@ -35510,6 +36102,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35510
36102
|
end
|
35511
36103
|
|
35512
36104
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36105
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36106
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35513
36107
|
|
35514
36108
|
result
|
35515
36109
|
end
|
@@ -35608,6 +36202,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35608
36202
|
end
|
35609
36203
|
|
35610
36204
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36205
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36206
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35611
36207
|
# Deserialize Response
|
35612
36208
|
if status_code == 200
|
35613
36209
|
begin
|
@@ -35726,6 +36322,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35726
36322
|
end
|
35727
36323
|
|
35728
36324
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36325
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36326
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35729
36327
|
# Deserialize Response
|
35730
36328
|
if status_code == 200
|
35731
36329
|
begin
|
@@ -35833,6 +36431,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35833
36431
|
end
|
35834
36432
|
|
35835
36433
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36434
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36435
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35836
36436
|
|
35837
36437
|
result
|
35838
36438
|
end
|
@@ -35946,6 +36546,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
35946
36546
|
end
|
35947
36547
|
|
35948
36548
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36549
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36550
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
35949
36551
|
# Deserialize Response
|
35950
36552
|
if status_code == 200
|
35951
36553
|
begin
|
@@ -36050,6 +36652,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36050
36652
|
end
|
36051
36653
|
|
36052
36654
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36655
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36656
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36053
36657
|
# Deserialize Response
|
36054
36658
|
if status_code == 200
|
36055
36659
|
begin
|
@@ -36174,6 +36778,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36174
36778
|
end
|
36175
36779
|
|
36176
36780
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36781
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36782
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36177
36783
|
# Deserialize Response
|
36178
36784
|
if status_code == 200
|
36179
36785
|
begin
|
@@ -36302,6 +36908,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36302
36908
|
end
|
36303
36909
|
|
36304
36910
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
36911
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
36912
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36305
36913
|
# Deserialize Response
|
36306
36914
|
if status_code == 200
|
36307
36915
|
begin
|
@@ -36415,6 +37023,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36415
37023
|
end
|
36416
37024
|
|
36417
37025
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37026
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37027
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36418
37028
|
|
36419
37029
|
result
|
36420
37030
|
end
|
@@ -36533,6 +37143,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36533
37143
|
end
|
36534
37144
|
|
36535
37145
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37146
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37147
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36536
37148
|
# Deserialize Response
|
36537
37149
|
if status_code == 200
|
36538
37150
|
begin
|
@@ -36648,6 +37260,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36648
37260
|
end
|
36649
37261
|
|
36650
37262
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37263
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37264
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36651
37265
|
# Deserialize Response
|
36652
37266
|
if status_code == 200
|
36653
37267
|
begin
|
@@ -36777,6 +37391,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36777
37391
|
end
|
36778
37392
|
|
36779
37393
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37394
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37395
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36780
37396
|
# Deserialize Response
|
36781
37397
|
if status_code == 200
|
36782
37398
|
begin
|
@@ -36906,6 +37522,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
36906
37522
|
end
|
36907
37523
|
|
36908
37524
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37525
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37526
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
36909
37527
|
# Deserialize Response
|
36910
37528
|
if status_code == 200
|
36911
37529
|
begin
|
@@ -37010,6 +37628,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37010
37628
|
end
|
37011
37629
|
|
37012
37630
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37631
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37632
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37013
37633
|
# Deserialize Response
|
37014
37634
|
if status_code == 200
|
37015
37635
|
begin
|
@@ -37118,6 +37738,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37118
37738
|
end
|
37119
37739
|
|
37120
37740
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37741
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37742
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37121
37743
|
# Deserialize Response
|
37122
37744
|
if status_code == 200
|
37123
37745
|
begin
|
@@ -37245,6 +37867,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37245
37867
|
end
|
37246
37868
|
|
37247
37869
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
37870
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
37871
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37248
37872
|
# Deserialize Response
|
37249
37873
|
if status_code == 200
|
37250
37874
|
begin
|
@@ -37373,6 +37997,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37373
37997
|
end
|
37374
37998
|
|
37375
37999
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38000
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38001
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37376
38002
|
|
37377
38003
|
result
|
37378
38004
|
end
|
@@ -37467,6 +38093,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37467
38093
|
end
|
37468
38094
|
|
37469
38095
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38096
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38097
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37470
38098
|
# Deserialize Response
|
37471
38099
|
if status_code == 200
|
37472
38100
|
begin
|
@@ -37582,6 +38210,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37582
38210
|
end
|
37583
38211
|
|
37584
38212
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38213
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38214
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37585
38215
|
# Deserialize Response
|
37586
38216
|
if status_code == 201
|
37587
38217
|
begin
|
@@ -37701,6 +38331,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37701
38331
|
end
|
37702
38332
|
|
37703
38333
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38334
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38335
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37704
38336
|
# Deserialize Response
|
37705
38337
|
if status_code == 201
|
37706
38338
|
begin
|
@@ -37820,6 +38452,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37820
38452
|
end
|
37821
38453
|
|
37822
38454
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38455
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38456
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37823
38457
|
# Deserialize Response
|
37824
38458
|
if status_code == 201
|
37825
38459
|
begin
|
@@ -37942,6 +38576,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
37942
38576
|
end
|
37943
38577
|
|
37944
38578
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38579
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38580
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
37945
38581
|
# Deserialize Response
|
37946
38582
|
if status_code == 200
|
37947
38583
|
begin
|
@@ -38060,6 +38696,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38060
38696
|
end
|
38061
38697
|
|
38062
38698
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38699
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38700
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38063
38701
|
# Deserialize Response
|
38064
38702
|
if status_code == 200
|
38065
38703
|
begin
|
@@ -38179,6 +38817,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38179
38817
|
end
|
38180
38818
|
|
38181
38819
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38820
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38821
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38182
38822
|
# Deserialize Response
|
38183
38823
|
if status_code == 200
|
38184
38824
|
begin
|
@@ -38319,6 +38959,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38319
38959
|
end
|
38320
38960
|
|
38321
38961
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
38962
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
38963
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38322
38964
|
|
38323
38965
|
result
|
38324
38966
|
end
|
@@ -38426,6 +39068,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38426
39068
|
end
|
38427
39069
|
|
38428
39070
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39071
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39072
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38429
39073
|
|
38430
39074
|
result
|
38431
39075
|
end
|
@@ -38536,6 +39180,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38536
39180
|
end
|
38537
39181
|
|
38538
39182
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39183
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39184
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38539
39185
|
|
38540
39186
|
result
|
38541
39187
|
end
|
@@ -38634,6 +39280,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38634
39280
|
end
|
38635
39281
|
|
38636
39282
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39283
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39284
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38637
39285
|
# Deserialize Response
|
38638
39286
|
if status_code == 201
|
38639
39287
|
begin
|
@@ -38778,6 +39426,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38778
39426
|
end
|
38779
39427
|
|
38780
39428
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39429
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39430
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38781
39431
|
# Deserialize Response
|
38782
39432
|
if status_code == 200
|
38783
39433
|
begin
|
@@ -38913,6 +39563,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
38913
39563
|
end
|
38914
39564
|
|
38915
39565
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39566
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39567
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
38916
39568
|
|
38917
39569
|
result
|
38918
39570
|
end
|
@@ -39014,6 +39666,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39014
39666
|
end
|
39015
39667
|
|
39016
39668
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39669
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39670
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39017
39671
|
# Deserialize Response
|
39018
39672
|
if status_code == 200
|
39019
39673
|
begin
|
@@ -39136,6 +39790,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39136
39790
|
end
|
39137
39791
|
|
39138
39792
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39793
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39794
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39139
39795
|
# Deserialize Response
|
39140
39796
|
if status_code == 201
|
39141
39797
|
begin
|
@@ -39262,6 +39918,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39262
39918
|
end
|
39263
39919
|
|
39264
39920
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
39921
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
39922
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39265
39923
|
# Deserialize Response
|
39266
39924
|
if status_code == 201
|
39267
39925
|
begin
|
@@ -39388,6 +40046,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39388
40046
|
end
|
39389
40047
|
|
39390
40048
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40049
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40050
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39391
40051
|
# Deserialize Response
|
39392
40052
|
if status_code == 201
|
39393
40053
|
begin
|
@@ -39511,6 +40171,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39511
40171
|
end
|
39512
40172
|
|
39513
40173
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40174
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40175
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39514
40176
|
# Deserialize Response
|
39515
40177
|
if status_code == 200
|
39516
40178
|
begin
|
@@ -39658,6 +40320,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39658
40320
|
end
|
39659
40321
|
|
39660
40322
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40323
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40324
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39661
40325
|
|
39662
40326
|
result
|
39663
40327
|
end
|
@@ -39772,6 +40436,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39772
40436
|
end
|
39773
40437
|
|
39774
40438
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40439
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40440
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39775
40441
|
|
39776
40442
|
result
|
39777
40443
|
end
|
@@ -39889,6 +40555,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39889
40555
|
end
|
39890
40556
|
|
39891
40557
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40558
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40559
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39892
40560
|
|
39893
40561
|
result
|
39894
40562
|
end
|
@@ -39994,6 +40662,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
39994
40662
|
end
|
39995
40663
|
|
39996
40664
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40665
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40666
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
39997
40667
|
# Deserialize Response
|
39998
40668
|
if status_code == 201
|
39999
40669
|
begin
|
@@ -40128,6 +40798,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40128
40798
|
end
|
40129
40799
|
|
40130
40800
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40801
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40802
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40131
40803
|
|
40132
40804
|
result
|
40133
40805
|
end
|
@@ -40243,6 +40915,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40243
40915
|
end
|
40244
40916
|
|
40245
40917
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
40918
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
40919
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40246
40920
|
# Deserialize Response
|
40247
40921
|
if status_code == 200
|
40248
40922
|
begin
|
@@ -40380,6 +41054,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40380
41054
|
end
|
40381
41055
|
|
40382
41056
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41057
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41058
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40383
41059
|
|
40384
41060
|
result
|
40385
41061
|
end
|
@@ -40488,6 +41164,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40488
41164
|
end
|
40489
41165
|
|
40490
41166
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41167
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41168
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40491
41169
|
# Deserialize Response
|
40492
41170
|
if status_code == 200
|
40493
41171
|
begin
|
@@ -40602,6 +41280,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40602
41280
|
end
|
40603
41281
|
|
40604
41282
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41283
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41284
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40605
41285
|
# Deserialize Response
|
40606
41286
|
if status_code == 200
|
40607
41287
|
begin
|
@@ -40696,6 +41376,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40696
41376
|
end
|
40697
41377
|
|
40698
41378
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41379
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41380
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40699
41381
|
# Deserialize Response
|
40700
41382
|
if status_code == 200
|
40701
41383
|
begin
|
@@ -40790,6 +41472,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40790
41472
|
end
|
40791
41473
|
|
40792
41474
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41475
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41476
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40793
41477
|
# Deserialize Response
|
40794
41478
|
if status_code == 200
|
40795
41479
|
begin
|
@@ -40884,6 +41568,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40884
41568
|
end
|
40885
41569
|
|
40886
41570
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41571
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41572
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40887
41573
|
# Deserialize Response
|
40888
41574
|
if status_code == 200
|
40889
41575
|
begin
|
@@ -40984,6 +41670,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
40984
41670
|
end
|
40985
41671
|
|
40986
41672
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41673
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41674
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
40987
41675
|
# Deserialize Response
|
40988
41676
|
if status_code == 200
|
40989
41677
|
begin
|
@@ -41078,6 +41766,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41078
41766
|
end
|
41079
41767
|
|
41080
41768
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41769
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41770
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41081
41771
|
# Deserialize Response
|
41082
41772
|
if status_code == 200
|
41083
41773
|
begin
|
@@ -41172,6 +41862,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41172
41862
|
end
|
41173
41863
|
|
41174
41864
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41865
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41866
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41175
41867
|
# Deserialize Response
|
41176
41868
|
if status_code == 200
|
41177
41869
|
begin
|
@@ -41266,6 +41958,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41266
41958
|
end
|
41267
41959
|
|
41268
41960
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
41961
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
41962
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41269
41963
|
# Deserialize Response
|
41270
41964
|
if status_code == 200
|
41271
41965
|
begin
|
@@ -41360,6 +42054,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41360
42054
|
end
|
41361
42055
|
|
41362
42056
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42057
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42058
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41363
42059
|
# Deserialize Response
|
41364
42060
|
if status_code == 200
|
41365
42061
|
begin
|
@@ -41454,6 +42150,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41454
42150
|
end
|
41455
42151
|
|
41456
42152
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42153
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42154
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41457
42155
|
# Deserialize Response
|
41458
42156
|
if status_code == 200
|
41459
42157
|
begin
|
@@ -41548,6 +42246,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41548
42246
|
end
|
41549
42247
|
|
41550
42248
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42249
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42250
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41551
42251
|
# Deserialize Response
|
41552
42252
|
if status_code == 200
|
41553
42253
|
begin
|
@@ -41648,6 +42348,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41648
42348
|
end
|
41649
42349
|
|
41650
42350
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42351
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42352
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41651
42353
|
# Deserialize Response
|
41652
42354
|
if status_code == 200
|
41653
42355
|
begin
|
@@ -41748,6 +42450,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41748
42450
|
end
|
41749
42451
|
|
41750
42452
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42453
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42454
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41751
42455
|
# Deserialize Response
|
41752
42456
|
if status_code == 200
|
41753
42457
|
begin
|
@@ -41848,6 +42552,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41848
42552
|
end
|
41849
42553
|
|
41850
42554
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42555
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42556
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41851
42557
|
# Deserialize Response
|
41852
42558
|
if status_code == 200
|
41853
42559
|
begin
|
@@ -41942,6 +42648,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
41942
42648
|
end
|
41943
42649
|
|
41944
42650
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42651
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42652
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
41945
42653
|
# Deserialize Response
|
41946
42654
|
if status_code == 200
|
41947
42655
|
begin
|
@@ -42036,6 +42744,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42036
42744
|
end
|
42037
42745
|
|
42038
42746
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42747
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42748
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42039
42749
|
# Deserialize Response
|
42040
42750
|
if status_code == 200
|
42041
42751
|
begin
|
@@ -42130,6 +42840,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42130
42840
|
end
|
42131
42841
|
|
42132
42842
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42843
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42844
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42133
42845
|
# Deserialize Response
|
42134
42846
|
if status_code == 200
|
42135
42847
|
begin
|
@@ -42230,6 +42942,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42230
42942
|
end
|
42231
42943
|
|
42232
42944
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
42945
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
42946
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42233
42947
|
# Deserialize Response
|
42234
42948
|
if status_code == 200
|
42235
42949
|
begin
|
@@ -42330,6 +43044,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42330
43044
|
end
|
42331
43045
|
|
42332
43046
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43047
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43048
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42333
43049
|
# Deserialize Response
|
42334
43050
|
if status_code == 200
|
42335
43051
|
begin
|
@@ -42430,6 +43146,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42430
43146
|
end
|
42431
43147
|
|
42432
43148
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43149
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43150
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42433
43151
|
# Deserialize Response
|
42434
43152
|
if status_code == 200
|
42435
43153
|
begin
|
@@ -42524,6 +43242,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42524
43242
|
end
|
42525
43243
|
|
42526
43244
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43245
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43246
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42527
43247
|
# Deserialize Response
|
42528
43248
|
if status_code == 200
|
42529
43249
|
begin
|
@@ -42618,6 +43338,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42618
43338
|
end
|
42619
43339
|
|
42620
43340
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43341
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43342
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42621
43343
|
# Deserialize Response
|
42622
43344
|
if status_code == 200
|
42623
43345
|
begin
|
@@ -42712,6 +43434,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42712
43434
|
end
|
42713
43435
|
|
42714
43436
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43437
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43438
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42715
43439
|
# Deserialize Response
|
42716
43440
|
if status_code == 200
|
42717
43441
|
begin
|
@@ -42806,6 +43530,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42806
43530
|
end
|
42807
43531
|
|
42808
43532
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43533
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43534
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42809
43535
|
# Deserialize Response
|
42810
43536
|
if status_code == 200
|
42811
43537
|
begin
|
@@ -42900,6 +43626,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
42900
43626
|
end
|
42901
43627
|
|
42902
43628
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43629
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43630
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
42903
43631
|
# Deserialize Response
|
42904
43632
|
if status_code == 200
|
42905
43633
|
begin
|
@@ -43000,6 +43728,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43000
43728
|
end
|
43001
43729
|
|
43002
43730
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43731
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43732
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43003
43733
|
# Deserialize Response
|
43004
43734
|
if status_code == 200
|
43005
43735
|
begin
|
@@ -43094,6 +43824,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43094
43824
|
end
|
43095
43825
|
|
43096
43826
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43827
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43828
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43097
43829
|
# Deserialize Response
|
43098
43830
|
if status_code == 200
|
43099
43831
|
begin
|
@@ -43188,6 +43920,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43188
43920
|
end
|
43189
43921
|
|
43190
43922
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
43923
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
43924
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43191
43925
|
# Deserialize Response
|
43192
43926
|
if status_code == 200
|
43193
43927
|
begin
|
@@ -43282,6 +44016,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43282
44016
|
end
|
43283
44017
|
|
43284
44018
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44019
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44020
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43285
44021
|
# Deserialize Response
|
43286
44022
|
if status_code == 200
|
43287
44023
|
begin
|
@@ -43376,6 +44112,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43376
44112
|
end
|
43377
44113
|
|
43378
44114
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44115
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44116
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43379
44117
|
# Deserialize Response
|
43380
44118
|
if status_code == 200
|
43381
44119
|
begin
|
@@ -43470,6 +44208,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43470
44208
|
end
|
43471
44209
|
|
43472
44210
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44211
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44212
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43473
44213
|
# Deserialize Response
|
43474
44214
|
if status_code == 200
|
43475
44215
|
begin
|
@@ -43564,6 +44304,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43564
44304
|
end
|
43565
44305
|
|
43566
44306
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44307
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44308
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43567
44309
|
# Deserialize Response
|
43568
44310
|
if status_code == 200
|
43569
44311
|
begin
|
@@ -43664,6 +44406,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43664
44406
|
end
|
43665
44407
|
|
43666
44408
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44409
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44410
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43667
44411
|
# Deserialize Response
|
43668
44412
|
if status_code == 200
|
43669
44413
|
begin
|
@@ -43764,6 +44508,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43764
44508
|
end
|
43765
44509
|
|
43766
44510
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44511
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44512
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43767
44513
|
# Deserialize Response
|
43768
44514
|
if status_code == 200
|
43769
44515
|
begin
|
@@ -43864,6 +44610,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43864
44610
|
end
|
43865
44611
|
|
43866
44612
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44613
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44614
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43867
44615
|
# Deserialize Response
|
43868
44616
|
if status_code == 200
|
43869
44617
|
begin
|
@@ -43958,6 +44706,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
43958
44706
|
end
|
43959
44707
|
|
43960
44708
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44709
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44710
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
43961
44711
|
# Deserialize Response
|
43962
44712
|
if status_code == 200
|
43963
44713
|
begin
|
@@ -44052,6 +44802,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44052
44802
|
end
|
44053
44803
|
|
44054
44804
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44805
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44806
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44055
44807
|
# Deserialize Response
|
44056
44808
|
if status_code == 200
|
44057
44809
|
begin
|
@@ -44146,6 +44898,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44146
44898
|
end
|
44147
44899
|
|
44148
44900
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
44901
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
44902
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44149
44903
|
# Deserialize Response
|
44150
44904
|
if status_code == 200
|
44151
44905
|
begin
|
@@ -44246,6 +45000,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44246
45000
|
end
|
44247
45001
|
|
44248
45002
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45003
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45004
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44249
45005
|
# Deserialize Response
|
44250
45006
|
if status_code == 200
|
44251
45007
|
begin
|
@@ -44346,6 +45102,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44346
45102
|
end
|
44347
45103
|
|
44348
45104
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45105
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45106
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44349
45107
|
# Deserialize Response
|
44350
45108
|
if status_code == 200
|
44351
45109
|
begin
|
@@ -44446,6 +45204,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44446
45204
|
end
|
44447
45205
|
|
44448
45206
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45207
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45208
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44449
45209
|
# Deserialize Response
|
44450
45210
|
if status_code == 200
|
44451
45211
|
begin
|
@@ -44540,6 +45300,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44540
45300
|
end
|
44541
45301
|
|
44542
45302
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45303
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45304
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44543
45305
|
# Deserialize Response
|
44544
45306
|
if status_code == 200
|
44545
45307
|
begin
|
@@ -44634,6 +45396,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44634
45396
|
end
|
44635
45397
|
|
44636
45398
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45399
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45400
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44637
45401
|
# Deserialize Response
|
44638
45402
|
if status_code == 200
|
44639
45403
|
begin
|
@@ -44728,6 +45492,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44728
45492
|
end
|
44729
45493
|
|
44730
45494
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45495
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45496
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44731
45497
|
# Deserialize Response
|
44732
45498
|
if status_code == 200
|
44733
45499
|
begin
|
@@ -44822,6 +45588,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44822
45588
|
end
|
44823
45589
|
|
44824
45590
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45591
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45592
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44825
45593
|
# Deserialize Response
|
44826
45594
|
if status_code == 200
|
44827
45595
|
begin
|
@@ -44916,6 +45684,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
44916
45684
|
end
|
44917
45685
|
|
44918
45686
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45687
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45688
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
44919
45689
|
# Deserialize Response
|
44920
45690
|
if status_code == 200
|
44921
45691
|
begin
|
@@ -45010,6 +45780,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45010
45780
|
end
|
45011
45781
|
|
45012
45782
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45783
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45784
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45013
45785
|
# Deserialize Response
|
45014
45786
|
if status_code == 200
|
45015
45787
|
begin
|
@@ -45110,6 +45882,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45110
45882
|
end
|
45111
45883
|
|
45112
45884
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45885
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45886
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45113
45887
|
# Deserialize Response
|
45114
45888
|
if status_code == 200
|
45115
45889
|
begin
|
@@ -45204,6 +45978,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45204
45978
|
end
|
45205
45979
|
|
45206
45980
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
45981
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
45982
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45207
45983
|
# Deserialize Response
|
45208
45984
|
if status_code == 200
|
45209
45985
|
begin
|
@@ -45298,6 +46074,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45298
46074
|
end
|
45299
46075
|
|
45300
46076
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46077
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46078
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45301
46079
|
# Deserialize Response
|
45302
46080
|
if status_code == 200
|
45303
46081
|
begin
|
@@ -45392,6 +46170,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45392
46170
|
end
|
45393
46171
|
|
45394
46172
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46173
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46174
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45395
46175
|
# Deserialize Response
|
45396
46176
|
if status_code == 200
|
45397
46177
|
begin
|
@@ -45486,6 +46266,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45486
46266
|
end
|
45487
46267
|
|
45488
46268
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46269
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46270
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45489
46271
|
# Deserialize Response
|
45490
46272
|
if status_code == 200
|
45491
46273
|
begin
|
@@ -45580,6 +46362,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45580
46362
|
end
|
45581
46363
|
|
45582
46364
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46365
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46366
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45583
46367
|
# Deserialize Response
|
45584
46368
|
if status_code == 200
|
45585
46369
|
begin
|
@@ -45680,6 +46464,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45680
46464
|
end
|
45681
46465
|
|
45682
46466
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46467
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46468
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45683
46469
|
# Deserialize Response
|
45684
46470
|
if status_code == 200
|
45685
46471
|
begin
|
@@ -45774,6 +46560,8 @@ module Azure::Web::Mgmt::V2018_02_01
|
|
45774
46560
|
end
|
45775
46561
|
|
45776
46562
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
46563
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
46564
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
45777
46565
|
# Deserialize Response
|
45778
46566
|
if status_code == 200
|
45779
46567
|
begin
|