idx
int64
0
24.9k
question
stringlengths
68
4.14k
target
stringlengths
9
749
3,900
def delete_with_http_info ( resource_group_name , integration_account_name , batch_configuration_name , custom_headers : nil ) delete_async ( resource_group_name , integration_account_name , batch_configuration_name , custom_headers : custom_headers ) . value! end
Delete a batch configuration for an integration account .
3,901
def create_or_update ( application_resource_name , application_resource_description , custom_headers : nil ) response = create_or_update_async ( application_resource_name , application_resource_description , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates or updates a Application resource .
3,902
def delete_with_http_info ( resource_group_name , namespace_name , relay_name , custom_headers : nil ) delete_async ( resource_group_name , namespace_name , relay_name , custom_headers : custom_headers ) . value! end
Deletes a WCFRelays .
3,903
def get_with_http_info ( resource_group_name , namespace_name , relay_name , custom_headers : nil ) get_async ( resource_group_name , namespace_name , relay_name , custom_headers : custom_headers ) . value! end
Returns the description for the specified WCFRelays .
3,904
def update_with_http_info ( app_id , version_id , list_of_app_version_setting_object , custom_headers : nil ) update_async ( app_id , version_id , list_of_app_version_setting_object , custom_headers : custom_headers ) . value! end
Updates the settings in a version of the application .
3,905
def add ( application_create_object , custom_headers : nil ) response = add_async ( application_create_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates a new LUIS app .
3,906
def list_with_http_info ( skip : 0 , take : 100 , custom_headers : nil ) list_async ( skip : skip , take : take , custom_headers : custom_headers ) . value! end
Lists all of the user s applications .
3,907
def import ( luis_app , app_name : nil , custom_headers : nil ) response = import_async ( luis_app , app_name : app_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Imports an application to LUIS the application s structure is included in the request body .
3,908
def list_cortana_endpoints ( custom_headers : nil ) response = list_cortana_endpoints_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the endpoint URLs for the prebuilt Cortana applications .
3,909
def list_domains ( custom_headers : nil ) response = list_domains_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the available application domains .
3,910
def list_usage_scenarios ( custom_headers : nil ) response = list_usage_scenarios_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the application available usage scenarios .
3,911
def list_supported_cultures ( custom_headers : nil ) response = list_supported_cultures_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets a list of supported cultures . Cultures are equivalent to the written language and locale . For example en - us represents the U . S . variation of English .
3,912
def download_query_logs ( app_id , custom_headers : nil ) response = download_query_logs_async ( app_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the logs of the past month s endpoint queries for the application .
3,913
def update ( app_id , application_update_object , custom_headers : nil ) response = update_async ( app_id , application_update_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Updates the name or description of the application .
3,914
def publish ( app_id , application_publish_object , custom_headers : nil ) response = publish_async ( app_id , application_publish_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Publishes a specific version of the application .
3,915
def get_settings ( app_id , custom_headers : nil ) response = get_settings_async ( app_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get the application settings including UseAllTrainingData .
3,916
def update_settings ( app_id , application_setting_update_object , custom_headers : nil ) response = update_settings_async ( app_id , application_setting_update_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Updates the application settings including UseAllTrainingData .
3,917
def get_publish_settings ( app_id , custom_headers : nil ) response = get_publish_settings_async ( app_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get the application publish settings including UseAllTrainingData .
3,918
def update_publish_settings ( app_id , publish_setting_update_object , custom_headers : nil ) response = update_publish_settings_async ( app_id , publish_setting_update_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Updates the application publish settings including UseAllTrainingData .
3,919
def list_endpoints ( app_id , custom_headers : nil ) response = list_endpoints_async ( app_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Returns the available endpoint deployment regions and URLs .
3,920
def list_available_custom_prebuilt_domains ( custom_headers : nil ) response = list_available_custom_prebuilt_domains_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets all the available custom prebuilt domains for all cultures .
3,921
def add_custom_prebuilt_domain ( prebuilt_domain_create_object , custom_headers : nil ) response = add_custom_prebuilt_domain_async ( prebuilt_domain_create_object , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Adds a prebuilt domain along with its intent and entity models as a new application .
3,922
def list_available_custom_prebuilt_domains_for_culture ( culture , custom_headers : nil ) response = list_available_custom_prebuilt_domains_for_culture_async ( culture , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets all the available prebuilt domains for a specific culture .
3,923
def package_published_application_as_gzip ( app_id , slot_name , custom_headers : nil ) response = package_published_application_as_gzip_async ( app_id , slot_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
package - Gets published LUIS application package in binary stream GZip format
3,924
def package_trained_application_as_gzip ( app_id , version_id , custom_headers : nil ) response = package_trained_application_as_gzip_async ( app_id , version_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
package - Gets trained LUIS application package in binary stream GZip format
3,925
def get_all_image_lists ( custom_headers : nil ) response = get_all_image_lists_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets all the Image Lists .
3,926
def setup_default_options opts = { } MsRestAzure :: Common :: Configurable . keys . map do | key | opts [ key ] = MsRestAzure :: Common :: Default . options [ key ] end opts end
configures configurable options to default values
3,927
def update_with_http_info ( resource_group_name , name , controller_update_parameters , custom_headers : nil ) update_async ( resource_group_name , name , controller_update_parameters , custom_headers : custom_headers ) . value! end
Updates an Azure Dev Spaces Controller .
3,928
def list_connection_details ( resource_group_name , name , custom_headers : nil ) response = list_connection_details_async ( resource_group_name , name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Lists connection details for an Azure Dev Spaces Controller .
3,929
def begin_create_with_http_info ( resource_group_name , name , controller , custom_headers : nil ) begin_create_async ( resource_group_name , name , controller , custom_headers : custom_headers ) . value! end
Creates an Azure Dev Spaces Controller .
3,930
def list ( resource_group_name , workflow_name , run_name , action_name , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , workflow_name , run_name , action_name , custom_headers : custom_headers ) first_page . get_all_items end
List a workflow run request history .
3,931
def begin_delete ( resource_group_name , cluster_name , database_name , data_connection_name , custom_headers : nil ) response = begin_delete_async ( resource_group_name , cluster_name , database_name , data_connection_name , custom_headers : custom_headers ) . value! nil end
Deletes the data connection with the given name .
3,932
def get_with_http_info ( fabric_name , protection_container_name , replicated_protected_item_name , custom_headers : nil ) get_async ( fabric_name , protection_container_name , replicated_protected_item_name , custom_headers : custom_headers ) . value! end
Gets the details of a Replication protected item .
3,933
def list_with_http_info ( skip_token : nil , filter : nil , custom_headers : nil ) list_async ( skip_token : skip_token , filter : filter , custom_headers : custom_headers ) . value! end
Gets the list of replication protected items .
3,934
def delete_with_http_info ( resource_group_name , storage_sync_service_name , sync_group_name , custom_headers : nil ) delete_async ( resource_group_name , storage_sync_service_name , sync_group_name , custom_headers : custom_headers ) . value! end
Delete a given SyncGroup .
3,935
def get ( azure_region , parameters , custom_headers : nil ) response = get_async ( azure_region , parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Get the container backup status
3,936
def check_name_availability_with_http_info ( resource_group_name , namespace_name , parameters , custom_headers : nil ) check_name_availability_async ( resource_group_name , namespace_name , parameters , custom_headers : custom_headers ) . value! end
Check the give Namespace name availability .
3,937
def create_or_update_with_http_info ( resource_group_name , server_name , job_agent_name , target_group_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , server_name , job_agent_name , target_group_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a target group .
3,938
def delete_with_http_info ( resource_group_name , server_name , job_agent_name , target_group_name , custom_headers : nil ) delete_async ( resource_group_name , server_name , job_agent_name , target_group_name , custom_headers : custom_headers ) . value! end
Deletes a target group .
3,939
def get_subscription_pricing ( pricing_name , custom_headers : nil ) response = get_subscription_pricing_async ( pricing_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Security pricing configuration in the subscriptionSecurity pricing configuration in the subscription
3,940
def update_subscription_pricing ( pricing_name , pricing , custom_headers : nil ) response = update_subscription_pricing_async ( pricing_name , pricing , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Security pricing configuration in the subscription
3,941
def get_with_http_info ( resource_group_name , virtual_network_name , subnet_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , virtual_network_name , subnet_name , expand : expand , custom_headers : custom_headers ) . value! end
Gets the specified subnet by virtual network and resource group .
3,942
def delete_with_http_info ( resource_group_name , server_name , communication_link_name , custom_headers : nil ) delete_async ( resource_group_name , server_name , communication_link_name , custom_headers : custom_headers ) . value! end
Deletes a server communication link .
3,943
def get_with_http_info ( resource_group_name , server_name , communication_link_name , custom_headers : nil ) get_async ( resource_group_name , server_name , communication_link_name , custom_headers : custom_headers ) . value! end
Returns a server communication link .
3,944
def list ( resource_group_name , cluster_name , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , cluster_name , custom_headers : custom_headers ) first_page . get_all_items end
Lists all of the applications for the HDInsight cluster .
3,945
def get_with_http_info ( resource_group_name , cluster_name , application_name , custom_headers : nil ) get_async ( resource_group_name , cluster_name , application_name , custom_headers : custom_headers ) . value! end
Lists properties of the specified application .
3,946
def begin_delete_with_http_info ( resource_group_name , cluster_name , application_name , custom_headers : nil ) begin_delete_async ( resource_group_name , cluster_name , application_name , custom_headers : custom_headers ) . value! end
Deletes the specified application on the HDInsight cluster .
3,947
def create_or_update ( gateway_resource_name , gateway_resource_description , custom_headers : nil ) response = create_or_update_async ( gateway_resource_name , gateway_resource_description , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Creates or updates a Gateway resource .
3,948
def get_by_resource_group_name ( resource_group_name , budget_name , custom_headers : nil ) response = get_by_resource_group_name_async ( resource_group_name , budget_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the budget for a resource group under a subscription by budget name .
3,949
def delete_by_resource_group_name ( resource_group_name , budget_name , custom_headers : nil ) response = delete_by_resource_group_name_async ( resource_group_name , budget_name , custom_headers : custom_headers ) . value! nil end
The operation to delete a budget .
3,950
def create ( workspace_setting_name , workspace_setting , custom_headers : nil ) response = create_async ( workspace_setting_name , workspace_setting , custom_headers : custom_headers ) . value! response . body unless response . nil? end
creating settings about where we should store your security data and logs
3,951
def update ( workspace_setting_name , workspace_setting , custom_headers : nil ) response = update_async ( workspace_setting_name , workspace_setting , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Settings about where we should store your security data and logs
3,952
def get_available_operations ( custom_headers : nil ) response = get_available_operations_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Indicates which operations can be performed by the Power BI Resource Provider .
3,953
def get_details ( kb_id , custom_headers : nil ) response = get_details_async ( kb_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets details of a specific knowledgebase .
3,954
def update ( kb_id , update_kb , custom_headers : nil ) response = update_async ( kb_id , update_kb , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Asynchronous operation to modify a knowledgebase .
3,955
def create ( create_kb_payload , custom_headers : nil ) response = create_async ( create_kb_payload , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Asynchronous operation to create a new knowledgebase .
3,956
def download ( kb_id , environment , custom_headers : nil ) response = download_async ( kb_id , environment , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Download the knowledgebase .
3,957
def check_name_availability ( check_name_availability_request , custom_headers : nil ) response = check_name_availability_async ( check_name_availability_request , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Checks if the specified management group name is valid and unique
3,958
def start_tenant_backfill ( custom_headers : nil ) response = start_tenant_backfill_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Starts backfilling subscriptions for the Tenant .
3,959
def tenant_backfill_status ( custom_headers : nil ) response = tenant_backfill_status_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets tenant backfill status
3,960
def get_with_http_info ( resource_group_name , automation_account_name , credential_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , credential_name , custom_headers : custom_headers ) . value! end
Retrieve the credential identified by credential name .
3,961
def create_or_update_with_http_info ( resource_group_name , automation_account_name , credential_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , automation_account_name , credential_name , parameters , custom_headers : custom_headers ) . value! end
Create a credential .
3,962
def update_with_http_info ( resource_group_name , automation_account_name , credential_name , parameters , custom_headers : nil ) update_async ( resource_group_name , automation_account_name , credential_name , parameters , custom_headers : custom_headers ) . value! end
Update a credential .
3,963
def get_with_http_info ( resource_group_name , service_name , certificate_id , custom_headers : nil ) get_async ( resource_group_name , service_name , certificate_id , custom_headers : custom_headers ) . value! end
Gets the details of the certificate specified by its identifier .
3,964
def to_json ( options = nil ) mapper = ( options . nil? || ! options . key? ( :mapper ) ) ? self . class . mapper : options [ :mapper ] object = ( options . nil? || ! options . key? ( :object ) ) ? self : options [ :object ] serialize ( mapper , object ) end
Serialize the object to JSON
3,965
def from_json ( json , mapper = nil ) mapper = self . class . mapper if mapper . nil? deserialize ( mapper , json ) end
Deserialize the object from JSON
3,966
def get_with_http_info ( resource_group_name , automation_account_name , module_name , activity_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , module_name , activity_name , custom_headers : custom_headers ) . value! end
Retrieve the activity in the module identified by module name and activity name .
3,967
def create_or_update_with_http_info ( resource_group_name , automation_account_name , schedule_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , automation_account_name , schedule_name , parameters , custom_headers : custom_headers ) . value! end
Create a schedule .
3,968
def update_with_http_info ( resource_group_name , automation_account_name , schedule_name , parameters , custom_headers : nil ) update_async ( resource_group_name , automation_account_name , schedule_name , parameters , custom_headers : custom_headers ) . value! end
Update the schedule identified by schedule name .
3,969
def get_with_http_info ( resource_group_name , automation_account_name , schedule_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , schedule_name , custom_headers : custom_headers ) . value! end
Retrieve the schedule identified by schedule name .
3,970
def get_with_http_info ( resource_group_name , gallery_name , gallery_image_name , gallery_image_version_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , gallery_name , gallery_image_name , gallery_image_version_name , expand : expand , custom_headers : custom_headers ) . value! end
Retrieves information about a gallery Image Version .
3,971
def get_with_http_info ( resource_group_name , server_name , recommended_elastic_pool_name , custom_headers : nil ) get_async ( resource_group_name , server_name , recommended_elastic_pool_name , custom_headers : custom_headers ) . value! end
Gets a recommended elastic pool .
3,972
def get_with_http_info ( resource_group_name , account_name , streaming_locator_name , custom_headers : nil ) get_async ( resource_group_name , account_name , streaming_locator_name , custom_headers : custom_headers ) . value! end
Get a Streaming Locator
3,973
def delete_with_http_info ( resource_group_name , account_name , streaming_locator_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , streaming_locator_name , custom_headers : custom_headers ) . value! end
Delete a Streaming Locator
3,974
def get_with_http_info ( resource_group_name , profile_name , top_left : nil , bot_right : nil , custom_headers : nil ) get_async ( resource_group_name , profile_name , top_left : top_left , bot_right : bot_right , custom_headers : custom_headers ) . value! end
Gets latest heatmap for Traffic Manager profile .
3,975
def get_with_http_info ( resource_group_name , managed_instance_name , restorable_dropped_database_id , custom_headers : nil ) get_async ( resource_group_name , managed_instance_name , restorable_dropped_database_id , custom_headers : custom_headers ) . value! end
Gets a dropped database s short term retention policy .
3,976
def begin_update_with_http_info ( resource_group_name , managed_instance_name , restorable_dropped_database_id , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , managed_instance_name , restorable_dropped_database_id , parameters , custom_headers : custom_headers ) . value! end
Sets a database s long term retention policy .
3,977
def get_by_name ( resource_group_name , workspace_collection_name , custom_headers : nil ) response = get_by_name_async ( resource_group_name , workspace_collection_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Retrieves an existing Power BI Workspace Collection .
3,978
def update_with_http_info ( resource_group_name , workspace_collection_name , body , custom_headers : nil ) update_async ( resource_group_name , workspace_collection_name , body , custom_headers : custom_headers ) . value! end
Update an existing Power BI Workspace Collection with the specified properties .
3,979
def get_access_keys ( resource_group_name , workspace_collection_name , custom_headers : nil ) response = get_access_keys_async ( resource_group_name , workspace_collection_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end
Retrieves the primary and secondary access keys for the specified Power BI Workspace Collection .
3,980
def get_with_http_info ( access_control_record_name , resource_group_name , manager_name , custom_headers : nil ) get_async ( access_control_record_name , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end
Returns the properties of the specified access control record name .
3,981
def begin_create_or_update_with_http_info ( access_control_record_name , parameters , resource_group_name , manager_name , custom_headers : nil ) begin_create_or_update_async ( access_control_record_name , parameters , resource_group_name , manager_name , custom_headers : custom_headers ) . value! end
Creates or Updates an access control record .
3,982
def get_with_http_info ( subscription_id , resource_group_name , cluster_name , application_type_name , api_version , custom_headers : nil ) get_async ( subscription_id , resource_group_name , cluster_name , application_type_name , api_version , custom_headers : custom_headers ) . value! end
Returns an application type name resource .
3,983
def begin_delete_with_http_info ( resource_group_name , server_name , firewall_rule_name , custom_headers : nil ) begin_delete_async ( resource_group_name , server_name , firewall_rule_name , custom_headers : custom_headers ) . value! end
Deletes a server firewall rule .
3,984
def get_with_http_info ( resource_group_name , job_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , job_name , expand : expand , custom_headers : custom_headers ) . value! end
Gets details about the specified streaming job .
3,985
def begin_delete ( resource_group_name , job_name , custom_headers : nil ) response = begin_delete_async ( resource_group_name , job_name , custom_headers : custom_headers ) . value! nil end
Deletes a streaming job .
3,986
def create_with_http_info ( resource_group_name , storage_sync_service_name , parameters , custom_headers : nil ) create_async ( resource_group_name , storage_sync_service_name , parameters , custom_headers : custom_headers ) . value! end
Create a new StorageSyncService .
3,987
def update_with_http_info ( resource_group_name , storage_sync_service_name , parameters : nil , custom_headers : nil ) update_async ( resource_group_name , storage_sync_service_name , parameters : parameters , custom_headers : custom_headers ) . value! end
Patch a given StorageSyncService .
3,988
def delete ( resource_group_name , storage_sync_service_name , custom_headers : nil ) response = delete_async ( resource_group_name , storage_sync_service_name , custom_headers : custom_headers ) . value! nil end
Delete a given StorageSyncService .
3,989
def delete_with_http_info ( resource_group_name , managed_instance_name , database_name , custom_headers : nil ) delete_async ( resource_group_name , managed_instance_name , database_name , custom_headers : custom_headers ) . value! end
Removes the database s vulnerability assessment .
3,990
def begin_create_or_update_with_http_info ( resource_group_name , service_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , service_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates an API Management service . This is long running operation and could take several minutes to complete .
3,991
def check_entity_exists_with_http_info ( resource_group_name , service_name , product_id , api_id , custom_headers : nil ) check_entity_exists_async ( resource_group_name , service_name , product_id , api_id , custom_headers : custom_headers ) . value! end
Checks that API entity specified by identifier is associated with the Product entity .
3,992
def get_with_http_info ( resource_group_name , server_name , database_name , schema_name , table_name , column_name , sensitivity_label_source , custom_headers : nil ) get_async ( resource_group_name , server_name , database_name , schema_name , table_name , column_name , sensitivity_label_source , custom_headers : custom_headers ) . value! end
Gets the sensitivity label of a given column
3,993
def get_with_http_info ( resource_group_name , account_name , streaming_policy_name , custom_headers : nil ) get_async ( resource_group_name , account_name , streaming_policy_name , custom_headers : custom_headers ) . value! end
Get a Streaming Policy
3,994
def create_with_http_info ( resource_group_name , account_name , streaming_policy_name , parameters , custom_headers : nil ) create_async ( resource_group_name , account_name , streaming_policy_name , parameters , custom_headers : custom_headers ) . value! end
Create a Streaming Policy
3,995
def delete_with_http_info ( resource_group_name , account_name , streaming_policy_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , streaming_policy_name , custom_headers : custom_headers ) . value! end
Delete a Streaming Policy
3,996
def get_default ( custom_headers : nil ) response = get_default_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end
Gets the default Geographic Hierarchy used by the Geographic traffic routing method .
3,997
def list_by_instance_with_http_info ( resource_group_name , managed_instance_name , filter : nil , custom_headers : nil ) list_by_instance_async ( resource_group_name , managed_instance_name , filter : filter , custom_headers : custom_headers ) . value! end
Gets a list of managed instance keys .
3,998
def get_with_http_info ( resource_group_name , managed_instance_name , key_name , custom_headers : nil ) get_async ( resource_group_name , managed_instance_name , key_name , custom_headers : custom_headers ) . value! end
Gets a managed instance key .
3,999
def begin_create_or_update_with_http_info ( resource_group_name , managed_instance_name , key_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , managed_instance_name , key_name , parameters , custom_headers : custom_headers ) . value! end
Creates or updates a managed instance key .