_id
stringlengths
2
6
title
stringlengths
9
130
partition
stringclasses
3 values
text
stringlengths
66
10.5k
language
stringclasses
1 value
meta_information
dict
q14100
Azure::Compute::Mgmt::V2018_04_01.ProximityPlacementGroups.update_with_http_info
train
def update_with_http_info(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil) update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14101
Azure::Compute::Mgmt::V2018_04_01.ProximityPlacementGroups.delete
train
def delete(resource_group_name, proximity_placement_group_name, custom_headers:nil) response = delete_async(resource_group_name, proximity_placement_group_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q14102
Azure::Automation::Mgmt::V2015_10_31.CertificateOperations.get_with_http_info
train
def get_with_http_info(resource_group_name, automation_account_name, certificate_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, certificate_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14103
Azure::Automation::Mgmt::V2015_10_31.CertificateOperations.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, automation_account_name, certificate_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, automation_account_name, certificate_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14104
Azure::Automation::Mgmt::V2015_10_31.CertificateOperations.update_with_http_info
train
def update_with_http_info(resource_group_name, automation_account_name, certificate_name, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, certificate_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14105
Azure::Resources::Mgmt::V2018_05_01.Deployments.check_existence_at_subscription_scope
train
def check_existence_at_subscription_scope(deployment_name, custom_headers:nil) response = check_existence_at_subscription_scope_async(deployment_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14106
Azure::Resources::Mgmt::V2018_05_01.Deployments.validate_at_subscription_scope
train
def validate_at_subscription_scope(deployment_name, parameters, custom_headers:nil) response = validate_at_subscription_scope_async(deployment_name, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14107
Azure::Resources::Mgmt::V2018_05_01.Deployments.export_template_at_subscription_scope
train
def export_template_at_subscription_scope(deployment_name, custom_headers:nil) response = export_template_at_subscription_scope_async(deployment_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14108
Azure::Serialconsole::Mgmt::V2018_05_01.List.operations
train
def operations(custom_headers:nil) response = operations_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14109
Azure::ApiManagement::Mgmt::V2016_10_10.TenantPolicy.create_or_update_async
train
def create_or_update_async(resource_group_name, service_name, parameters, if_match, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, 'if_match is nil' if if_match.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/vnd.ms-azure-apim.policy+xml' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['If-Match'] = if_match unless if_match.nil? request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? # Serialize Request request_mapper = { client_side_validation: true, required: true, serialized_name: 'parameters', type: { name: 'Stream' } } request_content = @client.serialize(request_mapper, parameters) path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tenant/policy' request_url = @base_url || @client.base_url options = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'subscriptionId' => @client.subscription_id}, query_params: {'api-version' => @client.api_version}, body: request_content, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:put, path_template, options) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 201 || status_code == 204 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result end promise.execute end
ruby
{ "resource": "" }
q14110
Azure::CustomerInsights::Mgmt::V2017_01_01.Profiles.get_with_http_info
train
def get_with_http_info(resource_group_name, hub_name, profile_name, locale_code:'en-us', custom_headers:nil) get_async(resource_group_name, hub_name, profile_name, locale_code:locale_code, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14111
Azure::CustomerInsights::Mgmt::V2017_01_01.Profiles.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, hub_name, profile_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, profile_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14112
Azure::ManagedApplications::Mgmt::V2016_09_01_preview.Appliances.get_by_id
train
def get_by_id(appliance_id, custom_headers:nil) response = get_by_id_async(appliance_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14113
Azure::CognitiveServices::LuisAuthoring::V2_0.AzureAccounts.assign_to_app
train
def assign_to_app(app_id, azure_account_info_object:nil, custom_headers:nil) response = assign_to_app_async(app_id, azure_account_info_object:azure_account_info_object, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14114
Azure::CognitiveServices::LuisAuthoring::V2_0.AzureAccounts.get_assigned
train
def get_assigned(app_id, custom_headers:nil) response = get_assigned_async(app_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14115
Azure::CognitiveServices::LuisAuthoring::V2_0.AzureAccounts.remove_from_app
train
def remove_from_app(app_id, azure_account_info_object:nil, custom_headers:nil) response = remove_from_app_async(app_id, azure_account_info_object:azure_account_info_object, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14116
Azure::CognitiveServices::LuisAuthoring::V2_0.AzureAccounts.list_user_luisaccounts
train
def list_user_luisaccounts(custom_headers:nil) response = list_user_luisaccounts_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14117
Azure::IotHub::Mgmt::V2018_04_01.IotHubResource.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, resource_name, iot_hub_description, if_match:nil, custom_headers:nil) begin_create_or_update_async(resource_group_name, resource_name, iot_hub_description, if_match:if_match, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14118
Azure::IotHub::Mgmt::V2018_04_01.IotHubResource.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, resource_name, iot_hub_tags, custom_headers:nil) begin_update_async(resource_group_name, resource_name, iot_hub_tags, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14119
Azure::ContainerRegistry::Mgmt::V2018_02_01_preview.BuildSteps.list_with_http_info
train
def list_with_http_info(resource_group_name, registry_name, build_task_name, custom_headers:nil) list_async(resource_group_name, registry_name, build_task_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14120
Azure::CustomerInsights::Mgmt::V2017_04_26.Predictions.get_with_http_info
train
def get_with_http_info(resource_group_name, hub_name, prediction_name, custom_headers:nil) get_async(resource_group_name, hub_name, prediction_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14121
Azure::CustomerInsights::Mgmt::V2017_04_26.Predictions.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, hub_name, prediction_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, prediction_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14122
Azure::CustomerInsights::Mgmt::V2017_04_26.Predictions.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, hub_name, prediction_name, custom_headers:nil) begin_delete_async(resource_group_name, hub_name, prediction_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14123
Azure::ApiManagement::Mgmt::V2019_01_01.Reports.list_by_product_as_lazy
train
def list_by_product_as_lazy(resource_group_name, service_name, filter, top:nil, skip:nil, orderby:nil, custom_headers:nil) response = list_by_product_async(resource_group_name, service_name, filter, top:top, skip:skip, orderby:orderby, custom_headers:custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| list_by_product_next_async(next_page_link, custom_headers:custom_headers) end page end end
ruby
{ "resource": "" }
q14124
Azure::Serialconsole::Mgmt::V2018_05_01.ListConsole.disabled
train
def disabled(custom_headers:nil) response = disabled_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14125
Azure::EdgeGateway::Mgmt::V2019_03_01.Devices.get_update_summary
train
def get_update_summary(device_name, resource_group_name, custom_headers:nil) response = get_update_summary_async(device_name, resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14126
Azure::Hdinsight::Mgmt::V2018_06_01_preview.Extensions.get_with_http_info
train
def get_with_http_info(resource_group_name, cluster_name, extension_name, custom_headers:nil) get_async(resource_group_name, cluster_name, extension_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14127
Azure::CognitiveServices::Mgmt::V2017_04_18.Accounts.regenerate_key_with_http_info
train
def regenerate_key_with_http_info(resource_group_name, account_name, key_name, custom_headers:nil) regenerate_key_async(resource_group_name, account_name, key_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14128
Azure::NetApp::Mgmt::V2017_08_15_preview.Accounts.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(body, resource_group_name, account_name, custom_headers:nil) begin_create_or_update_async(body, resource_group_name, account_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14129
Azure::Network::Mgmt::V2015_05_01_preview.Subnets.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, virtual_network_name, subnet_name, custom_headers:nil) begin_delete_async(resource_group_name, virtual_network_name, subnet_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14130
Azure::Logic::Mgmt::V2015_02_01_preview.Workflows.validate
train
def validate(resource_group_name, workflow_name, workflow, custom_headers:nil) response = validate_async(resource_group_name, workflow_name, workflow, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q14131
Azure::Resources::Mgmt::V2018_02_01.Resources.check_existence_by_id
train
def check_existence_by_id(resource_id, api_version, custom_headers:nil) response = check_existence_by_id_async(resource_id, api_version, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14132
Azure::Resources::Mgmt::V2018_02_01.Resources.get_by_id
train
def get_by_id(resource_id, api_version, custom_headers:nil) response = get_by_id_async(resource_id, api_version, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14133
Azure::Hdinsight::Mgmt::V2018_06_01_preview.Clusters.update_with_http_info
train
def update_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil) update_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14134
Azure::Hdinsight::Mgmt::V2018_06_01_preview.Clusters.get_gateway_settings
train
def get_gateway_settings(resource_group_name, cluster_name, custom_headers:nil) response = get_gateway_settings_async(resource_group_name, cluster_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14135
Azure::GraphRbac::V1_6.Objects.get_current_user
train
def get_current_user(custom_headers:nil) response = get_current_user_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14136
Azure::Monitor::Mgmt::V2017_05_01_preview.DiagnosticSettingsOperations.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_uri, parameters, name, custom_headers:nil) create_or_update_async(resource_uri, parameters, name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14137
Azure::ApiManagement::Mgmt::V2019_01_01.User.get_with_http_info
train
def get_with_http_info(resource_group_name, service_name, user_id, custom_headers:nil) get_async(resource_group_name, service_name, user_id, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14138
Azure::ServiceFabric::V6_4_0_36.MeshServiceReplica.get_with_http_info
train
def get_with_http_info(application_resource_name, service_resource_name, replica_name, custom_headers:nil) get_async(application_resource_name, service_resource_name, replica_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14139
Azure::ServiceFabric::V6_4_0_36.MeshServiceReplica.list
train
def list(application_resource_name, service_resource_name, custom_headers:nil) response = list_async(application_resource_name, service_resource_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14140
Azure::Compute::Mgmt::V2018_04_01.AvailabilitySets.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, availability_set_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, availability_set_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14141
Azure::Compute::Mgmt::V2018_04_01.AvailabilitySets.update_with_http_info
train
def update_with_http_info(resource_group_name, availability_set_name, parameters, custom_headers:nil) update_async(resource_group_name, availability_set_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14142
Azure::Compute::Mgmt::V2018_04_01.AvailabilitySets.delete
train
def delete(resource_group_name, availability_set_name, custom_headers:nil) response = delete_async(resource_group_name, availability_set_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q14143
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Application.patch
train
def patch(subscription_id, resource_group_name, cluster_name, application_name, api_version, parameters, custom_headers:nil) response = patch_async(subscription_id, resource_group_name, cluster_name, application_name, api_version, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14144
Azure::SQL::Mgmt::V2017_10_01_preview.InstanceFailoverGroups.list_by_location
train
def list_by_location(resource_group_name, location_name, custom_headers:nil) first_page = list_by_location_as_lazy(resource_group_name, location_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
{ "resource": "" }
q14145
Azure::SQL::Mgmt::V2017_10_01_preview.InstanceFailoverGroups.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, location_name, failover_group_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, location_name, failover_group_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14146
Azure::EventGrid::Mgmt::V2019_02_01_preview.DomainTopics.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, domain_name, domain_topic_name, custom_headers:nil) begin_create_or_update_async(resource_group_name, domain_name, domain_topic_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14147
Azure::CustomerInsights::Mgmt::V2017_01_01.Links.get_with_http_info
train
def get_with_http_info(resource_group_name, hub_name, link_name, custom_headers:nil) get_async(resource_group_name, hub_name, link_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14148
Azure::CustomerInsights::Mgmt::V2017_01_01.Links.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, hub_name, link_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, link_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14149
Azure::SQL::Mgmt::V2017_03_01_preview.ManagedDatabases.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers:nil) begin_delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14150
Azure::MediaServices::Mgmt::V2018_07_01.AssetFilters.list_with_http_info
train
def list_with_http_info(resource_group_name, account_name, asset_name, custom_headers:nil) list_async(resource_group_name, account_name, asset_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14151
Azure::DataLakeStore::Mgmt::V2016_11_01.VirtualNetworkRules.get_with_http_info
train
def get_with_http_info(resource_group_name, account_name, virtual_network_rule_name, custom_headers:nil) get_async(resource_group_name, account_name, virtual_network_rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14152
Azure::DataLakeStore::Mgmt::V2016_11_01.VirtualNetworkRules.delete_with_http_info
train
def delete_with_http_info(resource_group_name, account_name, virtual_network_rule_name, custom_headers:nil) delete_async(resource_group_name, account_name, virtual_network_rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14153
Azure::OperationalInsights::Mgmt::V2015_03_20.SavedSearches.delete_with_http_info
train
def delete_with_http_info(resource_group_name, workspace_name, saved_search_name, custom_headers:nil) delete_async(resource_group_name, workspace_name, saved_search_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14154
Azure::OperationalInsights::Mgmt::V2015_03_20.SavedSearches.get_with_http_info
train
def get_with_http_info(resource_group_name, workspace_name, saved_search_name, custom_headers:nil) get_async(resource_group_name, workspace_name, saved_search_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14155
Azure::Consumption::Mgmt::V2018_06_30.Marketplaces.list_for_billing_period_by_billing_account_with_http_info
train
def list_for_billing_period_by_billing_account_with_http_info(billing_account_id, billing_period_name, filter:nil, top:nil, skiptoken:nil, custom_headers:nil) list_for_billing_period_by_billing_account_async(billing_account_id, billing_period_name, filter:filter, top:top, skiptoken:skiptoken, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14156
MsRest.ServiceClient.make_request_async
train
def make_request_async(base_url, method, path, options = {}) options = @middlewares.merge(options) options[:credentials] = options[:credentials] || @credentials options[:user_agent_extended] = @user_agent_extended request = MsRest::HttpOperationRequest.new(base_url, path, method, options) promise = request.run_promise do |req| options[:credentials].sign_request(req) unless options[:credentials].nil? end promise = promise.then do |http_response| response_content = http_response.body.to_s.empty? ? nil : http_response.body # Create response create_response(request, http_response, response_content) end promise.execute end
ruby
{ "resource": "" }
q14157
Azure::Logic::Mgmt::V2016_06_01.IntegrationAccountAssemblies.get_with_http_info
train
def get_with_http_info(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14158
Azure::Logic::Mgmt::V2016_06_01.IntegrationAccountAssemblies.delete_with_http_info
train
def delete_with_http_info(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14159
Azure::Logic::Mgmt::V2016_06_01.IntegrationAccountAssemblies.list_content_callback_url_with_http_info
train
def list_content_callback_url_with_http_info(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:nil) list_content_callback_url_async(resource_group_name, integration_account_name, assembly_artifact_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14160
Azure::CognitiveServices::LuisAuthoring::V2_0.Permissions.add
train
def add(app_id, user_to_add, custom_headers:nil) response = add_async(app_id, user_to_add, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14161
Azure::CognitiveServices::LuisAuthoring::V2_0.Permissions.delete
train
def delete(app_id, user_to_delete, custom_headers:nil) response = delete_async(app_id, user_to_delete, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14162
Azure::Authorization::Mgmt::V2015_07_01.RoleAssignments.create_by_id
train
def create_by_id(role_assignment_id, parameters, custom_headers:nil) response = create_by_id_async(role_assignment_id, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14163
Azure::Monitor::Mgmt::V2018_09_01.ActionGroups.delete
train
def delete(resource_group_name, action_group_name, custom_headers:nil) response = delete_async(resource_group_name, action_group_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q14164
Azure::SQL::Mgmt::V2017_03_01_preview.JobCredentials.delete_with_http_info
train
def delete_with_http_info(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:nil) delete_async(resource_group_name, server_name, job_agent_name, credential_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14165
Azure::SQL::Mgmt::V2017_03_01_preview.JobStepExecutions.get_with_http_info
train
def get_with_http_info(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:nil) get_async(resource_group_name, server_name, job_agent_name, job_name, job_execution_id, step_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14166
Azure::Postgresql::Mgmt::V2017_12_01.VirtualNetworkRules.get_with_http_info
train
def get_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) get_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14167
Azure::Postgresql::Mgmt::V2017_12_01.VirtualNetworkRules.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, server_name, virtual_network_rule_name, custom_headers:nil) begin_delete_async(resource_group_name, server_name, virtual_network_rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14168
Azure::Automation::Mgmt::V2015_10_31.ConnectionTypeOperations.get_with_http_info
train
def get_with_http_info(resource_group_name, automation_account_name, connection_type_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, connection_type_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14169
Azure::Automation::Mgmt::V2015_10_31.ConnectionTypeOperations.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, automation_account_name, connection_type_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, automation_account_name, connection_type_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14170
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.ComputePolicies.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, account_name, compute_policy_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, account_name, compute_policy_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14171
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.ComputePolicies.get_with_http_info
train
def get_with_http_info(resource_group_name, account_name, compute_policy_name, custom_headers:nil) get_async(resource_group_name, account_name, compute_policy_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14172
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.ComputePolicies.delete_with_http_info
train
def delete_with_http_info(resource_group_name, account_name, compute_policy_name, custom_headers:nil) delete_async(resource_group_name, account_name, compute_policy_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14173
Azure::Logic::Mgmt::V2016_06_01.IntegrationAccountBatchConfigurations.get_with_http_info
train
def get_with_http_info(resource_group_name, integration_account_name, batch_configuration_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, batch_configuration_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14174
Azure::Logic::Mgmt::V2016_06_01.IntegrationAccountBatchConfigurations.delete_with_http_info
train
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
ruby
{ "resource": "" }
q14175
Azure::ServiceFabric::V6_4_0_36.MeshApplication.create_or_update
train
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
ruby
{ "resource": "" }
q14176
Azure::Relay::Mgmt::V2016_07_01.WCFRelays.delete_with_http_info
train
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
ruby
{ "resource": "" }
q14177
Azure::Relay::Mgmt::V2016_07_01.WCFRelays.get_with_http_info
train
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
ruby
{ "resource": "" }
q14178
Azure::CognitiveServices::LuisAuthoring::V2_0.Settings.update_with_http_info
train
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
ruby
{ "resource": "" }
q14179
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.add
train
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
ruby
{ "resource": "" }
q14180
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_with_http_info
train
def list_with_http_info(skip:0, take:100, custom_headers:nil) list_async(skip:skip, take:take, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q14181
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.import
train
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
ruby
{ "resource": "" }
q14182
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_cortana_endpoints
train
def list_cortana_endpoints(custom_headers:nil) response = list_cortana_endpoints_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14183
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_domains
train
def list_domains(custom_headers:nil) response = list_domains_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14184
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_usage_scenarios
train
def list_usage_scenarios(custom_headers:nil) response = list_usage_scenarios_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14185
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_supported_cultures
train
def list_supported_cultures(custom_headers:nil) response = list_supported_cultures_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q14186
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.download_query_logs
train
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
ruby
{ "resource": "" }
q14187
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.update
train
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
ruby
{ "resource": "" }
q14188
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.publish
train
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
ruby
{ "resource": "" }
q14189
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.get_settings
train
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
ruby
{ "resource": "" }
q14190
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.update_settings
train
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
ruby
{ "resource": "" }
q14191
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.get_publish_settings
train
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
ruby
{ "resource": "" }
q14192
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.update_publish_settings
train
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
ruby
{ "resource": "" }
q14193
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_endpoints
train
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
ruby
{ "resource": "" }
q14194
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_available_custom_prebuilt_domains
train
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
ruby
{ "resource": "" }
q14195
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.add_custom_prebuilt_domain
train
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
ruby
{ "resource": "" }
q14196
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.list_available_custom_prebuilt_domains_for_culture
train
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
ruby
{ "resource": "" }
q14197
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.package_published_application_as_gzip
train
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
ruby
{ "resource": "" }
q14198
Azure::CognitiveServices::LuisAuthoring::V2_0.Apps.package_trained_application_as_gzip
train
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
ruby
{ "resource": "" }
q14199
Azure::CognitiveServices::ContentModerator::V1_0.ListManagementImageLists.get_all_image_lists
train
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
ruby
{ "resource": "" }