azure_mgmt_compute 0.21.1 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-06-15/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-09-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-09-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-03-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-07-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-11-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +3 -2
- data/lib/2020-06-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-06-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-09-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-09-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-10-01-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-12-01/generated/azure_mgmt_compute.rb +305 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/availability_sets.rb +920 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/compute_management_client.rb +221 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/dedicated_host_groups.rb +861 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/dedicated_hosts.rb +806 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/images.rb +975 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/log_analytics.rb +341 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/additional_capabilities.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/additional_unattend_content.rb +93 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_entity_reference.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_error.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_error_base.rb +68 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_policy.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_repairs_policy.rb +64 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set.rb +189 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_sku_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_update.rb +142 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/available_patch_summary.rb +143 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/billing_profile.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/boot_diagnostics.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb +78 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/caching_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/component_names.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/compute_operation_list_result.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/compute_operation_value.rb +108 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/data_disk.rb +224 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/data_disk_image.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host.rb +219 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_allocatable_vm.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_available_capacity.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group.rb +178 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_instance_view.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_update.rb +141 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view_with_name.rb +84 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_license_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_update.rb +171 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_options.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_placement.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_settings.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disallowed_configuration.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_create_option_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_detach_option_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_encryption_set_parameters.rb +46 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_encryption_settings.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_instance_view.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/execution_state.rb +21 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location.rb +58 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hardware_profile.rb +106 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image.rb +151 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_data_disk.rb +108 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_disk.rb +126 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_list_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_osdisk.rb +123 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_reference.rb +114 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_storage_profile.rb +86 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_update.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/inner_error.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/instance_view_status.rb +93 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/instance_view_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/interval_in_mins.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ipversion.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/key_vault_key_reference.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/last_patch_installation_summary.rb +179 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_configuration.rb +94 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_parameters.rb +107 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_patch_settings.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_vmguest_patch_mode.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/list_usages_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb +124 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_operation_result.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/maintenance_operation_result_code_types.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/maintenance_redeploy_status.rb +115 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/managed_disk_parameters.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/network_interface_reference.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/network_profile.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/operating_system_state_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/operating_system_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_mode.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_names.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_action.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_input.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_summary.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osdisk.rb +191 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osdisk_image.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osprofile.rb +204 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/pass_names.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_assessment_state.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_installation_detail.rb +121 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_installation_state.rb +20 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_operation_status.rb +19 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_settings.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/plan.rb +86 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/protocol_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_update.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/purchase_plan.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/request_rate_by_interval_input.rb +113 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/resource.rb +110 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/resource_identity_type.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/retrieve_boot_diagnostics_data_result.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_action_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_policy.rb +133 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb +88 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_running_status.rb +88 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_code.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_info.rb +141 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_document.rb +116 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_document_base.rb +92 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_input.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_result.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/scale_in_policy.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/security_profile.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/security_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/setting_names.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sku.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_configuration.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key.rb +64 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_generate_key_pair_result.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_resource.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_update_resource.rb +67 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_keys_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/status_level_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/storage_account_types.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/storage_profile.rb +89 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource_with_colocation_status.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/terminate_notification_profile.rb +62 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/throttled_requests_input.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/uefi_settings.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/update_resource.rb +54 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_mode.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info_properties.rb +116 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_invoker.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_policy.rb +79 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_state.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/usage.rb +83 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/usage_name.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vault_certificate.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vault_secret_group.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_hard_disk.rb +46 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine.rb +488 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_assess_patches_result.rb +152 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_eviction_policy_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension.rb +208 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_image.rb +146 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb +109 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_update.rb +147 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extensions_list_result.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_health_status.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image.rb +184 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image_feature.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image_resource.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_install_patches_parameters.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_install_patches_result.rb +204 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb +258 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_list_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_patch_status.rb +83 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_priority_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_reimage_parameters.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command.rb +241 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_instance_view.rb +135 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_script_source.rb +68 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_update.rb +206 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_commands_list_result.rb +98 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set.rb +358 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +153 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb +197 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_list_result.rb +103 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_update.rb +198 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity.rb +105 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb +113 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ip_tag.rb +58 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +195 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_osupgrade_history.rb +104 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +101 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration.rb +149 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_dns_settings.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb +167 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb +120 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_reimage_parameters.rb +65 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_scale_in_rules.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb +85 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_scale_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb +91 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update.rb +210 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_configuration.rb +148 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_profile.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +122 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osprofile.rb +92 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_public_ipaddress_configuration.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_storage_profile.rb +80 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_vmprofile.rb +151 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +398 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextension.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextension_update.rb +164 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_list_result.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb +211 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +101 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmnetwork_profile_configuration.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprotection_policy.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmreimage_parameters.rb +44 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb +106 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_list_result.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_types.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_software_patch_properties.rb +172 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_status_code_count.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +418 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vm_disk_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_classification_linux.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_classification_windows.rb +22 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_behavior.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_setting.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_status.rb +20 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmscale_set_convert_to_single_placement_group_input.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/win_rmconfiguration.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/win_rmlistener.rb +67 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_configuration.rb +127 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_parameters.rb +117 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_vmguest_patch_mode.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/module_definition.rb +9 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/operations.rb +109 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/proximity_placement_groups.rb +846 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/ssh_public_keys.rb +939 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/usage_operations.rb +241 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +360 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_extensions.rb +701 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_images.rb +600 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_images_edge_zone.rb +626 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +1112 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +821 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +498 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmextensions.rb +709 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmrun_commands.rb +827 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +2230 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +3523 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +122 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machines.rb +3446 -0
- data/lib/azure_mgmt_compute.rb +1 -0
- data/lib/profiles/latest/modules/compute_profile_module.rb +1010 -944
- data/lib/version.rb +1 -1
- metadata +283 -2
@@ -0,0 +1,17 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Compute::Mgmt::V2020_12_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for WindowsVMGuestPatchMode
|
10
|
+
#
|
11
|
+
module WindowsVMGuestPatchMode
|
12
|
+
Manual = "Manual"
|
13
|
+
AutomaticByOS = "AutomaticByOS"
|
14
|
+
AutomaticByPlatform = "AutomaticByPlatform"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure end
|
7
|
+
module Azure::Compute end
|
8
|
+
module Azure::Compute::Mgmt end
|
9
|
+
module Azure::Compute::Mgmt::V2020_12_01 end
|
@@ -0,0 +1,109 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Compute::Mgmt::V2020_12_01
|
7
|
+
#
|
8
|
+
# Compute Client
|
9
|
+
#
|
10
|
+
class Operations
|
11
|
+
include MsRestAzure
|
12
|
+
|
13
|
+
#
|
14
|
+
# Creates and initializes a new instance of the Operations class.
|
15
|
+
# @param client service class for accessing basic functionality.
|
16
|
+
#
|
17
|
+
def initialize(client)
|
18
|
+
@client = client
|
19
|
+
end
|
20
|
+
|
21
|
+
# @return [ComputeManagementClient] reference to the ComputeManagementClient
|
22
|
+
attr_reader :client
|
23
|
+
|
24
|
+
#
|
25
|
+
# Gets a list of compute operations.
|
26
|
+
#
|
27
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
28
|
+
# will be added to the HTTP request.
|
29
|
+
#
|
30
|
+
# @return [ComputeOperationListResult] operation results.
|
31
|
+
#
|
32
|
+
def list(custom_headers:nil)
|
33
|
+
response = list_async(custom_headers:custom_headers).value!
|
34
|
+
response.body unless response.nil?
|
35
|
+
end
|
36
|
+
|
37
|
+
#
|
38
|
+
# Gets a list of compute operations.
|
39
|
+
#
|
40
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
41
|
+
# will be added to the HTTP request.
|
42
|
+
#
|
43
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
44
|
+
#
|
45
|
+
def list_with_http_info(custom_headers:nil)
|
46
|
+
list_async(custom_headers:custom_headers).value!
|
47
|
+
end
|
48
|
+
|
49
|
+
#
|
50
|
+
# Gets a list of compute operations.
|
51
|
+
#
|
52
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
53
|
+
# to the HTTP request.
|
54
|
+
#
|
55
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
56
|
+
#
|
57
|
+
def list_async(custom_headers:nil)
|
58
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
59
|
+
|
60
|
+
|
61
|
+
request_headers = {}
|
62
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
63
|
+
|
64
|
+
# Set Headers
|
65
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
66
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
67
|
+
path_template = 'providers/Microsoft.Compute/operations'
|
68
|
+
|
69
|
+
request_url = @base_url || @client.base_url
|
70
|
+
|
71
|
+
options = {
|
72
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
73
|
+
query_params: {'api-version' => @client.api_version},
|
74
|
+
headers: request_headers.merge(custom_headers || {}),
|
75
|
+
base_url: request_url
|
76
|
+
}
|
77
|
+
promise = @client.make_request_async(:get, path_template, options)
|
78
|
+
|
79
|
+
promise = promise.then do |result|
|
80
|
+
http_response = result.response
|
81
|
+
status_code = http_response.status
|
82
|
+
response_content = http_response.body
|
83
|
+
unless status_code == 200
|
84
|
+
error_model = JSON.load(response_content)
|
85
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
86
|
+
end
|
87
|
+
|
88
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
89
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
90
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
91
|
+
# Deserialize Response
|
92
|
+
if status_code == 200
|
93
|
+
begin
|
94
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
95
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ComputeOperationListResult.mapper()
|
96
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
97
|
+
rescue Exception => e
|
98
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
result
|
103
|
+
end
|
104
|
+
|
105
|
+
promise.execute
|
106
|
+
end
|
107
|
+
|
108
|
+
end
|
109
|
+
end
|
@@ -0,0 +1,846 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::Compute::Mgmt::V2020_12_01
|
7
|
+
#
|
8
|
+
# Compute Client
|
9
|
+
#
|
10
|
+
class ProximityPlacementGroups
|
11
|
+
include MsRestAzure
|
12
|
+
|
13
|
+
#
|
14
|
+
# Creates and initializes a new instance of the ProximityPlacementGroups class.
|
15
|
+
# @param client service class for accessing basic functionality.
|
16
|
+
#
|
17
|
+
def initialize(client)
|
18
|
+
@client = client
|
19
|
+
end
|
20
|
+
|
21
|
+
# @return [ComputeManagementClient] reference to the ComputeManagementClient
|
22
|
+
attr_reader :client
|
23
|
+
|
24
|
+
#
|
25
|
+
# Create or update a proximity placement group.
|
26
|
+
#
|
27
|
+
# @param resource_group_name [String] The name of the resource group.
|
28
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
29
|
+
# placement group.
|
30
|
+
# @param parameters [ProximityPlacementGroup] Parameters supplied to the Create
|
31
|
+
# Proximity Placement Group operation.
|
32
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
33
|
+
# will be added to the HTTP request.
|
34
|
+
#
|
35
|
+
# @return [ProximityPlacementGroup] operation results.
|
36
|
+
#
|
37
|
+
def create_or_update(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
38
|
+
response = create_or_update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value!
|
39
|
+
response.body unless response.nil?
|
40
|
+
end
|
41
|
+
|
42
|
+
#
|
43
|
+
# Create or update a proximity placement group.
|
44
|
+
#
|
45
|
+
# @param resource_group_name [String] The name of the resource group.
|
46
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
47
|
+
# placement group.
|
48
|
+
# @param parameters [ProximityPlacementGroup] Parameters supplied to the Create
|
49
|
+
# Proximity Placement Group operation.
|
50
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
51
|
+
# will be added to the HTTP request.
|
52
|
+
#
|
53
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
54
|
+
#
|
55
|
+
def create_or_update_with_http_info(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
56
|
+
create_or_update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value!
|
57
|
+
end
|
58
|
+
|
59
|
+
#
|
60
|
+
# Create or update a proximity placement group.
|
61
|
+
#
|
62
|
+
# @param resource_group_name [String] The name of the resource group.
|
63
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
64
|
+
# placement group.
|
65
|
+
# @param parameters [ProximityPlacementGroup] Parameters supplied to the Create
|
66
|
+
# Proximity Placement Group operation.
|
67
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
68
|
+
# to the HTTP request.
|
69
|
+
#
|
70
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
71
|
+
#
|
72
|
+
def create_or_update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
73
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
74
|
+
fail ArgumentError, 'proximity_placement_group_name is nil' if proximity_placement_group_name.nil?
|
75
|
+
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
76
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
77
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
78
|
+
|
79
|
+
|
80
|
+
request_headers = {}
|
81
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
82
|
+
|
83
|
+
# Set Headers
|
84
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
85
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
86
|
+
|
87
|
+
# Serialize Request
|
88
|
+
request_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroup.mapper()
|
89
|
+
request_content = @client.serialize(request_mapper, parameters)
|
90
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
91
|
+
|
92
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}'
|
93
|
+
|
94
|
+
request_url = @base_url || @client.base_url
|
95
|
+
|
96
|
+
options = {
|
97
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
98
|
+
path_params: {'resourceGroupName' => resource_group_name,'proximityPlacementGroupName' => proximity_placement_group_name,'subscriptionId' => @client.subscription_id},
|
99
|
+
query_params: {'api-version' => @client.api_version},
|
100
|
+
body: request_content,
|
101
|
+
headers: request_headers.merge(custom_headers || {}),
|
102
|
+
base_url: request_url
|
103
|
+
}
|
104
|
+
promise = @client.make_request_async(:put, path_template, options)
|
105
|
+
|
106
|
+
promise = promise.then do |result|
|
107
|
+
http_response = result.response
|
108
|
+
status_code = http_response.status
|
109
|
+
response_content = http_response.body
|
110
|
+
unless status_code == 200 || status_code == 201
|
111
|
+
error_model = JSON.load(response_content)
|
112
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
113
|
+
end
|
114
|
+
|
115
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
116
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
117
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
118
|
+
# Deserialize Response
|
119
|
+
if status_code == 200
|
120
|
+
begin
|
121
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
122
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroup.mapper()
|
123
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
124
|
+
rescue Exception => e
|
125
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
126
|
+
end
|
127
|
+
end
|
128
|
+
# Deserialize Response
|
129
|
+
if status_code == 201
|
130
|
+
begin
|
131
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
132
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroup.mapper()
|
133
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
134
|
+
rescue Exception => e
|
135
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
136
|
+
end
|
137
|
+
end
|
138
|
+
|
139
|
+
result
|
140
|
+
end
|
141
|
+
|
142
|
+
promise.execute
|
143
|
+
end
|
144
|
+
|
145
|
+
#
|
146
|
+
# Update a proximity placement group.
|
147
|
+
#
|
148
|
+
# @param resource_group_name [String] The name of the resource group.
|
149
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
150
|
+
# placement group.
|
151
|
+
# @param parameters [ProximityPlacementGroupUpdate] Parameters supplied to the
|
152
|
+
# Update Proximity Placement Group operation.
|
153
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
154
|
+
# will be added to the HTTP request.
|
155
|
+
#
|
156
|
+
# @return [ProximityPlacementGroup] operation results.
|
157
|
+
#
|
158
|
+
def update(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
159
|
+
response = update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value!
|
160
|
+
response.body unless response.nil?
|
161
|
+
end
|
162
|
+
|
163
|
+
#
|
164
|
+
# Update a proximity placement group.
|
165
|
+
#
|
166
|
+
# @param resource_group_name [String] The name of the resource group.
|
167
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
168
|
+
# placement group.
|
169
|
+
# @param parameters [ProximityPlacementGroupUpdate] Parameters supplied to the
|
170
|
+
# Update Proximity Placement Group operation.
|
171
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
172
|
+
# will be added to the HTTP request.
|
173
|
+
#
|
174
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
175
|
+
#
|
176
|
+
def update_with_http_info(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
177
|
+
update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value!
|
178
|
+
end
|
179
|
+
|
180
|
+
#
|
181
|
+
# Update a proximity placement group.
|
182
|
+
#
|
183
|
+
# @param resource_group_name [String] The name of the resource group.
|
184
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
185
|
+
# placement group.
|
186
|
+
# @param parameters [ProximityPlacementGroupUpdate] Parameters supplied to the
|
187
|
+
# Update Proximity Placement Group operation.
|
188
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
189
|
+
# to the HTTP request.
|
190
|
+
#
|
191
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
192
|
+
#
|
193
|
+
def update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil)
|
194
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
195
|
+
fail ArgumentError, 'proximity_placement_group_name is nil' if proximity_placement_group_name.nil?
|
196
|
+
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
197
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
198
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
199
|
+
|
200
|
+
|
201
|
+
request_headers = {}
|
202
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
203
|
+
|
204
|
+
# Set Headers
|
205
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
206
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
207
|
+
|
208
|
+
# Serialize Request
|
209
|
+
request_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroupUpdate.mapper()
|
210
|
+
request_content = @client.serialize(request_mapper, parameters)
|
211
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
212
|
+
|
213
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}'
|
214
|
+
|
215
|
+
request_url = @base_url || @client.base_url
|
216
|
+
|
217
|
+
options = {
|
218
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
219
|
+
path_params: {'resourceGroupName' => resource_group_name,'proximityPlacementGroupName' => proximity_placement_group_name,'subscriptionId' => @client.subscription_id},
|
220
|
+
query_params: {'api-version' => @client.api_version},
|
221
|
+
body: request_content,
|
222
|
+
headers: request_headers.merge(custom_headers || {}),
|
223
|
+
base_url: request_url
|
224
|
+
}
|
225
|
+
promise = @client.make_request_async(:patch, path_template, options)
|
226
|
+
|
227
|
+
promise = promise.then do |result|
|
228
|
+
http_response = result.response
|
229
|
+
status_code = http_response.status
|
230
|
+
response_content = http_response.body
|
231
|
+
unless status_code == 200
|
232
|
+
error_model = JSON.load(response_content)
|
233
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
234
|
+
end
|
235
|
+
|
236
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
237
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
238
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
239
|
+
# Deserialize Response
|
240
|
+
if status_code == 200
|
241
|
+
begin
|
242
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
243
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroup.mapper()
|
244
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
245
|
+
rescue Exception => e
|
246
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
247
|
+
end
|
248
|
+
end
|
249
|
+
|
250
|
+
result
|
251
|
+
end
|
252
|
+
|
253
|
+
promise.execute
|
254
|
+
end
|
255
|
+
|
256
|
+
#
|
257
|
+
# Delete a proximity placement group.
|
258
|
+
#
|
259
|
+
# @param resource_group_name [String] The name of the resource group.
|
260
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
261
|
+
# placement group.
|
262
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
263
|
+
# will be added to the HTTP request.
|
264
|
+
#
|
265
|
+
#
|
266
|
+
def delete(resource_group_name, proximity_placement_group_name, custom_headers:nil)
|
267
|
+
response = delete_async(resource_group_name, proximity_placement_group_name, custom_headers:custom_headers).value!
|
268
|
+
nil
|
269
|
+
end
|
270
|
+
|
271
|
+
#
|
272
|
+
# Delete a proximity placement group.
|
273
|
+
#
|
274
|
+
# @param resource_group_name [String] The name of the resource group.
|
275
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
276
|
+
# placement group.
|
277
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
278
|
+
# will be added to the HTTP request.
|
279
|
+
#
|
280
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
281
|
+
#
|
282
|
+
def delete_with_http_info(resource_group_name, proximity_placement_group_name, custom_headers:nil)
|
283
|
+
delete_async(resource_group_name, proximity_placement_group_name, custom_headers:custom_headers).value!
|
284
|
+
end
|
285
|
+
|
286
|
+
#
|
287
|
+
# Delete a proximity placement group.
|
288
|
+
#
|
289
|
+
# @param resource_group_name [String] The name of the resource group.
|
290
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
291
|
+
# placement group.
|
292
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
293
|
+
# to the HTTP request.
|
294
|
+
#
|
295
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
296
|
+
#
|
297
|
+
def delete_async(resource_group_name, proximity_placement_group_name, custom_headers:nil)
|
298
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
299
|
+
fail ArgumentError, 'proximity_placement_group_name is nil' if proximity_placement_group_name.nil?
|
300
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
301
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
302
|
+
|
303
|
+
|
304
|
+
request_headers = {}
|
305
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
306
|
+
|
307
|
+
# Set Headers
|
308
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
309
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
310
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}'
|
311
|
+
|
312
|
+
request_url = @base_url || @client.base_url
|
313
|
+
|
314
|
+
options = {
|
315
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
316
|
+
path_params: {'resourceGroupName' => resource_group_name,'proximityPlacementGroupName' => proximity_placement_group_name,'subscriptionId' => @client.subscription_id},
|
317
|
+
query_params: {'api-version' => @client.api_version},
|
318
|
+
headers: request_headers.merge(custom_headers || {}),
|
319
|
+
base_url: request_url
|
320
|
+
}
|
321
|
+
promise = @client.make_request_async(:delete, path_template, options)
|
322
|
+
|
323
|
+
promise = promise.then do |result|
|
324
|
+
http_response = result.response
|
325
|
+
status_code = http_response.status
|
326
|
+
response_content = http_response.body
|
327
|
+
unless status_code == 200
|
328
|
+
error_model = JSON.load(response_content)
|
329
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
330
|
+
end
|
331
|
+
|
332
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
333
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
334
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
335
|
+
|
336
|
+
result
|
337
|
+
end
|
338
|
+
|
339
|
+
promise.execute
|
340
|
+
end
|
341
|
+
|
342
|
+
#
|
343
|
+
# Retrieves information about a proximity placement group .
|
344
|
+
#
|
345
|
+
# @param resource_group_name [String] The name of the resource group.
|
346
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
347
|
+
# placement group.
|
348
|
+
# @param include_colocation_status [String] includeColocationStatus=true
|
349
|
+
# enables fetching the colocation status of all the resources in the proximity
|
350
|
+
# placement group.
|
351
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
352
|
+
# will be added to the HTTP request.
|
353
|
+
#
|
354
|
+
# @return [ProximityPlacementGroup] operation results.
|
355
|
+
#
|
356
|
+
def get(resource_group_name, proximity_placement_group_name, include_colocation_status:nil, custom_headers:nil)
|
357
|
+
response = get_async(resource_group_name, proximity_placement_group_name, include_colocation_status:include_colocation_status, custom_headers:custom_headers).value!
|
358
|
+
response.body unless response.nil?
|
359
|
+
end
|
360
|
+
|
361
|
+
#
|
362
|
+
# Retrieves information about a proximity placement group .
|
363
|
+
#
|
364
|
+
# @param resource_group_name [String] The name of the resource group.
|
365
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
366
|
+
# placement group.
|
367
|
+
# @param include_colocation_status [String] includeColocationStatus=true
|
368
|
+
# enables fetching the colocation status of all the resources in the proximity
|
369
|
+
# placement group.
|
370
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
371
|
+
# will be added to the HTTP request.
|
372
|
+
#
|
373
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
374
|
+
#
|
375
|
+
def get_with_http_info(resource_group_name, proximity_placement_group_name, include_colocation_status:nil, custom_headers:nil)
|
376
|
+
get_async(resource_group_name, proximity_placement_group_name, include_colocation_status:include_colocation_status, custom_headers:custom_headers).value!
|
377
|
+
end
|
378
|
+
|
379
|
+
#
|
380
|
+
# Retrieves information about a proximity placement group .
|
381
|
+
#
|
382
|
+
# @param resource_group_name [String] The name of the resource group.
|
383
|
+
# @param proximity_placement_group_name [String] The name of the proximity
|
384
|
+
# placement group.
|
385
|
+
# @param include_colocation_status [String] includeColocationStatus=true
|
386
|
+
# enables fetching the colocation status of all the resources in the proximity
|
387
|
+
# placement group.
|
388
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
389
|
+
# to the HTTP request.
|
390
|
+
#
|
391
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
392
|
+
#
|
393
|
+
def get_async(resource_group_name, proximity_placement_group_name, include_colocation_status:nil, custom_headers:nil)
|
394
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
395
|
+
fail ArgumentError, 'proximity_placement_group_name is nil' if proximity_placement_group_name.nil?
|
396
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
397
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
398
|
+
|
399
|
+
|
400
|
+
request_headers = {}
|
401
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
402
|
+
|
403
|
+
# Set Headers
|
404
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
405
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
406
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}'
|
407
|
+
|
408
|
+
request_url = @base_url || @client.base_url
|
409
|
+
|
410
|
+
options = {
|
411
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
412
|
+
path_params: {'resourceGroupName' => resource_group_name,'proximityPlacementGroupName' => proximity_placement_group_name,'subscriptionId' => @client.subscription_id},
|
413
|
+
query_params: {'includeColocationStatus' => include_colocation_status,'api-version' => @client.api_version},
|
414
|
+
headers: request_headers.merge(custom_headers || {}),
|
415
|
+
base_url: request_url
|
416
|
+
}
|
417
|
+
promise = @client.make_request_async(:get, path_template, options)
|
418
|
+
|
419
|
+
promise = promise.then do |result|
|
420
|
+
http_response = result.response
|
421
|
+
status_code = http_response.status
|
422
|
+
response_content = http_response.body
|
423
|
+
unless status_code == 200
|
424
|
+
error_model = JSON.load(response_content)
|
425
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
426
|
+
end
|
427
|
+
|
428
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
429
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
430
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
431
|
+
# Deserialize Response
|
432
|
+
if status_code == 200
|
433
|
+
begin
|
434
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
435
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroup.mapper()
|
436
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
437
|
+
rescue Exception => e
|
438
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
439
|
+
end
|
440
|
+
end
|
441
|
+
|
442
|
+
result
|
443
|
+
end
|
444
|
+
|
445
|
+
promise.execute
|
446
|
+
end
|
447
|
+
|
448
|
+
#
|
449
|
+
# Lists all proximity placement groups in a subscription.
|
450
|
+
#
|
451
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
452
|
+
# will be added to the HTTP request.
|
453
|
+
#
|
454
|
+
# @return [Array<ProximityPlacementGroup>] operation results.
|
455
|
+
#
|
456
|
+
def list_by_subscription(custom_headers:nil)
|
457
|
+
first_page = list_by_subscription_as_lazy(custom_headers:custom_headers)
|
458
|
+
first_page.get_all_items
|
459
|
+
end
|
460
|
+
|
461
|
+
#
|
462
|
+
# Lists all proximity placement groups in a subscription.
|
463
|
+
#
|
464
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
465
|
+
# will be added to the HTTP request.
|
466
|
+
#
|
467
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
468
|
+
#
|
469
|
+
def list_by_subscription_with_http_info(custom_headers:nil)
|
470
|
+
list_by_subscription_async(custom_headers:custom_headers).value!
|
471
|
+
end
|
472
|
+
|
473
|
+
#
|
474
|
+
# Lists all proximity placement groups in a subscription.
|
475
|
+
#
|
476
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
477
|
+
# to the HTTP request.
|
478
|
+
#
|
479
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
480
|
+
#
|
481
|
+
def list_by_subscription_async(custom_headers:nil)
|
482
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
483
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
484
|
+
|
485
|
+
|
486
|
+
request_headers = {}
|
487
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
488
|
+
|
489
|
+
# Set Headers
|
490
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
491
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
492
|
+
path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups'
|
493
|
+
|
494
|
+
request_url = @base_url || @client.base_url
|
495
|
+
|
496
|
+
options = {
|
497
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
498
|
+
path_params: {'subscriptionId' => @client.subscription_id},
|
499
|
+
query_params: {'api-version' => @client.api_version},
|
500
|
+
headers: request_headers.merge(custom_headers || {}),
|
501
|
+
base_url: request_url
|
502
|
+
}
|
503
|
+
promise = @client.make_request_async(:get, path_template, options)
|
504
|
+
|
505
|
+
promise = promise.then do |result|
|
506
|
+
http_response = result.response
|
507
|
+
status_code = http_response.status
|
508
|
+
response_content = http_response.body
|
509
|
+
unless status_code == 200
|
510
|
+
error_model = JSON.load(response_content)
|
511
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
512
|
+
end
|
513
|
+
|
514
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
515
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
516
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
517
|
+
# Deserialize Response
|
518
|
+
if status_code == 200
|
519
|
+
begin
|
520
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
521
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroupListResult.mapper()
|
522
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
523
|
+
rescue Exception => e
|
524
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
525
|
+
end
|
526
|
+
end
|
527
|
+
|
528
|
+
result
|
529
|
+
end
|
530
|
+
|
531
|
+
promise.execute
|
532
|
+
end
|
533
|
+
|
534
|
+
#
|
535
|
+
# Lists all proximity placement groups in a resource group.
|
536
|
+
#
|
537
|
+
# @param resource_group_name [String] The name of the resource group.
|
538
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
539
|
+
# will be added to the HTTP request.
|
540
|
+
#
|
541
|
+
# @return [Array<ProximityPlacementGroup>] operation results.
|
542
|
+
#
|
543
|
+
def list_by_resource_group(resource_group_name, custom_headers:nil)
|
544
|
+
first_page = list_by_resource_group_as_lazy(resource_group_name, custom_headers:custom_headers)
|
545
|
+
first_page.get_all_items
|
546
|
+
end
|
547
|
+
|
548
|
+
#
|
549
|
+
# Lists all proximity placement groups in a resource group.
|
550
|
+
#
|
551
|
+
# @param resource_group_name [String] The name of the resource group.
|
552
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
553
|
+
# will be added to the HTTP request.
|
554
|
+
#
|
555
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
556
|
+
#
|
557
|
+
def list_by_resource_group_with_http_info(resource_group_name, custom_headers:nil)
|
558
|
+
list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value!
|
559
|
+
end
|
560
|
+
|
561
|
+
#
|
562
|
+
# Lists all proximity placement groups in a resource group.
|
563
|
+
#
|
564
|
+
# @param resource_group_name [String] The name of the resource group.
|
565
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
566
|
+
# to the HTTP request.
|
567
|
+
#
|
568
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
569
|
+
#
|
570
|
+
def list_by_resource_group_async(resource_group_name, custom_headers:nil)
|
571
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
572
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
573
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
574
|
+
|
575
|
+
|
576
|
+
request_headers = {}
|
577
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
578
|
+
|
579
|
+
# Set Headers
|
580
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
581
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
582
|
+
path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups'
|
583
|
+
|
584
|
+
request_url = @base_url || @client.base_url
|
585
|
+
|
586
|
+
options = {
|
587
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
588
|
+
path_params: {'resourceGroupName' => resource_group_name,'subscriptionId' => @client.subscription_id},
|
589
|
+
query_params: {'api-version' => @client.api_version},
|
590
|
+
headers: request_headers.merge(custom_headers || {}),
|
591
|
+
base_url: request_url
|
592
|
+
}
|
593
|
+
promise = @client.make_request_async(:get, path_template, options)
|
594
|
+
|
595
|
+
promise = promise.then do |result|
|
596
|
+
http_response = result.response
|
597
|
+
status_code = http_response.status
|
598
|
+
response_content = http_response.body
|
599
|
+
unless status_code == 200
|
600
|
+
error_model = JSON.load(response_content)
|
601
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
602
|
+
end
|
603
|
+
|
604
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
605
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
606
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
607
|
+
# Deserialize Response
|
608
|
+
if status_code == 200
|
609
|
+
begin
|
610
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
611
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroupListResult.mapper()
|
612
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
613
|
+
rescue Exception => e
|
614
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
result
|
619
|
+
end
|
620
|
+
|
621
|
+
promise.execute
|
622
|
+
end
|
623
|
+
|
624
|
+
#
|
625
|
+
# Lists all proximity placement groups in a subscription.
|
626
|
+
#
|
627
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
628
|
+
# to List operation.
|
629
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
630
|
+
# will be added to the HTTP request.
|
631
|
+
#
|
632
|
+
# @return [ProximityPlacementGroupListResult] operation results.
|
633
|
+
#
|
634
|
+
def list_by_subscription_next(next_page_link, custom_headers:nil)
|
635
|
+
response = list_by_subscription_next_async(next_page_link, custom_headers:custom_headers).value!
|
636
|
+
response.body unless response.nil?
|
637
|
+
end
|
638
|
+
|
639
|
+
#
|
640
|
+
# Lists all proximity placement groups in a subscription.
|
641
|
+
#
|
642
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
643
|
+
# to List operation.
|
644
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
645
|
+
# will be added to the HTTP request.
|
646
|
+
#
|
647
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
648
|
+
#
|
649
|
+
def list_by_subscription_next_with_http_info(next_page_link, custom_headers:nil)
|
650
|
+
list_by_subscription_next_async(next_page_link, custom_headers:custom_headers).value!
|
651
|
+
end
|
652
|
+
|
653
|
+
#
|
654
|
+
# Lists all proximity placement groups in a subscription.
|
655
|
+
#
|
656
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
657
|
+
# to List operation.
|
658
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
659
|
+
# to the HTTP request.
|
660
|
+
#
|
661
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
662
|
+
#
|
663
|
+
def list_by_subscription_next_async(next_page_link, custom_headers:nil)
|
664
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
665
|
+
|
666
|
+
|
667
|
+
request_headers = {}
|
668
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
669
|
+
|
670
|
+
# Set Headers
|
671
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
672
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
673
|
+
path_template = '{nextLink}'
|
674
|
+
|
675
|
+
request_url = @base_url || @client.base_url
|
676
|
+
|
677
|
+
options = {
|
678
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
679
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
680
|
+
headers: request_headers.merge(custom_headers || {}),
|
681
|
+
base_url: request_url
|
682
|
+
}
|
683
|
+
promise = @client.make_request_async(:get, path_template, options)
|
684
|
+
|
685
|
+
promise = promise.then do |result|
|
686
|
+
http_response = result.response
|
687
|
+
status_code = http_response.status
|
688
|
+
response_content = http_response.body
|
689
|
+
unless status_code == 200
|
690
|
+
error_model = JSON.load(response_content)
|
691
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
692
|
+
end
|
693
|
+
|
694
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
695
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
696
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
697
|
+
# Deserialize Response
|
698
|
+
if status_code == 200
|
699
|
+
begin
|
700
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
701
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroupListResult.mapper()
|
702
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
703
|
+
rescue Exception => e
|
704
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
705
|
+
end
|
706
|
+
end
|
707
|
+
|
708
|
+
result
|
709
|
+
end
|
710
|
+
|
711
|
+
promise.execute
|
712
|
+
end
|
713
|
+
|
714
|
+
#
|
715
|
+
# Lists all proximity placement groups in a resource group.
|
716
|
+
#
|
717
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
718
|
+
# to List operation.
|
719
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
720
|
+
# will be added to the HTTP request.
|
721
|
+
#
|
722
|
+
# @return [ProximityPlacementGroupListResult] operation results.
|
723
|
+
#
|
724
|
+
def list_by_resource_group_next(next_page_link, custom_headers:nil)
|
725
|
+
response = list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value!
|
726
|
+
response.body unless response.nil?
|
727
|
+
end
|
728
|
+
|
729
|
+
#
|
730
|
+
# Lists all proximity placement groups in a resource group.
|
731
|
+
#
|
732
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
733
|
+
# to List operation.
|
734
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
735
|
+
# will be added to the HTTP request.
|
736
|
+
#
|
737
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
738
|
+
#
|
739
|
+
def list_by_resource_group_next_with_http_info(next_page_link, custom_headers:nil)
|
740
|
+
list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers).value!
|
741
|
+
end
|
742
|
+
|
743
|
+
#
|
744
|
+
# Lists all proximity placement groups in a resource group.
|
745
|
+
#
|
746
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
747
|
+
# to List operation.
|
748
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
749
|
+
# to the HTTP request.
|
750
|
+
#
|
751
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
752
|
+
#
|
753
|
+
def list_by_resource_group_next_async(next_page_link, custom_headers:nil)
|
754
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
755
|
+
|
756
|
+
|
757
|
+
request_headers = {}
|
758
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
759
|
+
|
760
|
+
# Set Headers
|
761
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
762
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
763
|
+
path_template = '{nextLink}'
|
764
|
+
|
765
|
+
request_url = @base_url || @client.base_url
|
766
|
+
|
767
|
+
options = {
|
768
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
769
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
770
|
+
headers: request_headers.merge(custom_headers || {}),
|
771
|
+
base_url: request_url
|
772
|
+
}
|
773
|
+
promise = @client.make_request_async(:get, path_template, options)
|
774
|
+
|
775
|
+
promise = promise.then do |result|
|
776
|
+
http_response = result.response
|
777
|
+
status_code = http_response.status
|
778
|
+
response_content = http_response.body
|
779
|
+
unless status_code == 200
|
780
|
+
error_model = JSON.load(response_content)
|
781
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
782
|
+
end
|
783
|
+
|
784
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
785
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
786
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
787
|
+
# Deserialize Response
|
788
|
+
if status_code == 200
|
789
|
+
begin
|
790
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
791
|
+
result_mapper = Azure::Compute::Mgmt::V2020_12_01::Models::ProximityPlacementGroupListResult.mapper()
|
792
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
793
|
+
rescue Exception => e
|
794
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
795
|
+
end
|
796
|
+
end
|
797
|
+
|
798
|
+
result
|
799
|
+
end
|
800
|
+
|
801
|
+
promise.execute
|
802
|
+
end
|
803
|
+
|
804
|
+
#
|
805
|
+
# Lists all proximity placement groups in a subscription.
|
806
|
+
#
|
807
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
808
|
+
# will be added to the HTTP request.
|
809
|
+
#
|
810
|
+
# @return [ProximityPlacementGroupListResult] which provide lazy access to
|
811
|
+
# pages of the response.
|
812
|
+
#
|
813
|
+
def list_by_subscription_as_lazy(custom_headers:nil)
|
814
|
+
response = list_by_subscription_async(custom_headers:custom_headers).value!
|
815
|
+
unless response.nil?
|
816
|
+
page = response.body
|
817
|
+
page.next_method = Proc.new do |next_page_link|
|
818
|
+
list_by_subscription_next_async(next_page_link, custom_headers:custom_headers)
|
819
|
+
end
|
820
|
+
page
|
821
|
+
end
|
822
|
+
end
|
823
|
+
|
824
|
+
#
|
825
|
+
# Lists all proximity placement groups in a resource group.
|
826
|
+
#
|
827
|
+
# @param resource_group_name [String] The name of the resource group.
|
828
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
829
|
+
# will be added to the HTTP request.
|
830
|
+
#
|
831
|
+
# @return [ProximityPlacementGroupListResult] which provide lazy access to
|
832
|
+
# pages of the response.
|
833
|
+
#
|
834
|
+
def list_by_resource_group_as_lazy(resource_group_name, custom_headers:nil)
|
835
|
+
response = list_by_resource_group_async(resource_group_name, custom_headers:custom_headers).value!
|
836
|
+
unless response.nil?
|
837
|
+
page = response.body
|
838
|
+
page.next_method = Proc.new do |next_page_link|
|
839
|
+
list_by_resource_group_next_async(next_page_link, custom_headers:custom_headers)
|
840
|
+
end
|
841
|
+
page
|
842
|
+
end
|
843
|
+
end
|
844
|
+
|
845
|
+
end
|
846
|
+
end
|