azure_mgmt_web 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_web.rb +149 -123
- data/lib/generated/azure_mgmt_web/app_service_certificate_orders.rb +556 -297
- data/lib/generated/azure_mgmt_web/app_service_environments.rb +1584 -1057
- data/lib/generated/azure_mgmt_web/app_service_plans.rb +890 -805
- data/lib/generated/azure_mgmt_web/certificates.rb +328 -215
- data/lib/generated/azure_mgmt_web/deleted_web_apps.rb +443 -0
- data/lib/generated/azure_mgmt_web/domains.rb +721 -243
- data/lib/generated/azure_mgmt_web/models/address.rb +12 -12
- data/lib/generated/azure_mgmt_web/models/address_response.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/api_definition_info.rb +1 -1
- data/lib/generated/azure_mgmt_web/models/app_service_certificate.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/app_service_certificate_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/app_service_certificate_order.rb +36 -16
- data/lib/generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/app_service_environment.rb +83 -64
- data/lib/generated/azure_mgmt_web/models/app_service_environment_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/app_service_plan.rb +69 -17
- data/lib/generated/azure_mgmt_web/models/app_service_plan_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/app_service_plan_restrictions.rb +20 -0
- data/lib/generated/azure_mgmt_web/models/application_logs_config.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/auto_heal_actions.rb +6 -8
- data/lib/generated/azure_mgmt_web/models/auto_heal_custom_action.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/auto_heal_rules.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/auto_heal_triggers.rb +6 -9
- data/lib/generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb +2 -2
- data/lib/generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/backup_item.rb +26 -11
- data/lib/generated/azure_mgmt_web/models/backup_item_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/backup_request.rb +9 -7
- data/lib/generated/azure_mgmt_web/models/backup_schedule.rb +18 -11
- data/lib/generated/azure_mgmt_web/models/capability.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/certificate.rb +79 -18
- data/lib/generated/azure_mgmt_web/models/certificate_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/certificate_details.rb +29 -70
- data/lib/generated/azure_mgmt_web/models/certificate_email.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/certificate_order_action.rb +8 -6
- data/lib/generated/azure_mgmt_web/models/certificate_order_action_type.rb +5 -0
- data/lib/generated/azure_mgmt_web/models/channels.rb +1 -0
- data/lib/generated/azure_mgmt_web/models/cloning_info.rb +24 -22
- data/lib/generated/azure_mgmt_web/models/conn_string_info.rb +67 -0
- data/lib/generated/azure_mgmt_web/models/conn_string_value_type_pair.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/connection_string_dictionary.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/contact.rb +16 -15
- data/lib/generated/azure_mgmt_web/models/cors_settings.rb +1 -1
- data/lib/generated/azure_mgmt_web/models/csm_move_resource_envelope.rb +7 -2
- data/lib/generated/azure_mgmt_web/models/csm_publishing_profile_options.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/csm_site_recovery_entity.rb +6 -18
- data/lib/generated/azure_mgmt_web/models/csm_slot_entity.rb +6 -7
- data/lib/generated/azure_mgmt_web/models/csm_usage_quota.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/csm_usage_quota_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/csr.rb +9 -9
- data/lib/generated/azure_mgmt_web/models/csr_collection.rb +93 -0
- data/lib/generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb +28 -19
- data/lib/generated/azure_mgmt_web/models/database_backup_setting.rb +5 -6
- data/lib/generated/azure_mgmt_web/models/database_type.rb +17 -0
- data/lib/generated/azure_mgmt_web/models/deleted_site.rb +97 -61
- data/lib/generated/azure_mgmt_web/models/deleted_web_app_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/deployment.rb +12 -12
- data/lib/generated/azure_mgmt_web/models/deployment_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/domain.rb +30 -20
- data/lib/generated/azure_mgmt_web/models/domain_availablility_check_result.rb +8 -6
- data/lib/generated/azure_mgmt_web/models/domain_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/domain_control_center_sso_request.rb +6 -3
- data/lib/generated/azure_mgmt_web/models/{classic_mobile_service.rb → domain_ownership_identifier.rb} +10 -10
- data/lib/generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb +93 -0
- data/lib/generated/azure_mgmt_web/models/domain_purchase_consent.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/enabled_config.rb +2 -2
- data/lib/generated/azure_mgmt_web/models/error_entity.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/experiments.rb +2 -3
- data/lib/generated/azure_mgmt_web/models/file_system_application_logs_config.rb +3 -2
- data/lib/generated/azure_mgmt_web/models/file_system_http_logs_config.rb +6 -2
- data/lib/generated/azure_mgmt_web/models/geo_region.rb +8 -5
- data/lib/generated/azure_mgmt_web/models/geo_region_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/global_csm_sku_description.rb +101 -0
- data/lib/generated/azure_mgmt_web/models/handler_mapping.rb +1 -1
- data/lib/generated/azure_mgmt_web/models/host_name.rb +8 -8
- data/lib/generated/azure_mgmt_web/models/host_name_binding.rb +40 -7
- data/lib/generated/azure_mgmt_web/models/host_name_binding_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/host_name_ssl_state.rb +7 -7
- data/lib/generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/hosting_environment_profile.rb +6 -8
- data/lib/generated/azure_mgmt_web/models/http_logs_config.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/hybrid_connection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/{metric_definition_collection.rb → hybrid_connection_collection.rb} +12 -12
- data/lib/generated/azure_mgmt_web/models/hybrid_connection_key.rb +5 -3
- data/lib/generated/azure_mgmt_web/models/hybrid_connection_limits.rb +107 -0
- data/lib/generated/azure_mgmt_web/models/{premier_add_on_request.rb → identifier.rb} +40 -40
- data/lib/generated/azure_mgmt_web/models/identifier_collection.rb +93 -0
- data/lib/generated/azure_mgmt_web/models/in_availability_reason_type.rb +16 -0
- data/lib/generated/azure_mgmt_web/models/ip_security_restriction.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/localizable_string.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/metric_availabilily.rb +3 -4
- data/lib/generated/azure_mgmt_web/models/metric_definition.rb +12 -7
- data/lib/generated/azure_mgmt_web/models/migrate_my_sql_request.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/name_identifier.rb +2 -2
- data/lib/generated/azure_mgmt_web/models/name_identifier_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/name_value_pair.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/network_access_control_entry.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/network_features.rb +12 -9
- data/lib/generated/azure_mgmt_web/models/operation.rb +8 -8
- data/lib/generated/azure_mgmt_web/models/perf_mon_counter_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/perf_mon_response.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/perf_mon_sample.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/perf_mon_set.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/premier_add_on.rb +171 -0
- data/lib/generated/azure_mgmt_web/models/premier_add_on_offer.rb +198 -0
- data/lib/generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb +93 -0
- data/lib/generated/azure_mgmt_web/models/publishing_profile_format.rb +17 -0
- data/lib/generated/azure_mgmt_web/models/push_settings.rb +5 -2
- data/lib/generated/azure_mgmt_web/models/ramp_up_rule.rb +16 -20
- data/lib/generated/azure_mgmt_web/models/recommendation.rb +20 -28
- data/lib/generated/azure_mgmt_web/models/recommendation_rule.rb +12 -22
- data/lib/generated/azure_mgmt_web/models/recover_response.rb +3 -2
- data/lib/generated/azure_mgmt_web/models/reissue_certificate_order_request.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/relay_service_connection_entity.rb +2 -2
- data/lib/generated/azure_mgmt_web/models/renew_certificate_order_request.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/requests_based_trigger.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/{arm_plan.rb → resource.rb} +32 -29
- data/lib/generated/azure_mgmt_web/models/resource_collection.rb +92 -0
- data/lib/generated/azure_mgmt_web/models/resource_metric.rb +9 -9
- data/lib/generated/azure_mgmt_web/models/resource_metric_availability.rb +56 -0
- data/lib/generated/azure_mgmt_web/models/resource_metric_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/resource_metric_definition.rb +178 -0
- data/lib/generated/azure_mgmt_web/models/resource_metric_definition_collection.rb +93 -0
- data/lib/generated/azure_mgmt_web/models/resource_metric_name.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/resource_metric_property.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/resource_metric_value.rb +8 -8
- data/lib/generated/azure_mgmt_web/models/resource_name_availability.rb +14 -8
- data/lib/generated/azure_mgmt_web/models/resource_name_availability_request.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/resource_scope_type.rb +17 -0
- data/lib/generated/azure_mgmt_web/models/restore_request.rb +20 -17
- data/lib/generated/azure_mgmt_web/models/restore_response.rb +4 -3
- data/lib/generated/azure_mgmt_web/models/route_type.rb +17 -0
- data/lib/generated/azure_mgmt_web/models/scm_type.rb +27 -0
- data/lib/generated/azure_mgmt_web/models/site.rb +95 -60
- data/lib/generated/azure_mgmt_web/models/site_auth_settings.rb +57 -79
- data/lib/generated/azure_mgmt_web/models/site_cloneability.rb +8 -8
- data/lib/generated/azure_mgmt_web/models/site_cloneability_criterion.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/site_config.rb +99 -38
- data/lib/generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb +106 -0
- data/lib/generated/azure_mgmt_web/models/site_instance.rb +4 -3
- data/lib/generated/azure_mgmt_web/models/site_limits.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/site_logs_config.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/site_machine_key.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/site_php_error_log_flag.rb +124 -0
- data/lib/generated/azure_mgmt_web/models/site_seal.rb +44 -0
- data/lib/generated/azure_mgmt_web/models/site_seal_request.rb +54 -0
- data/lib/generated/azure_mgmt_web/models/site_source_control.rb +11 -7
- data/lib/generated/azure_mgmt_web/models/sku_capacity.rb +9 -8
- data/lib/generated/azure_mgmt_web/models/sku_description.rb +9 -9
- data/lib/generated/azure_mgmt_web/models/sku_info.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/sku_info_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/sku_infos.rb +63 -0
- data/lib/generated/azure_mgmt_web/models/sku_name.rb +20 -0
- data/lib/generated/azure_mgmt_web/models/slot_config_names_resource.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/slot_difference.rb +18 -13
- data/lib/generated/azure_mgmt_web/models/slot_difference_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/slot_swap_status.rb +67 -0
- data/lib/generated/azure_mgmt_web/models/slow_requests_based_trigger.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/snapshot.rb +4 -3
- data/lib/generated/azure_mgmt_web/models/snapshot_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/source_control.rb +7 -7
- data/lib/generated/azure_mgmt_web/models/source_control_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/stamp_capacity.rb +12 -11
- data/lib/generated/azure_mgmt_web/models/stamp_capacity_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/status_codes_based_trigger.rb +6 -6
- data/lib/generated/azure_mgmt_web/models/storage_migration_options.rb +11 -7
- data/lib/generated/azure_mgmt_web/models/storage_migration_response.rb +4 -3
- data/lib/generated/azure_mgmt_web/models/string_dictionary.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/tld_legal_agreement.rb +8 -8
- data/lib/generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/top_level_domain.rb +8 -7
- data/lib/generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb +4 -3
- data/lib/generated/azure_mgmt_web/models/top_level_domain_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/usage.rb +20 -11
- data/lib/generated/azure_mgmt_web/models/usage_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/user.rb +7 -7
- data/lib/generated/azure_mgmt_web/models/validate_request.rb +58 -12
- data/lib/generated/azure_mgmt_web/models/validate_response.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/validate_response_error.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/virtual_application.rb +7 -6
- data/lib/generated/azure_mgmt_web/models/virtual_directory.rb +3 -3
- data/lib/generated/azure_mgmt_web/models/virtual_ipmapping.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/virtual_network_profile.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/vnet_gateway.rb +5 -5
- data/lib/generated/azure_mgmt_web/models/vnet_info.rb +12 -9
- data/lib/generated/azure_mgmt_web/models/vnet_route.rb +11 -11
- data/lib/generated/azure_mgmt_web/models/web_app_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/models/{site_instance_collection.rb → web_app_instance_collection.rb} +9 -9
- data/lib/generated/azure_mgmt_web/models/worker_pool.rb +9 -8
- data/lib/generated/azure_mgmt_web/models/worker_pool_collection.rb +4 -4
- data/lib/generated/azure_mgmt_web/recommendations.rb +388 -132
- data/lib/generated/azure_mgmt_web/top_level_domains.rb +62 -48
- data/lib/generated/azure_mgmt_web/version.rb +1 -1
- data/lib/generated/azure_mgmt_web/web_apps.rb +8787 -6295
- data/lib/generated/azure_mgmt_web/web_site_management_client.rb +459 -288
- metadata +37 -11
- data/lib/generated/azure_mgmt_web/models/domain_registration_input.rb +0 -292
- data/lib/generated/azure_mgmt_web/models/validate_properties.rb +0 -76
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 515201e9e5963027d1d798ac2510d993eceeb28c
|
|
4
|
+
data.tar.gz: e12edbc932acf808c9322df3c20b2315d5142ec7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5c5380003db45e3871ce9783bc2fa90e754f5fb0bc21f881086920b599c58c05026d448bc55d270ea893d7ecf560c6bb9d48172e6fed4710eed8f51983724bf6
|
|
7
|
+
data.tar.gz: 9a8c66fa32c71fc20a95a934135b40b97571c43396f9c8ca9ea9608393c6e3936aee1c5e774d8f130d6e608bf48a36c6a00988a169949ea96e1b67f93b2857fd
|
|
@@ -28,203 +28,229 @@ module Azure::ARM::Web
|
|
|
28
28
|
autoload :Recommendations, 'generated/azure_mgmt_web/recommendations.rb'
|
|
29
29
|
autoload :TopLevelDomains, 'generated/azure_mgmt_web/top_level_domains.rb'
|
|
30
30
|
autoload :WebApps, 'generated/azure_mgmt_web/web_apps.rb'
|
|
31
|
+
autoload :DeletedWebApps, 'generated/azure_mgmt_web/deleted_web_apps.rb'
|
|
31
32
|
autoload :WebSiteManagementClient, 'generated/azure_mgmt_web/web_site_management_client.rb'
|
|
32
33
|
|
|
33
34
|
module Models
|
|
34
|
-
autoload :
|
|
35
|
-
autoload :
|
|
36
|
-
autoload :
|
|
37
|
-
autoload :
|
|
38
|
-
autoload :
|
|
39
|
-
autoload :
|
|
40
|
-
autoload :
|
|
41
|
-
autoload :
|
|
42
|
-
autoload :
|
|
43
|
-
autoload :
|
|
35
|
+
autoload :Contact, 'generated/azure_mgmt_web/models/contact.rb'
|
|
36
|
+
autoload :SiteMachineKey, 'generated/azure_mgmt_web/models/site_machine_key.rb'
|
|
37
|
+
autoload :AppServiceCertificateCollection, 'generated/azure_mgmt_web/models/app_service_certificate_collection.rb'
|
|
38
|
+
autoload :VirtualDirectory, 'generated/azure_mgmt_web/models/virtual_directory.rb'
|
|
39
|
+
autoload :VirtualApplication, 'generated/azure_mgmt_web/models/virtual_application.rb'
|
|
40
|
+
autoload :DeletedWebAppCollection, 'generated/azure_mgmt_web/models/deleted_web_app_collection.rb'
|
|
41
|
+
autoload :SiteLimits, 'generated/azure_mgmt_web/models/site_limits.rb'
|
|
42
|
+
autoload :NameIdentifier, 'generated/azure_mgmt_web/models/name_identifier.rb'
|
|
43
|
+
autoload :PerfMonSet, 'generated/azure_mgmt_web/models/perf_mon_set.rb'
|
|
44
|
+
autoload :SlotDifferenceCollection, 'generated/azure_mgmt_web/models/slot_difference_collection.rb'
|
|
45
|
+
autoload :SlotSwapStatus, 'generated/azure_mgmt_web/models/slot_swap_status.rb'
|
|
46
|
+
autoload :SiteSeal, 'generated/azure_mgmt_web/models/site_seal.rb'
|
|
47
|
+
autoload :PerfMonSample, 'generated/azure_mgmt_web/models/perf_mon_sample.rb'
|
|
48
|
+
autoload :VirtualIPMapping, 'generated/azure_mgmt_web/models/virtual_ipmapping.rb'
|
|
49
|
+
autoload :SkuInfo, 'generated/azure_mgmt_web/models/sku_info.rb'
|
|
50
|
+
autoload :ApiDefinitionInfo, 'generated/azure_mgmt_web/models/api_definition_info.rb'
|
|
51
|
+
autoload :SkuInfoCollection, 'generated/azure_mgmt_web/models/sku_info_collection.rb'
|
|
52
|
+
autoload :SkuCapacity, 'generated/azure_mgmt_web/models/sku_capacity.rb'
|
|
53
|
+
autoload :StampCapacityCollection, 'generated/azure_mgmt_web/models/stamp_capacity_collection.rb'
|
|
44
54
|
autoload :SkuDescription, 'generated/azure_mgmt_web/models/sku_description.rb'
|
|
45
|
-
autoload :
|
|
46
|
-
autoload :Capability, 'generated/azure_mgmt_web/models/capability.rb'
|
|
47
|
-
autoload :ErrorEntity, 'generated/azure_mgmt_web/models/error_entity.rb'
|
|
55
|
+
autoload :IdentifierCollection, 'generated/azure_mgmt_web/models/identifier_collection.rb'
|
|
48
56
|
autoload :StampCapacity, 'generated/azure_mgmt_web/models/stamp_capacity.rb'
|
|
49
|
-
autoload :
|
|
57
|
+
autoload :UsageCollection, 'generated/azure_mgmt_web/models/usage_collection.rb'
|
|
50
58
|
autoload :NameValuePair, 'generated/azure_mgmt_web/models/name_value_pair.rb'
|
|
51
|
-
autoload :
|
|
52
|
-
autoload :
|
|
53
|
-
autoload :
|
|
54
|
-
autoload :
|
|
59
|
+
autoload :WebAppCollection, 'generated/azure_mgmt_web/models/web_app_collection.rb'
|
|
60
|
+
autoload :AppServiceEnvironmentCollection, 'generated/azure_mgmt_web/models/app_service_environment_collection.rb'
|
|
61
|
+
autoload :WorkerPoolCollection, 'generated/azure_mgmt_web/models/worker_pool_collection.rb'
|
|
62
|
+
autoload :SiteAuthSettings, 'generated/azure_mgmt_web/models/site_auth_settings.rb'
|
|
55
63
|
autoload :HttpLogsConfig, 'generated/azure_mgmt_web/models/http_logs_config.rb'
|
|
56
|
-
autoload :
|
|
57
|
-
autoload :
|
|
58
|
-
autoload :AutoHealActions, 'generated/azure_mgmt_web/models/auto_heal_actions.rb'
|
|
59
|
-
autoload :MetricAvailabilily, 'generated/azure_mgmt_web/models/metric_availabilily.rb'
|
|
60
|
-
autoload :AutoHealRules, 'generated/azure_mgmt_web/models/auto_heal_rules.rb'
|
|
61
|
-
autoload :TopLevelDomainAgreementOption, 'generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb'
|
|
64
|
+
autoload :AutoHealCustomAction, 'generated/azure_mgmt_web/models/auto_heal_custom_action.rb'
|
|
65
|
+
autoload :HybridConnectionCollection, 'generated/azure_mgmt_web/models/hybrid_connection_collection.rb'
|
|
62
66
|
autoload :RequestsBasedTrigger, 'generated/azure_mgmt_web/models/requests_based_trigger.rb'
|
|
63
|
-
autoload :
|
|
67
|
+
autoload :HostNameBindingCollection, 'generated/azure_mgmt_web/models/host_name_binding_collection.rb'
|
|
64
68
|
autoload :SlowRequestsBasedTrigger, 'generated/azure_mgmt_web/models/slow_requests_based_trigger.rb'
|
|
69
|
+
autoload :FileSystemHttpLogsConfig, 'generated/azure_mgmt_web/models/file_system_http_logs_config.rb'
|
|
70
|
+
autoload :AutoHealRules, 'generated/azure_mgmt_web/models/auto_heal_rules.rb'
|
|
71
|
+
autoload :ResourceCollection, 'generated/azure_mgmt_web/models/resource_collection.rb'
|
|
72
|
+
autoload :ConnStringInfo, 'generated/azure_mgmt_web/models/conn_string_info.rb'
|
|
73
|
+
autoload :EnabledConfig, 'generated/azure_mgmt_web/models/enabled_config.rb'
|
|
74
|
+
autoload :LocalizableString, 'generated/azure_mgmt_web/models/localizable_string.rb'
|
|
75
|
+
autoload :DeploymentCollection, 'generated/azure_mgmt_web/models/deployment_collection.rb'
|
|
76
|
+
autoload :CsmUsageQuotaCollection, 'generated/azure_mgmt_web/models/csm_usage_quota_collection.rb'
|
|
77
|
+
autoload :CsmSlotEntity, 'generated/azure_mgmt_web/models/csm_slot_entity.rb'
|
|
78
|
+
autoload :RampUpRule, 'generated/azure_mgmt_web/models/ramp_up_rule.rb'
|
|
79
|
+
autoload :CsmSiteRecoveryEntity, 'generated/azure_mgmt_web/models/csm_site_recovery_entity.rb'
|
|
80
|
+
autoload :HandlerMapping, 'generated/azure_mgmt_web/models/handler_mapping.rb'
|
|
81
|
+
autoload :CertificateCollection, 'generated/azure_mgmt_web/models/certificate_collection.rb'
|
|
82
|
+
autoload :HostingEnvironmentDiagnostics, 'generated/azure_mgmt_web/models/hosting_environment_diagnostics.rb'
|
|
83
|
+
autoload :CsmPublishingProfileOptions, 'generated/azure_mgmt_web/models/csm_publishing_profile_options.rb'
|
|
84
|
+
autoload :MetricAvailabilily, 'generated/azure_mgmt_web/models/metric_availabilily.rb'
|
|
85
|
+
autoload :CsrCollection, 'generated/azure_mgmt_web/models/csr_collection.rb'
|
|
86
|
+
autoload :Operation, 'generated/azure_mgmt_web/models/operation.rb'
|
|
87
|
+
autoload :Address, 'generated/azure_mgmt_web/models/address.rb'
|
|
88
|
+
autoload :ResourceMetricName, 'generated/azure_mgmt_web/models/resource_metric_name.rb'
|
|
89
|
+
autoload :ConnStringValueTypePair, 'generated/azure_mgmt_web/models/conn_string_value_type_pair.rb'
|
|
90
|
+
autoload :ResourceMetricValue, 'generated/azure_mgmt_web/models/resource_metric_value.rb'
|
|
91
|
+
autoload :HostName, 'generated/azure_mgmt_web/models/host_name.rb'
|
|
92
|
+
autoload :ResourceMetricAvailability, 'generated/azure_mgmt_web/models/resource_metric_availability.rb'
|
|
93
|
+
autoload :DomainPurchaseConsent, 'generated/azure_mgmt_web/models/domain_purchase_consent.rb'
|
|
65
94
|
autoload :PerfMonResponse, 'generated/azure_mgmt_web/models/perf_mon_response.rb'
|
|
66
|
-
autoload :SiteAuthSettings, 'generated/azure_mgmt_web/models/site_auth_settings.rb'
|
|
67
|
-
autoload :PerfMonSet, 'generated/azure_mgmt_web/models/perf_mon_set.rb'
|
|
68
95
|
autoload :BackupSchedule, 'generated/azure_mgmt_web/models/backup_schedule.rb'
|
|
69
|
-
autoload :
|
|
70
|
-
autoload :
|
|
71
|
-
autoload :
|
|
72
|
-
autoload :
|
|
73
|
-
autoload :
|
|
74
|
-
autoload :
|
|
75
|
-
autoload :
|
|
96
|
+
autoload :CertificateDetails, 'generated/azure_mgmt_web/models/certificate_details.rb'
|
|
97
|
+
autoload :DomainAvailablilityCheckResult, 'generated/azure_mgmt_web/models/domain_availablility_check_result.rb'
|
|
98
|
+
autoload :WebAppInstanceCollection, 'generated/azure_mgmt_web/models/web_app_instance_collection.rb'
|
|
99
|
+
autoload :DomainCollection, 'generated/azure_mgmt_web/models/domain_collection.rb'
|
|
100
|
+
autoload :Resource, 'generated/azure_mgmt_web/models/resource.rb'
|
|
101
|
+
autoload :DomainControlCenterSsoRequest, 'generated/azure_mgmt_web/models/domain_control_center_sso_request.rb'
|
|
102
|
+
autoload :AddressResponse, 'generated/azure_mgmt_web/models/address_response.rb'
|
|
103
|
+
autoload :BackupItemCollection, 'generated/azure_mgmt_web/models/backup_item_collection.rb'
|
|
104
|
+
autoload :Capability, 'generated/azure_mgmt_web/models/capability.rb'
|
|
105
|
+
autoload :DomainOwnershipIdentifierCollection, 'generated/azure_mgmt_web/models/domain_ownership_identifier_collection.rb'
|
|
106
|
+
autoload :NetworkAccessControlEntry, 'generated/azure_mgmt_web/models/network_access_control_entry.rb'
|
|
107
|
+
autoload :DomainRecommendationSearchParameters, 'generated/azure_mgmt_web/models/domain_recommendation_search_parameters.rb'
|
|
108
|
+
autoload :HostingEnvironmentProfile, 'generated/azure_mgmt_web/models/hosting_environment_profile.rb'
|
|
109
|
+
autoload :NameIdentifierCollection, 'generated/azure_mgmt_web/models/name_identifier_collection.rb'
|
|
110
|
+
autoload :AutoHealActions, 'generated/azure_mgmt_web/models/auto_heal_actions.rb'
|
|
111
|
+
autoload :Recommendation, 'generated/azure_mgmt_web/models/recommendation.rb'
|
|
112
|
+
autoload :AutoHealTriggers, 'generated/azure_mgmt_web/models/auto_heal_triggers.rb'
|
|
113
|
+
autoload :RecommendationRule, 'generated/azure_mgmt_web/models/recommendation_rule.rb'
|
|
76
114
|
autoload :CorsSettings, 'generated/azure_mgmt_web/models/cors_settings.rb'
|
|
77
|
-
autoload :
|
|
78
|
-
autoload :
|
|
115
|
+
autoload :CsmMoveResourceEnvelope, 'generated/azure_mgmt_web/models/csm_move_resource_envelope.rb'
|
|
116
|
+
autoload :ErrorEntity, 'generated/azure_mgmt_web/models/error_entity.rb'
|
|
117
|
+
autoload :DatabaseBackupSetting, 'generated/azure_mgmt_web/models/database_backup_setting.rb'
|
|
79
118
|
autoload :HostNameSslState, 'generated/azure_mgmt_web/models/host_name_ssl_state.rb'
|
|
80
|
-
autoload :ResourceMetricName, 'generated/azure_mgmt_web/models/resource_metric_name.rb'
|
|
81
|
-
autoload :SiteMachineKey, 'generated/azure_mgmt_web/models/site_machine_key.rb'
|
|
82
|
-
autoload :ApiDefinitionInfo, 'generated/azure_mgmt_web/models/api_definition_info.rb'
|
|
83
|
-
autoload :VirtualApplication, 'generated/azure_mgmt_web/models/virtual_application.rb'
|
|
84
|
-
autoload :SourceControlCollection, 'generated/azure_mgmt_web/models/source_control_collection.rb'
|
|
85
|
-
autoload :Experiments, 'generated/azure_mgmt_web/models/experiments.rb'
|
|
86
|
-
autoload :ResourceNameAvailabilityRequest, 'generated/azure_mgmt_web/models/resource_name_availability_request.rb'
|
|
87
|
-
autoload :SiteLimits, 'generated/azure_mgmt_web/models/site_limits.rb'
|
|
88
|
-
autoload :SiteCloneabilityCriterion, 'generated/azure_mgmt_web/models/site_cloneability_criterion.rb'
|
|
89
|
-
autoload :AppServiceCertificateCollection, 'generated/azure_mgmt_web/models/app_service_certificate_collection.rb'
|
|
90
|
-
autoload :ResourceNameAvailability, 'generated/azure_mgmt_web/models/resource_name_availability.rb'
|
|
91
|
-
autoload :SlotDifferenceCollection, 'generated/azure_mgmt_web/models/slot_difference_collection.rb'
|
|
92
|
-
autoload :SkuInfo, 'generated/azure_mgmt_web/models/sku_info.rb'
|
|
93
|
-
autoload :SkuCapacity, 'generated/azure_mgmt_web/models/sku_capacity.rb'
|
|
94
119
|
autoload :GeoRegionCollection, 'generated/azure_mgmt_web/models/geo_region_collection.rb'
|
|
95
|
-
autoload :
|
|
96
|
-
autoload :
|
|
97
|
-
autoload :
|
|
98
|
-
autoload :RecommendationRule, 'generated/azure_mgmt_web/models/recommendation_rule.rb'
|
|
99
|
-
autoload :ArmPlan, 'generated/azure_mgmt_web/models/arm_plan.rb'
|
|
100
|
-
autoload :TldLegalAgreement, 'generated/azure_mgmt_web/models/tld_legal_agreement.rb'
|
|
101
|
-
autoload :AutoHealTriggers, 'generated/azure_mgmt_web/models/auto_heal_triggers.rb'
|
|
102
|
-
autoload :Recommendation, 'generated/azure_mgmt_web/models/recommendation.rb'
|
|
120
|
+
autoload :PerfMonCounterCollection, 'generated/azure_mgmt_web/models/perf_mon_counter_collection.rb'
|
|
121
|
+
autoload :GlobalCsmSkuDescription, 'generated/azure_mgmt_web/models/global_csm_sku_description.rb'
|
|
122
|
+
autoload :ResourceMetricProperty, 'generated/azure_mgmt_web/models/resource_metric_property.rb'
|
|
103
123
|
autoload :AzureBlobStorageHttpLogsConfig, 'generated/azure_mgmt_web/models/azure_blob_storage_http_logs_config.rb'
|
|
104
|
-
autoload :
|
|
105
|
-
autoload :
|
|
106
|
-
autoload :
|
|
124
|
+
autoload :ResourceMetricCollection, 'generated/azure_mgmt_web/models/resource_metric_collection.rb'
|
|
125
|
+
autoload :PremierAddOnOfferCollection, 'generated/azure_mgmt_web/models/premier_add_on_offer_collection.rb'
|
|
126
|
+
autoload :AppServiceCertificateOrderCollection, 'generated/azure_mgmt_web/models/app_service_certificate_order_collection.rb'
|
|
127
|
+
autoload :ResourceNameAvailability, 'generated/azure_mgmt_web/models/resource_name_availability.rb'
|
|
128
|
+
autoload :SiteSealRequest, 'generated/azure_mgmt_web/models/site_seal_request.rb'
|
|
129
|
+
autoload :ResourceNameAvailabilityRequest, 'generated/azure_mgmt_web/models/resource_name_availability_request.rb'
|
|
130
|
+
autoload :SiteCloneability, 'generated/azure_mgmt_web/models/site_cloneability.rb'
|
|
131
|
+
autoload :SkuInfos, 'generated/azure_mgmt_web/models/sku_infos.rb'
|
|
132
|
+
autoload :AppServicePlanCollection, 'generated/azure_mgmt_web/models/app_service_plan_collection.rb'
|
|
133
|
+
autoload :ApplicationLogsConfig, 'generated/azure_mgmt_web/models/application_logs_config.rb'
|
|
107
134
|
autoload :CloningInfo, 'generated/azure_mgmt_web/models/cloning_info.rb'
|
|
108
|
-
autoload :
|
|
109
|
-
autoload :
|
|
110
|
-
autoload :
|
|
111
|
-
autoload :DeletedWebAppCollection, 'generated/azure_mgmt_web/models/deleted_web_app_collection.rb'
|
|
112
|
-
autoload :DomainControlCenterSsoRequest, 'generated/azure_mgmt_web/models/domain_control_center_sso_request.rb'
|
|
113
|
-
autoload :VirtualDirectory, 'generated/azure_mgmt_web/models/virtual_directory.rb'
|
|
114
|
-
autoload :AddressResponse, 'generated/azure_mgmt_web/models/address_response.rb'
|
|
135
|
+
autoload :SourceControlCollection, 'generated/azure_mgmt_web/models/source_control_collection.rb'
|
|
136
|
+
autoload :Experiments, 'generated/azure_mgmt_web/models/experiments.rb'
|
|
137
|
+
autoload :AzureBlobStorageApplicationLogsConfig, 'generated/azure_mgmt_web/models/azure_blob_storage_application_logs_config.rb'
|
|
115
138
|
autoload :PushSettings, 'generated/azure_mgmt_web/models/push_settings.rb'
|
|
116
|
-
autoload :
|
|
117
|
-
autoload :
|
|
118
|
-
autoload :
|
|
119
|
-
autoload :
|
|
120
|
-
autoload :
|
|
121
|
-
autoload :
|
|
122
|
-
autoload :
|
|
123
|
-
autoload :
|
|
124
|
-
autoload :
|
|
125
|
-
autoload :Contact, 'generated/azure_mgmt_web/models/contact.rb'
|
|
126
|
-
autoload :ResourceMetricCollection, 'generated/azure_mgmt_web/models/resource_metric_collection.rb'
|
|
127
|
-
autoload :HandlerMapping, 'generated/azure_mgmt_web/models/handler_mapping.rb'
|
|
128
|
-
autoload :SkuInfoCollection, 'generated/azure_mgmt_web/models/sku_info_collection.rb'
|
|
139
|
+
autoload :ValidateRequest, 'generated/azure_mgmt_web/models/validate_request.rb'
|
|
140
|
+
autoload :ResourceMetricDefinitionCollection, 'generated/azure_mgmt_web/models/resource_metric_definition_collection.rb'
|
|
141
|
+
autoload :ValidateResponseError, 'generated/azure_mgmt_web/models/validate_response_error.rb'
|
|
142
|
+
autoload :VirtualNetworkProfile, 'generated/azure_mgmt_web/models/virtual_network_profile.rb'
|
|
143
|
+
autoload :ValidateResponse, 'generated/azure_mgmt_web/models/validate_response.rb'
|
|
144
|
+
autoload :StatusCodesBasedTrigger, 'generated/azure_mgmt_web/models/status_codes_based_trigger.rb'
|
|
145
|
+
autoload :TldLegalAgreement, 'generated/azure_mgmt_web/models/tld_legal_agreement.rb'
|
|
146
|
+
autoload :IpSecurityRestriction, 'generated/azure_mgmt_web/models/ip_security_restriction.rb'
|
|
147
|
+
autoload :TldLegalAgreementCollection, 'generated/azure_mgmt_web/models/tld_legal_agreement_collection.rb'
|
|
129
148
|
autoload :SnapshotCollection, 'generated/azure_mgmt_web/models/snapshot_collection.rb'
|
|
130
|
-
autoload :StampCapacityCollection, 'generated/azure_mgmt_web/models/stamp_capacity_collection.rb'
|
|
131
149
|
autoload :AzureTableStorageApplicationLogsConfig, 'generated/azure_mgmt_web/models/azure_table_storage_application_logs_config.rb'
|
|
132
|
-
autoload :
|
|
133
|
-
autoload :
|
|
134
|
-
autoload :
|
|
135
|
-
autoload :
|
|
136
|
-
autoload :
|
|
137
|
-
autoload :
|
|
138
|
-
autoload :DomainCollection, 'generated/azure_mgmt_web/models/domain_collection.rb'
|
|
139
|
-
autoload :VirtualIPMapping, 'generated/azure_mgmt_web/models/virtual_ipmapping.rb'
|
|
140
|
-
autoload :DomainAvailablilityCheckResult, 'generated/azure_mgmt_web/models/domain_availablility_check_result.rb'
|
|
141
|
-
autoload :DeploymentCollection, 'generated/azure_mgmt_web/models/deployment_collection.rb'
|
|
142
|
-
autoload :CertificateCollection, 'generated/azure_mgmt_web/models/certificate_collection.rb'
|
|
150
|
+
autoload :CsmUsageQuota, 'generated/azure_mgmt_web/models/csm_usage_quota.rb'
|
|
151
|
+
autoload :TopLevelDomainAgreementOption, 'generated/azure_mgmt_web/models/top_level_domain_agreement_option.rb'
|
|
152
|
+
autoload :SiteCloneabilityCriterion, 'generated/azure_mgmt_web/models/site_cloneability_criterion.rb'
|
|
153
|
+
autoload :TopLevelDomainCollection, 'generated/azure_mgmt_web/models/top_level_domain_collection.rb'
|
|
154
|
+
autoload :ResourceMetric, 'generated/azure_mgmt_web/models/resource_metric.rb'
|
|
155
|
+
autoload :FileSystemApplicationLogsConfig, 'generated/azure_mgmt_web/models/file_system_application_logs_config.rb'
|
|
143
156
|
autoload :AppServiceCertificate, 'generated/azure_mgmt_web/models/app_service_certificate.rb'
|
|
144
157
|
autoload :AppServiceCertificateOrder, 'generated/azure_mgmt_web/models/app_service_certificate_order.rb'
|
|
145
|
-
autoload :CertificateDetails, 'generated/azure_mgmt_web/models/certificate_details.rb'
|
|
146
|
-
autoload :AppServiceEnvironment, 'generated/azure_mgmt_web/models/app_service_environment.rb'
|
|
147
|
-
autoload :WorkerPool, 'generated/azure_mgmt_web/models/worker_pool.rb'
|
|
148
|
-
autoload :AppServicePlan, 'generated/azure_mgmt_web/models/app_service_plan.rb'
|
|
149
|
-
autoload :BackupItem, 'generated/azure_mgmt_web/models/backup_item.rb'
|
|
150
|
-
autoload :Certificate, 'generated/azure_mgmt_web/models/certificate.rb'
|
|
151
158
|
autoload :CertificateEmail, 'generated/azure_mgmt_web/models/certificate_email.rb'
|
|
152
159
|
autoload :CertificateOrderAction, 'generated/azure_mgmt_web/models/certificate_order_action.rb'
|
|
153
|
-
autoload :ClassicMobileService, 'generated/azure_mgmt_web/models/classic_mobile_service.rb'
|
|
154
|
-
autoload :DeletedSite, 'generated/azure_mgmt_web/models/deleted_site.rb'
|
|
155
|
-
autoload :SiteConfig, 'generated/azure_mgmt_web/models/site_config.rb'
|
|
156
|
-
autoload :Deployment, 'generated/azure_mgmt_web/models/deployment.rb'
|
|
157
|
-
autoload :Domain, 'generated/azure_mgmt_web/models/domain.rb'
|
|
158
|
-
autoload :GeoRegion, 'generated/azure_mgmt_web/models/geo_region.rb'
|
|
159
|
-
autoload :HostNameBinding, 'generated/azure_mgmt_web/models/host_name_binding.rb'
|
|
160
|
-
autoload :HybridConnection, 'generated/azure_mgmt_web/models/hybrid_connection.rb'
|
|
161
|
-
autoload :MetricDefinition, 'generated/azure_mgmt_web/models/metric_definition.rb'
|
|
162
160
|
autoload :ReissueCertificateOrderRequest, 'generated/azure_mgmt_web/models/reissue_certificate_order_request.rb'
|
|
163
|
-
autoload :RelayServiceConnectionEntity, 'generated/azure_mgmt_web/models/relay_service_connection_entity.rb'
|
|
164
161
|
autoload :RenewCertificateOrderRequest, 'generated/azure_mgmt_web/models/renew_certificate_order_request.rb'
|
|
162
|
+
autoload :WorkerPool, 'generated/azure_mgmt_web/models/worker_pool.rb'
|
|
163
|
+
autoload :AppServiceEnvironment, 'generated/azure_mgmt_web/models/app_service_environment.rb'
|
|
164
|
+
autoload :AppServicePlan, 'generated/azure_mgmt_web/models/app_service_plan.rb'
|
|
165
|
+
autoload :MetricDefinition, 'generated/azure_mgmt_web/models/metric_definition.rb'
|
|
166
|
+
autoload :ResourceMetricDefinition, 'generated/azure_mgmt_web/models/resource_metric_definition.rb'
|
|
167
|
+
autoload :SiteConfig, 'generated/azure_mgmt_web/models/site_config.rb'
|
|
165
168
|
autoload :Site, 'generated/azure_mgmt_web/models/site.rb'
|
|
166
|
-
autoload :SiteInstance, 'generated/azure_mgmt_web/models/site_instance.rb'
|
|
167
|
-
autoload :SlotDifference, 'generated/azure_mgmt_web/models/slot_difference.rb'
|
|
168
|
-
autoload :Snapshot, 'generated/azure_mgmt_web/models/snapshot.rb'
|
|
169
|
-
autoload :SourceControl, 'generated/azure_mgmt_web/models/source_control.rb'
|
|
170
|
-
autoload :TopLevelDomain, 'generated/azure_mgmt_web/models/top_level_domain.rb'
|
|
171
169
|
autoload :Usage, 'generated/azure_mgmt_web/models/usage.rb'
|
|
172
|
-
autoload :
|
|
173
|
-
autoload :VnetRoute, 'generated/azure_mgmt_web/models/vnet_route.rb'
|
|
170
|
+
autoload :HybridConnection, 'generated/azure_mgmt_web/models/hybrid_connection.rb'
|
|
174
171
|
autoload :HybridConnectionKey, 'generated/azure_mgmt_web/models/hybrid_connection_key.rb'
|
|
172
|
+
autoload :HybridConnectionLimits, 'generated/azure_mgmt_web/models/hybrid_connection_limits.rb'
|
|
175
173
|
autoload :VnetGateway, 'generated/azure_mgmt_web/models/vnet_gateway.rb'
|
|
174
|
+
autoload :VnetRoute, 'generated/azure_mgmt_web/models/vnet_route.rb'
|
|
175
|
+
autoload :VnetInfo, 'generated/azure_mgmt_web/models/vnet_info.rb'
|
|
176
|
+
autoload :Certificate, 'generated/azure_mgmt_web/models/certificate.rb'
|
|
176
177
|
autoload :Csr, 'generated/azure_mgmt_web/models/csr.rb'
|
|
177
|
-
autoload :
|
|
178
|
+
autoload :Domain, 'generated/azure_mgmt_web/models/domain.rb'
|
|
179
|
+
autoload :DomainOwnershipIdentifier, 'generated/azure_mgmt_web/models/domain_ownership_identifier.rb'
|
|
180
|
+
autoload :GeoRegion, 'generated/azure_mgmt_web/models/geo_region.rb'
|
|
181
|
+
autoload :PremierAddOnOffer, 'generated/azure_mgmt_web/models/premier_add_on_offer.rb'
|
|
182
|
+
autoload :SourceControl, 'generated/azure_mgmt_web/models/source_control.rb'
|
|
178
183
|
autoload :User, 'generated/azure_mgmt_web/models/user.rb'
|
|
184
|
+
autoload :TopLevelDomain, 'generated/azure_mgmt_web/models/top_level_domain.rb'
|
|
185
|
+
autoload :BackupItem, 'generated/azure_mgmt_web/models/backup_item.rb'
|
|
179
186
|
autoload :BackupRequest, 'generated/azure_mgmt_web/models/backup_request.rb'
|
|
180
187
|
autoload :ConnectionStringDictionary, 'generated/azure_mgmt_web/models/connection_string_dictionary.rb'
|
|
181
188
|
autoload :CustomHostnameAnalysisResult, 'generated/azure_mgmt_web/models/custom_hostname_analysis_result.rb'
|
|
189
|
+
autoload :Deployment, 'generated/azure_mgmt_web/models/deployment.rb'
|
|
190
|
+
autoload :HostNameBinding, 'generated/azure_mgmt_web/models/host_name_binding.rb'
|
|
191
|
+
autoload :Identifier, 'generated/azure_mgmt_web/models/identifier.rb'
|
|
182
192
|
autoload :MigrateMySqlRequest, 'generated/azure_mgmt_web/models/migrate_my_sql_request.rb'
|
|
193
|
+
autoload :RelayServiceConnectionEntity, 'generated/azure_mgmt_web/models/relay_service_connection_entity.rb'
|
|
183
194
|
autoload :NetworkFeatures, 'generated/azure_mgmt_web/models/network_features.rb'
|
|
195
|
+
autoload :PremierAddOn, 'generated/azure_mgmt_web/models/premier_add_on.rb'
|
|
184
196
|
autoload :RecoverResponse, 'generated/azure_mgmt_web/models/recover_response.rb'
|
|
185
197
|
autoload :RestoreRequest, 'generated/azure_mgmt_web/models/restore_request.rb'
|
|
186
198
|
autoload :RestoreResponse, 'generated/azure_mgmt_web/models/restore_response.rb'
|
|
199
|
+
autoload :SiteConfigurationSnapshotInfo, 'generated/azure_mgmt_web/models/site_configuration_snapshot_info.rb'
|
|
200
|
+
autoload :SiteInstance, 'generated/azure_mgmt_web/models/site_instance.rb'
|
|
187
201
|
autoload :SiteLogsConfig, 'generated/azure_mgmt_web/models/site_logs_config.rb'
|
|
202
|
+
autoload :SitePhpErrorLogFlag, 'generated/azure_mgmt_web/models/site_php_error_log_flag.rb'
|
|
188
203
|
autoload :SiteSourceControl, 'generated/azure_mgmt_web/models/site_source_control.rb'
|
|
189
204
|
autoload :SlotConfigNamesResource, 'generated/azure_mgmt_web/models/slot_config_names_resource.rb'
|
|
205
|
+
autoload :SlotDifference, 'generated/azure_mgmt_web/models/slot_difference.rb'
|
|
206
|
+
autoload :Snapshot, 'generated/azure_mgmt_web/models/snapshot.rb'
|
|
190
207
|
autoload :StorageMigrationOptions, 'generated/azure_mgmt_web/models/storage_migration_options.rb'
|
|
191
208
|
autoload :StorageMigrationResponse, 'generated/azure_mgmt_web/models/storage_migration_response.rb'
|
|
192
209
|
autoload :StringDictionary, 'generated/azure_mgmt_web/models/string_dictionary.rb'
|
|
210
|
+
autoload :DeletedSite, 'generated/azure_mgmt_web/models/deleted_site.rb'
|
|
193
211
|
autoload :KeyVaultSecretStatus, 'generated/azure_mgmt_web/models/key_vault_secret_status.rb'
|
|
194
212
|
autoload :CertificateProductType, 'generated/azure_mgmt_web/models/certificate_product_type.rb'
|
|
195
213
|
autoload :ProvisioningState, 'generated/azure_mgmt_web/models/provisioning_state.rb'
|
|
196
214
|
autoload :CertificateOrderStatus, 'generated/azure_mgmt_web/models/certificate_order_status.rb'
|
|
215
|
+
autoload :CertificateOrderActionType, 'generated/azure_mgmt_web/models/certificate_order_action_type.rb'
|
|
197
216
|
autoload :HostingEnvironmentStatus, 'generated/azure_mgmt_web/models/hosting_environment_status.rb'
|
|
198
217
|
autoload :InternalLoadBalancingMode, 'generated/azure_mgmt_web/models/internal_load_balancing_mode.rb'
|
|
199
218
|
autoload :ComputeModeOptions, 'generated/azure_mgmt_web/models/compute_mode_options.rb'
|
|
200
219
|
autoload :WorkerSizeOptions, 'generated/azure_mgmt_web/models/worker_size_options.rb'
|
|
201
220
|
autoload :AccessControlEntryAction, 'generated/azure_mgmt_web/models/access_control_entry_action.rb'
|
|
202
221
|
autoload :StatusOptions, 'generated/azure_mgmt_web/models/status_options.rb'
|
|
203
|
-
autoload :LogLevel, 'generated/azure_mgmt_web/models/log_level.rb'
|
|
204
222
|
autoload :AutoHealActionType, 'generated/azure_mgmt_web/models/auto_heal_action_type.rb'
|
|
205
|
-
autoload :BackupItemStatus, 'generated/azure_mgmt_web/models/backup_item_status.rb'
|
|
206
|
-
autoload :FrequencyUnit, 'generated/azure_mgmt_web/models/frequency_unit.rb'
|
|
207
|
-
autoload :CertificateOrderActionType, 'generated/azure_mgmt_web/models/certificate_order_action_type.rb'
|
|
208
223
|
autoload :ConnectionStringType, 'generated/azure_mgmt_web/models/connection_string_type.rb'
|
|
224
|
+
autoload :SslState, 'generated/azure_mgmt_web/models/ssl_state.rb'
|
|
225
|
+
autoload :OperationStatus, 'generated/azure_mgmt_web/models/operation_status.rb'
|
|
209
226
|
autoload :UsageState, 'generated/azure_mgmt_web/models/usage_state.rb'
|
|
210
227
|
autoload :SiteAvailabilityState, 'generated/azure_mgmt_web/models/site_availability_state.rb'
|
|
211
|
-
autoload :
|
|
228
|
+
autoload :ScmType, 'generated/azure_mgmt_web/models/scm_type.rb'
|
|
212
229
|
autoload :ManagedPipelineMode, 'generated/azure_mgmt_web/models/managed_pipeline_mode.rb'
|
|
213
230
|
autoload :SiteLoadBalancing, 'generated/azure_mgmt_web/models/site_load_balancing.rb'
|
|
231
|
+
autoload :RouteType, 'generated/azure_mgmt_web/models/route_type.rb'
|
|
214
232
|
autoload :DomainStatus, 'generated/azure_mgmt_web/models/domain_status.rb'
|
|
215
233
|
autoload :AzureResourceType, 'generated/azure_mgmt_web/models/azure_resource_type.rb'
|
|
216
234
|
autoload :CustomHostNameDnsRecordType, 'generated/azure_mgmt_web/models/custom_host_name_dns_record_type.rb'
|
|
217
235
|
autoload :HostNameType, 'generated/azure_mgmt_web/models/host_name_type.rb'
|
|
218
236
|
autoload :DomainType, 'generated/azure_mgmt_web/models/domain_type.rb'
|
|
237
|
+
autoload :ResourceScopeType, 'generated/azure_mgmt_web/models/resource_scope_type.rb'
|
|
219
238
|
autoload :NotificationLevel, 'generated/azure_mgmt_web/models/notification_level.rb'
|
|
220
239
|
autoload :Channels, 'generated/azure_mgmt_web/models/channels.rb'
|
|
240
|
+
autoload :AppServicePlanRestrictions, 'generated/azure_mgmt_web/models/app_service_plan_restrictions.rb'
|
|
241
|
+
autoload :InAvailabilityReasonType, 'generated/azure_mgmt_web/models/in_availability_reason_type.rb'
|
|
221
242
|
autoload :CheckNameResourceTypes, 'generated/azure_mgmt_web/models/check_name_resource_types.rb'
|
|
222
243
|
autoload :ValidateResourceTypes, 'generated/azure_mgmt_web/models/validate_resource_types.rb'
|
|
244
|
+
autoload :LogLevel, 'generated/azure_mgmt_web/models/log_level.rb'
|
|
245
|
+
autoload :BackupItemStatus, 'generated/azure_mgmt_web/models/backup_item_status.rb'
|
|
246
|
+
autoload :DatabaseType, 'generated/azure_mgmt_web/models/database_type.rb'
|
|
247
|
+
autoload :FrequencyUnit, 'generated/azure_mgmt_web/models/frequency_unit.rb'
|
|
223
248
|
autoload :BackupRestoreOperationType, 'generated/azure_mgmt_web/models/backup_restore_operation_type.rb'
|
|
249
|
+
autoload :PublishingProfileFormat, 'generated/azure_mgmt_web/models/publishing_profile_format.rb'
|
|
224
250
|
autoload :DnsVerificationTestResult, 'generated/azure_mgmt_web/models/dns_verification_test_result.rb'
|
|
225
|
-
autoload :OperationStatus, 'generated/azure_mgmt_web/models/operation_status.rb'
|
|
226
251
|
autoload :UnauthenticatedClientAction, 'generated/azure_mgmt_web/models/unauthenticated_client_action.rb'
|
|
227
252
|
autoload :BuiltInAuthenticationProvider, 'generated/azure_mgmt_web/models/built_in_authentication_provider.rb'
|
|
228
253
|
autoload :CloneAbilityResult, 'generated/azure_mgmt_web/models/clone_ability_result.rb'
|
|
254
|
+
autoload :SkuName, 'generated/azure_mgmt_web/models/sku_name.rb'
|
|
229
255
|
end
|
|
230
256
|
end
|
|
@@ -23,9 +23,9 @@ module Azure::ARM::Web
|
|
|
23
23
|
attr_reader :client
|
|
24
24
|
|
|
25
25
|
#
|
|
26
|
-
#
|
|
26
|
+
# List all certificate orders in a subscription.
|
|
27
27
|
#
|
|
28
|
-
#
|
|
28
|
+
# List all certificate orders in a subscription.
|
|
29
29
|
#
|
|
30
30
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
31
31
|
# will be added to the HTTP request.
|
|
@@ -38,9 +38,9 @@ module Azure::ARM::Web
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
#
|
|
41
|
-
#
|
|
41
|
+
# List all certificate orders in a subscription.
|
|
42
42
|
#
|
|
43
|
-
#
|
|
43
|
+
# List all certificate orders in a subscription.
|
|
44
44
|
#
|
|
45
45
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
46
46
|
# will be added to the HTTP request.
|
|
@@ -52,9 +52,9 @@ module Azure::ARM::Web
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
#
|
|
55
|
-
#
|
|
55
|
+
# List all certificate orders in a subscription.
|
|
56
56
|
#
|
|
57
|
-
#
|
|
57
|
+
# List all certificate orders in a subscription.
|
|
58
58
|
#
|
|
59
59
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
60
60
|
# to the HTTP request.
|
|
@@ -63,7 +63,7 @@ module Azure::ARM::Web
|
|
|
63
63
|
#
|
|
64
64
|
def list_async(custom_headers = nil)
|
|
65
65
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
66
|
-
api_version = '
|
|
66
|
+
api_version = '2015-08-01'
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
request_headers = {}
|
|
@@ -112,29 +112,28 @@ module Azure::ARM::Web
|
|
|
112
112
|
end
|
|
113
113
|
|
|
114
114
|
#
|
|
115
|
-
# Validate certificate
|
|
115
|
+
# Validate information for a certificate order.
|
|
116
116
|
#
|
|
117
|
-
# Validate certificate
|
|
117
|
+
# Validate information for a certificate order.
|
|
118
118
|
#
|
|
119
|
-
# @param app_service_certificate_order [AppServiceCertificateOrder]
|
|
120
|
-
# order
|
|
119
|
+
# @param app_service_certificate_order [AppServiceCertificateOrder] Information
|
|
120
|
+
# for a certificate order.
|
|
121
121
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
122
122
|
# will be added to the HTTP request.
|
|
123
123
|
#
|
|
124
|
-
# @return [Object] operation results.
|
|
125
124
|
#
|
|
126
125
|
def validate_purchase_information(app_service_certificate_order, custom_headers = nil)
|
|
127
126
|
response = validate_purchase_information_async(app_service_certificate_order, custom_headers).value!
|
|
128
|
-
|
|
127
|
+
nil
|
|
129
128
|
end
|
|
130
129
|
|
|
131
130
|
#
|
|
132
|
-
# Validate certificate
|
|
131
|
+
# Validate information for a certificate order.
|
|
133
132
|
#
|
|
134
|
-
# Validate certificate
|
|
133
|
+
# Validate information for a certificate order.
|
|
135
134
|
#
|
|
136
|
-
# @param app_service_certificate_order [AppServiceCertificateOrder]
|
|
137
|
-
# order
|
|
135
|
+
# @param app_service_certificate_order [AppServiceCertificateOrder] Information
|
|
136
|
+
# for a certificate order.
|
|
138
137
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
139
138
|
# will be added to the HTTP request.
|
|
140
139
|
#
|
|
@@ -145,12 +144,12 @@ module Azure::ARM::Web
|
|
|
145
144
|
end
|
|
146
145
|
|
|
147
146
|
#
|
|
148
|
-
# Validate certificate
|
|
147
|
+
# Validate information for a certificate order.
|
|
149
148
|
#
|
|
150
|
-
# Validate certificate
|
|
149
|
+
# Validate information for a certificate order.
|
|
151
150
|
#
|
|
152
|
-
# @param app_service_certificate_order [AppServiceCertificateOrder]
|
|
153
|
-
# order
|
|
151
|
+
# @param app_service_certificate_order [AppServiceCertificateOrder] Information
|
|
152
|
+
# for a certificate order.
|
|
154
153
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
155
154
|
# to the HTTP request.
|
|
156
155
|
#
|
|
@@ -159,7 +158,7 @@ module Azure::ARM::Web
|
|
|
159
158
|
def validate_purchase_information_async(app_service_certificate_order, custom_headers = nil)
|
|
160
159
|
fail ArgumentError, 'app_service_certificate_order is nil' if app_service_certificate_order.nil?
|
|
161
160
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
162
|
-
api_version = '
|
|
161
|
+
api_version = '2015-08-01'
|
|
163
162
|
|
|
164
163
|
|
|
165
164
|
request_headers = {}
|
|
@@ -193,7 +192,7 @@ module Azure::ARM::Web
|
|
|
193
192
|
http_response = result.response
|
|
194
193
|
status_code = http_response.status
|
|
195
194
|
response_content = http_response.body
|
|
196
|
-
unless status_code ==
|
|
195
|
+
unless status_code == 204
|
|
197
196
|
error_model = JSON.load(response_content)
|
|
198
197
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
199
198
|
end
|
|
@@ -207,11 +206,12 @@ module Azure::ARM::Web
|
|
|
207
206
|
end
|
|
208
207
|
|
|
209
208
|
#
|
|
210
|
-
# Get certificate orders in a resource group
|
|
209
|
+
# Get certificate orders in a resource group.
|
|
211
210
|
#
|
|
212
|
-
# Get certificate orders in a resource group
|
|
211
|
+
# Get certificate orders in a resource group.
|
|
213
212
|
#
|
|
214
|
-
# @param resource_group_name [String]
|
|
213
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
214
|
+
# resource belongs.
|
|
215
215
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
216
216
|
# will be added to the HTTP request.
|
|
217
217
|
#
|
|
@@ -223,11 +223,12 @@ module Azure::ARM::Web
|
|
|
223
223
|
end
|
|
224
224
|
|
|
225
225
|
#
|
|
226
|
-
# Get certificate orders in a resource group
|
|
226
|
+
# Get certificate orders in a resource group.
|
|
227
227
|
#
|
|
228
|
-
# Get certificate orders in a resource group
|
|
228
|
+
# Get certificate orders in a resource group.
|
|
229
229
|
#
|
|
230
|
-
# @param resource_group_name [String]
|
|
230
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
231
|
+
# resource belongs.
|
|
231
232
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
232
233
|
# will be added to the HTTP request.
|
|
233
234
|
#
|
|
@@ -238,11 +239,12 @@ module Azure::ARM::Web
|
|
|
238
239
|
end
|
|
239
240
|
|
|
240
241
|
#
|
|
241
|
-
# Get certificate orders in a resource group
|
|
242
|
+
# Get certificate orders in a resource group.
|
|
242
243
|
#
|
|
243
|
-
# Get certificate orders in a resource group
|
|
244
|
+
# Get certificate orders in a resource group.
|
|
244
245
|
#
|
|
245
|
-
# @param resource_group_name [String]
|
|
246
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
247
|
+
# resource belongs.
|
|
246
248
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
247
249
|
# to the HTTP request.
|
|
248
250
|
#
|
|
@@ -251,7 +253,7 @@ module Azure::ARM::Web
|
|
|
251
253
|
def list_by_resource_group_async(resource_group_name, custom_headers = nil)
|
|
252
254
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
253
255
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
254
|
-
api_version = '
|
|
256
|
+
api_version = '2015-08-01'
|
|
255
257
|
|
|
256
258
|
|
|
257
259
|
request_headers = {}
|
|
@@ -300,14 +302,13 @@ module Azure::ARM::Web
|
|
|
300
302
|
end
|
|
301
303
|
|
|
302
304
|
#
|
|
303
|
-
# List all certificates associated with a certificate order
|
|
304
|
-
# certificate can be associated with an order at a time)
|
|
305
|
+
# List all certificates associated with a certificate order.
|
|
305
306
|
#
|
|
306
|
-
# List all certificates associated with a certificate order
|
|
307
|
-
# certificate can be associated with an order at a time)
|
|
307
|
+
# List all certificates associated with a certificate order.
|
|
308
308
|
#
|
|
309
|
-
# @param resource_group_name [String]
|
|
310
|
-
#
|
|
309
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
310
|
+
# resource belongs.
|
|
311
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
311
312
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
312
313
|
# will be added to the HTTP request.
|
|
313
314
|
#
|
|
@@ -319,14 +320,13 @@ module Azure::ARM::Web
|
|
|
319
320
|
end
|
|
320
321
|
|
|
321
322
|
#
|
|
322
|
-
# List all certificates associated with a certificate order
|
|
323
|
-
# certificate can be associated with an order at a time)
|
|
323
|
+
# List all certificates associated with a certificate order.
|
|
324
324
|
#
|
|
325
|
-
# List all certificates associated with a certificate order
|
|
326
|
-
# certificate can be associated with an order at a time)
|
|
325
|
+
# List all certificates associated with a certificate order.
|
|
327
326
|
#
|
|
328
|
-
# @param resource_group_name [String]
|
|
329
|
-
#
|
|
327
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
328
|
+
# resource belongs.
|
|
329
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
330
330
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
331
331
|
# will be added to the HTTP request.
|
|
332
332
|
#
|
|
@@ -337,14 +337,13 @@ module Azure::ARM::Web
|
|
|
337
337
|
end
|
|
338
338
|
|
|
339
339
|
#
|
|
340
|
-
# List all certificates associated with a certificate order
|
|
341
|
-
# certificate can be associated with an order at a time)
|
|
340
|
+
# List all certificates associated with a certificate order.
|
|
342
341
|
#
|
|
343
|
-
# List all certificates associated with a certificate order
|
|
344
|
-
# certificate can be associated with an order at a time)
|
|
342
|
+
# List all certificates associated with a certificate order.
|
|
345
343
|
#
|
|
346
|
-
# @param resource_group_name [String]
|
|
347
|
-
#
|
|
344
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
345
|
+
# resource belongs.
|
|
346
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
348
347
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
349
348
|
# to the HTTP request.
|
|
350
349
|
#
|
|
@@ -354,7 +353,7 @@ module Azure::ARM::Web
|
|
|
354
353
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
355
354
|
fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil?
|
|
356
355
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
357
|
-
api_version = '
|
|
356
|
+
api_version = '2015-08-01'
|
|
358
357
|
|
|
359
358
|
|
|
360
359
|
request_headers = {}
|
|
@@ -403,13 +402,14 @@ module Azure::ARM::Web
|
|
|
403
402
|
end
|
|
404
403
|
|
|
405
404
|
#
|
|
406
|
-
# Get certificate associated with
|
|
405
|
+
# Get the certificate associated with a certificate order.
|
|
407
406
|
#
|
|
408
|
-
# Get certificate associated with
|
|
407
|
+
# Get the certificate associated with a certificate order.
|
|
409
408
|
#
|
|
410
|
-
# @param resource_group_name [String]
|
|
411
|
-
#
|
|
412
|
-
# @param
|
|
409
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
410
|
+
# resource belongs.
|
|
411
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
412
|
+
# @param name [String] Name of the certificate.
|
|
413
413
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
414
414
|
# will be added to the HTTP request.
|
|
415
415
|
#
|
|
@@ -421,13 +421,14 @@ module Azure::ARM::Web
|
|
|
421
421
|
end
|
|
422
422
|
|
|
423
423
|
#
|
|
424
|
-
# Get certificate associated with
|
|
424
|
+
# Get the certificate associated with a certificate order.
|
|
425
425
|
#
|
|
426
|
-
# Get certificate associated with
|
|
426
|
+
# Get the certificate associated with a certificate order.
|
|
427
427
|
#
|
|
428
|
-
# @param resource_group_name [String]
|
|
429
|
-
#
|
|
430
|
-
# @param
|
|
428
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
429
|
+
# resource belongs.
|
|
430
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
431
|
+
# @param name [String] Name of the certificate.
|
|
431
432
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
432
433
|
# will be added to the HTTP request.
|
|
433
434
|
#
|
|
@@ -438,13 +439,14 @@ module Azure::ARM::Web
|
|
|
438
439
|
end
|
|
439
440
|
|
|
440
441
|
#
|
|
441
|
-
# Get certificate associated with
|
|
442
|
+
# Get the certificate associated with a certificate order.
|
|
442
443
|
#
|
|
443
|
-
# Get certificate associated with
|
|
444
|
+
# Get the certificate associated with a certificate order.
|
|
444
445
|
#
|
|
445
|
-
# @param resource_group_name [String]
|
|
446
|
-
#
|
|
447
|
-
# @param
|
|
446
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
447
|
+
# resource belongs.
|
|
448
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
449
|
+
# @param name [String] Name of the certificate.
|
|
448
450
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
449
451
|
# to the HTTP request.
|
|
450
452
|
#
|
|
@@ -455,7 +457,7 @@ module Azure::ARM::Web
|
|
|
455
457
|
fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil?
|
|
456
458
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
457
459
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
458
|
-
api_version = '
|
|
460
|
+
api_version = '2015-08-01'
|
|
459
461
|
|
|
460
462
|
|
|
461
463
|
request_headers = {}
|
|
@@ -504,16 +506,16 @@ module Azure::ARM::Web
|
|
|
504
506
|
end
|
|
505
507
|
|
|
506
508
|
#
|
|
507
|
-
#
|
|
508
|
-
# storing the certificate once it's ready
|
|
509
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
509
510
|
#
|
|
510
|
-
#
|
|
511
|
-
# storing the certificate once it's ready
|
|
511
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
512
512
|
#
|
|
513
|
-
# @param resource_group_name [String]
|
|
514
|
-
#
|
|
515
|
-
# @param
|
|
516
|
-
# @param
|
|
513
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
514
|
+
# resource belongs.
|
|
515
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
516
|
+
# @param name [String] Name of the certificate.
|
|
517
|
+
# @param key_vault_certificate [AppServiceCertificate] Key vault certificate
|
|
518
|
+
# resource Id.
|
|
517
519
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
518
520
|
# will be added to the HTTP request.
|
|
519
521
|
#
|
|
@@ -525,10 +527,12 @@ module Azure::ARM::Web
|
|
|
525
527
|
end
|
|
526
528
|
|
|
527
529
|
#
|
|
528
|
-
# @param resource_group_name [String]
|
|
529
|
-
#
|
|
530
|
-
# @param
|
|
531
|
-
# @param
|
|
530
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
531
|
+
# resource belongs.
|
|
532
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
533
|
+
# @param name [String] Name of the certificate.
|
|
534
|
+
# @param key_vault_certificate [AppServiceCertificate] Key vault certificate
|
|
535
|
+
# resource Id.
|
|
532
536
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
533
537
|
# will be added to the HTTP request.
|
|
534
538
|
#
|
|
@@ -554,31 +558,32 @@ module Azure::ARM::Web
|
|
|
554
558
|
end
|
|
555
559
|
|
|
556
560
|
#
|
|
557
|
-
#
|
|
561
|
+
# Delete the certificate associated with a certificate order.
|
|
558
562
|
#
|
|
559
|
-
#
|
|
563
|
+
# Delete the certificate associated with a certificate order.
|
|
560
564
|
#
|
|
561
|
-
# @param resource_group_name [String]
|
|
562
|
-
#
|
|
563
|
-
# @param
|
|
565
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
566
|
+
# resource belongs.
|
|
567
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
568
|
+
# @param name [String] Name of the certificate.
|
|
564
569
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
565
570
|
# will be added to the HTTP request.
|
|
566
571
|
#
|
|
567
|
-
# @return [Object] operation results.
|
|
568
572
|
#
|
|
569
573
|
def delete_certificate(resource_group_name, certificate_order_name, name, custom_headers = nil)
|
|
570
574
|
response = delete_certificate_async(resource_group_name, certificate_order_name, name, custom_headers).value!
|
|
571
|
-
|
|
575
|
+
nil
|
|
572
576
|
end
|
|
573
577
|
|
|
574
578
|
#
|
|
575
|
-
#
|
|
579
|
+
# Delete the certificate associated with a certificate order.
|
|
576
580
|
#
|
|
577
|
-
#
|
|
581
|
+
# Delete the certificate associated with a certificate order.
|
|
578
582
|
#
|
|
579
|
-
# @param resource_group_name [String]
|
|
580
|
-
#
|
|
581
|
-
# @param
|
|
583
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
584
|
+
# resource belongs.
|
|
585
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
586
|
+
# @param name [String] Name of the certificate.
|
|
582
587
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
583
588
|
# will be added to the HTTP request.
|
|
584
589
|
#
|
|
@@ -589,13 +594,14 @@ module Azure::ARM::Web
|
|
|
589
594
|
end
|
|
590
595
|
|
|
591
596
|
#
|
|
592
|
-
#
|
|
597
|
+
# Delete the certificate associated with a certificate order.
|
|
593
598
|
#
|
|
594
|
-
#
|
|
599
|
+
# Delete the certificate associated with a certificate order.
|
|
595
600
|
#
|
|
596
|
-
# @param resource_group_name [String]
|
|
597
|
-
#
|
|
598
|
-
# @param
|
|
601
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
602
|
+
# resource belongs.
|
|
603
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
604
|
+
# @param name [String] Name of the certificate.
|
|
599
605
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
600
606
|
# to the HTTP request.
|
|
601
607
|
#
|
|
@@ -606,7 +612,7 @@ module Azure::ARM::Web
|
|
|
606
612
|
fail ArgumentError, 'certificate_order_name is nil' if certificate_order_name.nil?
|
|
607
613
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
608
614
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
609
|
-
api_version = '
|
|
615
|
+
api_version = '2015-08-01'
|
|
610
616
|
|
|
611
617
|
|
|
612
618
|
request_headers = {}
|
|
@@ -631,7 +637,7 @@ module Azure::ARM::Web
|
|
|
631
637
|
http_response = result.response
|
|
632
638
|
status_code = http_response.status
|
|
633
639
|
response_content = http_response.body
|
|
634
|
-
unless status_code == 200
|
|
640
|
+
unless status_code == 200 || status_code == 204
|
|
635
641
|
error_model = JSON.load(response_content)
|
|
636
642
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
637
643
|
end
|
|
@@ -645,12 +651,13 @@ module Azure::ARM::Web
|
|
|
645
651
|
end
|
|
646
652
|
|
|
647
653
|
#
|
|
648
|
-
# Get a certificate order
|
|
654
|
+
# Get a certificate order.
|
|
649
655
|
#
|
|
650
|
-
# Get a certificate order
|
|
656
|
+
# Get a certificate order.
|
|
651
657
|
#
|
|
652
|
-
# @param resource_group_name [String]
|
|
653
|
-
#
|
|
658
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
659
|
+
# resource belongs.
|
|
660
|
+
# @param name [String] Name of the certificate.
|
|
654
661
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
655
662
|
# will be added to the HTTP request.
|
|
656
663
|
#
|
|
@@ -662,12 +669,13 @@ module Azure::ARM::Web
|
|
|
662
669
|
end
|
|
663
670
|
|
|
664
671
|
#
|
|
665
|
-
# Get a certificate order
|
|
672
|
+
# Get a certificate order.
|
|
666
673
|
#
|
|
667
|
-
# Get a certificate order
|
|
674
|
+
# Get a certificate order.
|
|
668
675
|
#
|
|
669
|
-
# @param resource_group_name [String]
|
|
670
|
-
#
|
|
676
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
677
|
+
# resource belongs.
|
|
678
|
+
# @param name [String] Name of the certificate.
|
|
671
679
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
672
680
|
# will be added to the HTTP request.
|
|
673
681
|
#
|
|
@@ -678,12 +686,13 @@ module Azure::ARM::Web
|
|
|
678
686
|
end
|
|
679
687
|
|
|
680
688
|
#
|
|
681
|
-
# Get a certificate order
|
|
689
|
+
# Get a certificate order.
|
|
682
690
|
#
|
|
683
|
-
# Get a certificate order
|
|
691
|
+
# Get a certificate order.
|
|
684
692
|
#
|
|
685
|
-
# @param resource_group_name [String]
|
|
686
|
-
#
|
|
693
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
694
|
+
# resource belongs.
|
|
695
|
+
# @param name [String] Name of the certificate.
|
|
687
696
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
688
697
|
# to the HTTP request.
|
|
689
698
|
#
|
|
@@ -693,7 +702,7 @@ module Azure::ARM::Web
|
|
|
693
702
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
694
703
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
695
704
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
696
|
-
api_version = '
|
|
705
|
+
api_version = '2015-08-01'
|
|
697
706
|
|
|
698
707
|
|
|
699
708
|
request_headers = {}
|
|
@@ -742,14 +751,15 @@ module Azure::ARM::Web
|
|
|
742
751
|
end
|
|
743
752
|
|
|
744
753
|
#
|
|
745
|
-
# Create or update a certificate purchase order
|
|
754
|
+
# Create or update a certificate purchase order.
|
|
746
755
|
#
|
|
747
|
-
# Create or update a certificate purchase order
|
|
756
|
+
# Create or update a certificate purchase order.
|
|
748
757
|
#
|
|
749
|
-
# @param resource_group_name [String]
|
|
750
|
-
#
|
|
758
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
759
|
+
# resource belongs.
|
|
760
|
+
# @param name [String] Name of the certificate.
|
|
751
761
|
# @param certificate_distinguished_name [AppServiceCertificateOrder]
|
|
752
|
-
# Distinguished name to
|
|
762
|
+
# Distinguished name to to use for the certificate order.
|
|
753
763
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
754
764
|
# will be added to the HTTP request.
|
|
755
765
|
#
|
|
@@ -761,10 +771,11 @@ module Azure::ARM::Web
|
|
|
761
771
|
end
|
|
762
772
|
|
|
763
773
|
#
|
|
764
|
-
# @param resource_group_name [String]
|
|
765
|
-
#
|
|
774
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
775
|
+
# resource belongs.
|
|
776
|
+
# @param name [String] Name of the certificate.
|
|
766
777
|
# @param certificate_distinguished_name [AppServiceCertificateOrder]
|
|
767
|
-
# Distinguished name to
|
|
778
|
+
# Distinguished name to to use for the certificate order.
|
|
768
779
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
769
780
|
# will be added to the HTTP request.
|
|
770
781
|
#
|
|
@@ -790,29 +801,30 @@ module Azure::ARM::Web
|
|
|
790
801
|
end
|
|
791
802
|
|
|
792
803
|
#
|
|
793
|
-
# Delete an existing certificate order
|
|
804
|
+
# Delete an existing certificate order.
|
|
794
805
|
#
|
|
795
|
-
# Delete an existing certificate order
|
|
806
|
+
# Delete an existing certificate order.
|
|
796
807
|
#
|
|
797
|
-
# @param resource_group_name [String]
|
|
798
|
-
#
|
|
808
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
809
|
+
# resource belongs.
|
|
810
|
+
# @param name [String] Name of the certificate.
|
|
799
811
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
800
812
|
# will be added to the HTTP request.
|
|
801
813
|
#
|
|
802
|
-
# @return [Object] operation results.
|
|
803
814
|
#
|
|
804
815
|
def delete_certificate_order(resource_group_name, name, custom_headers = nil)
|
|
805
816
|
response = delete_certificate_order_async(resource_group_name, name, custom_headers).value!
|
|
806
|
-
|
|
817
|
+
nil
|
|
807
818
|
end
|
|
808
819
|
|
|
809
820
|
#
|
|
810
|
-
# Delete an existing certificate order
|
|
821
|
+
# Delete an existing certificate order.
|
|
811
822
|
#
|
|
812
|
-
# Delete an existing certificate order
|
|
823
|
+
# Delete an existing certificate order.
|
|
813
824
|
#
|
|
814
|
-
# @param resource_group_name [String]
|
|
815
|
-
#
|
|
825
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
826
|
+
# resource belongs.
|
|
827
|
+
# @param name [String] Name of the certificate.
|
|
816
828
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
817
829
|
# will be added to the HTTP request.
|
|
818
830
|
#
|
|
@@ -823,12 +835,13 @@ module Azure::ARM::Web
|
|
|
823
835
|
end
|
|
824
836
|
|
|
825
837
|
#
|
|
826
|
-
# Delete an existing certificate order
|
|
838
|
+
# Delete an existing certificate order.
|
|
827
839
|
#
|
|
828
|
-
# Delete an existing certificate order
|
|
840
|
+
# Delete an existing certificate order.
|
|
829
841
|
#
|
|
830
|
-
# @param resource_group_name [String]
|
|
831
|
-
#
|
|
842
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
843
|
+
# resource belongs.
|
|
844
|
+
# @param name [String] Name of the certificate.
|
|
832
845
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
833
846
|
# to the HTTP request.
|
|
834
847
|
#
|
|
@@ -838,7 +851,7 @@ module Azure::ARM::Web
|
|
|
838
851
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
839
852
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
840
853
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
841
|
-
api_version = '
|
|
854
|
+
api_version = '2015-08-01'
|
|
842
855
|
|
|
843
856
|
|
|
844
857
|
request_headers = {}
|
|
@@ -863,7 +876,7 @@ module Azure::ARM::Web
|
|
|
863
876
|
http_response = result.response
|
|
864
877
|
status_code = http_response.status
|
|
865
878
|
response_content = http_response.body
|
|
866
|
-
unless status_code == 200
|
|
879
|
+
unless status_code == 200 || status_code == 204
|
|
867
880
|
error_model = JSON.load(response_content)
|
|
868
881
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
869
882
|
end
|
|
@@ -877,33 +890,34 @@ module Azure::ARM::Web
|
|
|
877
890
|
end
|
|
878
891
|
|
|
879
892
|
#
|
|
880
|
-
# Reissue an existing certificate order
|
|
893
|
+
# Reissue an existing certificate order.
|
|
881
894
|
#
|
|
882
|
-
# Reissue an existing certificate order
|
|
895
|
+
# Reissue an existing certificate order.
|
|
883
896
|
#
|
|
884
|
-
# @param resource_group_name [String]
|
|
885
|
-
#
|
|
897
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
898
|
+
# resource belongs.
|
|
899
|
+
# @param name [String] Name of the certificate.
|
|
886
900
|
# @param reissue_certificate_order_request [ReissueCertificateOrderRequest]
|
|
887
|
-
#
|
|
901
|
+
# Parameters for the reissue.
|
|
888
902
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
889
903
|
# will be added to the HTTP request.
|
|
890
904
|
#
|
|
891
|
-
# @return [Object] operation results.
|
|
892
905
|
#
|
|
893
906
|
def reissue(resource_group_name, name, reissue_certificate_order_request, custom_headers = nil)
|
|
894
907
|
response = reissue_async(resource_group_name, name, reissue_certificate_order_request, custom_headers).value!
|
|
895
|
-
|
|
908
|
+
nil
|
|
896
909
|
end
|
|
897
910
|
|
|
898
911
|
#
|
|
899
|
-
# Reissue an existing certificate order
|
|
912
|
+
# Reissue an existing certificate order.
|
|
900
913
|
#
|
|
901
|
-
# Reissue an existing certificate order
|
|
914
|
+
# Reissue an existing certificate order.
|
|
902
915
|
#
|
|
903
|
-
# @param resource_group_name [String]
|
|
904
|
-
#
|
|
916
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
917
|
+
# resource belongs.
|
|
918
|
+
# @param name [String] Name of the certificate.
|
|
905
919
|
# @param reissue_certificate_order_request [ReissueCertificateOrderRequest]
|
|
906
|
-
#
|
|
920
|
+
# Parameters for the reissue.
|
|
907
921
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
908
922
|
# will be added to the HTTP request.
|
|
909
923
|
#
|
|
@@ -914,14 +928,15 @@ module Azure::ARM::Web
|
|
|
914
928
|
end
|
|
915
929
|
|
|
916
930
|
#
|
|
917
|
-
# Reissue an existing certificate order
|
|
931
|
+
# Reissue an existing certificate order.
|
|
918
932
|
#
|
|
919
|
-
# Reissue an existing certificate order
|
|
933
|
+
# Reissue an existing certificate order.
|
|
920
934
|
#
|
|
921
|
-
# @param resource_group_name [String]
|
|
922
|
-
#
|
|
935
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
936
|
+
# resource belongs.
|
|
937
|
+
# @param name [String] Name of the certificate.
|
|
923
938
|
# @param reissue_certificate_order_request [ReissueCertificateOrderRequest]
|
|
924
|
-
#
|
|
939
|
+
# Parameters for the reissue.
|
|
925
940
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
926
941
|
# to the HTTP request.
|
|
927
942
|
#
|
|
@@ -932,7 +947,7 @@ module Azure::ARM::Web
|
|
|
932
947
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
933
948
|
fail ArgumentError, 'reissue_certificate_order_request is nil' if reissue_certificate_order_request.nil?
|
|
934
949
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
935
|
-
api_version = '
|
|
950
|
+
api_version = '2015-08-01'
|
|
936
951
|
|
|
937
952
|
|
|
938
953
|
request_headers = {}
|
|
@@ -966,7 +981,7 @@ module Azure::ARM::Web
|
|
|
966
981
|
http_response = result.response
|
|
967
982
|
status_code = http_response.status
|
|
968
983
|
response_content = http_response.body
|
|
969
|
-
unless status_code ==
|
|
984
|
+
unless status_code == 204
|
|
970
985
|
error_model = JSON.load(response_content)
|
|
971
986
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
972
987
|
end
|
|
@@ -980,30 +995,31 @@ module Azure::ARM::Web
|
|
|
980
995
|
end
|
|
981
996
|
|
|
982
997
|
#
|
|
983
|
-
# Renew an existing certificate order
|
|
998
|
+
# Renew an existing certificate order.
|
|
984
999
|
#
|
|
985
|
-
# Renew an existing certificate order
|
|
1000
|
+
# Renew an existing certificate order.
|
|
986
1001
|
#
|
|
987
|
-
# @param resource_group_name [String]
|
|
1002
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1003
|
+
# resource belongs.
|
|
988
1004
|
# @param name [String] Certificate name
|
|
989
1005
|
# @param renew_certificate_order_request [RenewCertificateOrderRequest] Renew
|
|
990
1006
|
# parameters
|
|
991
1007
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
992
1008
|
# will be added to the HTTP request.
|
|
993
1009
|
#
|
|
994
|
-
# @return [Object] operation results.
|
|
995
1010
|
#
|
|
996
1011
|
def renew(resource_group_name, name, renew_certificate_order_request, custom_headers = nil)
|
|
997
1012
|
response = renew_async(resource_group_name, name, renew_certificate_order_request, custom_headers).value!
|
|
998
|
-
|
|
1013
|
+
nil
|
|
999
1014
|
end
|
|
1000
1015
|
|
|
1001
1016
|
#
|
|
1002
|
-
# Renew an existing certificate order
|
|
1017
|
+
# Renew an existing certificate order.
|
|
1003
1018
|
#
|
|
1004
|
-
# Renew an existing certificate order
|
|
1019
|
+
# Renew an existing certificate order.
|
|
1005
1020
|
#
|
|
1006
|
-
# @param resource_group_name [String]
|
|
1021
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1022
|
+
# resource belongs.
|
|
1007
1023
|
# @param name [String] Certificate name
|
|
1008
1024
|
# @param renew_certificate_order_request [RenewCertificateOrderRequest] Renew
|
|
1009
1025
|
# parameters
|
|
@@ -1017,11 +1033,12 @@ module Azure::ARM::Web
|
|
|
1017
1033
|
end
|
|
1018
1034
|
|
|
1019
1035
|
#
|
|
1020
|
-
# Renew an existing certificate order
|
|
1036
|
+
# Renew an existing certificate order.
|
|
1021
1037
|
#
|
|
1022
|
-
# Renew an existing certificate order
|
|
1038
|
+
# Renew an existing certificate order.
|
|
1023
1039
|
#
|
|
1024
|
-
# @param resource_group_name [String]
|
|
1040
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1041
|
+
# resource belongs.
|
|
1025
1042
|
# @param name [String] Certificate name
|
|
1026
1043
|
# @param renew_certificate_order_request [RenewCertificateOrderRequest] Renew
|
|
1027
1044
|
# parameters
|
|
@@ -1035,7 +1052,7 @@ module Azure::ARM::Web
|
|
|
1035
1052
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1036
1053
|
fail ArgumentError, 'renew_certificate_order_request is nil' if renew_certificate_order_request.nil?
|
|
1037
1054
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1038
|
-
api_version = '
|
|
1055
|
+
api_version = '2015-08-01'
|
|
1039
1056
|
|
|
1040
1057
|
|
|
1041
1058
|
request_headers = {}
|
|
@@ -1069,7 +1086,7 @@ module Azure::ARM::Web
|
|
|
1069
1086
|
http_response = result.response
|
|
1070
1087
|
status_code = http_response.status
|
|
1071
1088
|
response_content = http_response.body
|
|
1072
|
-
unless status_code ==
|
|
1089
|
+
unless status_code == 204
|
|
1073
1090
|
error_model = JSON.load(response_content)
|
|
1074
1091
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1075
1092
|
end
|
|
@@ -1083,55 +1100,57 @@ module Azure::ARM::Web
|
|
|
1083
1100
|
end
|
|
1084
1101
|
|
|
1085
1102
|
#
|
|
1086
|
-
# Resend certificate email
|
|
1103
|
+
# Resend certificate email.
|
|
1087
1104
|
#
|
|
1088
|
-
# Resend certificate email
|
|
1105
|
+
# Resend certificate email.
|
|
1089
1106
|
#
|
|
1090
|
-
# @param resource_group_name [String]
|
|
1107
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1108
|
+
# resource belongs.
|
|
1091
1109
|
# @param name [String] Certificate order name
|
|
1092
1110
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1093
1111
|
# will be added to the HTTP request.
|
|
1094
1112
|
#
|
|
1095
|
-
# @return [Object] operation results.
|
|
1096
1113
|
#
|
|
1097
|
-
def
|
|
1098
|
-
response =
|
|
1099
|
-
|
|
1114
|
+
def resend_email(resource_group_name, name, custom_headers = nil)
|
|
1115
|
+
response = resend_email_async(resource_group_name, name, custom_headers).value!
|
|
1116
|
+
nil
|
|
1100
1117
|
end
|
|
1101
1118
|
|
|
1102
1119
|
#
|
|
1103
|
-
# Resend certificate email
|
|
1120
|
+
# Resend certificate email.
|
|
1104
1121
|
#
|
|
1105
|
-
# Resend certificate email
|
|
1122
|
+
# Resend certificate email.
|
|
1106
1123
|
#
|
|
1107
|
-
# @param resource_group_name [String]
|
|
1124
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1125
|
+
# resource belongs.
|
|
1108
1126
|
# @param name [String] Certificate order name
|
|
1109
1127
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1110
1128
|
# will be added to the HTTP request.
|
|
1111
1129
|
#
|
|
1112
1130
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
1113
1131
|
#
|
|
1114
|
-
def
|
|
1115
|
-
|
|
1132
|
+
def resend_email_with_http_info(resource_group_name, name, custom_headers = nil)
|
|
1133
|
+
resend_email_async(resource_group_name, name, custom_headers).value!
|
|
1116
1134
|
end
|
|
1117
1135
|
|
|
1118
1136
|
#
|
|
1119
|
-
# Resend certificate email
|
|
1137
|
+
# Resend certificate email.
|
|
1120
1138
|
#
|
|
1121
|
-
# Resend certificate email
|
|
1139
|
+
# Resend certificate email.
|
|
1122
1140
|
#
|
|
1123
|
-
# @param resource_group_name [String]
|
|
1141
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1142
|
+
# resource belongs.
|
|
1124
1143
|
# @param name [String] Certificate order name
|
|
1125
1144
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1126
1145
|
# to the HTTP request.
|
|
1127
1146
|
#
|
|
1128
1147
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
1129
1148
|
#
|
|
1130
|
-
def
|
|
1149
|
+
def resend_email_async(resource_group_name, name, custom_headers = nil)
|
|
1131
1150
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1132
1151
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1133
1152
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1134
|
-
api_version = '
|
|
1153
|
+
api_version = '2015-08-01'
|
|
1135
1154
|
|
|
1136
1155
|
|
|
1137
1156
|
request_headers = {}
|
|
@@ -1156,7 +1175,109 @@ module Azure::ARM::Web
|
|
|
1156
1175
|
http_response = result.response
|
|
1157
1176
|
status_code = http_response.status
|
|
1158
1177
|
response_content = http_response.body
|
|
1159
|
-
unless status_code ==
|
|
1178
|
+
unless status_code == 204
|
|
1179
|
+
error_model = JSON.load(response_content)
|
|
1180
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1183
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1184
|
+
|
|
1185
|
+
result
|
|
1186
|
+
end
|
|
1187
|
+
|
|
1188
|
+
promise.execute
|
|
1189
|
+
end
|
|
1190
|
+
|
|
1191
|
+
#
|
|
1192
|
+
# Verify domain ownership for this certificate order.
|
|
1193
|
+
#
|
|
1194
|
+
# Verify domain ownership for this certificate order.
|
|
1195
|
+
#
|
|
1196
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1197
|
+
# resource belongs.
|
|
1198
|
+
# @param name [String] Certificate order name
|
|
1199
|
+
# @param name_identifier [NameIdentifier] Email address
|
|
1200
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1201
|
+
# will be added to the HTTP request.
|
|
1202
|
+
#
|
|
1203
|
+
#
|
|
1204
|
+
def resend_request_emails(resource_group_name, name, name_identifier, custom_headers = nil)
|
|
1205
|
+
response = resend_request_emails_async(resource_group_name, name, name_identifier, custom_headers).value!
|
|
1206
|
+
nil
|
|
1207
|
+
end
|
|
1208
|
+
|
|
1209
|
+
#
|
|
1210
|
+
# Verify domain ownership for this certificate order.
|
|
1211
|
+
#
|
|
1212
|
+
# Verify domain ownership for this certificate order.
|
|
1213
|
+
#
|
|
1214
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1215
|
+
# resource belongs.
|
|
1216
|
+
# @param name [String] Certificate order name
|
|
1217
|
+
# @param name_identifier [NameIdentifier] Email address
|
|
1218
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1219
|
+
# will be added to the HTTP request.
|
|
1220
|
+
#
|
|
1221
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
1222
|
+
#
|
|
1223
|
+
def resend_request_emails_with_http_info(resource_group_name, name, name_identifier, custom_headers = nil)
|
|
1224
|
+
resend_request_emails_async(resource_group_name, name, name_identifier, custom_headers).value!
|
|
1225
|
+
end
|
|
1226
|
+
|
|
1227
|
+
#
|
|
1228
|
+
# Verify domain ownership for this certificate order.
|
|
1229
|
+
#
|
|
1230
|
+
# Verify domain ownership for this certificate order.
|
|
1231
|
+
#
|
|
1232
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1233
|
+
# resource belongs.
|
|
1234
|
+
# @param name [String] Certificate order name
|
|
1235
|
+
# @param name_identifier [NameIdentifier] Email address
|
|
1236
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1237
|
+
# to the HTTP request.
|
|
1238
|
+
#
|
|
1239
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
1240
|
+
#
|
|
1241
|
+
def resend_request_emails_async(resource_group_name, name, name_identifier, custom_headers = nil)
|
|
1242
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1243
|
+
fail ArgumentError, 'name is nil' if name.nil?
|
|
1244
|
+
fail ArgumentError, 'name_identifier is nil' if name_identifier.nil?
|
|
1245
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1246
|
+
api_version = '2015-08-01'
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
request_headers = {}
|
|
1250
|
+
|
|
1251
|
+
# Set Headers
|
|
1252
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
1253
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
1254
|
+
|
|
1255
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
|
1256
|
+
|
|
1257
|
+
# Serialize Request
|
|
1258
|
+
request_mapper = NameIdentifier.mapper()
|
|
1259
|
+
request_content = @client.serialize(request_mapper, name_identifier, 'name_identifier')
|
|
1260
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
|
1261
|
+
|
|
1262
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/resendRequestEmails'
|
|
1263
|
+
|
|
1264
|
+
request_url = @base_url || @client.base_url
|
|
1265
|
+
|
|
1266
|
+
options = {
|
|
1267
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
1268
|
+
path_params: {'resourceGroupName' => resource_group_name,'name' => name,'subscriptionId' => @client.subscription_id},
|
|
1269
|
+
query_params: {'api-version' => api_version},
|
|
1270
|
+
body: request_content,
|
|
1271
|
+
headers: request_headers.merge(custom_headers || {}),
|
|
1272
|
+
base_url: request_url
|
|
1273
|
+
}
|
|
1274
|
+
promise = @client.make_request_async(:post, path_template, options)
|
|
1275
|
+
|
|
1276
|
+
promise = promise.then do |result|
|
|
1277
|
+
http_response = result.response
|
|
1278
|
+
status_code = http_response.status
|
|
1279
|
+
response_content = http_response.body
|
|
1280
|
+
unless status_code == 204
|
|
1160
1281
|
error_model = JSON.load(response_content)
|
|
1161
1282
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1162
1283
|
end
|
|
@@ -1170,11 +1291,12 @@ module Azure::ARM::Web
|
|
|
1170
1291
|
end
|
|
1171
1292
|
|
|
1172
1293
|
#
|
|
1173
|
-
# Retrieve the list of certificate actions
|
|
1294
|
+
# Retrieve the list of certificate actions.
|
|
1174
1295
|
#
|
|
1175
|
-
# Retrieve the list of certificate actions
|
|
1296
|
+
# Retrieve the list of certificate actions.
|
|
1176
1297
|
#
|
|
1177
|
-
# @param resource_group_name [String]
|
|
1298
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1299
|
+
# resource belongs.
|
|
1178
1300
|
# @param name [String] Certificate order name
|
|
1179
1301
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1180
1302
|
# will be added to the HTTP request.
|
|
@@ -1187,11 +1309,12 @@ module Azure::ARM::Web
|
|
|
1187
1309
|
end
|
|
1188
1310
|
|
|
1189
1311
|
#
|
|
1190
|
-
# Retrieve the list of certificate actions
|
|
1312
|
+
# Retrieve the list of certificate actions.
|
|
1191
1313
|
#
|
|
1192
|
-
# Retrieve the list of certificate actions
|
|
1314
|
+
# Retrieve the list of certificate actions.
|
|
1193
1315
|
#
|
|
1194
|
-
# @param resource_group_name [String]
|
|
1316
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1317
|
+
# resource belongs.
|
|
1195
1318
|
# @param name [String] Certificate order name
|
|
1196
1319
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1197
1320
|
# will be added to the HTTP request.
|
|
@@ -1203,11 +1326,12 @@ module Azure::ARM::Web
|
|
|
1203
1326
|
end
|
|
1204
1327
|
|
|
1205
1328
|
#
|
|
1206
|
-
# Retrieve the list of certificate actions
|
|
1329
|
+
# Retrieve the list of certificate actions.
|
|
1207
1330
|
#
|
|
1208
|
-
# Retrieve the list of certificate actions
|
|
1331
|
+
# Retrieve the list of certificate actions.
|
|
1209
1332
|
#
|
|
1210
|
-
# @param resource_group_name [String]
|
|
1333
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1334
|
+
# resource belongs.
|
|
1211
1335
|
# @param name [String] Certificate order name
|
|
1212
1336
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1213
1337
|
# to the HTTP request.
|
|
@@ -1218,7 +1342,7 @@ module Azure::ARM::Web
|
|
|
1218
1342
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1219
1343
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1220
1344
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1221
|
-
api_version = '
|
|
1345
|
+
api_version = '2015-08-01'
|
|
1222
1346
|
|
|
1223
1347
|
|
|
1224
1348
|
request_headers = {}
|
|
@@ -1281,11 +1405,12 @@ module Azure::ARM::Web
|
|
|
1281
1405
|
end
|
|
1282
1406
|
|
|
1283
1407
|
#
|
|
1284
|
-
#
|
|
1408
|
+
# Retrieve email history.
|
|
1285
1409
|
#
|
|
1286
|
-
#
|
|
1410
|
+
# Retrieve email history.
|
|
1287
1411
|
#
|
|
1288
|
-
# @param resource_group_name [String]
|
|
1412
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1413
|
+
# resource belongs.
|
|
1289
1414
|
# @param name [String] Certificate order name
|
|
1290
1415
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1291
1416
|
# will be added to the HTTP request.
|
|
@@ -1298,11 +1423,12 @@ module Azure::ARM::Web
|
|
|
1298
1423
|
end
|
|
1299
1424
|
|
|
1300
1425
|
#
|
|
1301
|
-
#
|
|
1426
|
+
# Retrieve email history.
|
|
1302
1427
|
#
|
|
1303
|
-
#
|
|
1428
|
+
# Retrieve email history.
|
|
1304
1429
|
#
|
|
1305
|
-
# @param resource_group_name [String]
|
|
1430
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1431
|
+
# resource belongs.
|
|
1306
1432
|
# @param name [String] Certificate order name
|
|
1307
1433
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1308
1434
|
# will be added to the HTTP request.
|
|
@@ -1314,11 +1440,12 @@ module Azure::ARM::Web
|
|
|
1314
1440
|
end
|
|
1315
1441
|
|
|
1316
1442
|
#
|
|
1317
|
-
#
|
|
1443
|
+
# Retrieve email history.
|
|
1318
1444
|
#
|
|
1319
|
-
#
|
|
1445
|
+
# Retrieve email history.
|
|
1320
1446
|
#
|
|
1321
|
-
# @param resource_group_name [String]
|
|
1447
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1448
|
+
# resource belongs.
|
|
1322
1449
|
# @param name [String] Certificate order name
|
|
1323
1450
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1324
1451
|
# to the HTTP request.
|
|
@@ -1329,7 +1456,7 @@ module Azure::ARM::Web
|
|
|
1329
1456
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1330
1457
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1331
1458
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1332
|
-
api_version = '
|
|
1459
|
+
api_version = '2015-08-01'
|
|
1333
1460
|
|
|
1334
1461
|
|
|
1335
1462
|
request_headers = {}
|
|
@@ -1392,28 +1519,142 @@ module Azure::ARM::Web
|
|
|
1392
1519
|
end
|
|
1393
1520
|
|
|
1394
1521
|
#
|
|
1395
|
-
# Verify domain ownership for this certificate order
|
|
1522
|
+
# Verify domain ownership for this certificate order.
|
|
1523
|
+
#
|
|
1524
|
+
# Verify domain ownership for this certificate order.
|
|
1525
|
+
#
|
|
1526
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1527
|
+
# resource belongs.
|
|
1528
|
+
# @param name [String] Certificate order name
|
|
1529
|
+
# @param site_seal_request [SiteSealRequest] Site seal request
|
|
1530
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1531
|
+
# will be added to the HTTP request.
|
|
1532
|
+
#
|
|
1533
|
+
# @return [SiteSeal] operation results.
|
|
1534
|
+
#
|
|
1535
|
+
def retrieve_site_seal(resource_group_name, name, site_seal_request, custom_headers = nil)
|
|
1536
|
+
response = retrieve_site_seal_async(resource_group_name, name, site_seal_request, custom_headers).value!
|
|
1537
|
+
response.body unless response.nil?
|
|
1538
|
+
end
|
|
1539
|
+
|
|
1540
|
+
#
|
|
1541
|
+
# Verify domain ownership for this certificate order.
|
|
1542
|
+
#
|
|
1543
|
+
# Verify domain ownership for this certificate order.
|
|
1544
|
+
#
|
|
1545
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1546
|
+
# resource belongs.
|
|
1547
|
+
# @param name [String] Certificate order name
|
|
1548
|
+
# @param site_seal_request [SiteSealRequest] Site seal request
|
|
1549
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1550
|
+
# will be added to the HTTP request.
|
|
1551
|
+
#
|
|
1552
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
1553
|
+
#
|
|
1554
|
+
def retrieve_site_seal_with_http_info(resource_group_name, name, site_seal_request, custom_headers = nil)
|
|
1555
|
+
retrieve_site_seal_async(resource_group_name, name, site_seal_request, custom_headers).value!
|
|
1556
|
+
end
|
|
1557
|
+
|
|
1558
|
+
#
|
|
1559
|
+
# Verify domain ownership for this certificate order.
|
|
1560
|
+
#
|
|
1561
|
+
# Verify domain ownership for this certificate order.
|
|
1562
|
+
#
|
|
1563
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1564
|
+
# resource belongs.
|
|
1565
|
+
# @param name [String] Certificate order name
|
|
1566
|
+
# @param site_seal_request [SiteSealRequest] Site seal request
|
|
1567
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1568
|
+
# to the HTTP request.
|
|
1569
|
+
#
|
|
1570
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
1571
|
+
#
|
|
1572
|
+
def retrieve_site_seal_async(resource_group_name, name, site_seal_request, custom_headers = nil)
|
|
1573
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1574
|
+
fail ArgumentError, 'name is nil' if name.nil?
|
|
1575
|
+
fail ArgumentError, 'site_seal_request is nil' if site_seal_request.nil?
|
|
1576
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1577
|
+
api_version = '2015-08-01'
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
request_headers = {}
|
|
1581
|
+
|
|
1582
|
+
# Set Headers
|
|
1583
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
1584
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
1585
|
+
|
|
1586
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
|
1587
|
+
|
|
1588
|
+
# Serialize Request
|
|
1589
|
+
request_mapper = SiteSealRequest.mapper()
|
|
1590
|
+
request_content = @client.serialize(request_mapper, site_seal_request, 'site_seal_request')
|
|
1591
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
|
1592
|
+
|
|
1593
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{name}/retrieveSiteSeal'
|
|
1594
|
+
|
|
1595
|
+
request_url = @base_url || @client.base_url
|
|
1596
|
+
|
|
1597
|
+
options = {
|
|
1598
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
1599
|
+
path_params: {'resourceGroupName' => resource_group_name,'name' => name,'subscriptionId' => @client.subscription_id},
|
|
1600
|
+
query_params: {'api-version' => api_version},
|
|
1601
|
+
body: request_content,
|
|
1602
|
+
headers: request_headers.merge(custom_headers || {}),
|
|
1603
|
+
base_url: request_url
|
|
1604
|
+
}
|
|
1605
|
+
promise = @client.make_request_async(:post, path_template, options)
|
|
1606
|
+
|
|
1607
|
+
promise = promise.then do |result|
|
|
1608
|
+
http_response = result.response
|
|
1609
|
+
status_code = http_response.status
|
|
1610
|
+
response_content = http_response.body
|
|
1611
|
+
unless status_code == 200
|
|
1612
|
+
error_model = JSON.load(response_content)
|
|
1613
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1614
|
+
end
|
|
1615
|
+
|
|
1616
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
1617
|
+
# Deserialize Response
|
|
1618
|
+
if status_code == 200
|
|
1619
|
+
begin
|
|
1620
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
1621
|
+
result_mapper = SiteSeal.mapper()
|
|
1622
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
1623
|
+
rescue Exception => e
|
|
1624
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
1625
|
+
end
|
|
1626
|
+
end
|
|
1627
|
+
|
|
1628
|
+
result
|
|
1629
|
+
end
|
|
1630
|
+
|
|
1631
|
+
promise.execute
|
|
1632
|
+
end
|
|
1633
|
+
|
|
1634
|
+
#
|
|
1635
|
+
# Verify domain ownership for this certificate order.
|
|
1396
1636
|
#
|
|
1397
|
-
# Verify domain ownership for this certificate order
|
|
1637
|
+
# Verify domain ownership for this certificate order.
|
|
1398
1638
|
#
|
|
1399
|
-
# @param resource_group_name [String]
|
|
1639
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1640
|
+
# resource belongs.
|
|
1400
1641
|
# @param name [String] Certificate order name
|
|
1401
1642
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1402
1643
|
# will be added to the HTTP request.
|
|
1403
1644
|
#
|
|
1404
|
-
# @return [Object] operation results.
|
|
1405
1645
|
#
|
|
1406
1646
|
def verify_domain_ownership(resource_group_name, name, custom_headers = nil)
|
|
1407
1647
|
response = verify_domain_ownership_async(resource_group_name, name, custom_headers).value!
|
|
1408
|
-
|
|
1648
|
+
nil
|
|
1409
1649
|
end
|
|
1410
1650
|
|
|
1411
1651
|
#
|
|
1412
|
-
# Verify domain ownership for this certificate order
|
|
1652
|
+
# Verify domain ownership for this certificate order.
|
|
1413
1653
|
#
|
|
1414
|
-
# Verify domain ownership for this certificate order
|
|
1654
|
+
# Verify domain ownership for this certificate order.
|
|
1415
1655
|
#
|
|
1416
|
-
# @param resource_group_name [String]
|
|
1656
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1657
|
+
# resource belongs.
|
|
1417
1658
|
# @param name [String] Certificate order name
|
|
1418
1659
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1419
1660
|
# will be added to the HTTP request.
|
|
@@ -1425,11 +1666,12 @@ module Azure::ARM::Web
|
|
|
1425
1666
|
end
|
|
1426
1667
|
|
|
1427
1668
|
#
|
|
1428
|
-
# Verify domain ownership for this certificate order
|
|
1669
|
+
# Verify domain ownership for this certificate order.
|
|
1429
1670
|
#
|
|
1430
|
-
# Verify domain ownership for this certificate order
|
|
1671
|
+
# Verify domain ownership for this certificate order.
|
|
1431
1672
|
#
|
|
1432
|
-
# @param resource_group_name [String]
|
|
1673
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1674
|
+
# resource belongs.
|
|
1433
1675
|
# @param name [String] Certificate order name
|
|
1434
1676
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1435
1677
|
# to the HTTP request.
|
|
@@ -1440,7 +1682,7 @@ module Azure::ARM::Web
|
|
|
1440
1682
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
1441
1683
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1442
1684
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1443
|
-
api_version = '
|
|
1685
|
+
api_version = '2015-08-01'
|
|
1444
1686
|
|
|
1445
1687
|
|
|
1446
1688
|
request_headers = {}
|
|
@@ -1465,7 +1707,7 @@ module Azure::ARM::Web
|
|
|
1465
1707
|
http_response = result.response
|
|
1466
1708
|
status_code = http_response.status
|
|
1467
1709
|
response_content = http_response.body
|
|
1468
|
-
unless status_code ==
|
|
1710
|
+
unless status_code == 204
|
|
1469
1711
|
error_model = JSON.load(response_content)
|
|
1470
1712
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1471
1713
|
end
|
|
@@ -1479,16 +1721,16 @@ module Azure::ARM::Web
|
|
|
1479
1721
|
end
|
|
1480
1722
|
|
|
1481
1723
|
#
|
|
1482
|
-
#
|
|
1483
|
-
# storing the certificate once it's ready
|
|
1724
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1484
1725
|
#
|
|
1485
|
-
#
|
|
1486
|
-
# storing the certificate once it's ready
|
|
1726
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1487
1727
|
#
|
|
1488
|
-
# @param resource_group_name [String]
|
|
1489
|
-
#
|
|
1490
|
-
# @param
|
|
1491
|
-
# @param
|
|
1728
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1729
|
+
# resource belongs.
|
|
1730
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
1731
|
+
# @param name [String] Name of the certificate.
|
|
1732
|
+
# @param key_vault_certificate [AppServiceCertificate] Key vault certificate
|
|
1733
|
+
# resource Id.
|
|
1492
1734
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1493
1735
|
# will be added to the HTTP request.
|
|
1494
1736
|
#
|
|
@@ -1500,16 +1742,16 @@ module Azure::ARM::Web
|
|
|
1500
1742
|
end
|
|
1501
1743
|
|
|
1502
1744
|
#
|
|
1503
|
-
#
|
|
1504
|
-
# storing the certificate once it's ready
|
|
1745
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1505
1746
|
#
|
|
1506
|
-
#
|
|
1507
|
-
# storing the certificate once it's ready
|
|
1747
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1508
1748
|
#
|
|
1509
|
-
# @param resource_group_name [String]
|
|
1510
|
-
#
|
|
1511
|
-
# @param
|
|
1512
|
-
# @param
|
|
1749
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1750
|
+
# resource belongs.
|
|
1751
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
1752
|
+
# @param name [String] Name of the certificate.
|
|
1753
|
+
# @param key_vault_certificate [AppServiceCertificate] Key vault certificate
|
|
1754
|
+
# resource Id.
|
|
1513
1755
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1514
1756
|
# will be added to the HTTP request.
|
|
1515
1757
|
#
|
|
@@ -1520,16 +1762,16 @@ module Azure::ARM::Web
|
|
|
1520
1762
|
end
|
|
1521
1763
|
|
|
1522
1764
|
#
|
|
1523
|
-
#
|
|
1524
|
-
# storing the certificate once it's ready
|
|
1765
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1525
1766
|
#
|
|
1526
|
-
#
|
|
1527
|
-
# storing the certificate once it's ready
|
|
1767
|
+
# Creates or updates a certificate and associates with key vault secret.
|
|
1528
1768
|
#
|
|
1529
|
-
# @param resource_group_name [String]
|
|
1530
|
-
#
|
|
1531
|
-
# @param
|
|
1532
|
-
# @param
|
|
1769
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1770
|
+
# resource belongs.
|
|
1771
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
1772
|
+
# @param name [String] Name of the certificate.
|
|
1773
|
+
# @param key_vault_certificate [AppServiceCertificate] Key vault certificate
|
|
1774
|
+
# resource Id.
|
|
1533
1775
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1534
1776
|
# to the HTTP request.
|
|
1535
1777
|
#
|
|
@@ -1541,7 +1783,7 @@ module Azure::ARM::Web
|
|
|
1541
1783
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1542
1784
|
fail ArgumentError, 'key_vault_certificate is nil' if key_vault_certificate.nil?
|
|
1543
1785
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1544
|
-
api_version = '
|
|
1786
|
+
api_version = '2015-08-01'
|
|
1545
1787
|
|
|
1546
1788
|
|
|
1547
1789
|
request_headers = {}
|
|
@@ -1575,7 +1817,7 @@ module Azure::ARM::Web
|
|
|
1575
1817
|
http_response = result.response
|
|
1576
1818
|
status_code = http_response.status
|
|
1577
1819
|
response_content = http_response.body
|
|
1578
|
-
unless status_code == 200
|
|
1820
|
+
unless status_code == 200 || status_code == 201
|
|
1579
1821
|
error_model = JSON.load(response_content)
|
|
1580
1822
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1581
1823
|
end
|
|
@@ -1591,6 +1833,16 @@ module Azure::ARM::Web
|
|
|
1591
1833
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
1592
1834
|
end
|
|
1593
1835
|
end
|
|
1836
|
+
# Deserialize Response
|
|
1837
|
+
if status_code == 201
|
|
1838
|
+
begin
|
|
1839
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
1840
|
+
result_mapper = AppServiceCertificate.mapper()
|
|
1841
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
1842
|
+
rescue Exception => e
|
|
1843
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
1844
|
+
end
|
|
1845
|
+
end
|
|
1594
1846
|
|
|
1595
1847
|
result
|
|
1596
1848
|
end
|
|
@@ -1599,14 +1851,15 @@ module Azure::ARM::Web
|
|
|
1599
1851
|
end
|
|
1600
1852
|
|
|
1601
1853
|
#
|
|
1602
|
-
# Create or update a certificate purchase order
|
|
1854
|
+
# Create or update a certificate purchase order.
|
|
1603
1855
|
#
|
|
1604
|
-
# Create or update a certificate purchase order
|
|
1856
|
+
# Create or update a certificate purchase order.
|
|
1605
1857
|
#
|
|
1606
|
-
# @param resource_group_name [String]
|
|
1607
|
-
#
|
|
1858
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1859
|
+
# resource belongs.
|
|
1860
|
+
# @param name [String] Name of the certificate.
|
|
1608
1861
|
# @param certificate_distinguished_name [AppServiceCertificateOrder]
|
|
1609
|
-
# Distinguished name to
|
|
1862
|
+
# Distinguished name to to use for the certificate order.
|
|
1610
1863
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1611
1864
|
# will be added to the HTTP request.
|
|
1612
1865
|
#
|
|
@@ -1618,14 +1871,15 @@ module Azure::ARM::Web
|
|
|
1618
1871
|
end
|
|
1619
1872
|
|
|
1620
1873
|
#
|
|
1621
|
-
# Create or update a certificate purchase order
|
|
1874
|
+
# Create or update a certificate purchase order.
|
|
1622
1875
|
#
|
|
1623
|
-
# Create or update a certificate purchase order
|
|
1876
|
+
# Create or update a certificate purchase order.
|
|
1624
1877
|
#
|
|
1625
|
-
# @param resource_group_name [String]
|
|
1626
|
-
#
|
|
1878
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1879
|
+
# resource belongs.
|
|
1880
|
+
# @param name [String] Name of the certificate.
|
|
1627
1881
|
# @param certificate_distinguished_name [AppServiceCertificateOrder]
|
|
1628
|
-
# Distinguished name to
|
|
1882
|
+
# Distinguished name to to use for the certificate order.
|
|
1629
1883
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
1630
1884
|
# will be added to the HTTP request.
|
|
1631
1885
|
#
|
|
@@ -1636,14 +1890,15 @@ module Azure::ARM::Web
|
|
|
1636
1890
|
end
|
|
1637
1891
|
|
|
1638
1892
|
#
|
|
1639
|
-
# Create or update a certificate purchase order
|
|
1893
|
+
# Create or update a certificate purchase order.
|
|
1640
1894
|
#
|
|
1641
|
-
# Create or update a certificate purchase order
|
|
1895
|
+
# Create or update a certificate purchase order.
|
|
1642
1896
|
#
|
|
1643
|
-
# @param resource_group_name [String]
|
|
1644
|
-
#
|
|
1897
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
1898
|
+
# resource belongs.
|
|
1899
|
+
# @param name [String] Name of the certificate.
|
|
1645
1900
|
# @param certificate_distinguished_name [AppServiceCertificateOrder]
|
|
1646
|
-
# Distinguished name to
|
|
1901
|
+
# Distinguished name to to use for the certificate order.
|
|
1647
1902
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
1648
1903
|
# to the HTTP request.
|
|
1649
1904
|
#
|
|
@@ -1654,7 +1909,7 @@ module Azure::ARM::Web
|
|
|
1654
1909
|
fail ArgumentError, 'name is nil' if name.nil?
|
|
1655
1910
|
fail ArgumentError, 'certificate_distinguished_name is nil' if certificate_distinguished_name.nil?
|
|
1656
1911
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
1657
|
-
api_version = '
|
|
1912
|
+
api_version = '2015-08-01'
|
|
1658
1913
|
|
|
1659
1914
|
|
|
1660
1915
|
request_headers = {}
|
|
@@ -1688,7 +1943,7 @@ module Azure::ARM::Web
|
|
|
1688
1943
|
http_response = result.response
|
|
1689
1944
|
status_code = http_response.status
|
|
1690
1945
|
response_content = http_response.body
|
|
1691
|
-
unless status_code == 200
|
|
1946
|
+
unless status_code == 200 || status_code == 201
|
|
1692
1947
|
error_model = JSON.load(response_content)
|
|
1693
1948
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
|
1694
1949
|
end
|
|
@@ -1704,6 +1959,16 @@ module Azure::ARM::Web
|
|
|
1704
1959
|
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
1705
1960
|
end
|
|
1706
1961
|
end
|
|
1962
|
+
# Deserialize Response
|
|
1963
|
+
if status_code == 201
|
|
1964
|
+
begin
|
|
1965
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
1966
|
+
result_mapper = AppServiceCertificateOrder.mapper()
|
|
1967
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
1968
|
+
rescue Exception => e
|
|
1969
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
1970
|
+
end
|
|
1971
|
+
end
|
|
1707
1972
|
|
|
1708
1973
|
result
|
|
1709
1974
|
end
|
|
@@ -1712,9 +1977,9 @@ module Azure::ARM::Web
|
|
|
1712
1977
|
end
|
|
1713
1978
|
|
|
1714
1979
|
#
|
|
1715
|
-
#
|
|
1980
|
+
# List all certificate orders in a subscription.
|
|
1716
1981
|
#
|
|
1717
|
-
#
|
|
1982
|
+
# List all certificate orders in a subscription.
|
|
1718
1983
|
#
|
|
1719
1984
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1720
1985
|
# to List operation.
|
|
@@ -1729,9 +1994,9 @@ module Azure::ARM::Web
|
|
|
1729
1994
|
end
|
|
1730
1995
|
|
|
1731
1996
|
#
|
|
1732
|
-
#
|
|
1997
|
+
# List all certificate orders in a subscription.
|
|
1733
1998
|
#
|
|
1734
|
-
#
|
|
1999
|
+
# List all certificate orders in a subscription.
|
|
1735
2000
|
#
|
|
1736
2001
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1737
2002
|
# to List operation.
|
|
@@ -1745,9 +2010,9 @@ module Azure::ARM::Web
|
|
|
1745
2010
|
end
|
|
1746
2011
|
|
|
1747
2012
|
#
|
|
1748
|
-
#
|
|
2013
|
+
# List all certificate orders in a subscription.
|
|
1749
2014
|
#
|
|
1750
|
-
#
|
|
2015
|
+
# List all certificate orders in a subscription.
|
|
1751
2016
|
#
|
|
1752
2017
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1753
2018
|
# to List operation.
|
|
@@ -1805,9 +2070,9 @@ module Azure::ARM::Web
|
|
|
1805
2070
|
end
|
|
1806
2071
|
|
|
1807
2072
|
#
|
|
1808
|
-
# Get certificate orders in a resource group
|
|
2073
|
+
# Get certificate orders in a resource group.
|
|
1809
2074
|
#
|
|
1810
|
-
# Get certificate orders in a resource group
|
|
2075
|
+
# Get certificate orders in a resource group.
|
|
1811
2076
|
#
|
|
1812
2077
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1813
2078
|
# to List operation.
|
|
@@ -1822,9 +2087,9 @@ module Azure::ARM::Web
|
|
|
1822
2087
|
end
|
|
1823
2088
|
|
|
1824
2089
|
#
|
|
1825
|
-
# Get certificate orders in a resource group
|
|
2090
|
+
# Get certificate orders in a resource group.
|
|
1826
2091
|
#
|
|
1827
|
-
# Get certificate orders in a resource group
|
|
2092
|
+
# Get certificate orders in a resource group.
|
|
1828
2093
|
#
|
|
1829
2094
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1830
2095
|
# to List operation.
|
|
@@ -1838,9 +2103,9 @@ module Azure::ARM::Web
|
|
|
1838
2103
|
end
|
|
1839
2104
|
|
|
1840
2105
|
#
|
|
1841
|
-
# Get certificate orders in a resource group
|
|
2106
|
+
# Get certificate orders in a resource group.
|
|
1842
2107
|
#
|
|
1843
|
-
# Get certificate orders in a resource group
|
|
2108
|
+
# Get certificate orders in a resource group.
|
|
1844
2109
|
#
|
|
1845
2110
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1846
2111
|
# to List operation.
|
|
@@ -1898,11 +2163,9 @@ module Azure::ARM::Web
|
|
|
1898
2163
|
end
|
|
1899
2164
|
|
|
1900
2165
|
#
|
|
1901
|
-
# List all certificates associated with a certificate order
|
|
1902
|
-
# certificate can be associated with an order at a time)
|
|
2166
|
+
# List all certificates associated with a certificate order.
|
|
1903
2167
|
#
|
|
1904
|
-
# List all certificates associated with a certificate order
|
|
1905
|
-
# certificate can be associated with an order at a time)
|
|
2168
|
+
# List all certificates associated with a certificate order.
|
|
1906
2169
|
#
|
|
1907
2170
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1908
2171
|
# to List operation.
|
|
@@ -1917,11 +2180,9 @@ module Azure::ARM::Web
|
|
|
1917
2180
|
end
|
|
1918
2181
|
|
|
1919
2182
|
#
|
|
1920
|
-
# List all certificates associated with a certificate order
|
|
1921
|
-
# certificate can be associated with an order at a time)
|
|
2183
|
+
# List all certificates associated with a certificate order.
|
|
1922
2184
|
#
|
|
1923
|
-
# List all certificates associated with a certificate order
|
|
1924
|
-
# certificate can be associated with an order at a time)
|
|
2185
|
+
# List all certificates associated with a certificate order.
|
|
1925
2186
|
#
|
|
1926
2187
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1927
2188
|
# to List operation.
|
|
@@ -1935,11 +2196,9 @@ module Azure::ARM::Web
|
|
|
1935
2196
|
end
|
|
1936
2197
|
|
|
1937
2198
|
#
|
|
1938
|
-
# List all certificates associated with a certificate order
|
|
1939
|
-
# certificate can be associated with an order at a time)
|
|
2199
|
+
# List all certificates associated with a certificate order.
|
|
1940
2200
|
#
|
|
1941
|
-
# List all certificates associated with a certificate order
|
|
1942
|
-
# certificate can be associated with an order at a time)
|
|
2201
|
+
# List all certificates associated with a certificate order.
|
|
1943
2202
|
#
|
|
1944
2203
|
# @param next_page_link [String] The NextLink from the previous successful call
|
|
1945
2204
|
# to List operation.
|
|
@@ -1997,9 +2256,9 @@ module Azure::ARM::Web
|
|
|
1997
2256
|
end
|
|
1998
2257
|
|
|
1999
2258
|
#
|
|
2000
|
-
#
|
|
2259
|
+
# List all certificate orders in a subscription.
|
|
2001
2260
|
#
|
|
2002
|
-
#
|
|
2261
|
+
# List all certificate orders in a subscription.
|
|
2003
2262
|
#
|
|
2004
2263
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
2005
2264
|
# will be added to the HTTP request.
|
|
@@ -2019,11 +2278,12 @@ module Azure::ARM::Web
|
|
|
2019
2278
|
end
|
|
2020
2279
|
|
|
2021
2280
|
#
|
|
2022
|
-
# Get certificate orders in a resource group
|
|
2281
|
+
# Get certificate orders in a resource group.
|
|
2023
2282
|
#
|
|
2024
|
-
# Get certificate orders in a resource group
|
|
2283
|
+
# Get certificate orders in a resource group.
|
|
2025
2284
|
#
|
|
2026
|
-
# @param resource_group_name [String]
|
|
2285
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
2286
|
+
# resource belongs.
|
|
2027
2287
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
2028
2288
|
# will be added to the HTTP request.
|
|
2029
2289
|
#
|
|
@@ -2042,14 +2302,13 @@ module Azure::ARM::Web
|
|
|
2042
2302
|
end
|
|
2043
2303
|
|
|
2044
2304
|
#
|
|
2045
|
-
# List all certificates associated with a certificate order
|
|
2046
|
-
# certificate can be associated with an order at a time)
|
|
2305
|
+
# List all certificates associated with a certificate order.
|
|
2047
2306
|
#
|
|
2048
|
-
# List all certificates associated with a certificate order
|
|
2049
|
-
# certificate can be associated with an order at a time)
|
|
2307
|
+
# List all certificates associated with a certificate order.
|
|
2050
2308
|
#
|
|
2051
|
-
# @param resource_group_name [String]
|
|
2052
|
-
#
|
|
2309
|
+
# @param resource_group_name [String] Name of the resource group to which the
|
|
2310
|
+
# resource belongs.
|
|
2311
|
+
# @param certificate_order_name [String] Name of the certificate order.
|
|
2053
2312
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
2054
2313
|
# will be added to the HTTP request.
|
|
2055
2314
|
#
|