repo
stringlengths
5
58
path
stringlengths
9
168
func_name
stringlengths
9
130
original_string
stringlengths
66
10.5k
language
stringclasses
1 value
code
stringlengths
66
10.5k
code_tokens
sequence
docstring
stringlengths
8
16k
docstring_tokens
sequence
sha
stringlengths
40
40
url
stringlengths
94
266
partition
stringclasses
1 value
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_counter_keys.rb
Azure::ApiManagement::Mgmt::V2018_01_01.QuotaByCounterKeys.list_by_service_with_http_info
def list_by_service_with_http_info(resource_group_name, service_name, quota_counter_key, custom_headers:nil) list_by_service_async(resource_group_name, service_name, quota_counter_key, custom_headers:custom_headers).value! end
ruby
def list_by_service_with_http_info(resource_group_name, service_name, quota_counter_key, custom_headers:nil) list_by_service_async(resource_group_name, service_name, quota_counter_key, custom_headers:custom_headers).value! end
[ "def", "list_by_service_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "quota_counter_key", ",", "custom_headers", ":", "nil", ")", "list_by_service_async", "(", "resource_group_name", ",", "service_name", ",", "quota_counter_key", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Lists a collection of current quota counter periods associated with the counter-key configured in the policy on the specified service instance. The api does not support paging yet. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param quota_counter_key [String] Quota counter key identifier.This is the result of expression defined in counter-key attribute of the quota-by-key policy.For Example, if you specify counter-key="boo" in the policy, then it’s accessible by "boo" counter key. But if it’s defined as counter-key="@("b"+"a")" then it will be accessible by "ba" key @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Lists", "a", "collection", "of", "current", "quota", "counter", "periods", "associated", "with", "the", "counter", "-", "key", "configured", "in", "the", "policy", "on", "the", "specified", "service", "instance", ".", "The", "api", "does", "not", "support", "paging", "yet", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_counter_keys.rb#L63-L65
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb
Azure::Network::Mgmt::V2018_08_01.NetworkWatchers.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, network_watcher_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, network_watcher_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, network_watcher_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, network_watcher_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "network_watcher_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "network_watcher_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates a network watcher in the specified resource group. @param resource_group_name [String] The name of the resource group. @param network_watcher_name [String] The name of the network watcher. @param parameters [NetworkWatcher] Parameters that define the network watcher resource. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "a", "network", "watcher", "in", "the", "specified", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb#L53-L55
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb
Azure::Network::Mgmt::V2018_08_01.NetworkWatchers.update_tags_with_http_info
def update_tags_with_http_info(resource_group_name, network_watcher_name, parameters, custom_headers:nil) update_tags_async(resource_group_name, network_watcher_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_tags_with_http_info(resource_group_name, network_watcher_name, parameters, custom_headers:nil) update_tags_async(resource_group_name, network_watcher_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_tags_with_http_info", "(", "resource_group_name", ",", "network_watcher_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_tags_async", "(", "resource_group_name", ",", "network_watcher_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates a network watcher tags. @param resource_group_name [String] The name of the resource group. @param network_watcher_name [String] The name of the network watcher. @param parameters [TagsObject] Parameters supplied to update network watcher tags. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "a", "network", "watcher", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb#L299-L301
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb
Azure::Network::Mgmt::V2018_08_01.NetworkWatchers.list_all
def list_all(custom_headers:nil) response = list_all_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_all(custom_headers:nil) response = list_all_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_all", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_all_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets all network watchers by subscription. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [NetworkWatcherListResult] operation results.
[ "Gets", "all", "network", "watchers", "by", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb#L472-L475
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb
Azure::Network::Mgmt::V2018_08_01.NetworkWatchers.begin_delete
def begin_delete(resource_group_name, network_watcher_name, custom_headers:nil) response = begin_delete_async(resource_group_name, network_watcher_name, custom_headers:custom_headers).value! nil end
ruby
def begin_delete(resource_group_name, network_watcher_name, custom_headers:nil) response = begin_delete_async(resource_group_name, network_watcher_name, custom_headers:custom_headers).value! nil end
[ "def", "begin_delete", "(", "resource_group_name", ",", "network_watcher_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_delete_async", "(", "resource_group_name", ",", "network_watcher_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the specified network watcher resource. @param resource_group_name [String] The name of the resource group. @param network_watcher_name [String] The name of the network watcher. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "the", "specified", "network", "watcher", "resource", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/network_watchers.rb#L1199-L1202
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb
Azure::SQL::Mgmt::V2014_04_01.FirewallRules.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, server_name, firewall_rule_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates a firewall rule. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param firewall_rule_name [String] The name of the firewall rule. @param parameters [FirewallRule] The required parameters for creating or updating a firewall rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "a", "firewall", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb#L62-L64
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb
Azure::SQL::Mgmt::V2014_04_01.FirewallRules.delete_with_http_info
def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Deletes a firewall rule. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param firewall_rule_name [String] The name of the firewall rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Deletes", "a", "firewall", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb#L183-L185
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb
Azure::SQL::Mgmt::V2014_04_01.FirewallRules.get_with_http_info
def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil) get_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "server_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets a firewall rule. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param firewall_rule_name [String] The name of the firewall rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "a", "firewall", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/firewall_rules.rb#L275-L277
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/hubs.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.Hubs.update_with_http_info
def update_with_http_info(resource_group_name, hub_name, parameters, custom_headers:nil) update_async(resource_group_name, hub_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, hub_name, parameters, custom_headers:nil) update_async(resource_group_name, hub_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "hub_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates a Hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the Hub. @param parameters [Hub] Parameters supplied to the Update Hub operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "a", "Hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/hubs.rb#L173-L175
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protection_policies.rb
Azure::RecoveryServicesBackup::Mgmt::V2016_06_01.ProtectionPolicies.get_with_http_info
def get_with_http_info(vault_name, resource_group_name, policy_name, custom_headers:nil) get_async(vault_name, resource_group_name, policy_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(vault_name, resource_group_name, policy_name, custom_headers:nil) get_async(vault_name, resource_group_name, policy_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "vault_name", ",", "resource_group_name", ",", "policy_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "vault_name", ",", "resource_group_name", ",", "policy_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets the details of the backup policy associated with the Recovery Services vault. This is an asynchronous operation. Use the GetPolicyOperationResult API to Get the operation status. @param vault_name [String] The name of the Recovery Services vault. @param resource_group_name [String] The name of the resource group associated with the Recovery Services vault. @param policy_name [String] The backup policy name used in this GET operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "the", "details", "of", "the", "backup", "policy", "associated", "with", "the", "Recovery", "Services", "vault", ".", "This", "is", "an", "asynchronous", "operation", ".", "Use", "the", "GetPolicyOperationResult", "API", "to", "Get", "the", "operation", "status", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protection_policies.rb#L63-L65
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protection_policies.rb
Azure::RecoveryServicesBackup::Mgmt::V2016_06_01.ProtectionPolicies.delete_with_http_info
def delete_with_http_info(vault_name, resource_group_name, policy_name, custom_headers:nil) delete_async(vault_name, resource_group_name, policy_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(vault_name, resource_group_name, policy_name, custom_headers:nil) delete_async(vault_name, resource_group_name, policy_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "vault_name", ",", "resource_group_name", ",", "policy_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "vault_name", ",", "resource_group_name", ",", "policy_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Deletes the specified backup policy from your Recovery Services vault. This is an asynchronous operation. Use the GetPolicyOperationResult API to Get the operation status. @param vault_name [String] The name of the Recovery Services vault. @param resource_group_name [String] The name of the resource group associated with the Recovery Services vault. @param policy_name [String] The name of the backup policy to be deleted. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Deletes", "the", "specified", "backup", "policy", "from", "your", "Recovery", "Services", "vault", ".", "This", "is", "an", "asynchronous", "operation", ".", "Use", "the", "GetPolicyOperationResult", "API", "to", "Get", "the", "operation", "status", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protection_policies.rb#L284-L286
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/ddos_custom_policies.rb
Azure::Network::Mgmt::V2019_02_01.DdosCustomPolicies.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "ddos_custom_policy_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "ddos_custom_policy_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates a DDoS custom policy. @param resource_group_name [String] The name of the resource group. @param ddos_custom_policy_name [String] The name of the DDoS custom policy. @param parameters [DdosCustomPolicy] Parameters supplied to the create or update operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "a", "DDoS", "custom", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/ddos_custom_policies.rb#L356-L358
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/ddos_custom_policies.rb
Azure::Network::Mgmt::V2019_02_01.DdosCustomPolicies.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, ddos_custom_policy_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "ddos_custom_policy_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "ddos_custom_policy_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Update a DDoS custom policy tags @param resource_group_name [String] The name of the resource group. @param ddos_custom_policy_name [String] The name of the DDoS custom policy. @param parameters [TagsObject] Parameters supplied to the update DDoS custom policy resource tags. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Update", "a", "DDoS", "custom", "policy", "tags" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/ddos_custom_policies.rb#L472-L474
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/applications.rb
Azure::ManagedApplications::Mgmt::V2018_06_01.Applications.get_by_id
def get_by_id(application_id, custom_headers:nil) response = get_by_id_async(application_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_by_id(application_id, custom_headers:nil) response = get_by_id_async(application_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_by_id", "(", "application_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_by_id_async", "(", "application_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the managed application. @param application_id [String] The fully qualified ID of the managed application, including the managed application name and the managed application resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applications/{application-name} @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Application] operation results.
[ "Gets", "the", "managed", "application", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/applications.rb#L518-L521
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb
Azure::Logic::Mgmt::V2016_06_01.Workflows.list_by_subscription_with_http_info
def list_by_subscription_with_http_info(top:nil, filter:nil, custom_headers:nil) list_by_subscription_async(top:top, filter:filter, custom_headers:custom_headers).value! end
ruby
def list_by_subscription_with_http_info(top:nil, filter:nil, custom_headers:nil) list_by_subscription_async(top:top, filter:filter, custom_headers:custom_headers).value! end
[ "def", "list_by_subscription_with_http_info", "(", "top", ":", "nil", ",", "filter", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_by_subscription_async", "(", "top", ":", "top", ",", "filter", ":", "filter", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets a list of workflows by subscription. @param top [Integer] The number of items to be included in the result. @param filter [String] The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "a", "list", "of", "workflows", "by", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb#L51-L53
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb
Azure::Logic::Mgmt::V2016_06_01.Workflows.disable
def disable(resource_group_name, workflow_name, custom_headers:nil) response = disable_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! nil end
ruby
def disable(resource_group_name, workflow_name, custom_headers:nil) response = disable_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! nil end
[ "def", "disable", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "disable_async", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Disables a workflow. @param resource_group_name [String] The resource group name. @param workflow_name [String] The workflow name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Disables", "a", "workflow", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb#L612-L615
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb
Azure::Logic::Mgmt::V2016_06_01.Workflows.enable
def enable(resource_group_name, workflow_name, custom_headers:nil) response = enable_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! nil end
ruby
def enable(resource_group_name, workflow_name, custom_headers:nil) response = enable_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! nil end
[ "def", "enable", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "enable_async", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Enables a workflow. @param resource_group_name [String] The resource group name. @param workflow_name [String] The workflow name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Enables", "a", "workflow", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb#L693-L696
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb
Azure::Logic::Mgmt::V2016_06_01.Workflows.list_swagger
def list_swagger(resource_group_name, workflow_name, custom_headers:nil) response = list_swagger_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_swagger(resource_group_name, workflow_name, custom_headers:nil) response = list_swagger_async(resource_group_name, workflow_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_swagger", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_swagger_async", "(", "resource_group_name", ",", "workflow_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets an OpenAPI definition for the workflow. @param resource_group_name [String] The resource group name. @param workflow_name [String] The workflow name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Object] operation results.
[ "Gets", "an", "OpenAPI", "definition", "for", "the", "workflow", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflows.rb#L977-L980
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/resource_provider_common.rb
Azure::IotHub::Mgmt::V2018_04_01.ResourceProviderCommon.get_subscription_quota
def get_subscription_quota(custom_headers:nil) response = get_subscription_quota_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_subscription_quota(custom_headers:nil) response = get_subscription_quota_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_subscription_quota", "(", "custom_headers", ":", "nil", ")", "response", "=", "get_subscription_quota_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get the number of iot hubs in the subscription Get the number of free and paid iot hubs in the subscription @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [UserSubscriptionQuotaListResult] operation results.
[ "Get", "the", "number", "of", "iot", "hubs", "in", "the", "subscription" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/resource_provider_common.rb#L34-L37
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb
Azure::Network::Mgmt::V2018_07_01.RouteTables.get_with_http_info
def get_with_http_info(resource_group_name, route_table_name, expand:nil, custom_headers:nil) get_async(resource_group_name, route_table_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, route_table_name, expand:nil, custom_headers:nil) get_async(resource_group_name, route_table_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "route_table_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "route_table_name", ",", "expand", ":", "expand", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets the specified route table. @param resource_group_name [String] The name of the resource group. @param route_table_name [String] The name of the route table. @param expand [String] Expands referenced resources. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "the", "specified", "route", "table", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb#L89-L91
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb
Azure::Network::Mgmt::V2018_07_01.RouteTables.begin_delete
def begin_delete(resource_group_name, route_table_name, custom_headers:nil) response = begin_delete_async(resource_group_name, route_table_name, custom_headers:custom_headers).value! nil end
ruby
def begin_delete(resource_group_name, route_table_name, custom_headers:nil) response = begin_delete_async(resource_group_name, route_table_name, custom_headers:custom_headers).value! nil end
[ "def", "begin_delete", "(", "resource_group_name", ",", "route_table_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_delete_async", "(", "resource_group_name", ",", "route_table_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the specified route table. @param resource_group_name [String] The name of the resource group. @param route_table_name [String] The name of the route table. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "the", "specified", "route", "table", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb#L430-L433
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb
Azure::Network::Mgmt::V2018_07_01.RouteTables.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, route_table_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, route_table_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, route_table_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, route_table_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "route_table_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "route_table_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Create or updates a route table in a specified resource group. @param resource_group_name [String] The name of the resource group. @param route_table_name [String] The name of the route table. @param parameters [RouteTable] Parameters supplied to the create or update route table operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Create", "or", "updates", "a", "route", "table", "in", "a", "specified", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb#L531-L533
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb
Azure::Network::Mgmt::V2018_07_01.RouteTables.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, route_table_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, route_table_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, route_table_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, route_table_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "route_table_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "route_table_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates a route table tags. @param resource_group_name [String] The name of the resource group. @param route_table_name [String] The name of the route table. @param parameters [TagsObject] Parameters supplied to update route table tags. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "a", "route", "table", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_tables.rb#L647-L649
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/jobs.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Jobs.get_with_http_info
def get_with_http_info(device_name, job_name, resource_group_name, manager_name, custom_headers:nil) get_async(device_name, job_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(device_name, job_name, resource_group_name, manager_name, custom_headers:nil) get_async(device_name, job_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "device_name", ",", "job_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "device_name", ",", "job_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets the details of the specified job name. @param device_name [String] The device name @param job_name [String] The job Name. @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "the", "details", "of", "the", "specified", "job", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/jobs.rb#L158-L160
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/local_network_gateways.rb
Azure::Network::Mgmt::V2018_07_01.LocalNetworkGateways.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, local_network_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, local_network_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, local_network_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, local_network_gateway_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "local_network_gateway_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "local_network_gateway_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates a local network gateway in the specified resource group. @param resource_group_name [String] The name of the resource group. @param local_network_gateway_name [String] The name of the local network gateway. @param parameters [LocalNetworkGateway] Parameters supplied to the create or update local network gateway operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "a", "local", "network", "gateway", "in", "the", "specified", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/local_network_gateways.rb#L375-L377
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/local_network_gateways.rb
Azure::Network::Mgmt::V2018_07_01.LocalNetworkGateways.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, local_network_gateway_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, local_network_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, local_network_gateway_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, local_network_gateway_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "local_network_gateway_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "local_network_gateway_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates a local network gateway tags. @param resource_group_name [String] The name of the resource group. @param local_network_gateway_name [String] The name of the local network gateway. @param parameters [TagsObject] Parameters supplied to update local network gateway tags. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "a", "local", "network", "gateway", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/local_network_gateways.rb#L580-L582
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb
Azure::ManagedApplications::Mgmt::V2018_06_01.ApplicationDefinitions.get_by_id
def get_by_id(application_definition_id, custom_headers:nil) response = get_by_id_async(application_definition_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_by_id(application_definition_id, custom_headers:nil) response = get_by_id_async(application_definition_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_by_id", "(", "application_definition_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_by_id_async", "(", "application_definition_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the managed application definition. @param application_definition_id [String] The fully qualified ID of the managed application definition, including the managed application name and the managed application definition resource type. Use the format, /subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applicationDefinitions/{applicationDefinition-name} @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ApplicationDefinition] operation results.
[ "Gets", "the", "managed", "application", "definition", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb#L325-L328
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb
Azure::ManagedApplications::Mgmt::V2018_06_01.ApplicationDefinitions.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, application_definition_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, application_definition_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, application_definition_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, application_definition_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "application_definition_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "application_definition_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates a new managed application definition. @param resource_group_name [String] The name of the resource group. The name is case insensitive. @param application_definition_name [String] The name of the managed application definition. @param parameters [ApplicationDefinition] Parameters supplied to the create or update an managed application definition. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "a", "new", "managed", "application", "definition", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb#L626-L628
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/pools.rb
Azure::NetApp::Mgmt::V2017_08_15_preview.Pools.get_with_http_info
def get_with_http_info(resource_group_name, account_name, pool_name, custom_headers:nil) get_async(resource_group_name, account_name, pool_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, account_name, pool_name, custom_headers:nil) get_async(resource_group_name, account_name, pool_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Get a capacity pool @param resource_group_name [String] The name of the resource group. @param account_name [String] The name of the NetApp account @param pool_name [String] The name of the capacity pool @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Get", "a", "capacity", "pool" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/pools.rb#L146-L148
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/backup_engines.rb
Azure::RecoveryServicesBackup::Mgmt::V2016_12_01.BackupEngines.get
def get(vault_name, resource_group_name, backup_engine_name, filter:nil, skip_token:nil, custom_headers:nil) response = get_async(vault_name, resource_group_name, backup_engine_name, filter:filter, skip_token:skip_token, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get(vault_name, resource_group_name, backup_engine_name, filter:nil, skip_token:nil, custom_headers:nil) response = get_async(vault_name, resource_group_name, backup_engine_name, filter:filter, skip_token:skip_token, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get", "(", "vault_name", ",", "resource_group_name", ",", "backup_engine_name", ",", "filter", ":", "nil", ",", "skip_token", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_async", "(", "vault_name", ",", "resource_group_name", ",", "backup_engine_name", ",", "filter", ":", "filter", ",", "skip_token", ":", "skip_token", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns backup management server registered to Recovery Services Vault. @param vault_name [String] The name of the recovery services vault. @param resource_group_name [String] The name of the resource group where the recovery services vault is present. @param backup_engine_name [String] Name of the backup management server. @param filter [String] OData filter options. @param skip_token [String] skipToken Filter. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [BackupEngineBaseResource] operation results.
[ "Returns", "backup", "management", "server", "registered", "to", "Recovery", "Services", "Vault", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/backup_engines.rb#L146-L149
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_hub/lib/2018-01-01-preview/generated/azure_mgmt_event_hub/configuration.rb
Azure::EventHub::Mgmt::V2018_01_01_preview.Configuration.patch_with_http_info
def patch_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil) patch_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! end
ruby
def patch_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil) patch_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! end
[ "def", "patch_with_http_info", "(", "resource_group_name", ",", "cluster_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "patch_async", "(", "resource_group_name", ",", "cluster_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified. @param resource_group_name [String] Name of the resource group within the Azure subscription. @param cluster_name [String] The name of the Event Hubs Cluster. @param parameters [ClusterQuotaConfigurationProperties] Parameters for creating an Event Hubs Cluster resource. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Replace", "all", "specified", "Event", "Hubs", "Cluster", "settings", "with", "those", "contained", "in", "the", "request", "body", ".", "Leaves", "the", "settings", "not", "specified", "in", "the", "request", "body", "unmodified", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2018-01-01-preview/generated/azure_mgmt_event_hub/configuration.rb#L60-L62
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.list_by_manager_with_http_info
def list_by_manager_with_http_info(resource_group_name, manager_name, expand:nil, custom_headers:nil) list_by_manager_async(resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def list_by_manager_with_http_info(resource_group_name, manager_name, expand:nil, custom_headers:nil) list_by_manager_async(resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "list_by_manager_with_http_info", "(", "resource_group_name", ",", "manager_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_by_manager_async", "(", "resource_group_name", ",", "manager_name", ",", "expand", ":", "expand", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Returns the list of devices for the specified manager. @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param expand [String] Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Returns", "the", "list", "of", "devices", "for", "the", "specified", "manager", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L97-L99
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.get_with_http_info
def get_with_http_info(device_name, resource_group_name, manager_name, expand:nil, custom_headers:nil) get_async(device_name, resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(device_name, resource_group_name, manager_name, expand:nil, custom_headers:nil) get_async(device_name, resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "expand", ":", "expand", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Returns the properties of the specified device. @param device_name [String] The device name @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param expand [String] Specify $expand=details to populate additional fields related to the device or $expand=rolloverdetails to populate additional fields related to the service data encryption key rollover on device @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Returns", "the", "properties", "of", "the", "specified", "device", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L203-L205
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.update_with_http_info
def update_with_http_info(device_name, parameters, resource_group_name, manager_name, custom_headers:nil) update_async(device_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(device_name, parameters, resource_group_name, manager_name, custom_headers:nil) update_async(device_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "device_name", ",", "parameters", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "device_name", ",", "parameters", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Patches the device. @param device_name [String] The device name @param parameters [DevicePatch] Patch representation of the device. @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Patches", "the", "device", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L347-L349
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.list_metric_definition_with_http_info
def list_metric_definition_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil) list_metric_definition_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def list_metric_definition_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil) list_metric_definition_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "list_metric_definition_with_http_info", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "list_metric_definition_async", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets the metric definitions for the specified device. @param device_name [String] The device name @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "the", "metric", "definitions", "for", "the", "specified", "device", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L831-L833
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.get_update_summary_with_http_info
def get_update_summary_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil) get_update_summary_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def get_update_summary_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil) get_update_summary_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "get_update_summary_with_http_info", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "get_update_summary_async", "(", "device_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Returns the update summary of the specified device name. @param device_name [String] The device name @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Returns", "the", "update", "summary", "of", "the", "specified", "device", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L969-L971
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb
Azure::Batch::Mgmt::V2015_12_01.BatchAccountOperations.synchronize_auto_storage_keys
def synchronize_auto_storage_keys(resource_group_name, account_name, custom_headers:nil) response = synchronize_auto_storage_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value! nil end
ruby
def synchronize_auto_storage_keys(resource_group_name, account_name, custom_headers:nil) response = synchronize_auto_storage_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value! nil end
[ "def", "synchronize_auto_storage_keys", "(", "resource_group_name", ",", "account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "synchronize_auto_storage_keys_async", "(", "resource_group_name", ",", "account_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Synchronizes access keys for the auto storage account configured for the specified Batch account. @param resource_group_name [String] The name of the resource group that contains the Batch account. @param account_name [String] The name of the Batch account. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Synchronizes", "access", "keys", "for", "the", "auto", "storage", "account", "configured", "for", "the", "specified", "Batch", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb#L526-L529
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb
Azure::Batch::Mgmt::V2015_12_01.BatchAccountOperations.regenerate_key_with_http_info
def regenerate_key_with_http_info(resource_group_name, account_name, parameters, custom_headers:nil) regenerate_key_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value! end
ruby
def regenerate_key_with_http_info(resource_group_name, account_name, parameters, custom_headers:nil) regenerate_key_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value! end
[ "def", "regenerate_key_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "regenerate_key_async", "(", "resource_group_name", ",", "account_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Regenerates the specified account key for the Batch account. @param resource_group_name [String] The name of the resource group that contains the Batch account. @param account_name [String] The name of the account. @param parameters [BatchAccountRegenerateKeyParameters] The type of key to regenerate. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Regenerates", "the", "specified", "account", "key", "for", "the", "Batch", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb#L637-L639
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb
Azure::Network::Mgmt::V2018_07_01.DefaultSecurityRules.list
def list(resource_group_name, network_security_group_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, network_security_group_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list(resource_group_name, network_security_group_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, network_security_group_name, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list", "(", "resource_group_name", ",", "network_security_group_name", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_as_lazy", "(", "resource_group_name", ",", "network_security_group_name", ",", "custom_headers", ":", "custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Gets all default security rules in a network security group. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array<SecurityRule>] operation results.
[ "Gets", "all", "default", "security", "rules", "in", "a", "network", "security", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb#L35-L38
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb
Azure::Network::Mgmt::V2018_07_01.DefaultSecurityRules.get_with_http_info
def get_with_http_info(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:nil) get_async(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:nil) get_async(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "default_security_rule_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "default_security_rule_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Get the specified default network security rule. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param default_security_rule_name [String] The name of the default security rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Get", "the", "specified", "default", "network", "security", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb#L150-L152
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb
Azure::RecoveryServices::Mgmt::V2016_06_01.Vaults.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil) create_or_update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil) create_or_update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "vault_name", ",", "vault", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "vault_name", ",", "vault", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates a Recovery Services vault. @param resource_group_name [String] The name of the resource group where the recovery services vault is present. @param vault_name [String] The name of the recovery services vault. @param vault [Vault] Recovery Services Vault to be created. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "a", "Recovery", "Services", "vault", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb#L323-L325
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb
Azure::RecoveryServices::Mgmt::V2016_06_01.Vaults.update_with_http_info
def update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil) update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil) update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "vault_name", ",", "vault", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "vault_name", ",", "vault", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates the vault. @param resource_group_name [String] The name of the resource group where the recovery services vault is present. @param vault_name [String] The name of the recovery services vault. @param vault [PatchVault] Recovery Services Vault to be created. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "the", "vault", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb#L523-L525
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.update_with_http_info
def update_with_http_info(resource_group_name, workspace_name, parameters, custom_headers:nil) update_async(resource_group_name, workspace_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, workspace_name, parameters, custom_headers:nil) update_async(resource_group_name, workspace_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "workspace_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "workspace_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates a machine learning workspace with the specified parameters. @param resource_group_name [String] Name of the resource group in which workspace is located. @param workspace_name [String] Name of Azure Machine Learning workspace. @param parameters [WorkspaceUpdateParameters] The parameters for updating a machine learning workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "a", "machine", "learning", "workspace", "with", "the", "specified", "parameters", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L354-L356
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.resync_keys
def resync_keys(resource_group_name, workspace_name, custom_headers:nil) response = resync_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! nil end
ruby
def resync_keys(resource_group_name, workspace_name, custom_headers:nil) response = resync_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! nil end
[ "def", "resync_keys", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "resync_keys_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry @param resource_group_name [String] Name of the resource group in which workspace is located. @param workspace_name [String] Name of Azure Machine Learning workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Resync", "all", "the", "keys", "associated", "with", "this", "workspace", ".", "This", "includes", "keys", "for", "the", "storage", "account", "app", "insights", "and", "password", "for", "container", "registry" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L638-L641
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.list_by_subscription
def list_by_subscription(skiptoken:nil, custom_headers:nil) first_page = list_by_subscription_as_lazy(skiptoken:skiptoken, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list_by_subscription(skiptoken:nil, custom_headers:nil) first_page = list_by_subscription_as_lazy(skiptoken:skiptoken, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list_by_subscription", "(", "skiptoken", ":", "nil", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_by_subscription_as_lazy", "(", "skiptoken", ":", "skiptoken", ",", "custom_headers", ":", "custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Lists all the available machine learning workspaces under the specified subscription. @param skiptoken [String] Continuation token for pagination. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array<Workspace>] operation results.
[ "Lists", "all", "the", "available", "machine", "learning", "workspaces", "under", "the", "specified", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L724-L727
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_recovery_plans.rb
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationRecoveryPlans.update
def update(recovery_plan_name, input, custom_headers:nil) response = update_async(recovery_plan_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def update(recovery_plan_name, input, custom_headers:nil) response = update_async(recovery_plan_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "update", "(", "recovery_plan_name", ",", "input", ",", "custom_headers", ":", "nil", ")", "response", "=", "update_async", "(", "recovery_plan_name", ",", "input", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Updates the given recovery plan. The operation to update a recovery plan. @param recovery_plan_name [String] Recovery plan name. @param input [UpdateRecoveryPlanInput] Update recovery plan input @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [RecoveryPlan] operation results.
[ "Updates", "the", "given", "recovery", "plan", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_recovery_plans.rb#L306-L309
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb
Azure::Network::Mgmt::V2018_07_01.HubVirtualNetworkConnections.get_with_http_info
def get_with_http_info(resource_group_name, virtual_hub_name, connection_name, custom_headers:nil) get_async(resource_group_name, virtual_hub_name, connection_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, virtual_hub_name, connection_name, custom_headers:nil) get_async(resource_group_name, virtual_hub_name, connection_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "virtual_hub_name", ",", "connection_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "virtual_hub_name", ",", "connection_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Retrieves the details of a HubVirtualNetworkConnection. @param resource_group_name [String] The resource group name of the VirtualHub. @param virtual_hub_name [String] The name of the VirtualHub. @param connection_name [String] The name of the vpn connection. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Retrieves", "the", "details", "of", "a", "HubVirtualNetworkConnection", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb#L53-L55
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb
Azure::Network::Mgmt::V2018_07_01.HubVirtualNetworkConnections.list
def list(resource_group_name, virtual_hub_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, virtual_hub_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list(resource_group_name, virtual_hub_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, virtual_hub_name, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list", "(", "resource_group_name", ",", "virtual_hub_name", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_as_lazy", "(", "resource_group_name", ",", "virtual_hub_name", ",", "custom_headers", ":", "custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Retrieves the details of all HubVirtualNetworkConnections. @param resource_group_name [String] The resource group name of the VirtualHub. @param virtual_hub_name [String] The name of the VirtualHub. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array<HubVirtualNetworkConnection>] operation results.
[ "Retrieves", "the", "details", "of", "all", "HubVirtualNetworkConnections", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb#L134-L137
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.list_link_targets
def list_link_targets(custom_headers:nil) response = list_link_targets_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_link_targets(custom_headers:nil) response = list_link_targets_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_link_targets", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_link_targets_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get a list of workspaces which the current user has administrator privileges and are not associated with an Azure Subscription. The subscriptionId parameter in the Url is ignored. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "a", "list", "of", "workspaces", "which", "the", "current", "user", "has", "administrator", "privileges", "and", "are", "not", "associated", "with", "an", "Azure", "Subscription", ".", "The", "subscriptionId", "parameter", "in", "the", "Url", "is", "ignored", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L34-L37
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.get_schema
def get_schema(resource_group_name, workspace_name, custom_headers:nil) response = get_schema_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_schema(resource_group_name, workspace_name, custom_headers:nil) response = get_schema_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_schema", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_schema_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the schema for a given workspace. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] Log Analytics workspace name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SearchGetSchemaResponse] operation results.
[ "Gets", "the", "schema", "for", "a", "given", "workspace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L141-L144
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.purge
def purge(resource_group_name, workspace_name, custom_headers:nil) response = purge_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def purge(resource_group_name, workspace_name, custom_headers:nil) response = purge_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "purge", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "purge_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Purges data in an Log Analytics workspace by a set of user-defined filters. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] Log Analytics workspace name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [WorkspacePurgeResponse] operation results.
[ "Purges", "data", "in", "an", "Log", "Analytics", "workspace", "by", "a", "set", "of", "user", "-", "defined", "filters", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L394-L397
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.get_purge_status
def get_purge_status(resource_group_name, workspace_name, custom_headers:nil) response = get_purge_status_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_purge_status(resource_group_name, workspace_name, custom_headers:nil) response = get_purge_status_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_purge_status", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_purge_status_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets status of an ongoing purge operation. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] Log Analytics workspace name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [WorkspacePurgeStatusResponse] operation results.
[ "Gets", "status", "of", "an", "ongoing", "purge", "operation", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L500-L503
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/jobs.rb
Azure::Scheduler::Mgmt::V2016_03_01.Jobs.get_with_http_info
def get_with_http_info(resource_group_name, job_collection_name, job_name, custom_headers:nil) get_async(resource_group_name, job_collection_name, job_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, job_collection_name, job_name, custom_headers:nil) get_async(resource_group_name, job_collection_name, job_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "job_collection_name", ",", "job_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "job_collection_name", ",", "job_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets a job. @param resource_group_name [String] The resource group name. @param job_collection_name [String] The job collection name. @param job_name [String] The job name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "a", "job", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/jobs.rb#L51-L53
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb
Azure::SQL::Mgmt::V2018_06_01_preview.InstancePools.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "instance_pool_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "instance_pool_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates an instance pool. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param instance_pool_name [String] The name of the instance pool to be created or updated. @param parameters [InstancePool] The requested instance pool resource state. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "an", "instance", "pool", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb#L485-L487
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb
Azure::SQL::Mgmt::V2018_06_01_preview.InstancePools.begin_update_with_http_info
def begin_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_with_http_info", "(", "resource_group_name", ",", "instance_pool_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_async", "(", "resource_group_name", ",", "instance_pool_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Updates an instance pool. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param instance_pool_name [String] The name of the instance pool to be updated. @param parameters [InstancePoolUpdate] The requested instance pool resource state. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Updates", "an", "instance", "pool", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb#L699-L701
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb
Azure::Network::Mgmt::V2018_07_01.SecurityRules.get_with_http_info
def get_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil) get_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil) get_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "security_rule_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "security_rule_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Get the specified network security rule. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param security_rule_name [String] The name of the security rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Get", "the", "specified", "network", "security", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb#L95-L97
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb
Azure::Network::Mgmt::V2018_07_01.SecurityRules.begin_delete_with_http_info
def begin_delete_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil) begin_delete_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value! end
ruby
def begin_delete_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil) begin_delete_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value! end
[ "def", "begin_delete_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "security_rule_name", ",", "custom_headers", ":", "nil", ")", "begin_delete_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "security_rule_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Deletes the specified network security rule. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param security_rule_name [String] The name of the security rule. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Deletes", "the", "specified", "network", "security", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb#L338-L340
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb
Azure::Automation::Mgmt::V2015_10_31.ModuleModelOperations.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "module_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "automation_account_name", ",", "module_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Create or Update the module identified by module name. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param module_name [String] The name of module. @param parameters [ModuleCreateOrUpdateParameters] The create or update parameters for module. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Create", "or", "Update", "the", "module", "identified", "by", "module", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb#L242-L244
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb
Azure::Automation::Mgmt::V2015_10_31.ModuleModelOperations.update_with_http_info
def update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "module_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "automation_account_name", ",", "module_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Update the module identified by module name. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param module_name [String] The name of module. @param parameters [ModuleUpdateParameters] The update parameters for module. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Update", "the", "module", "identified", "by", "module", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb#L363-L365
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_domains
def get_domains(custom_headers:nil) response = get_domains_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_domains(custom_headers:nil) response = get_domains_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_domains", "(", "custom_headers", ":", "nil", ")", "response", "=", "get_domains_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get a list of the available domains. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "a", "list", "of", "the", "available", "domains", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L122-L125
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_domain
def get_domain(domain_id, custom_headers:nil) response = get_domain_async(domain_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_domain(domain_id, custom_headers:nil) response = get_domain_async(domain_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_domain", "(", "domain_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_domain_async", "(", "domain_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get information about a specific domain. @param domain_id The id of the domain to get information about. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Domain] operation results.
[ "Get", "information", "about", "a", "specific", "domain", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L223-L226
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_untagged_image_count
def get_untagged_image_count(project_id, iteration_id:nil, custom_headers:nil) response = get_untagged_image_count_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_untagged_image_count(project_id, iteration_id:nil, custom_headers:nil) response = get_untagged_image_count_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_untagged_image_count", "(", "project_id", ",", "iteration_id", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_untagged_image_count_async", "(", "project_id", ",", "iteration_id", ":", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the number of untagged images. This API returns the images which have no tags for a given project and optionally an iteration. If no iteration is specified the current workspace is used. @param project_id The project id. @param iteration_id The iteration id. Defaults to workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Number] operation results.
[ "Gets", "the", "number", "of", "untagged", "images", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L435-L438
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_image_tags
def create_image_tags(project_id, batch, custom_headers:nil) response = create_image_tags_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_image_tags(project_id, batch, custom_headers:nil) response = create_image_tags_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_image_tags", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_image_tags_async", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Associate a set of images with a set of tags. @param project_id The project id. @param batch [ImageTagCreateBatch] Batch of image tags. Limited to 128 tags per batch. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageTagCreateSummary] operation results.
[ "Associate", "a", "set", "of", "images", "with", "a", "set", "of", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L544-L547
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_image_regions
def create_image_regions(project_id, batch, custom_headers:nil) response = create_image_regions_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_image_regions(project_id, batch, custom_headers:nil) response = create_image_regions_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_image_regions", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_image_regions_async", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Create a set of image regions. This API accepts a batch of image regions, and optionally tags, to update existing images with region information. There is a limit of 64 entries in the batch. @param project_id The project id. @param batch [ImageRegionCreateBatch] Batch of image regions which include a tag and bounding box. Limited to 64. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageRegionCreateSummary] operation results.
[ "Create", "a", "set", "of", "image", "regions", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L745-L748
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_image_regions
def delete_image_regions(project_id, region_ids, custom_headers:nil) response = delete_image_regions_async(project_id, region_ids, custom_headers:custom_headers).value! nil end
ruby
def delete_image_regions(project_id, region_ids, custom_headers:nil) response = delete_image_regions_async(project_id, region_ids, custom_headers:custom_headers).value! nil end
[ "def", "delete_image_regions", "(", "project_id", ",", "region_ids", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_image_regions_async", "(", "project_id", ",", "region_ids", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a set of image regions. @param project_id The project id. @param region_ids Regions to delete. Limited to 64. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "set", "of", "image", "regions", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L854-L857
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_images
def delete_images(project_id, image_ids, custom_headers:nil) response = delete_images_async(project_id, image_ids, custom_headers:custom_headers).value! nil end
ruby
def delete_images(project_id, image_ids, custom_headers:nil) response = delete_images_async(project_id, image_ids, custom_headers:custom_headers).value! nil end
[ "def", "delete_images", "(", "project_id", ",", "image_ids", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_images_async", "(", "project_id", ",", "image_ids", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Delete images from the set of training images. @param project_id The project id. @param image_ids Ids of the images to be deleted. Limited to 256 images per batch. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "images", "from", "the", "set", "of", "training", "images", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1491-L1494
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_files
def create_images_from_files(project_id, batch, custom_headers:nil) response = create_images_from_files_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_images_from_files(project_id, batch, custom_headers:nil) response = create_images_from_files_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_images_from_files", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_images_from_files_async", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Add the provided batch of images to the set of training images. This API accepts a batch of files, and optionally tags, to create images. There is a limit of 64 images and 20 tags. @param project_id The project id. @param batch [ImageFileCreateBatch] The batch of image files to add. Limited to 64 images and 20 tags per batch. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageCreateSummary] operation results.
[ "Add", "the", "provided", "batch", "of", "images", "to", "the", "set", "of", "training", "images", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1583-L1586
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_urls
def create_images_from_urls(project_id, batch, custom_headers:nil) response = create_images_from_urls_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_images_from_urls(project_id, batch, custom_headers:nil) response = create_images_from_urls_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_images_from_urls", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_images_from_urls_async", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Add the provided images urls to the set of training images. This API accepts a batch of urls, and optionally tags, to create images. There is a limit of 64 images and 20 tags. @param project_id The project id. @param batch [ImageUrlCreateBatch] Image urls and tag ids. Limited to 64 images and 20 tags per batch. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageCreateSummary] operation results.
[ "Add", "the", "provided", "images", "urls", "to", "the", "set", "of", "training", "images", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1695-L1698
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_predictions
def create_images_from_predictions(project_id, batch, custom_headers:nil) response = create_images_from_predictions_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_images_from_predictions(project_id, batch, custom_headers:nil) response = create_images_from_predictions_async(project_id, batch, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_images_from_predictions", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_images_from_predictions_async", "(", "project_id", ",", "batch", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Add the specified predicted images to the set of training images. This API creates a batch of images from predicted images specified. There is a limit of 64 images and 20 tags. @param project_id The project id. @param batch [ImageIdCreateBatch] Image and tag ids. Limited to 64 images and 20 tags per batch. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageCreateSummary] operation results.
[ "Add", "the", "specified", "predicted", "images", "to", "the", "set", "of", "training", "images", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1807-L1810
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_image_region_proposals
def get_image_region_proposals(project_id, image_id, custom_headers:nil) response = get_image_region_proposals_async(project_id, image_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_image_region_proposals(project_id, image_id, custom_headers:nil) response = get_image_region_proposals_async(project_id, image_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_image_region_proposals", "(", "project_id", ",", "image_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_image_region_proposals_async", "(", "project_id", ",", "image_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get region proposals for an image. Returns empty array if no proposals are found. This API will get region proposals for an image along with confidences for the region. It returns an empty array if no proposals are found. @param project_id The project id. @param image_id The image id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ImageRegionProposal] operation results.
[ "Get", "region", "proposals", "for", "an", "image", ".", "Returns", "empty", "array", "if", "no", "proposals", "are", "found", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1919-L1922
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_prediction
def delete_prediction(project_id, ids, custom_headers:nil) response = delete_prediction_async(project_id, ids, custom_headers:custom_headers).value! nil end
ruby
def delete_prediction(project_id, ids, custom_headers:nil) response = delete_prediction_async(project_id, ids, custom_headers:custom_headers).value! nil end
[ "def", "delete_prediction", "(", "project_id", ",", "ids", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_prediction_async", "(", "project_id", ",", "ids", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a set of predicted images and their associated prediction results. @param project_id The project id. @param ids The prediction ids. Limited to 64. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "set", "of", "predicted", "images", "and", "their", "associated", "prediction", "results", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2019-L2022
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.query_predictions
def query_predictions(project_id, query, custom_headers:nil) response = query_predictions_async(project_id, query, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def query_predictions(project_id, query, custom_headers:nil) response = query_predictions_async(project_id, query, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "query_predictions", "(", "project_id", ",", "query", ",", "custom_headers", ":", "nil", ")", "response", "=", "query_predictions_async", "(", "project_id", ",", "query", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get images that were sent to your prediction endpoint. @param project_id The project id. @param query [PredictionQueryToken] Parameters used to query the predictions. Limited to combining 2 tags. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [PredictionQueryResult] operation results.
[ "Get", "images", "that", "were", "sent", "to", "your", "prediction", "endpoint", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2331-L2334
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_projects
def get_projects(custom_headers:nil) response = get_projects_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_projects(custom_headers:nil) response = get_projects_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_projects", "(", "custom_headers", ":", "nil", ")", "response", "=", "get_projects_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get your projects. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "your", "projects", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2821-L2824
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_project_with_http_info
def create_project_with_http_info(name, description:nil, domain_id:nil, classification_type:nil, target_export_platforms:nil, custom_headers:nil) create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, target_export_platforms:target_export_platforms, custom_headers:custom_headers).value! end
ruby
def create_project_with_http_info(name, description:nil, domain_id:nil, classification_type:nil, target_export_platforms:nil, custom_headers:nil) create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, target_export_platforms:target_export_platforms, custom_headers:custom_headers).value! end
[ "def", "create_project_with_http_info", "(", "name", ",", "description", ":", "nil", ",", "domain_id", ":", "nil", ",", "classification_type", ":", "nil", ",", "target_export_platforms", ":", "nil", ",", "custom_headers", ":", "nil", ")", "create_project_async", "(", "name", ",", "description", ":", "description", ",", "domain_id", ":", "domain_id", ",", "classification_type", ":", "classification_type", ",", "target_export_platforms", ":", "target_export_platforms", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Create a project. @param name [String] Name of the project. @param description [String] The description of the project. @param domain_id The id of the domain to use for this project. Defaults to General. @param classification_type [Enum] The type of classifier to create for this project. Possible values include: 'Multiclass', 'Multilabel' @param target_export_platforms [Array<Enum>] List of platforms the trained model is intending exporting to. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Create", "a", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2950-L2952
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_project
def get_project(project_id, custom_headers:nil) response = get_project_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_project(project_id, custom_headers:nil) response = get_project_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_project", "(", "project_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_project_async", "(", "project_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get a specific project. @param project_id The id of the project to get. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Project] operation results.
[ "Get", "a", "specific", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3032-L3035
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.update_project
def update_project(project_id, updated_project, custom_headers:nil) response = update_project_async(project_id, updated_project, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def update_project(project_id, updated_project, custom_headers:nil) response = update_project_async(project_id, updated_project, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "update_project", "(", "project_id", ",", "updated_project", ",", "custom_headers", ":", "nil", ")", "response", "=", "update_project_async", "(", "project_id", ",", "updated_project", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Update a specific project. @param project_id The id of the project to update. @param updated_project [Project] The updated project model. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Project] operation results.
[ "Update", "a", "specific", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3200-L3203
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_iterations
def get_iterations(project_id, custom_headers:nil) response = get_iterations_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_iterations(project_id, custom_headers:nil) response = get_iterations_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_iterations", "(", "project_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_iterations_async", "(", "project_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get iterations for the project. @param project_id The project id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "iterations", "for", "the", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3413-L3416
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_iteration
def get_iteration(project_id, iteration_id, custom_headers:nil) response = get_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_iteration(project_id, iteration_id, custom_headers:nil) response = get_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_iteration", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_iteration_async", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get a specific iteration. @param project_id The id of the project the iteration belongs to. @param iteration_id The id of the iteration to get. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Iteration] operation results.
[ "Get", "a", "specific", "iteration", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3519-L3522
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_iteration
def delete_iteration(project_id, iteration_id, custom_headers:nil) response = delete_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! nil end
ruby
def delete_iteration(project_id, iteration_id, custom_headers:nil) response = delete_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! nil end
[ "def", "delete_iteration", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_iteration_async", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a specific iteration of a project. @param project_id The project id. @param iteration_id The iteration id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "specific", "iteration", "of", "a", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3611-L3614
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.unpublish_iteration
def unpublish_iteration(project_id, iteration_id, custom_headers:nil) response = unpublish_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! nil end
ruby
def unpublish_iteration(project_id, iteration_id, custom_headers:nil) response = unpublish_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value! nil end
[ "def", "unpublish_iteration", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "unpublish_iteration_async", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Unpublish a specific iteration. @param project_id The project id. @param iteration_id The iteration id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Unpublish", "a", "specific", "iteration", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3909-L3912
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_exports
def get_exports(project_id, iteration_id, custom_headers:nil) response = get_exports_async(project_id, iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_exports(project_id, iteration_id, custom_headers:nil) response = get_exports_async(project_id, iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_exports", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_exports_async", "(", "project_id", ",", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get the list of exports for a specific iteration. @param project_id The project id. @param iteration_id The iteration id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "the", "list", "of", "exports", "for", "a", "specific", "iteration", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3992-L3995
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_tag
def delete_tag(project_id, tag_id, custom_headers:nil) response = delete_tag_async(project_id, tag_id, custom_headers:custom_headers).value! nil end
ruby
def delete_tag(project_id, tag_id, custom_headers:nil) response = delete_tag_async(project_id, tag_id, custom_headers:custom_headers).value! nil end
[ "def", "delete_tag", "(", "project_id", ",", "tag_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_tag_async", "(", "project_id", ",", "tag_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a tag from the project. @param project_id The project id. @param tag_id Id of the tag to be deleted. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "tag", "from", "the", "project", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L4307-L4310
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_tags
def get_tags(project_id, iteration_id:nil, custom_headers:nil) response = get_tags_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_tags(project_id, iteration_id:nil, custom_headers:nil) response = get_tags_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_tags", "(", "project_id", ",", "iteration_id", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_tags_async", "(", "project_id", ",", "iteration_id", ":", "iteration_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get the tags for a given project and iteration. @param project_id The project id. @param iteration_id The iteration id. Defaults to workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Get", "the", "tags", "for", "a", "given", "project", "and", "iteration", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L4494-L4497
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb
Azure::Logic::Mgmt::V2016_06_01.Agreements.get_with_http_info
def get_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "integration_account_name", ",", "agreement_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "integration_account_name", ",", "agreement_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets an integration account agreement. @param resource_group_name [String] The resource group name. @param integration_account_name [String] The integration account name. @param agreement_name [String] The integration account agreement name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "an", "integration", "account", "agreement", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb#L152-L154
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb
Azure::Logic::Mgmt::V2016_06_01.Agreements.delete_with_http_info
def delete_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "integration_account_name", ",", "agreement_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "integration_account_name", ",", "agreement_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Deletes an integration account agreement. @param resource_group_name [String] The resource group name. @param integration_account_name [String] The integration account name. @param agreement_name [String] The integration account agreement name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Deletes", "an", "integration", "account", "agreement", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb#L367-L369
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_resources_management/lib/2018-03-01-preview/generated/azure_mgmt_resources_management/management_group_subscriptions.rb
Azure::ResourcesManagement::Mgmt::V2018_03_01_preview.ManagementGroupSubscriptions.delete_with_http_info
def delete_with_http_info(group_id, subscription_id, cache_control:'no-cache', custom_headers:nil) delete_async(group_id, subscription_id, cache_control:cache_control, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(group_id, subscription_id, cache_control:'no-cache', custom_headers:nil) delete_async(group_id, subscription_id, cache_control:cache_control, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "group_id", ",", "subscription_id", ",", "cache_control", ":", "'no-cache'", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "group_id", ",", "subscription_id", ",", "cache_control", ":", "cache_control", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
De-associates subscription from the management group. @param group_id [String] Management Group ID. @param subscription_id [String] Subscription ID. @param cache_control [String] Indicates that the request shouldn't utilize any caches. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "De", "-", "associates", "subscription", "from", "the", "management", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources_management/lib/2018-03-01-preview/generated/azure_mgmt_resources_management/management_group_subscriptions.rb#L142-L144
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb
Azure::SQL::Mgmt::V2017_10_01_preview.ManagedDatabaseVulnerabilityAssessmentRuleBaselines.get_with_http_info
def get_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil) get_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil) get_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "managed_instance_name", ",", "database_name", ",", "rule_id", ",", "baseline_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "managed_instance_name", ",", "database_name", ",", "rule_id", ",", "baseline_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Gets a database's vulnerability assessment rule baseline. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param managed_instance_name [String] The name of the managed instance. @param database_name [String] The name of the database for which the vulnerability assessment rule baseline is defined. @param rule_id [String] The vulnerability assessment rule ID. @param baseline_name [VulnerabilityAssessmentPolicyBaselineName] The name of the vulnerability assessment rule baseline (default implies a baseline on a database level rule and master for server level rule). Possible values include: 'master', 'default' @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Gets", "a", "database", "s", "vulnerability", "assessment", "rule", "baseline", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb#L70-L72
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb
Azure::SQL::Mgmt::V2017_10_01_preview.ManagedDatabaseVulnerabilityAssessmentRuleBaselines.delete_with_http_info
def delete_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil) delete_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil) delete_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "managed_instance_name", ",", "database_name", ",", "rule_id", ",", "baseline_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "managed_instance_name", ",", "database_name", ",", "rule_id", ",", "baseline_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Removes the database's vulnerability assessment rule baseline. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param managed_instance_name [String] The name of the managed instance. @param database_name [String] The name of the database for which the vulnerability assessment rule baseline is defined. @param rule_id [String] The vulnerability assessment rule ID. @param baseline_name [VulnerabilityAssessmentPolicyBaselineName] The name of the vulnerability assessment rule baseline (default implies a baseline on a database level rule and master for server level rule). Possible values include: 'master', 'default' @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Removes", "the", "database", "s", "vulnerability", "assessment", "rule", "baseline", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb#L329-L331
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_server_variables
def list_available_server_variables(custom_headers:nil) response = list_available_server_variables_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_available_server_variables(custom_headers:nil) response = list_available_server_variables_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_available_server_variables", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_available_server_variables_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists all available server variables. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Lists", "all", "available", "server", "variables", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L600-L603
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_request_headers
def list_available_request_headers(custom_headers:nil) response = list_available_request_headers_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_available_request_headers(custom_headers:nil) response = list_available_request_headers_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_available_request_headers", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_available_request_headers_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists all available request headers. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Lists", "all", "available", "request", "headers", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L699-L702
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_response_headers
def list_available_response_headers(custom_headers:nil) response = list_available_response_headers_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_available_response_headers(custom_headers:nil) response = list_available_response_headers_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_available_response_headers", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_available_response_headers_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists all available response headers. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Lists", "all", "available", "response", "headers", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L798-L801
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_waf_rule_sets
def list_available_waf_rule_sets(custom_headers:nil) response = list_available_waf_rule_sets_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_available_waf_rule_sets(custom_headers:nil) response = list_available_waf_rule_sets_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_available_waf_rule_sets", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_available_waf_rule_sets_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists all available web application firewall rule sets. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ApplicationGatewayAvailableWafRuleSetsResult] operation results.
[ "Lists", "all", "available", "web", "application", "firewall", "rule", "sets", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L897-L900
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_ssl_options
def list_available_ssl_options(custom_headers:nil) response = list_available_ssl_options_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_available_ssl_options(custom_headers:nil) response = list_available_ssl_options_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_available_ssl_options", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_available_ssl_options_async", "(", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists available Ssl options for configuring Ssl policy. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ApplicationGatewayAvailableSslOptions] operation results.
[ "Lists", "available", "Ssl", "options", "for", "configuring", "Ssl", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L981-L984
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.get_ssl_predefined_policy
def get_ssl_predefined_policy(predefined_policy_name, custom_headers:nil) response = get_ssl_predefined_policy_async(predefined_policy_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_ssl_predefined_policy(predefined_policy_name, custom_headers:nil) response = get_ssl_predefined_policy_async(predefined_policy_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_ssl_predefined_policy", "(", "predefined_policy_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_ssl_predefined_policy_async", "(", "predefined_policy_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets Ssl predefined policy with the specified policy name. @param predefined_policy_name [String] Name of Ssl predefined policy. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ApplicationGatewaySslPredefinedPolicy] operation results.
[ "Gets", "Ssl", "predefined", "policy", "with", "the", "specified", "policy", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L1150-L1153
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, application_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, application_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, application_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, application_gateway_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "application_gateway_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "application_gateway_name", ",", "parameters", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "end" ]
Creates or updates the specified application gateway. @param resource_group_name [String] The name of the resource group. @param application_gateway_name [String] The name of the application gateway. @param parameters [ApplicationGateway] Parameters supplied to the create or update application gateway operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [MsRestAzure::AzureOperationResponse] HTTP response information.
[ "Creates", "or", "updates", "the", "specified", "application", "gateway", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L1339-L1341
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_prebuilt_entities
def list_prebuilt_entities(app_id, version_id, custom_headers:nil) response = list_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_prebuilt_entities(app_id, version_id, custom_headers:nil) response = list_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_prebuilt_entities", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_prebuilt_entities_async", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets all the available prebuilt entities in a version of the application. @param app_id The application ID. @param version_id [String] The version ID. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Gets", "all", "the", "available", "prebuilt", "entities", "in", "a", "version", "of", "the", "application", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L1465-L1468
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_intents
def list_custom_prebuilt_intents(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_intents_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_custom_prebuilt_intents(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_intents_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_custom_prebuilt_intents", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_custom_prebuilt_intents_async", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets information about customizable prebuilt intents added to a version of the application. @param app_id The application ID. @param version_id [String] The version ID. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Gets", "information", "about", "customizable", "prebuilt", "intents", "added", "to", "a", "version", "of", "the", "application", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4448-L4451
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_entities
def list_custom_prebuilt_entities(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_custom_prebuilt_entities(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_custom_prebuilt_entities", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_custom_prebuilt_entities_async", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets all prebuilt entities used in a version of the application. @param app_id The application ID. @param version_id [String] The version ID. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Gets", "all", "prebuilt", "entities", "used", "in", "a", "version", "of", "the", "application", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4672-L4675
train
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_models
def list_custom_prebuilt_models(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_models_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_custom_prebuilt_models(app_id, version_id, custom_headers:nil) response = list_custom_prebuilt_models_async(app_id, version_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_custom_prebuilt_models", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_custom_prebuilt_models_async", "(", "app_id", ",", "version_id", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets all prebuilt intent and entity model information used in a version of this application. @param app_id The application ID. @param version_id [String] The version ID. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array] operation results.
[ "Gets", "all", "prebuilt", "intent", "and", "entity", "model", "information", "used", "in", "a", "version", "of", "this", "application", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4780-L4783
train
Azure/azure-sdk-for-ruby
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.get_details
def get_details(resource_group_name, server_name, custom_headers:nil) response = get_details_async(resource_group_name, server_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_details(resource_group_name, server_name, custom_headers:nil) response = get_details_async(resource_group_name, server_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_details", "(", "resource_group_name", ",", "server_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_details_async", "(", "resource_group_name", ",", "server_name", ",", "custom_headers", ":", "custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets details about the specified Analysis Services server. @param resource_group_name [String] The name of the Azure Resource group of which a given Analysis Services server is part. This name must be at least 1 character in length, and no more than 90. @param server_name [String] The name of the Analysis Services server. It must be a minimum of 3 characters, and a maximum of 63. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [AnalysisServicesServer] operation results.
[ "Gets", "details", "about", "the", "specified", "Analysis", "Services", "server", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L39-L42
train