idx int64 0 24.9k | question stringlengths 68 4.14k | target stringlengths 9 749 |
|---|---|---|
3,300 | def delete_with_http_info ( resource_group_name , namespace_name , hybrid_connection_name , custom_headers : nil ) delete_async ( resource_group_name , namespace_name , hybrid_connection_name , custom_headers : custom_headers ) . value! end | Deletes a HybridConnection . |
3,301 | def get_with_http_info ( resource_group_name , namespace_name , hybrid_connection_name , custom_headers : nil ) get_async ( resource_group_name , namespace_name , hybrid_connection_name , custom_headers : custom_headers ) . value! end | Returns the description for the specified HybridConnection . |
3,302 | def delete_authorization_rule_with_http_info ( resource_group_name , namespace_name , hybrid_connection_name , authorization_rule_name , custom_headers : nil ) delete_authorization_rule_async ( resource_group_name , namespace_name , hybrid_connection_name , authorization_rule_name , custom_headers : custom_headers ) . value! end | Deletes a HybridConnection authorization rule |
3,303 | def delete ( resource_group_name , activity_log_alert_name , custom_headers : nil ) response = delete_async ( resource_group_name , activity_log_alert_name , custom_headers : custom_headers ) . value! nil end | Delete an activity log alert . |
3,304 | def list_by_subscription_id ( custom_headers : nil ) response = list_by_subscription_id_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | Get a list of all activity log alerts in a subscription . |
3,305 | def list ( resource_group_name , managed_cluster_name , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , managed_cluster_name , custom_headers : custom_headers ) first_page . get_all_items end | Gets a list of agent pools in the specified managed cluster . |
3,306 | def get_with_http_info ( resource_group_name , managed_cluster_name , agent_pool_name , custom_headers : nil ) get_async ( resource_group_name , managed_cluster_name , agent_pool_name , custom_headers : custom_headers ) . value! end | Gets the agent pool . |
3,307 | def regenerate_key_with_http_info ( resource_group_name , topic_name , regenerate_key_request , custom_headers : nil ) regenerate_key_async ( resource_group_name , topic_name , regenerate_key_request , custom_headers : custom_headers ) . value! end | Regenerate key for a topic |
3,308 | def list_by_subscription_as_lazy ( filter : nil , top : nil , custom_headers : nil ) response = list_by_subscription_async ( filter : filter , top : top , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_by_subscription_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | List topics under an Azure subscription |
3,309 | def list_by_resource_group_as_lazy ( resource_group_name , filter : nil , top : nil , custom_headers : nil ) response = list_by_resource_group_async ( resource_group_name , filter : filter , top : top , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_by_resource_group_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | List topics under a resource group |
3,310 | def delete ( resource_group_name , service_endpoint_policy_name , custom_headers : nil ) response = delete_async ( resource_group_name , service_endpoint_policy_name , custom_headers : custom_headers ) . value! nil end | Deletes the specified service endpoint policy . |
3,311 | def get_with_http_info ( resource_group_name , service_endpoint_policy_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , service_endpoint_policy_name , expand : expand , custom_headers : custom_headers ) . value! end | Gets the specified service Endpoint Policies in a specified resource group . |
3,312 | def begin_create_or_update_with_http_info ( resource_group_name , service_endpoint_policy_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , service_endpoint_policy_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a service Endpoint Policies . |
3,313 | def begin_update_with_http_info ( resource_group_name , service_endpoint_policy_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , service_endpoint_policy_name , parameters , custom_headers : custom_headers ) . value! end | Updates service Endpoint Policies . |
3,314 | def search ( query , accept_language : nil , pragma : nil , user_agent : nil , client_id : nil , client_ip : nil , location : nil , answer_count : nil , country_code : nil , count : nil , freshness : nil , market : 'en-us' , offset : nil , promote : nil , response_filter : nil , safe_search : nil , set_lang : nil , text_decorations : nil , text_format : nil , custom_headers : nil ) response = search_async ( query , accept_language : accept_language , pragma : pragma , user_agent : user_agent , client_id : client_id , client_ip : client_ip , location : location , answer_count : answer_count , country_code : country_code , count : count , freshness : freshness , market : market , offset : offset , promote : promote , response_filter : response_filter , safe_search : safe_search , set_lang : set_lang , text_decorations : text_decorations , text_format : text_format , custom_headers : custom_headers ) . value! response . body unless response . nil? end | The Web Search API lets you send a search query to Bing and get back search results that include links to webpages images and more . |
3,315 | def list_by_cluster ( resource_group_name , cluster_name , custom_headers : nil ) response = list_by_cluster_async ( resource_group_name , cluster_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Returns the list of databases of the given Kusto cluster . |
3,316 | def begin_update_with_http_info ( resource_group_name , cluster_name , database_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , cluster_name , database_name , parameters , custom_headers : custom_headers ) . value! end | Updates a database . |
3,317 | def list_by_manager ( resource_group_name , manager_name , custom_headers : nil ) response = list_by_manager_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets all the storage account credentials in a manager . |
3,318 | def get_with_http_info ( storage_account_credential_name , resource_group_name , manager_name , custom_headers : nil ) get_async ( storage_account_credential_name , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end | Gets the properties of the specified storage account credential name . |
3,319 | def list_with_http_info ( featured : nil , filter : nil , custom_headers : nil ) list_async ( featured : featured , filter : filter , custom_headers : custom_headers ) . value! end | List all recommendations for a subscription . |
3,320 | def disable_all_for_web_app ( resource_group_name , site_name , custom_headers : nil ) response = disable_all_for_web_app_async ( resource_group_name , site_name , custom_headers : custom_headers ) . value! nil end | Disable all recommendations for an app . |
3,321 | def reset_all_filters_for_web_app ( resource_group_name , site_name , custom_headers : nil ) response = reset_all_filters_for_web_app_async ( resource_group_name , site_name , custom_headers : custom_headers ) . value! nil end | Reset all recommendation opt - out settings for an app . |
3,322 | def get_content_with_http_info ( resource_group_name , automation_account_name , runbook_name , custom_headers : nil ) get_content_async ( resource_group_name , automation_account_name , runbook_name , custom_headers : custom_headers ) . value! end | Retrieve the content of runbook identified by runbook name . |
3,323 | def get_with_http_info ( resource_group_name , automation_account_name , runbook_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , runbook_name , custom_headers : custom_headers ) . value! end | Retrieve the runbook identified by runbook name . |
3,324 | def create_or_update_with_http_info ( resource_group_name , automation_account_name , runbook_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , automation_account_name , runbook_name , parameters , custom_headers : custom_headers ) . value! end | Create the runbook identified by runbook name . |
3,325 | def update_with_http_info ( resource_group_name , automation_account_name , runbook_name , parameters , custom_headers : nil ) update_async ( resource_group_name , automation_account_name , runbook_name , parameters , custom_headers : custom_headers ) . value! end | Update the runbook identified by runbook name . |
3,326 | def get_with_http_info ( fabric_name , storage_classification_name , storage_classification_mapping_name , custom_headers : nil ) get_async ( fabric_name , storage_classification_name , storage_classification_mapping_name , custom_headers : custom_headers ) . value! end | Gets the details of a storage classification mapping . |
3,327 | def delete_with_http_info ( app_id , version_id , example_id , custom_headers : nil ) delete_async ( app_id , version_id , example_id , custom_headers : custom_headers ) . value! end | Deletes the labeled example utterances with the specified ID from a version of the application . |
3,328 | def list_for_resource_group_as_lazy ( resource_group_name , custom_headers : nil ) response = list_for_resource_group_async ( resource_group_name , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_for_resource_group_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | Gets all permissions the caller has for a resource group . |
3,329 | def get_upgrade_profile ( resource_group_name , resource_name , custom_headers : nil ) response = get_upgrade_profile_async ( resource_group_name , resource_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets upgrade profile for a managed cluster . |
3,330 | def list_cluster_admin_credentials ( resource_group_name , resource_name , custom_headers : nil ) response = list_cluster_admin_credentials_async ( resource_group_name , resource_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets cluster admin credential of a managed cluster . |
3,331 | def list_cluster_user_credentials ( resource_group_name , resource_name , custom_headers : nil ) response = list_cluster_user_credentials_async ( resource_group_name , resource_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets cluster user credential of a managed cluster . |
3,332 | def begin_update_tags_with_http_info ( resource_group_name , resource_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , resource_name , parameters , custom_headers : custom_headers ) . value! end | Updates tags on a managed cluster . |
3,333 | def begin_create_or_update_with_http_info ( resource_group_name , container_service_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , container_service_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a container service . |
3,334 | def list ( resource_group_name , workflow_name , top : nil , filter : nil , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , workflow_name , top : top , filter : filter , custom_headers : custom_headers ) first_page . get_all_items end | Gets a list of workflow runs . |
3,335 | def get_with_http_info ( resource_group_name , workflow_name , run_name , custom_headers : nil ) get_async ( resource_group_name , workflow_name , run_name , custom_headers : custom_headers ) . value! end | Gets a workflow run . |
3,336 | def get_with_http_info ( resource_group_name , service_name , group_id , custom_headers : nil ) get_async ( resource_group_name , service_name , group_id , custom_headers : custom_headers ) . value! end | Gets the details of the group specified by its identifier . |
3,337 | def list ( location , resource_group_name , custom_headers : nil ) first_page = list_as_lazy ( location , resource_group_name , custom_headers : custom_headers ) first_page . get_all_items end | Gets all of the available subnet delegations for this resource group in this region . |
3,338 | def list_offers ( location , publisher_name , custom_headers : nil ) response = list_offers_async ( location , publisher_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets a list of virtual machine image offers for the specified location and publisher . |
3,339 | def list_publishers ( location , custom_headers : nil ) response = list_publishers_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets a list of virtual machine image publishers for the specified Azure location . |
3,340 | def cancel_at_management_group ( management_group_id , remediation_name , custom_headers : nil ) response = cancel_at_management_group_async ( management_group_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Cancels a remediation at management group scope . |
3,341 | def create_or_update_at_management_group_with_http_info ( management_group_id , remediation_name , parameters , custom_headers : nil ) create_or_update_at_management_group_async ( management_group_id , remediation_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a remediation at management group scope . |
3,342 | def get_at_management_group ( management_group_id , remediation_name , custom_headers : nil ) response = get_at_management_group_async ( management_group_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets an existing remediation at management group scope . |
3,343 | def delete_at_management_group ( management_group_id , remediation_name , custom_headers : nil ) response = delete_at_management_group_async ( management_group_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes an existing remediation at management group scope . |
3,344 | def cancel_at_subscription ( remediation_name , custom_headers : nil ) response = cancel_at_subscription_async ( remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Cancels a remediation at subscription scope . |
3,345 | def create_or_update_at_subscription ( remediation_name , parameters , custom_headers : nil ) response = create_or_update_at_subscription_async ( remediation_name , parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Creates or updates a remediation at subscription scope . |
3,346 | def get_at_subscription ( remediation_name , custom_headers : nil ) response = get_at_subscription_async ( remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets an existing remediation at subscription scope . |
3,347 | def delete_at_subscription ( remediation_name , custom_headers : nil ) response = delete_at_subscription_async ( remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes an existing remediation at subscription scope . |
3,348 | def cancel_at_resource_group ( resource_group_name , remediation_name , custom_headers : nil ) response = cancel_at_resource_group_async ( resource_group_name , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Cancels a remediation at resource group scope . |
3,349 | def get_at_resource_group ( resource_group_name , remediation_name , custom_headers : nil ) response = get_at_resource_group_async ( resource_group_name , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets an existing remediation at resource group scope . |
3,350 | def delete_at_resource_group ( resource_group_name , remediation_name , custom_headers : nil ) response = delete_at_resource_group_async ( resource_group_name , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes an existing remediation at resource group scope . |
3,351 | def cancel_at_resource ( resource_id , remediation_name , custom_headers : nil ) response = cancel_at_resource_async ( resource_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Cancel a remediation at resource scope . |
3,352 | def get_at_resource ( resource_id , remediation_name , custom_headers : nil ) response = get_at_resource_async ( resource_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets an existing remediation at resource scope . |
3,353 | def delete_at_resource ( resource_id , remediation_name , custom_headers : nil ) response = delete_at_resource_async ( resource_id , remediation_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes an existing remediation at individual resource scope . |
3,354 | def check_name_availability ( registry_name_check_request , custom_headers : nil ) response = check_name_availability_async ( registry_name_check_request , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Checks whether the container registry name is available for use . The name must contain only alphanumeric characters be globally unique and between 5 and 60 characters in length . |
3,355 | def get_credentials ( resource_group_name , registry_name , custom_headers : nil ) response = get_credentials_async ( resource_group_name , registry_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the administrator login credentials for the specified container registry . |
3,356 | def regenerate_credentials ( resource_group_name , registry_name , custom_headers : nil ) response = regenerate_credentials_async ( resource_group_name , registry_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Regenerates the administrator login credentials for the specified container registry . |
3,357 | def delete_value ( tag_name , tag_value , custom_headers : nil ) response = delete_value_async ( tag_name , tag_value , custom_headers : custom_headers ) . value! nil end | Delete a subscription resource tag value . |
3,358 | def create_or_update_value ( tag_name , tag_value , custom_headers : nil ) response = create_or_update_value_async ( tag_name , tag_value , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Create a subscription resource tag value . |
3,359 | def create_or_update ( tag_name , custom_headers : nil ) response = create_or_update_async ( tag_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Create a subscription resource tag . |
3,360 | def get_with_http_info ( resource_group_name , automation_account_name , compilation_job_id , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , compilation_job_id , custom_headers : custom_headers ) . value! end | Retrieve the Dsc configuration compilation job identified by job id . |
3,361 | def list_credentials ( resource_group_name , registry_name , custom_headers : nil ) response = list_credentials_async ( resource_group_name , registry_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Lists the login credentials for the specified container registry . |
3,362 | def list_available_clusters ( custom_headers : nil ) response = list_available_clusters_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | List the quantity of available pre - provisioned Event Hubs Clusters indexed by Azure region . |
3,363 | def list_namespaces ( resource_group_name , cluster_name , custom_headers : nil ) response = list_namespaces_async ( resource_group_name , cluster_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster . |
3,364 | def stop ( resource_group_name , container_group_name , custom_headers : nil ) response = stop_async ( resource_group_name , container_group_name , custom_headers : custom_headers ) . value! nil end | Stops all containers in a container group . |
3,365 | def list_callback_url_with_http_info ( resource_group_name , workflow_name , trigger_name , custom_headers : nil ) list_callback_url_async ( resource_group_name , workflow_name , trigger_name , custom_headers : custom_headers ) . value! end | Get the callback URL for a workflow trigger . |
3,366 | def get_full_url ( scope , event_subscription_name , custom_headers : nil ) response = get_full_url_async ( scope , event_subscription_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Get full URL of an event subscription |
3,367 | def list_owners ( object_id , custom_headers : nil ) response = list_owners_async ( object_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Directory objects that are owners of this service principal . |
3,368 | def list_key_credentials ( object_id , custom_headers : nil ) response = list_key_credentials_async ( object_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Get the keyCredentials associated with the specified service principal . |
3,369 | def update_key_credentials ( object_id , parameters , custom_headers : nil ) response = update_key_credentials_async ( object_id , parameters , custom_headers : custom_headers ) . value! nil end | Update the keyCredentials associated with a service principal . |
3,370 | def list_password_credentials ( object_id , custom_headers : nil ) response = list_password_credentials_async ( object_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the passwordCredentials associated with a service principal . |
3,371 | def update_password_credentials ( object_id , parameters , custom_headers : nil ) response = update_password_credentials_async ( object_id , parameters , custom_headers : custom_headers ) . value! nil end | Updates the passwordCredentials associated with a service principal . |
3,372 | def execute ( name_availability_request , custom_headers : nil ) response = execute_async ( name_availability_request , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Check the availability of name for resource |
3,373 | def list_by_workspace_with_http_info ( resource_group_name , workspace_name , skiptoken : nil , custom_headers : nil ) list_by_workspace_async ( resource_group_name , workspace_name , skiptoken : skiptoken , custom_headers : custom_headers ) . value! end | Gets computes in specified workspace . |
3,374 | def begin_create_or_update_with_http_info ( resource_group_name , workspace_name , compute_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , workspace_name , compute_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates compute . This call will overwrite a compute if it exists . This is a nonrecoverable operation . If your intent is to create a new compute do a GET first to verify that it does not exist yet . |
3,375 | def delete_with_http_info ( resource_group_name , namespace_name , queue_name , custom_headers : nil ) delete_async ( resource_group_name , namespace_name , queue_name , custom_headers : custom_headers ) . value! end | Deletes a queue from the specified namespace in a resource group . |
3,376 | def get_with_http_info ( resource_group_name , namespace_name , queue_name , custom_headers : nil ) get_async ( resource_group_name , namespace_name , queue_name , custom_headers : custom_headers ) . value! end | Returns a description for the specified queue . |
3,377 | def list_authorization_rules_with_http_info ( resource_group_name , namespace_name , queue_name , custom_headers : nil ) list_authorization_rules_async ( resource_group_name , namespace_name , queue_name , custom_headers : custom_headers ) . value! end | Gets all authorization rules for a queue . |
3,378 | def list_keys ( resource_group_name , namespace_name , queue_name , authorization_rule_name , custom_headers : nil ) response = list_keys_async ( resource_group_name , namespace_name , queue_name , authorization_rule_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Primary and secondary connection strings to the queue . |
3,379 | def list_all_as_lazy ( resource_group_name , namespace_name , custom_headers : nil ) response = list_all_async ( resource_group_name , namespace_name , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_all_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | Gets the queues within a namespace . |
3,380 | def instance_view ( resource_group_name , vm_name , custom_headers : nil ) response = instance_view_async ( resource_group_name , vm_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Retrieves information about the run - time state of a virtual machine . |
3,381 | def begin_update_with_http_info ( resource_group_name , vm_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , vm_name , parameters , custom_headers : custom_headers ) . value! end | The operation to update a virtual machine . |
3,382 | def list_by_location_as_lazy ( location , custom_headers : nil ) response = list_by_location_async ( location , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_by_location_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | Gets all the virtual machines under the specified subscription for the specified location . |
3,383 | def begin_create_or_update_with_http_info ( resource_group_name , server_name , properties , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , server_name , properties , custom_headers : custom_headers ) . value! end | Creates a new Server Active Directory Administrator or updates an existing server Active Directory Administrator . |
3,384 | def get_with_http_info ( resource_group_name , service_name , cache_id , custom_headers : nil ) get_async ( resource_group_name , service_name , cache_id , custom_headers : custom_headers ) . value! end | Gets the details of the Cache specified by its identifier . |
3,385 | def create_or_update_with_http_info ( vault_name , resource_group_name , fabric_name , intent_object_name , parameters , custom_headers : nil ) create_or_update_async ( vault_name , resource_group_name , fabric_name , intent_object_name , parameters , custom_headers : custom_headers ) . value! end | Create Intent for Enabling backup of an item . This is a synchronous operation . |
3,386 | def get_network_settings_with_http_info ( device_name , resource_group_name , manager_name , custom_headers : nil ) get_network_settings_async ( device_name , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end | Gets the network settings of the specified device . |
3,387 | def get_identity ( resource_group_name , service_name , custom_headers : nil ) response = get_identity_async ( resource_group_name , service_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Returns calling user identity information . |
3,388 | def get_entity_tag_with_http_info ( resource_group_name , service_name , product_id , custom_headers : nil ) get_entity_tag_async ( resource_group_name , service_name , product_id , custom_headers : custom_headers ) . value! end | Get the ETag of the policy configuration at the Product level . |
3,389 | def create_or_update_with_http_info ( resource_group_name , autoscale_setting_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , autoscale_setting_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates an autoscale setting . |
3,390 | def delete ( resource_group_name , autoscale_setting_name , custom_headers : nil ) response = delete_async ( resource_group_name , autoscale_setting_name , custom_headers : custom_headers ) . value! nil end | Deletes and autoscale setting |
3,391 | def get_with_http_info ( resource_group_name , server_name , key_name , custom_headers : nil ) get_async ( resource_group_name , server_name , key_name , custom_headers : custom_headers ) . value! end | Gets a server key . |
3,392 | def delete ( resource_group_name , gateway_name , custom_headers : nil ) response = delete_async ( resource_group_name , gateway_name , custom_headers : custom_headers ) . value! nil end | Deletes a virtual wan p2s vpn gateway . |
3,393 | def get_with_http_info ( resource_group_name , hub_name , connector_name , custom_headers : nil ) get_async ( resource_group_name , hub_name , connector_name , custom_headers : custom_headers ) . value! end | Gets a connector in the hub . |
3,394 | def begin_create_or_update_with_http_info ( resource_group_name , hub_name , connector_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , hub_name , connector_name , parameters , custom_headers : custom_headers ) . value! end | Creates a connector or updates an existing connector in the hub . |
3,395 | def begin_delete_with_http_info ( resource_group_name , hub_name , connector_name , custom_headers : nil ) begin_delete_async ( resource_group_name , hub_name , connector_name , custom_headers : custom_headers ) . value! end | Deletes a connector in the hub . |
3,396 | def get_with_http_info ( resource_group_name , registry_name , task_name , custom_headers : nil ) get_async ( resource_group_name , registry_name , task_name , custom_headers : custom_headers ) . value! end | Get the properties of a specified task . |
3,397 | def get_with_http_info ( resource_group_name , account_name , certificate_name , custom_headers : nil ) get_async ( resource_group_name , account_name , certificate_name , custom_headers : custom_headers ) . value! end | Gets information about the specified certificate . |
3,398 | def begin_delete_with_http_info ( resource_group_name , account_name , certificate_name , custom_headers : nil ) begin_delete_async ( resource_group_name , account_name , certificate_name , custom_headers : custom_headers ) . value! end | Deletes the specified certificate . |
3,399 | def delete_all_terms ( list_id , language , custom_headers : nil ) response = delete_all_terms_async ( list_id , language , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes all terms from the list with list Id equal to the list Id passed . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.