idx
int64
0
24.9k
question
stringlengths
68
4.14k
target
stringlengths
9
749
3,500
def list_skus_for_new ( custom_headers : nil ) response = list_skus_for_new_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists eligible SKUs for Analysis Services resource provider .
3,501
def list_skus_for_existing ( resource_group_name , server_name , custom_headers : nil ) response = list_skus_for_existing_async ( resource_group_name , server_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists eligible SKUs for an Analysis Services resource .
3,502
def list_gateway_status ( resource_group_name , server_name , custom_headers : nil ) response = list_gateway_status_async ( resource_group_name , server_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Return the gateway status of the specified Analysis Services server instance .
3,503
def dissociate_gateway ( resource_group_name , server_name , custom_headers : nil ) response = dissociate_gateway_async ( resource_group_name , server_name , custom_headers : custom_headers ) . value! nil end
Dissociates a Unified Gateway associated with the server .
3,504
def list_operation_results ( location , operation_id , custom_headers : nil ) response = list_operation_results_async ( location , operation_id , custom_headers : custom_headers ) . value! nil end
List the result of the specified operation .
3,505
def list_operation_statuses ( location , operation_id , custom_headers : nil ) response = list_operation_statuses_async ( location , operation_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
List the status of operation .
3,506
def begin_create_with_http_info ( resource_group_name , server_name , server_parameters , custom_headers : nil ) begin_create_async ( resource_group_name , server_name , server_parameters , custom_headers : custom_headers ) . value! end
Provisions the specified Analysis Services server based on the configuration specified in the request .
3,507
def begin_update_with_http_info ( resource_group_name , server_name , server_update_parameters , custom_headers : nil ) begin_update_async ( resource_group_name , server_name , server_update_parameters , custom_headers : custom_headers ) . value! end
Updates the current state of the specified Analysis Services server .
3,508
def begin_resume ( resource_group_name , server_name , custom_headers : nil ) response = begin_resume_async ( resource_group_name , server_name , custom_headers : custom_headers ) . value! nil end
Resumes operation of the specified Analysis Services server instance .
3,509
def get_with_http_info ( resource_group_name , account_name , content_key_policy_name , custom_headers : nil ) get_async ( resource_group_name , account_name , content_key_policy_name , custom_headers : custom_headers ) . value! end
Get a Content Key Policy
3,510
def delete_with_http_info ( resource_group_name , account_name , content_key_policy_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , content_key_policy_name , custom_headers : custom_headers ) . value! end
Delete a Content Key Policy
3,511
def get_with_http_info ( resource_group_name , load_balancer_name , backend_address_pool_name , custom_headers : nil ) get_async ( resource_group_name , load_balancer_name , backend_address_pool_name , custom_headers : custom_headers ) . value! end
Gets load balancer backend address pool .
3,512
def get_with_http_info ( resource_group_name , server_name , sync_agent_name , custom_headers : nil ) get_async ( resource_group_name , server_name , sync_agent_name , custom_headers : custom_headers ) . value! end
Gets a sync agent .
3,513
def begin_delete_with_http_info ( resource_group_name , server_name , sync_agent_name , custom_headers : nil ) begin_delete_async ( resource_group_name , server_name , sync_agent_name , custom_headers : custom_headers ) . value! end
Deletes a sync agent .
3,514
def get_with_http_info ( resource_group_name , service_name , opid , custom_headers : nil ) get_async ( resource_group_name , service_name , opid , custom_headers : custom_headers ) . value! end
Gets specific OpenID Connect Provider .
3,515
def get_with_http_info ( resource_group_name , service_name , quota_counter_key , quota_period_key , custom_headers : nil ) get_async ( resource_group_name , service_name , quota_counter_key , quota_period_key , custom_headers : custom_headers ) . value! end
Gets the value of the quota counter associated with the counter - key in the policy for the specific period in service instance .
3,516
def update_with_http_info ( resource_group_name , service_name , quota_counter_key , quota_period_key , parameters , custom_headers : nil ) update_async ( resource_group_name , service_name , quota_counter_key , quota_period_key , parameters , custom_headers : custom_headers ) . value! end
Updates an existing quota counter value in the specified service instance .
3,517
def get_with_http_info ( resource_group_name , integration_account_name , schema_name , custom_headers : nil ) get_async ( resource_group_name , integration_account_name , schema_name , custom_headers : custom_headers ) . value! end
Gets an integration account schema .
3,518
def delete_with_http_info ( resource_group_name , integration_account_name , schema_name , custom_headers : nil ) delete_async ( resource_group_name , integration_account_name , schema_name , custom_headers : custom_headers ) . value! end
Deletes an integration account schema .
3,519
def get_with_http_info ( resource_group_name , sql_virtual_machine_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , sql_virtual_machine_name , expand : expand , custom_headers : custom_headers ) . value! end
Gets a SQL virtual machine .
3,520
def begin_create_or_update_with_http_info ( resource_group_name , sql_virtual_machine_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , sql_virtual_machine_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a SQL virtual machine .
3,521
def begin_update_with_http_info ( resource_group_name , sql_virtual_machine_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , sql_virtual_machine_name , parameters , custom_headers : custom_headers ) . value! end
Updates a SQL virtual machine .
3,522
def list_skus ( resource_group_name , account_name , custom_headers : nil ) response = list_skus_async ( resource_group_name , account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
List available SKUs for the requested Cognitive Services account
3,523
def check_availability ( parameters , custom_headers : nil ) response = check_availability_async ( parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Checks the availability of the given service namespace across all Azure subscriptions . This is useful because the domain name is created based on the service namespace name .
3,524
def patch_with_http_info ( resource_group_name , namespace_name , parameters , custom_headers : nil ) patch_async ( resource_group_name , namespace_name , parameters , custom_headers : custom_headers ) . value! end
Patches the existing namespace
3,525
def list_policies ( resource_group_name , registry_name , custom_headers : nil ) response = list_policies_async ( resource_group_name , registry_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists the policies for the specified container registry .
3,526
def update_with_http_info ( resource_group_name , account_name , pool_name , parameters , if_match : nil , custom_headers : nil ) update_async ( resource_group_name , account_name , pool_name , parameters , if_match : if_match , custom_headers : custom_headers ) . value! end
Updates the properties of an existing pool .
3,527
def begin_create ( resource_group_name , account_name , pool_name , parameters , if_match : nil , if_none_match : nil , custom_headers : nil ) response = begin_create_async ( resource_group_name , account_name , pool_name , parameters , if_match : if_match , if_none_match : if_none_match , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates a new pool inside the specified account .
3,528
def create_with_http_info ( resource_group_name , account_name , application_id , version , custom_headers : nil ) create_async ( resource_group_name , account_name , application_id , version , custom_headers : custom_headers ) . value! end
Creates an application package record .
3,529
def delete_with_http_info ( resource_group_name , account_name , application_id , version , custom_headers : nil ) delete_async ( resource_group_name , account_name , application_id , version , custom_headers : custom_headers ) . value! end
Deletes an application package record and its associated binary file .
3,530
def get_with_http_info ( resource_group_name , account_name , firewall_rule_name , custom_headers : nil ) get_async ( resource_group_name , account_name , firewall_rule_name , custom_headers : custom_headers ) . value! end
Gets the specified Data Lake Analytics firewall rule .
3,531
def delete_with_http_info ( resource_group_name , account_name , firewall_rule_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , firewall_rule_name , custom_headers : custom_headers ) . value! end
Deletes the specified firewall rule from the specified Data Lake Analytics account
3,532
def get_with_http_info ( resource_group_name , cluster_name , configuration_name , custom_headers : nil ) get_async ( resource_group_name , cluster_name , configuration_name , custom_headers : custom_headers ) . value! end
The configuration object for the specified cluster . This API is not recommended and might be removed in the future . Please consider using List configurations API instead .
3,533
def begin_create_or_update_with_http_info ( resource_group_name , express_route_port_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , express_route_port_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates the specified ExpressRoutePort resource .
3,534
def begin_update_tags_with_http_info ( resource_group_name , express_route_port_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , express_route_port_name , parameters , custom_headers : custom_headers ) . value! end
Update ExpressRoutePort tags
3,535
def get_with_http_info ( resource_group_name , service_name , tag_id , custom_headers : nil ) get_async ( resource_group_name , service_name , tag_id , custom_headers : custom_headers ) . value! end
Gets the details of the tag specified by its identifier .
3,536
def list_by_operation_next ( next_page_link , custom_headers : nil ) response = list_by_operation_next_async ( next_page_link , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists all Tags associated with the Operation .
3,537
def is_member_of ( parameters , custom_headers : nil ) response = is_member_of_async ( parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Checks whether the specified user group contact or service principal is a direct or transitive member of the specified group .
3,538
def remove_member ( group_object_id , member_object_id , custom_headers : nil ) response = remove_member_async ( group_object_id , member_object_id , custom_headers : custom_headers ) . value! nil end
Remove a member from a group .
3,539
def add_member ( group_object_id , parameters , custom_headers : nil ) response = add_member_async ( group_object_id , parameters , custom_headers : custom_headers ) . value! nil end
Add a member to a group .
3,540
def get_keys ( custom_headers : nil ) response = get_keys_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets endpoint keys for an endpoint
3,541
def refresh_keys ( key_type , custom_headers : nil ) response = refresh_keys_async ( key_type , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Re - generates an endpoint key .
3,542
def refresh ( vault_name , resource_group_name , fabric_name , filter : nil , custom_headers : nil ) response = refresh_async ( vault_name , resource_group_name , fabric_name , filter : filter , custom_headers : custom_headers ) . value! nil end
Discovers all the containers in the subscription that can be backed up to Recovery Services Vault . This is an asynchronous operation . To know the status of the operation call GetRefreshOperationResult API .
3,543
def list_by_profile ( profile_name , resource_group_name , custom_headers : nil ) response = list_by_profile_async ( profile_name , resource_group_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists existing CDN endpoints within a profile .
3,544
def begin_delete_if_exists_with_http_info ( endpoint_name , profile_name , resource_group_name , custom_headers : nil ) begin_delete_if_exists_async ( endpoint_name , profile_name , resource_group_name , custom_headers : custom_headers ) . value! end
Deletes an existing CDN endpoint with the specified parameters .
3,545
def begin_update_tags_with_http_info ( resource_group_name , gateway_name , vpn_gateway_parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , gateway_name , vpn_gateway_parameters , custom_headers : custom_headers ) . value! end
Updates virtual wan vpn gateway tags .
3,546
def cancel_with_http_info ( resource_group_name , server_name , database_name , operation_id , custom_headers : nil ) cancel_async ( resource_group_name , server_name , database_name , operation_id , custom_headers : custom_headers ) . value! end
Cancels the asynchronous operation on the database .
3,547
def get_with_http_info ( resource_group_name , server_name , service_objective_name , custom_headers : nil ) get_async ( resource_group_name , server_name , service_objective_name , custom_headers : custom_headers ) . value! end
Gets a database service objective .
3,548
def get_details ( operation_id , custom_headers : nil ) response = get_details_async ( operation_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets details of a specific long running operation .
3,549
def begin_create_with_http_info ( profile_name , profile_properties , resource_group_name , custom_headers : nil ) begin_create_async ( profile_name , profile_properties , resource_group_name , custom_headers : custom_headers ) . value! end
Creates a new CDN profile with the specified parameters .
3,550
def get_with_http_info ( resource_group_name , lab_account_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , lab_account_name , expand : expand , custom_headers : custom_headers ) . value! end
Get lab account
3,551
def delete ( resource_group_name , lab_account_name , custom_headers : nil ) response = delete_async ( resource_group_name , lab_account_name , custom_headers : custom_headers ) . value! nil end
Delete lab account . This operation can take a while to complete
3,552
def get_regional_availability ( resource_group_name , lab_account_name , custom_headers : nil ) response = get_regional_availability_async ( resource_group_name , lab_account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get regional availability information for each size category configured under a lab account
3,553
def update_with_http_info ( resource_group_name , rule_name , alert_rules_resource , custom_headers : nil ) update_async ( resource_group_name , rule_name , alert_rules_resource , custom_headers : custom_headers ) . value! end
Updates an existing AlertRuleResource . To update other fields use the CreateOrUpdate method .
3,554
def begin_delete ( resource_group_name , job_collection_name , custom_headers : nil ) response = begin_delete_async ( resource_group_name , job_collection_name , custom_headers : custom_headers ) . value! nil end
Deletes a job collection .
3,555
def get_with_http_info ( resource_group_name , server_name , restorable_droppeded_database_id , custom_headers : nil ) get_async ( resource_group_name , server_name , restorable_droppeded_database_id , custom_headers : custom_headers ) . value! end
Gets a deleted database that can be restored
3,556
def delete ( resource_group_name , route_filter_name , custom_headers : nil ) response = delete_async ( resource_group_name , route_filter_name , custom_headers : custom_headers ) . value! nil end
Deletes the specified route filter .
3,557
def get_with_http_info ( resource_group_name , route_filter_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , route_filter_name , expand : expand , custom_headers : custom_headers ) . value! end
Gets the specified route filter .
3,558
def delete_with_http_info ( resource_group_name , cluster_name , script_name , custom_headers : nil ) delete_async ( resource_group_name , cluster_name , script_name , custom_headers : custom_headers ) . value! end
Deletes a specified persisted script action of the cluster .
3,559
def get_with_http_info ( resource_group_name , service_name , version_set_id , custom_headers : nil ) get_async ( resource_group_name , service_name , version_set_id , custom_headers : custom_headers ) . value! end
Gets the details of the Api Version Set specified by its identifier .
3,560
def begin_create_or_update_with_http_info ( resource_group_name , server_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , server_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a server .
3,561
def create_or_update_with_http_info ( resource_group_name , resource_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , resource_name , parameters , custom_headers : custom_headers ) . value! end
Create or update an identity in the specified subscription and resource group .
3,562
def update_with_http_info ( resource_group_name , resource_name , parameters , custom_headers : nil ) update_async ( resource_group_name , resource_name , parameters , custom_headers : custom_headers ) . value! end
Update an identity in the specified subscription and resource group .
3,563
def get_with_http_info ( resource_group_name , nat_gateway_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , nat_gateway_name , expand : expand , custom_headers : custom_headers ) . value! end
Gets the specified nat gateway in a specified resource group .
3,564
def update_tags_with_http_info ( resource_group_name , nat_gateway_name , parameters , custom_headers : nil ) update_tags_async ( resource_group_name , nat_gateway_name , parameters , custom_headers : custom_headers ) . value! end
Updates nat gateway tags .
3,565
def begin_create_or_update_with_http_info ( resource_group_name , nat_gateway_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , nat_gateway_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a nat gateway .
3,566
def begin_create_or_update_with_http_info ( resource_group_name , azure_firewall_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , azure_firewall_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates the specified Azure Firewall .
3,567
def get_with_http_info ( resource_group_name , account_name , asset_name , custom_headers : nil ) get_async ( resource_group_name , account_name , asset_name , custom_headers : custom_headers ) . value! end
Get an Asset
3,568
def delete_with_http_info ( resource_group_name , account_name , asset_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , asset_name , custom_headers : custom_headers ) . value! end
Delete an Asset .
3,569
def get_with_http_info ( resource_group_name , load_balancer_name , load_balancing_rule_name , custom_headers : nil ) get_async ( resource_group_name , load_balancer_name , load_balancing_rule_name , custom_headers : custom_headers ) . value! end
Gets the specified load balancer load balancing rule .
3,570
def create ( policy_name , input , custom_headers : nil ) response = create_async ( policy_name , input , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates the policy .
3,571
def begin_update ( policy_name , input , custom_headers : nil ) response = begin_update_async ( policy_name , input , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Updates the protection profile .
3,572
def get_with_http_info ( resource_group_name , profile_name , endpoint_name , custom_domain_name , custom_headers : nil ) get_async ( resource_group_name , profile_name , endpoint_name , custom_domain_name , custom_headers : custom_headers ) . value! end
Gets an existing custom domain within an endpoint .
3,573
def delete_at_resource_group_level ( resource_group_name , lock_name , custom_headers : nil ) response = delete_at_resource_group_level_async ( resource_group_name , lock_name , custom_headers : custom_headers ) . value! nil end
Deletes the management lock of a resource group .
3,574
def get_at_resource_group_level ( resource_group_name , lock_name , custom_headers : nil ) response = get_at_resource_group_level_async ( resource_group_name , lock_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a management lock at the resource group level .
3,575
def create_or_update_at_subscription_level ( lock_name , parameters , custom_headers : nil ) response = create_or_update_at_subscription_level_async ( lock_name , parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Create or update a management lock at the subscription level .
3,576
def get_with_http_info ( resource_group_name , hub_name , authorization_policy_name , custom_headers : nil ) get_async ( resource_group_name , hub_name , authorization_policy_name , custom_headers : custom_headers ) . value! end
Gets an authorization policy in the hub .
3,577
def get_capability ( location , custom_headers : nil ) response = get_capability_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets subscription - level properties and limits for Data Lake Analytics specified by resource location .
3,578
def list_orchestrators ( location , resource_type : nil , custom_headers : nil ) response = list_orchestrators_async ( location , resource_type : resource_type , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a list of supported orchestrators in the specified subscription .
3,579
def delete ( resource_group_name , spatial_anchors_account_name , custom_headers : nil ) response = delete_async ( resource_group_name , spatial_anchors_account_name , custom_headers : custom_headers ) . value! nil end
Delete a Spatial Anchors Account .
3,580
def get_keys ( resource_group_name , spatial_anchors_account_name , custom_headers : nil ) response = get_keys_async ( resource_group_name , spatial_anchors_account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get Both of the 2 Keys of a Spatial Anchors Account
3,581
def delete_with_http_info ( resource_group_name , service_name , logger_id , if_match , force : nil , custom_headers : nil ) delete_async ( resource_group_name , service_name , logger_id , if_match , force : force , custom_headers : custom_headers ) . value! end
Deletes the specified logger .
3,582
def get_with_http_info ( resource_uri , recommendation_id , name , custom_headers : nil ) get_async ( resource_uri , recommendation_id , name , custom_headers : custom_headers ) . value! end
Obtains the details of a suppression .
3,583
def list ( resource_group_name , vm_scale_set_name , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , vm_scale_set_name , custom_headers : custom_headers ) first_page . get_all_items end
Gets a list of all extensions in a VM scale set .
3,584
def delete_with_http_info ( resource_group_name , automation_account_name , node_id , custom_headers : nil ) delete_async ( resource_group_name , automation_account_name , node_id , custom_headers : custom_headers ) . value! end
Delete the dsc node identified by node id .
3,585
def update_with_http_info ( resource_group_name , automation_account_name , node_id , parameters , custom_headers : nil ) update_async ( resource_group_name , automation_account_name , node_id , parameters , custom_headers : custom_headers ) . value! end
Update the dsc node .
3,586
def list_by_job ( resource_group_name , automation_account_name , job_id , custom_headers : nil ) response = list_by_job_async ( resource_group_name , automation_account_name , job_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Retrieve all the job streams for the compilation Job .
3,587
def delete ( resource_group_name , profile_name , custom_headers : nil ) response = delete_async ( resource_group_name , profile_name , custom_headers : custom_headers ) . value! nil end
Deletes an existing CDN profile with the specified parameters . Deleting a profile will result in the deletion of all of the sub - resources including endpoints origins and custom domains .
3,588
def generate_sso_uri ( resource_group_name , profile_name , custom_headers : nil ) response = generate_sso_uri_async ( resource_group_name , profile_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal . Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal such as core reports in a standard profile ; rules engine advanced HTTP reports and real - time stats and alerts in a premium profile . The SSO URI changes approximately every 10 minutes .
3,589
def begin_update_with_http_info ( resource_group_name , profile_name , profile_update_parameters , custom_headers : nil ) begin_update_async ( resource_group_name , profile_name , profile_update_parameters , custom_headers : custom_headers ) . value! end
Updates an existing CDN profile with the specified profile name under the specified subscription and resource group .
3,590
def create_or_update_with_http_info ( parameters , resource_group_name , manager_name , custom_headers : nil ) create_or_update_async ( parameters , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end
Creates or updates the manager .
3,591
def get_encryption_settings ( resource_group_name , manager_name , custom_headers : nil ) response = get_encryption_settings_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Returns the encryption settings of the manager .
3,592
def get_extended_info ( resource_group_name , manager_name , custom_headers : nil ) response = get_extended_info_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Returns the extended information of the specified manager name .
3,593
def delete_extended_info ( resource_group_name , manager_name , custom_headers : nil ) response = delete_extended_info_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! nil end
Deletes the extended info of the manager .
3,594
def get_activation_key ( resource_group_name , manager_name , custom_headers : nil ) response = get_activation_key_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Returns the activation key of the manager .
3,595
def get_public_encryption_key ( resource_group_name , manager_name , custom_headers : nil ) response = get_public_encryption_key_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Returns the symmetric encrypted public encryption key of the manager .
3,596
def regenerate_activation_key ( resource_group_name , manager_name , custom_headers : nil ) response = regenerate_activation_key_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Re - generates and returns the activation key of the manager .
3,597
def delete ( resource_group_name , virtual_network_name , custom_headers : nil ) response = delete_async ( resource_group_name , virtual_network_name , custom_headers : custom_headers ) . value! nil end
Deletes the specified virtual network .
3,598
def begin_create_or_update_with_http_info ( resource_group_name , virtual_network_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , virtual_network_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a virtual network in the specified resource group .
3,599
def begin_update_tags_with_http_info ( resource_group_name , virtual_network_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , virtual_network_name , parameters , custom_headers : custom_headers ) . value! end
Updates a virtual network tags .