_id
stringlengths
2
6
title
stringlengths
9
130
partition
stringclasses
3 values
text
stringlengths
66
10.5k
language
stringclasses
1 value
meta_information
dict
q13400
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.list_environments
train
def list_environments(user_name, list_environments_payload, custom_headers:nil) response = list_environments_async(user_name, list_environments_payload, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13401
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.list_labs
train
def list_labs(user_name, custom_headers:nil) response = list_labs_async(user_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13402
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.register
train
def register(user_name, register_payload, custom_headers:nil) response = register_async(user_name, register_payload, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13403
Azure::Network::Mgmt::V2019_02_01.NetworkProfiles.delete
train
def delete(resource_group_name, network_profile_name, custom_headers:nil) response = delete_async(resource_group_name, network_profile_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13404
Azure::Network::Mgmt::V2019_02_01.NetworkProfiles.get_with_http_info
train
def get_with_http_info(resource_group_name, network_profile_name, expand:nil, custom_headers:nil) get_async(resource_group_name, network_profile_name, expand:expand, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13405
Azure::Automation::Mgmt::V2015_10_31.Usages.list_by_automation_account
train
def list_by_automation_account(resource_group_name, automation_account_name, custom_headers:nil) response = list_by_automation_account_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13406
Azure::SQL::Mgmt::V2017_10_01_preview.ElasticPools.get_with_http_info
train
def get_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13407
Azure::SQL::Mgmt::V2017_10_01_preview.ElasticPools.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil) begin_delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13408
Azure::ServiceBus::Mgmt::V2017_04_01.Rules.get_with_http_info
train
def get_with_http_info(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:nil) get_async(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13409
Azure::Logic::Mgmt::V2016_06_01.Partners.get_with_http_info
train
def get_with_http_info(resource_group_name, integration_account_name, partner_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, partner_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13410
Azure::Network::Mgmt::V2018_07_01.PublicIPAddresses.get_with_http_info
train
def get_with_http_info(resource_group_name, public_ip_address_name, expand:nil, custom_headers:nil) get_async(resource_group_name, public_ip_address_name, expand:expand, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13411
Azure::Network::Mgmt::V2018_07_01.PublicIPAddresses.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, public_ip_address_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, public_ip_address_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13412
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.ClusterVersions.get_by_environment_with_http_info
train
def get_by_environment_with_http_info(location, environment, api_version, subscription_id, cluster_version, custom_headers:nil) get_by_environment_async(location, environment, api_version, subscription_id, cluster_version, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13413
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.ClusterVersions.list_with_http_info
train
def list_with_http_info(location, api_version, subscription_id, custom_headers:nil) list_async(location, api_version, subscription_id, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13414
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.create_with_http_info
train
def create_with_http_info(scope, role_assignment_name, parameters, custom_headers:nil) create_async(scope, role_assignment_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13415
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.get
train
def get(scope, role_assignment_name, custom_headers:nil) response = get_async(scope, role_assignment_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13416
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.list_for_resource_next
train
def list_for_resource_next(next_page_link, custom_headers:nil) response = list_for_resource_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13417
Azure::Network::Mgmt::V2019_02_01.VpnConnections.get_with_http_info
train
def get_with_http_info(resource_group_name, gateway_name, connection_name, custom_headers:nil) get_async(resource_group_name, gateway_name, connection_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13418
Azure::Resources::Mgmt::V2016_02_01.ResourceGroups.check_existence
train
def check_existence(resource_group_name, custom_headers:nil) response = check_existence_async(resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13419
Azure::Resources::Mgmt::V2016_02_01.ResourceGroups.export_template
train
def export_template(resource_group_name, parameters, custom_headers:nil) response = export_template_async(resource_group_name, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13420
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Version.list_with_http_info
train
def list_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:nil) list_async(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13421
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Version.begin_put_with_http_info
train
def begin_put_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:nil) begin_put_async(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13422
Azure::Network::Mgmt::V2018_07_01.RouteFilterRules.get_with_http_info
train
def get_with_http_info(resource_group_name, route_filter_name, rule_name, custom_headers:nil) get_async(resource_group_name, route_filter_name, rule_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13423
Azure::StreamAnalytics::Mgmt::V2016_03_01.Transformations.get_with_http_info
train
def get_with_http_info(resource_group_name, job_name, transformation_name, custom_headers:nil) get_async(resource_group_name, job_name, transformation_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13424
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.generate_uri
train
def generate_uri(resource_group_name, automation_account_name, custom_headers:nil) response = generate_uri_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13425
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.get_with_http_info
train
def get_with_http_info(resource_group_name, automation_account_name, webhook_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13426
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13427
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.update_with_http_info
train
def update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13428
Azure::EdgeGateway::Mgmt::V2019_03_01.Triggers.get_with_http_info
train
def get_with_http_info(device_name, name, resource_group_name, custom_headers:nil) get_async(device_name, name, resource_group_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13429
Azure::EdgeGateway::Mgmt::V2019_03_01.Triggers.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(device_name, name, trigger, resource_group_name, custom_headers:nil) begin_create_or_update_async(device_name, name, trigger, resource_group_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13430
Azure::SQL::Mgmt::V2017_10_01_preview.DatabaseVulnerabilityAssessmentScans.list_by_database_next
train
def list_by_database_next(next_page_link, custom_headers:nil) response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13431
Azure::Network::Mgmt::V2018_07_01.ExpressRouteCrossConnectionPeerings.list
train
def list(resource_group_name, cross_connection_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, cross_connection_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
{ "resource": "" }
q13432
Azure::Network::Mgmt::V2018_07_01.ExpressRouteCrossConnectionPeerings.get_with_http_info
train
def get_with_http_info(resource_group_name, cross_connection_name, peering_name, custom_headers:nil) get_async(resource_group_name, cross_connection_name, peering_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13433
Azure::StreamAnalytics::Mgmt::V2016_03_01.Outputs.delete_with_http_info
train
def delete_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil) delete_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13434
Azure::StreamAnalytics::Mgmt::V2016_03_01.Outputs.get_with_http_info
train
def get_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil) get_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13435
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectionContainers.begin_create_with_http_info
train
def begin_create_with_http_info(fabric_name, protection_container_name, creation_input, custom_headers:nil) begin_create_async(fabric_name, protection_container_name, creation_input, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13436
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectableItems.get_with_http_info
train
def get_with_http_info(fabric_name, protection_container_name, protectable_item_name, custom_headers:nil) get_async(fabric_name, protection_container_name, protectable_item_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13437
Azure::Advisor::Mgmt::V2017_04_19.Configurations.list_by_resource_group
train
def list_by_resource_group(resource_group, custom_headers:nil) response = list_by_resource_group_async(resource_group, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13438
Azure::EventGrid::Mgmt::V2018_01_01.TopicTypes.list_event_types
train
def list_event_types(topic_type_name, custom_headers:nil) response = list_event_types_async(topic_type_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13439
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_delete
train
def begin_delete(resource_group_name, load_balancer_name, custom_headers:nil) response = begin_delete_async(resource_group_name, load_balancer_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13440
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13441
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_update_tags_with_http_info
train
def begin_update_tags_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13442
Azure::Network::Mgmt::V2016_12_01.NetworkManagementClient.check_dns_name_availability
train
def check_dns_name_availability(location, domain_name_label:nil, custom_headers:nil) response = check_dns_name_availability_async(location, domain_name_label:domain_name_label, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13443
Azure::Automation::Mgmt::V2015_10_31.HybridRunbookWorkerGroupOperations.get_with_http_info
train
def get_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13444
Azure::Automation::Mgmt::V2015_10_31.HybridRunbookWorkerGroupOperations.update_with_http_info
train
def update_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13445
Azure::CognitiveServices::AnomalyDetector::V1_0.AnomalyDetectorClient.entire_detect
train
def entire_detect(body, custom_headers:nil) response = entire_detect_async(body, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13446
Azure::CognitiveServices::AnomalyDetector::V1_0.AnomalyDetectorClient.last_detect
train
def last_detect(body, custom_headers:nil) response = last_detect_async(body, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13447
Azure::Network::Mgmt::V2018_07_01.NetworkInterfaceIPConfigurations.get_with_http_info
train
def get_with_http_info(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:nil) get_async(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13448
Azure::Network::Mgmt::V2019_02_01.NetworkManagementClient.supported_security_providers
train
def supported_security_providers(resource_group_name, virtual_wanname, custom_headers:nil) response = supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13449
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.delete
train
def delete(resource_group_name, media_service_name, custom_headers:nil) response = delete_async(resource_group_name, media_service_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13450
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.update_with_http_info
train
def update_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil) update_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13451
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.regenerate_key_with_http_info
train
def regenerate_key_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil) regenerate_key_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13452
Azure::Compute::Mgmt::V2016_04_30_preview.VirtualMachines.list_available_sizes
train
def list_available_sizes(resource_group_name, vm_name, custom_headers:nil) response = list_available_sizes_async(resource_group_name, vm_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13453
Azure::Compute::Mgmt::V2016_04_30_preview.VirtualMachines.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, vm_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, vm_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13454
Azure::Network::Mgmt::V2016_12_01.VirtualNetworkGateways.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13455
Azure::MediaServices::Mgmt::V2018_07_01.LiveEvents.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, account_name, live_event_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, account_name, live_event_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13456
Azure::ApiManagement::Mgmt::V2018_01_01.Diagnostic.get_with_http_info
train
def get_with_http_info(resource_group_name, service_name, diagnostic_id, custom_headers:nil) get_async(resource_group_name, service_name, diagnostic_id, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13457
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.generate_vpn_profile_with_http_info
train
def generate_vpn_profile_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil) generate_vpn_profile_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13458
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.supported_vpn_devices
train
def supported_vpn_devices(resource_group_name, virtual_network_gateway_name, custom_headers:nil) response = supported_vpn_devices_async(resource_group_name, virtual_network_gateway_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13459
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.begin_update_tags_with_http_info
train
def begin_update_tags_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13460
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.delete_with_http_info
train
def delete_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:nil) delete_async(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13461
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.begin_create_with_http_info
train
def begin_create_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil) begin_create_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13462
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil) begin_update_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13463
Azure::Logic::Mgmt::V2016_06_01.WorkflowRunActionRepetitions.get_with_http_info
train
def get_with_http_info(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:nil) get_async(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13464
Azure::CDN::Mgmt::V2017_10_12.CdnManagementClient.validate_probe
train
def validate_probe(validate_probe_input, custom_headers:nil) response = validate_probe_async(validate_probe_input, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13465
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.update_with_http_info
train
def update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil) update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13466
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.list_by_subscription
train
def list_by_subscription(top:nil, custom_headers:nil) first_page = list_by_subscription_as_lazy(top:top, custom_headers:custom_headers) first_page.get_all_items end
ruby
{ "resource": "" }
q13467
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.get_deleted
train
def get_deleted(vault_name, location, custom_headers:nil) response = get_deleted_async(vault_name, location, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13468
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.check_name_availability
train
def check_name_availability(vault_name, custom_headers:nil) response = check_name_availability_async(vault_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13469
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13470
Azure::RecoveryServicesBackup::Mgmt::V2017_07_01.FeatureSupport.validate
train
def validate(azure_region, parameters, custom_headers:nil) response = validate_async(azure_region, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13471
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.check_name_availability
train
def check_name_availability(account_name, custom_headers:nil) response = check_name_availability_async(account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13472
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.regenerate_key_with_http_info
train
def regenerate_key_with_http_info(resource_group_name, account_name, regenerate_key, custom_headers:nil) regenerate_key_async(resource_group_name, account_name, regenerate_key, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13473
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.revoke_user_delegation_keys
train
def revoke_user_delegation_keys(resource_group_name, account_name, custom_headers:nil) response = revoke_user_delegation_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13474
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.get_with_http_info
train
def get_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil) get_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13475
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, hub_name, kpi_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, kpi_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13476
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil) begin_delete_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13477
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.list_by_hub_next
train
def list_by_hub_next(next_page_link, custom_headers:nil) response = list_by_hub_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13478
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachineGroups.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13479
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachineGroups.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13480
Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview.Account.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, name, parameters, custom_headers:nil) begin_update_async(resource_group_name, name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13481
Azure::EventHub::Mgmt::V2017_04_01.Namespaces.get_messaging_plan
train
def get_messaging_plan(resource_group_name, namespace_name, custom_headers:nil) response = get_messaging_plan_async(resource_group_name, namespace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13482
Azure::ServiceFabric::V6_4_0_36.ServiceFabricClientAPIs.get_cluster_version
train
def get_cluster_version(timeout:60, custom_headers:nil) response = get_cluster_version_async(timeout:timeout, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13483
Azure::Network::Mgmt::V2019_02_01.VirtualNetworkTaps.begin_create_or_update_with_http_info
train
def begin_create_or_update_with_http_info(resource_group_name, tap_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, tap_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13484
MsRestAzure.TopicCredentials.sign_request
train
def sign_request(request) super(request) if (request.respond_to?(:request_headers)) request.request_headers['aeg-sas-key'] = @topic_key elsif request.respond_to?(:headers) request.headers['aeg-sas-key'] = @topic_key else fail ArgumentError, 'Incorrect request object was provided' end end
ruby
{ "resource": "" }
q13485
Azure::Serialconsole::Mgmt::V2018_05_01.Console.enable_console
train
def enable_console(custom_headers:nil) response = enable_console_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13486
Azure::Serialconsole::Mgmt::V2018_05_01.Console.disable_console
train
def disable_console(custom_headers:nil) response = disable_console_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13487
Azure::NetApp::Mgmt::V2017_08_15_preview.Volumes.update_with_http_info
train
def update_with_http_info(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil) update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13488
Azure::NetApp::Mgmt::V2017_08_15_preview.Volumes.begin_create_or_update
train
def begin_create_or_update(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil) response = begin_create_or_update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13489
Azure::Compute::Mgmt::V2018_04_01.VirtualMachineScaleSets.begin_update_with_http_info
train
def begin_update_with_http_info(resource_group_name, vm_scale_set_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, vm_scale_set_name, parameters, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13490
Azure::Logic::Mgmt::V2016_06_01.Sessions.get_with_http_info
train
def get_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13491
Azure::Logic::Mgmt::V2016_06_01.Sessions.delete_with_http_info
train
def delete_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13492
Azure::Storage::Mgmt::V2018_11_01.ManagementPolicies.create_or_update_with_http_info
train
def create_or_update_with_http_info(resource_group_name, account_name, properties, custom_headers:nil) create_or_update_async(resource_group_name, account_name, properties, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13493
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.get_with_http_info
train
def get_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil) get_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13494
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.list
train
def list(resource_group_name, circuit_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, circuit_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
{ "resource": "" }
q13495
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.begin_delete_with_http_info
train
def begin_delete_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil) begin_delete_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13496
Azure::Storage::Mgmt::V2018_03_01_preview.StorageAccounts.get_management_policies
train
def get_management_policies(resource_group_name, account_name, custom_headers:nil) response = get_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
{ "resource": "" }
q13497
Azure::Storage::Mgmt::V2018_03_01_preview.StorageAccounts.delete_management_policies
train
def delete_management_policies(resource_group_name, account_name, custom_headers:nil) response = delete_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value! nil end
ruby
{ "resource": "" }
q13498
Azure::ContainerRegistry::Mgmt::V2018_02_01_preview.Builds.get_with_http_info
train
def get_with_http_info(resource_group_name, registry_name, build_id, custom_headers:nil) get_async(resource_group_name, registry_name, build_id, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }
q13499
Azure::Automation::Mgmt::V2015_10_31.ConnectionOperations.get_with_http_info
train
def get_with_http_info(resource_group_name, automation_account_name, connection_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, connection_name, custom_headers:custom_headers).value! end
ruby
{ "resource": "" }