idx
int64
0
24.9k
question
stringlengths
68
4.14k
target
stringlengths
9
749
3,700
def validate ( resource_group_name , validate_request , custom_headers : nil ) response = validate_async ( resource_group_name , validate_request , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Validate if a resource can be created .
3,701
def validate_move ( resource_group_name , move_resource_envelope , custom_headers : nil ) response = validate_move_async ( resource_group_name , move_resource_envelope , custom_headers : custom_headers ) . value! nil end
Validate whether a resource can be moved .
3,702
def list_source_controls_next ( next_page_link , custom_headers : nil ) response = list_source_controls_next_async ( next_page_link , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the source controls available for Azure websites .
3,703
def list_site_identifiers_assigned_to_host_name_next ( next_page_link , custom_headers : nil ) response = list_site_identifiers_assigned_to_host_name_next_async ( next_page_link , custom_headers : custom_headers ) . value! response . body unless response . nil? end
List all apps that are assigned to a hostname .
3,704
def list_premier_add_on_offers_next ( next_page_link , custom_headers : nil ) response = list_premier_add_on_offers_next_async ( next_page_link , custom_headers : custom_headers ) . value! response . body unless response . nil? end
List all premier add - on offers .
3,705
def list_supported_configurations ( resource_group_name , manager_name , custom_headers : nil ) response = list_supported_configurations_async ( resource_group_name , manager_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists supported cloud appliance models and supported configurations .
3,706
def get_with_http_info ( resource_group_name , rule_name , incident_name , custom_headers : nil ) get_async ( resource_group_name , rule_name , incident_name , custom_headers : custom_headers ) . value! end
Gets an incident associated to an alert rule
3,707
def list_by_alert_rule ( resource_group_name , rule_name , custom_headers : nil ) response = list_by_alert_rule_async ( resource_group_name , rule_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a list of incidents associated to an alert rule
3,708
def get_with_http_info ( resource_group_name , registry_name , run_id , custom_headers : nil ) get_async ( resource_group_name , registry_name , run_id , custom_headers : custom_headers ) . value! end
Gets the detailed information for a given run .
3,709
def list_by_service_as_lazy ( resource_group_name , service_name , api_id , filter : nil , expand_comments_attachments : nil , top : nil , skip : nil , custom_headers : nil ) response = list_by_service_async ( resource_group_name , service_name , api_id , filter : filter , expand_comments_attachments : expand_comments_attachments , top : top , skip : skip , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_by_service_next_async ( next_page_link , custom_headers : custom_headers ) end page end end
Lists all issues associated with the specified API .
3,710
def list_with_http_info ( resource_group_name , service_name , filter : nil , top : nil , skip : nil , custom_headers : nil ) list_async ( resource_group_name , service_name , filter : filter , top : top , skip : skip , custom_headers : custom_headers ) . value! end
Lists all subscriptions of the API Management service instance .
3,711
def get_with_http_info ( resource_group_name , service_name , sid , custom_headers : nil ) get_async ( resource_group_name , service_name , sid , custom_headers : custom_headers ) . value! end
Gets the specified Subscription entity .
3,712
def create_or_update ( resource_group_name , service_name , sid , parameters , notify : nil , if_match : nil , custom_headers : nil ) response = create_or_update_async ( resource_group_name , service_name , sid , parameters , notify : notify , if_match : if_match , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates or updates the subscription of specified user to the specified product .
3,713
def list_by_resource_group ( group_name , service_name , custom_headers : nil ) first_page = list_by_resource_group_as_lazy ( group_name , service_name , custom_headers : custom_headers ) first_page . get_all_items end
Get projects in a service
3,714
def get_with_http_info ( group_name , service_name , project_name , custom_headers : nil ) get_async ( group_name , service_name , project_name , custom_headers : custom_headers ) . value! end
Get project information
3,715
def delete_with_http_info ( resource_group_name , workspace_name , data_source_name , custom_headers : nil ) delete_async ( resource_group_name , workspace_name , data_source_name , custom_headers : custom_headers ) . value! end
Deletes a data source instance .
3,716
def get_with_http_info ( resource_group_name , workspace_name , data_source_name , custom_headers : nil ) get_async ( resource_group_name , workspace_name , data_source_name , custom_headers : custom_headers ) . value! end
Gets a datasource instance .
3,717
def begin_delete ( resource_group_name , lab_account_name , lab_name , custom_headers : nil ) response = begin_delete_async ( resource_group_name , lab_account_name , lab_name , custom_headers : custom_headers ) . value! nil end
Delete lab . This operation can take a while to complete
3,718
def list_with_http_info ( api_version , expand : 'resourceTypes' , custom_headers : nil ) list_async ( api_version , expand : expand , custom_headers : custom_headers ) . value! end
Gets provider operations metadata for all resource providers .
3,719
def get_with_http_info ( vault_name , resource_group_name , fabric_name , container_name , protected_item_name , filter : nil , custom_headers : nil ) get_async ( vault_name , resource_group_name , fabric_name , container_name , protected_item_name , filter : filter , custom_headers : custom_headers ) . value! end
Provides the details of the backed up item . This is an asynchronous operation . To know the status of the operation call the GetItemOperationResult API .
3,720
def create_or_update ( vault_name , resource_group_name , fabric_name , container_name , protected_item_name , parameters , custom_headers : nil ) response = create_or_update_async ( vault_name , resource_group_name , fabric_name , container_name , protected_item_name , parameters , custom_headers : custom_headers ) . value! nil end
Enables backup of an item or to modifies the backup policy information of an already backed up item . This is an asynchronous operation . To know the status of the operation call the GetItemOperationResult API .
3,721
def get_with_http_info ( bandwidth_setting_name , resource_group_name , manager_name , custom_headers : nil ) get_async ( bandwidth_setting_name , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end
Returns the properties of the specified bandwidth setting name .
3,722
def get_build_source_upload_url ( resource_group_name , registry_name , custom_headers : nil ) response = get_build_source_upload_url_async ( resource_group_name , registry_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get the upload location for the user to be able to upload the source .
3,723
def get_with_http_info ( resource_group_name , account_name , live_event_name , live_output_name , custom_headers : nil ) get_async ( resource_group_name , account_name , live_event_name , live_output_name , custom_headers : custom_headers ) . value! end
Get Live Output
3,724
def begin_delete_with_http_info ( resource_group_name , account_name , live_event_name , live_output_name , custom_headers : nil ) begin_delete_async ( resource_group_name , account_name , live_event_name , live_output_name , custom_headers : custom_headers ) . value! end
Delete Live Output
3,725
def begin_create_with_http_info ( resource_group_name , server_name , parameters , custom_headers : nil ) begin_create_async ( resource_group_name , server_name , parameters , custom_headers : custom_headers ) . value! end
Creates a new server or will overwrite an existing server .
3,726
def check_status ( group_name , service_name , custom_headers : nil ) response = check_status_async ( group_name , service_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Check service health status
3,727
def begin_create_or_update_with_http_info ( parameters , group_name , service_name , custom_headers : nil ) begin_create_or_update_async ( parameters , group_name , service_name , custom_headers : custom_headers ) . value! end
Create or update DMS Instance
3,728
def begin_update_with_http_info ( parameters , group_name , service_name , custom_headers : nil ) begin_update_async ( parameters , group_name , service_name , custom_headers : custom_headers ) . value! end
Create or update DMS Service Instance
3,729
def train_project ( project_id , custom_headers : nil ) response = train_project_async ( project_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Queues project for training
3,730
def create_project ( name , description : nil , domain_id : nil , classification_type : nil , custom_headers : nil ) response = create_project_async ( name , description : description , domain_id : domain_id , classification_type : classification_type , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Create a project
3,731
def resources ( query , custom_headers : nil ) response = resources_async ( query , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request .
3,732
def get_with_http_info ( group_name , service_name , project_name , task_name , expand : nil , custom_headers : nil ) get_async ( group_name , service_name , project_name , task_name , expand : expand , custom_headers : custom_headers ) . value! end
Get task information
3,733
def list_with_http_info ( filter : nil , select : nil , custom_headers : nil ) list_async ( filter : filter , select : select , custom_headers : custom_headers ) . value! end
Provides the list of records from the activity logs .
3,734
def backup_certificate ( vault_base_url , certificate_name , custom_headers : nil ) response = backup_certificate_async ( vault_base_url , certificate_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Backs up the specified certificate .
3,735
def restore_certificate ( vault_base_url , certificate_bundle_backup , custom_headers : nil ) response = restore_certificate_async ( vault_base_url , certificate_bundle_backup , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Restores a backed up certificate to a vault .
3,736
def get_deleted_storage_account ( vault_base_url , storage_account_name , custom_headers : nil ) response = get_deleted_storage_account_async ( vault_base_url , storage_account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the specified deleted storage account .
3,737
def purge_deleted_storage_account ( vault_base_url , storage_account_name , custom_headers : nil ) response = purge_deleted_storage_account_async ( vault_base_url , storage_account_name , custom_headers : custom_headers ) . value! nil end
Permanently deletes the specified storage account .
3,738
def recover_deleted_storage_account ( vault_base_url , storage_account_name , custom_headers : nil ) response = recover_deleted_storage_account_async ( vault_base_url , storage_account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Recovers the deleted storage account .
3,739
def backup_storage_account ( vault_base_url , storage_account_name , custom_headers : nil ) response = backup_storage_account_async ( vault_base_url , storage_account_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Backs up the specified storage account .
3,740
def restore_storage_account ( vault_base_url , storage_bundle_backup , custom_headers : nil ) response = restore_storage_account_async ( vault_base_url , storage_bundle_backup , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Restores a backed up storage account to a vault .
3,741
def get_with_http_info ( resource_group_name , circuit_name , peering_name , connection_name , custom_headers : nil ) get_async ( resource_group_name , circuit_name , peering_name , connection_name , custom_headers : custom_headers ) . value! end
Gets the specified Peer Express Route Circuit Connection from the specified express route circuit .
3,742
def list_with_http_info ( resource_group_name , circuit_name , peering_name , custom_headers : nil ) list_async ( resource_group_name , circuit_name , peering_name , custom_headers : custom_headers ) . value! end
Gets all global reach peer connections associated with a private peering in an express route circuit .
3,743
def create_or_update ( resource_group_name , private_zone_name , virtual_network_link_name , parameters , if_match : nil , if_none_match : nil , custom_headers : nil ) response = create_or_update_async ( resource_group_name , private_zone_name , virtual_network_link_name , parameters , if_match : if_match , if_none_match : if_none_match , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates or updates a virtual network link to the specified Private DNS zone .
3,744
def get_with_http_info ( resource_group_name , private_zone_name , virtual_network_link_name , custom_headers : nil ) get_async ( resource_group_name , private_zone_name , virtual_network_link_name , custom_headers : custom_headers ) . value! end
Gets a virtual network link to the specified Private DNS zone .
3,745
def list ( resource_group_name , private_zone_name , top : nil , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , private_zone_name , top : top , custom_headers : custom_headers ) first_page . get_all_items end
Lists the virtual network links to the specified Private DNS zone .
3,746
def list_operations_as_lazy ( custom_headers : nil ) response = list_operations_async ( custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_operations_next_async ( next_page_link , custom_headers : custom_headers ) end page end end
Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
3,747
def delete_with_http_info ( resource_group_name , namespace_name , notification_hub_name , custom_headers : nil ) delete_async ( resource_group_name , namespace_name , notification_hub_name , custom_headers : custom_headers ) . value! end
Deletes a notification hub associated with a namespace .
3,748
def get_with_http_info ( resource_group_name , namespace_name , notification_hub_name , custom_headers : nil ) get_async ( resource_group_name , namespace_name , notification_hub_name , custom_headers : custom_headers ) . value! end
Lists the notification hubs associated with a namespace .
3,749
def delete_with_http_info ( resource_group_name , namespace_name , event_hub_name , custom_headers : nil ) delete_async ( resource_group_name , namespace_name , event_hub_name , custom_headers : custom_headers ) . value! end
Deletes an Event Hub from the specified Namespace and resource group .
3,750
def get_with_http_info ( resource_group_name , namespace_name , event_hub_name , custom_headers : nil ) get_async ( resource_group_name , namespace_name , event_hub_name , custom_headers : custom_headers ) . value! end
Gets an Event Hubs description for the specified Event Hub .
3,751
def list_authorization_rules_with_http_info ( resource_group_name , namespace_name , event_hub_name , custom_headers : nil ) list_authorization_rules_async ( resource_group_name , namespace_name , event_hub_name , custom_headers : custom_headers ) . value! end
Gets the authorization rules for an Event Hub .
3,752
def list_keys_with_http_info ( resource_group_name , namespace_name , event_hub_name , authorization_rule_name , custom_headers : nil ) list_keys_async ( resource_group_name , namespace_name , event_hub_name , authorization_rule_name , custom_headers : custom_headers ) . value! end
Gets the ACS and SAS connection strings for the Event Hub .
3,753
def cancel ( resource_group_name , deployment_name , custom_headers : nil ) response = cancel_async ( resource_group_name , deployment_name , custom_headers : custom_headers ) . value! nil end
Cancel a currently running template deployment .
3,754
def list_with_http_info ( resource_group_name , filter : nil , top : nil , custom_headers : nil ) list_async ( resource_group_name , filter : filter , top : top , custom_headers : custom_headers ) . value! end
Get a list of deployments .
3,755
def begin_create_or_update_with_http_info ( resource_group_name , deployment_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , deployment_name , parameters , custom_headers : custom_headers ) . value! end
Create a named template deployment using a template .
3,756
def get_with_http_info ( resource_group_name , service_name , authsid , custom_headers : nil ) get_async ( resource_group_name , service_name , authsid , custom_headers : custom_headers ) . value! end
Gets the details of the authorization server specified by its identifier .
3,757
def begin_update_with_http_info ( resource_group_name , server_name , database_name , sync_group_name , sync_member_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , server_name , database_name , sync_group_name , sync_member_name , parameters , custom_headers : custom_headers ) . value! end
Updates an existing sync member .
3,758
def begin_create_with_http_info ( resource_group_name , cluster_name , parameters , custom_headers : nil ) begin_create_async ( resource_group_name , cluster_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a Service Fabric cluster resource .
3,759
def delete ( resource_group_name , circuit_name , peering_name , connection_name , custom_headers : nil ) response = delete_async ( resource_group_name , circuit_name , peering_name , connection_name , custom_headers : custom_headers ) . value! nil end
Deletes the specified Express Route Circuit Connection from the specified express route circuit .
3,760
def list_shared_access_keys ( resource_group_name , domain_name , custom_headers : nil ) response = list_shared_access_keys_async ( resource_group_name , domain_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
List keys for a domain
3,761
def check_entity_exists_with_http_info ( resource_group_name , service_name , product_id , group_id , custom_headers : nil ) check_entity_exists_async ( resource_group_name , service_name , product_id , group_id , custom_headers : custom_headers ) . value! end
Checks that Group entity specified by identifier is associated with the Product entity .
3,762
def check_traffic_manager_relative_dns_name_availability ( parameters , custom_headers : nil ) response = check_traffic_manager_relative_dns_name_availability_async ( parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Checks the availability of a Traffic Manager Relative DNS name .
3,763
def list_all_in_resource_group ( resource_group_name , custom_headers : nil ) response = list_all_in_resource_group_async ( resource_group_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists all Traffic Manager profiles within a resource group .
3,764
def create_or_update_with_http_info ( resource_group_name , profile_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , profile_name , parameters , custom_headers : custom_headers ) . value! end
Create or update a Traffic Manager profile .
3,765
def update_with_http_info ( resource_group_name , profile_name , parameters , custom_headers : nil ) update_async ( resource_group_name , profile_name , parameters , custom_headers : custom_headers ) . value! end
Update a Traffic Manager profile .
3,766
def list_by_iot_hub ( resource_group_name , resource_name , custom_headers : nil ) response = list_by_iot_hub_async ( resource_group_name , resource_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get the certificate list .
3,767
def get_with_http_info ( resource_group_name , resource_name , certificate_name , custom_headers : nil ) get_async ( resource_group_name , resource_name , certificate_name , custom_headers : custom_headers ) . value! end
Get the certificate .
3,768
def begin_create_or_update_with_http_info ( resource_group_name , service_name , api_id , parameters , if_match : nil , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , service_name , api_id , parameters , if_match : if_match , custom_headers : custom_headers ) . value! end
Creates new or updates existing specified API of the API Management service instance .
3,769
def delete ( resource_uri , association_name , custom_headers : nil ) response = delete_async ( resource_uri , association_name , custom_headers : custom_headers ) . value! nil end
Delete guest diagnostics association settings .
3,770
def list_by_tags_with_http_info ( resource_group_name , service_name , api_id , filter : nil , top : nil , skip : nil , custom_headers : nil ) list_by_tags_async ( resource_group_name , service_name , api_id , filter : filter , top : top , skip : skip , custom_headers : custom_headers ) . value! end
Lists a collection of operations associated with tags .
3,771
def get_with_http_info ( resource_group_name , hub_name , assignment_name , custom_headers : nil ) get_async ( resource_group_name , hub_name , assignment_name , custom_headers : custom_headers ) . value! end
Gets the role assignment in the hub .
3,772
def delete_with_http_info ( resource_group_name , hub_name , assignment_name , custom_headers : nil ) delete_async ( resource_group_name , hub_name , assignment_name , custom_headers : custom_headers ) . value! end
Deletes the role assignment in the hub .
3,773
def begin_create_or_update_with_http_info ( resource_group_name , hub_name , assignment_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , hub_name , assignment_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a role assignment in the hub .
3,774
def get_with_http_info ( resource_group_name , integration_account_name , map_name , custom_headers : nil ) get_async ( resource_group_name , integration_account_name , map_name , custom_headers : custom_headers ) . value! end
Gets an integration account map .
3,775
def delete_with_http_info ( resource_group_name , integration_account_name , map_name , custom_headers : nil ) delete_async ( resource_group_name , integration_account_name , map_name , custom_headers : custom_headers ) . value! end
Deletes an integration account map .
3,776
def delete_with_http_info ( resource_group_name , virtual_network_name , subnet_name , custom_headers : nil ) delete_async ( resource_group_name , virtual_network_name , subnet_name , custom_headers : custom_headers ) . value! end
Delete the container instance service association link for the subnet .
3,777
def check_availability ( identifier , custom_headers : nil ) response = check_availability_async ( identifier , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Check if a domain is available for registration .
3,778
def get_control_center_sso_request ( custom_headers : nil ) response = get_control_center_sso_request_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Generate a single sign - on request for the domain management portal .
3,779
def delete_with_http_info ( resource_group_name , domain_name , force_hard_delete_domain : nil , custom_headers : nil ) delete_async ( resource_group_name , domain_name , force_hard_delete_domain : force_hard_delete_domain , custom_headers : custom_headers ) . value! end
Delete a domain .
3,780
def renew ( resource_group_name , domain_name , custom_headers : nil ) response = renew_async ( resource_group_name , domain_name , custom_headers : custom_headers ) . value! nil end
Renew a domain .
3,781
def delete_with_http_info ( resource_group_name , job_name , function_name , custom_headers : nil ) delete_async ( resource_group_name , job_name , function_name , custom_headers : custom_headers ) . value! end
Deletes a function from the streaming job .
3,782
def get_with_http_info ( resource_group_name , job_name , function_name , custom_headers : nil ) get_async ( resource_group_name , job_name , function_name , custom_headers : custom_headers ) . value! end
Gets details about the specified function .
3,783
def delete_by_scope ( scope , lock_name , custom_headers : nil ) response = delete_by_scope_async ( scope , lock_name , custom_headers : custom_headers ) . value! nil end
Delete a management lock by scope .
3,784
def get_by_scope ( scope , lock_name , custom_headers : nil ) response = get_by_scope_async ( scope , lock_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get a management lock by scope .
3,785
def get_at_subscription_level ( lock_name , custom_headers : nil ) response = get_at_subscription_level_async ( lock_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a management lock at the subscription level .
3,786
def get_quotas ( location_name , custom_headers : nil ) response = get_quotas_async ( location_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the Batch service quotas for the specified subscription at the given location .
3,787
def update_with_http_info ( resource_group_name , profile_name , endpoint_type , endpoint_name , parameters , custom_headers : nil ) update_async ( resource_group_name , profile_name , endpoint_type , endpoint_name , parameters , custom_headers : custom_headers ) . value! end
Update a Traffic Manager endpoint .
3,788
def create_or_update_with_http_info ( resource_group_name , profile_name , endpoint_type , endpoint_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , profile_name , endpoint_type , endpoint_name , parameters , custom_headers : custom_headers ) . value! end
Create or update a Traffic Manager endpoint .
3,789
def delete_with_http_info ( resource_group_name , profile_name , endpoint_type , endpoint_name , custom_headers : nil ) delete_async ( resource_group_name , profile_name , endpoint_type , endpoint_name , custom_headers : custom_headers ) . value! end
Deletes a Traffic Manager endpoint .
3,790
def get_with_http_info ( resource_group_name , load_balancer_name , frontend_ipconfiguration_name , custom_headers : nil ) get_async ( resource_group_name , load_balancer_name , frontend_ipconfiguration_name , custom_headers : custom_headers ) . value! end
Gets load balancer frontend IP configuration .
3,791
def begin_delete ( device_name , backup_name , resource_group_name , manager_name , custom_headers : nil ) response = begin_delete_async ( device_name , backup_name , resource_group_name , manager_name , custom_headers : custom_headers ) . value! nil end
Deletes the backup .
3,792
def get_with_http_info ( resource_group_name , automation_account_name , configuration_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , configuration_name , custom_headers : custom_headers ) . value! end
Retrieve the configuration identified by configuration name .
3,793
def create ( setting_name , setting , custom_headers : nil ) response = create_async ( setting_name , setting , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Details of a specific setting
3,794
def get_with_http_info ( resource_group_name , hub_name , relationship_link_name , custom_headers : nil ) get_async ( resource_group_name , hub_name , relationship_link_name , custom_headers : custom_headers ) . value! end
Gets information about the specified relationship Link .
3,795
def begin_delete_with_http_info ( resource_group_name , hub_name , relationship_link_name , custom_headers : nil ) begin_delete_async ( resource_group_name , hub_name , relationship_link_name , custom_headers : custom_headers ) . value! end
Deletes a relationship link within a hub .
3,796
def list_intelligence_packs ( resource_group_name , workspace_name , custom_headers : nil ) response = list_intelligence_packs_async ( resource_group_name , workspace_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace .
3,797
def get_shared_keys ( resource_group_name , workspace_name , custom_headers : nil ) response = get_shared_keys_async ( resource_group_name , workspace_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the shared keys for a workspace .
3,798
def list_usages ( resource_group_name , workspace_name , custom_headers : nil ) response = list_usages_async ( resource_group_name , workspace_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a list of usage metrics for a workspace .
3,799
def list_management_groups ( resource_group_name , workspace_name , custom_headers : nil ) response = list_management_groups_async ( resource_group_name , workspace_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a list of management groups connected to a workspace .