id
int32
0
24.9k
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
list
docstring
stringlengths
8
16k
docstring_tokens
list
sha
stringlengths
40
40
url
stringlengths
94
266
13,800
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2017-09-01/generated/azure_mgmt_batch/pool_operations.rb
Azure::Batch::Mgmt::V2017_09_01.PoolOperations.update_with_http_info
def update_with_http_info(resource_group_name, account_name, pool_name, parameters, if_match:nil, custom_headers:nil) update_async(resource_group_name, account_name, pool_name, parameters, if_match:if_match, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, account_name, pool_name, parameters, if_match:nil, custom_headers:nil) update_async(resource_group_name, account_name, pool_name, parameters, if_match:if_match, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "parameters", ",", "if_match", ":", "nil", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "parameters", ",", "if_match", ":if_match", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates the properties of an existing pool. @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 pool_name [String] The pool name. This must be unique within the account. @param parameters [Pool] Pool properties that should be updated. Properties that are supplied will be updated, any property not supplied will be unchanged. @param if_match [String] The entity state (ETag) version of the pool to update. This value can be omitted or set to "*" to apply the operation unconditionally. @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", "properties", "of", "an", "existing", "pool", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2017-09-01/generated/azure_mgmt_batch/pool_operations.rb#L282-L284
13,801
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2017-09-01/generated/azure_mgmt_batch/pool_operations.rb
Azure::Batch::Mgmt::V2017_09_01.PoolOperations.begin_create
def begin_create(resource_group_name, account_name, pool_name, parameters, if_match:nil, if_none_match:nil, custom_headers:nil) response = begin_create_async(resource_group_name, account_name, pool_name, parameters, if_match:if_match, if_none_match:if_none_match, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def begin_create(resource_group_name, account_name, pool_name, parameters, if_match:nil, if_none_match:nil, custom_headers:nil) response = begin_create_async(resource_group_name, account_name, pool_name, parameters, if_match:if_match, if_none_match:if_none_match, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "begin_create", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "parameters", ",", "if_match", ":", "nil", ",", "if_none_match", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_create_async", "(", "resource_group_name", ",", "account_name", ",", "pool_name", ",", "parameters", ",", "if_match", ":if_match", ",", "if_none_match", ":if_none_match", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Creates a new pool inside the specified 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 pool_name [String] The pool name. This must be unique within the account. @param parameters [Pool] Additional parameters for pool creation. @param if_match [String] The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied. @param if_none_match [String] Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Pool] operation results.
[ "Creates", "a", "new", "pool", "inside", "the", "specified", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2017-09-01/generated/azure_mgmt_batch/pool_operations.rb#L788-L791
13,802
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/application_package_operations.rb
Azure::Batch::Mgmt::V2015_12_01.ApplicationPackageOperations.create_with_http_info
def create_with_http_info(resource_group_name, account_name, application_id, version, custom_headers:nil) create_async(resource_group_name, account_name, application_id, version, custom_headers:custom_headers).value! end
ruby
def create_with_http_info(resource_group_name, account_name, application_id, version, custom_headers:nil) create_async(resource_group_name, account_name, application_id, version, custom_headers:custom_headers).value! end
[ "def", "create_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "application_id", ",", "version", ",", "custom_headers", ":", "nil", ")", "create_async", "(", "resource_group_name", ",", "account_name", ",", "application_id", ",", "version", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates an application package record. @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 application_id [String] The ID of the application. @param version [String] The version of the application. @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", "an", "application", "package", "record", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/application_package_operations.rb#L165-L167
13,803
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/application_package_operations.rb
Azure::Batch::Mgmt::V2015_12_01.ApplicationPackageOperations.delete_with_http_info
def delete_with_http_info(resource_group_name, account_name, application_id, version, custom_headers:nil) delete_async(resource_group_name, account_name, application_id, version, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, account_name, application_id, version, custom_headers:nil) delete_async(resource_group_name, account_name, application_id, version, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "application_id", ",", "version", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "account_name", ",", "application_id", ",", "version", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes an application package record and its associated binary file. @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 application_id [String] The ID of the application. @param version [String] The version of the application to delete. @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", "application", "package", "record", "and", "its", "associated", "binary", "file", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/application_package_operations.rb#L271-L273
13,804
Azure/azure-sdk-for-ruby
management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.FirewallRules.get_with_http_info
def get_with_http_info(resource_group_name, account_name, firewall_rule_name, custom_headers:nil) get_async(resource_group_name, account_name, firewall_rule_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, account_name, firewall_rule_name, custom_headers:nil) get_async(resource_group_name, account_name, firewall_rule_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "account_name", ",", "firewall_rule_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the specified Data Lake Analytics firewall rule. @param resource_group_name [String] The name of the Azure resource group. @param account_name [String] The name of the Data Lake Analytics account. @param firewall_rule_name [String] The name of the firewall rule to retrieve. @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", "Data", "Lake", "Analytics", "firewall", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb#L262-L264
13,805
Azure/azure-sdk-for-ruby
management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.FirewallRules.delete_with_http_info
def delete_with_http_info(resource_group_name, account_name, firewall_rule_name, custom_headers:nil) delete_async(resource_group_name, account_name, firewall_rule_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, account_name, firewall_rule_name, custom_headers:nil) delete_async(resource_group_name, account_name, firewall_rule_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "firewall_rule_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "account_name", ",", "firewall_rule_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes the specified firewall rule from the specified Data Lake Analytics account @param resource_group_name [String] The name of the Azure resource group. @param account_name [String] The name of the Data Lake Analytics account. @param firewall_rule_name [String] The name of the firewall rule to delete. @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", "firewall", "rule", "from", "the", "specified", "Data", "Lake", "Analytics", "account" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/firewall_rules.rb#L468-L470
13,806
Azure/azure-sdk-for-ruby
management/azure_mgmt_hdinsight/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/configurations.rb
Azure::Hdinsight::Mgmt::V2018_06_01_preview.Configurations.get_with_http_info
def get_with_http_info(resource_group_name, cluster_name, configuration_name, custom_headers:nil) get_async(resource_group_name, cluster_name, configuration_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, cluster_name, configuration_name, custom_headers:nil) get_async(resource_group_name, cluster_name, configuration_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "cluster_name", ",", "configuration_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "cluster_name", ",", "configuration_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
The configuration object for the specified cluster. This API is not recommended and might be removed in the future. Please consider using List configurations API instead. @param resource_group_name [String] The name of the resource group. @param cluster_name [String] The name of the cluster. @param configuration_name [String] The name of the cluster configuration. @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.
[ "The", "configuration", "object", "for", "the", "specified", "cluster", ".", "This", "API", "is", "not", "recommended", "and", "might", "be", "removed", "in", "the", "future", ".", "Please", "consider", "using", "List", "configurations", "API", "instead", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_hdinsight/lib/2018-06-01-preview/generated/azure_mgmt_hdinsight/configurations.rb#L190-L192
13,807
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/express_route_ports.rb
Azure::Network::Mgmt::V2019_02_01.ExpressRoutePorts.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, express_route_port_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, express_route_port_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, express_route_port_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, express_route_port_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "express_route_port_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "express_route_port_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates the specified ExpressRoutePort resource. @param resource_group_name [String] The name of the resource group. @param express_route_port_name [String] The name of the ExpressRoutePort resource. @param parameters [ExpressRoutePort] Parameters supplied to the create ExpressRoutePort 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", "ExpressRoutePort", "resource", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/express_route_ports.rb#L539-L541
13,808
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/express_route_ports.rb
Azure::Network::Mgmt::V2019_02_01.ExpressRoutePorts.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, express_route_port_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, express_route_port_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, express_route_port_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, express_route_port_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "express_route_port_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "express_route_port_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Update ExpressRoutePort tags @param resource_group_name [String] The name of the resource group. @param express_route_port_name [String] The name of the ExpressRoutePort resource. @param parameters [TagsObject] Parameters supplied to update ExpressRoutePort 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", "ExpressRoutePort", "tags" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/express_route_ports.rb#L658-L660
13,809
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag.rb
Azure::ApiManagement::Mgmt::V2018_01_01.Tag.get_with_http_info
def get_with_http_info(resource_group_name, service_name, tag_id, custom_headers:nil) get_async(resource_group_name, service_name, tag_id, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, service_name, tag_id, custom_headers:nil) get_async(resource_group_name, service_name, tag_id, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "tag_id", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "service_name", ",", "tag_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the details of the tag specified by its identifier. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param tag_id [String] Tag identifier. Must be unique in the current API Management service instance. @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", "tag", "specified", "by", "its", "identifier", "." ]
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/tag.rb#L271-L273
13,810
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/tag.rb
Azure::ApiManagement::Mgmt::V2018_01_01.Tag.list_by_operation_next
def list_by_operation_next(next_page_link, custom_headers:nil) response = list_by_operation_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_by_operation_next(next_page_link, custom_headers:nil) response = list_by_operation_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_by_operation_next", "(", "next_page_link", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_by_operation_next_async", "(", "next_page_link", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists all Tags associated with the Operation. @param next_page_link [String] The NextLink from the previous successful call to List operation. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [TagCollection] operation results.
[ "Lists", "all", "Tags", "associated", "with", "the", "Operation", "." ]
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/tag.rb#L2778-L2781
13,811
Azure/azure-sdk-for-ruby
data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb
Azure::GraphRbac::V1_6.Groups.is_member_of
def is_member_of(parameters, custom_headers:nil) response = is_member_of_async(parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def is_member_of(parameters, custom_headers:nil) response = is_member_of_async(parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "is_member_of", "(", "parameters", ",", "custom_headers", ":", "nil", ")", "response", "=", "is_member_of_async", "(", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Checks whether the specified user, group, contact, or service principal is a direct or transitive member of the specified group. @param parameters [CheckGroupMembershipParameters] The check group membership parameters. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [CheckGroupMembershipResult] operation results.
[ "Checks", "whether", "the", "specified", "user", "group", "contact", "or", "service", "principal", "is", "a", "direct", "or", "transitive", "member", "of", "the", "specified", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb#L35-L38
13,812
Azure/azure-sdk-for-ruby
data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb
Azure::GraphRbac::V1_6.Groups.remove_member
def remove_member(group_object_id, member_object_id, custom_headers:nil) response = remove_member_async(group_object_id, member_object_id, custom_headers:custom_headers).value! nil end
ruby
def remove_member(group_object_id, member_object_id, custom_headers:nil) response = remove_member_async(group_object_id, member_object_id, custom_headers:custom_headers).value! nil end
[ "def", "remove_member", "(", "group_object_id", ",", "member_object_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "remove_member_async", "(", "group_object_id", ",", "member_object_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Remove a member from a group. @param group_object_id [String] The object ID of the group from which to remove the member. @param member_object_id [String] Member object id @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Remove", "a", "member", "from", "a", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb#L135-L138
13,813
Azure/azure-sdk-for-ruby
data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb
Azure::GraphRbac::V1_6.Groups.add_member
def add_member(group_object_id, parameters, custom_headers:nil) response = add_member_async(group_object_id, parameters, custom_headers:custom_headers).value! nil end
ruby
def add_member(group_object_id, parameters, custom_headers:nil) response = add_member_async(group_object_id, parameters, custom_headers:custom_headers).value! nil end
[ "def", "add_member", "(", "group_object_id", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "response", "=", "add_member_async", "(", "group_object_id", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Add a member to a group. @param group_object_id [String] The object ID of the group to which to add the member. @param parameters [GroupAddMemberParameters] The URL of the member object, such as https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Add", "a", "member", "to", "a", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb#L221-L224
13,814
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/endpoint_keys.rb
Azure::CognitiveServices::Qnamaker::V4_0.EndpointKeys.get_keys
def get_keys(custom_headers:nil) response = get_keys_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_keys(custom_headers:nil) response = get_keys_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_keys", "(", "custom_headers", ":", "nil", ")", "response", "=", "get_keys_async", "(", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets endpoint keys for an endpoint @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [EndpointKeysDTO] operation results.
[ "Gets", "endpoint", "keys", "for", "an", "endpoint" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/endpoint_keys.rb#L32-L35
13,815
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/endpoint_keys.rb
Azure::CognitiveServices::Qnamaker::V4_0.EndpointKeys.refresh_keys
def refresh_keys(key_type, custom_headers:nil) response = refresh_keys_async(key_type, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def refresh_keys(key_type, custom_headers:nil) response = refresh_keys_async(key_type, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "refresh_keys", "(", "key_type", ",", "custom_headers", ":", "nil", ")", "response", "=", "refresh_keys_async", "(", "key_type", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Re-generates an endpoint key. @param key_type [String] Type of Key @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [EndpointKeysDTO] operation results.
[ "Re", "-", "generates", "an", "endpoint", "key", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/endpoint_keys.rb#L115-L118
13,816
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/protection_containers.rb
Azure::RecoveryServicesBackup::Mgmt::V2016_12_01.ProtectionContainers.refresh
def refresh(vault_name, resource_group_name, fabric_name, filter:nil, custom_headers:nil) response = refresh_async(vault_name, resource_group_name, fabric_name, filter:filter, custom_headers:custom_headers).value! nil end
ruby
def refresh(vault_name, resource_group_name, fabric_name, filter:nil, custom_headers:nil) response = refresh_async(vault_name, resource_group_name, fabric_name, filter:filter, custom_headers:custom_headers).value! nil end
[ "def", "refresh", "(", "vault_name", ",", "resource_group_name", ",", "fabric_name", ",", "filter", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "refresh_async", "(", "vault_name", ",", "resource_group_name", ",", "fabric_name", ",", "filter", ":", "filter", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Discovers all the containers in the subscription that can be backed up to Recovery Services Vault. This is an asynchronous operation. To know the status of the operation, call GetRefreshOperationResult API. @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 fabric_name [String] Fabric name associated the container. @param filter [String] OData filter options. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Discovers", "all", "the", "containers", "in", "the", "subscription", "that", "can", "be", "backed", "up", "to", "Recovery", "Services", "Vault", ".", "This", "is", "an", "asynchronous", "operation", ".", "To", "know", "the", "status", "of", "the", "operation", "call", "GetRefreshOperationResult", "API", "." ]
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/protection_containers.rb#L489-L492
13,817
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/endpoints.rb
Azure::CDN::Mgmt::V2015_06_01.Endpoints.list_by_profile
def list_by_profile(profile_name, resource_group_name, custom_headers:nil) response = list_by_profile_async(profile_name, resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_by_profile(profile_name, resource_group_name, custom_headers:nil) response = list_by_profile_async(profile_name, resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_by_profile", "(", "profile_name", ",", "resource_group_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_by_profile_async", "(", "profile_name", ",", "resource_group_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists existing CDN endpoints within a profile. @param profile_name [String] Name of the CDN profile within the resource group. @param resource_group_name [String] Name of the resource group within the Azure subscription. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [EndpointListResult] operation results.
[ "Lists", "existing", "CDN", "endpoints", "within", "a", "profile", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/endpoints.rb#L39-L42
13,818
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/endpoints.rb
Azure::CDN::Mgmt::V2015_06_01.Endpoints.begin_delete_if_exists_with_http_info
def begin_delete_if_exists_with_http_info(endpoint_name, profile_name, resource_group_name, custom_headers:nil) begin_delete_if_exists_async(endpoint_name, profile_name, resource_group_name, custom_headers:custom_headers).value! end
ruby
def begin_delete_if_exists_with_http_info(endpoint_name, profile_name, resource_group_name, custom_headers:nil) begin_delete_if_exists_async(endpoint_name, profile_name, resource_group_name, custom_headers:custom_headers).value! end
[ "def", "begin_delete_if_exists_with_http_info", "(", "endpoint_name", ",", "profile_name", ",", "resource_group_name", ",", "custom_headers", ":", "nil", ")", "begin_delete_if_exists_async", "(", "endpoint_name", ",", "profile_name", ",", "resource_group_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes an existing CDN endpoint with the specified parameters. @param endpoint_name [String] Name of the endpoint within the CDN profile. @param profile_name [String] Name of the CDN profile within the resource group. @param resource_group_name [String] Name of the resource group within the Azure subscription. @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", "existing", "CDN", "endpoint", "with", "the", "specified", "parameters", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2015-06-01/generated/azure_mgmt_cdn/endpoints.rb#L980-L982
13,819
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/vpn_gateways.rb
Azure::Network::Mgmt::V2018_07_01.VpnGateways.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, gateway_name, vpn_gateway_parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, gateway_name, vpn_gateway_parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, gateway_name, vpn_gateway_parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, gateway_name, vpn_gateway_parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "gateway_name", ",", "vpn_gateway_parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "gateway_name", ",", "vpn_gateway_parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates virtual wan vpn gateway tags. @param resource_group_name [String] The resource group name of the VpnGateway. @param gateway_name [String] The name of the gateway. @param vpn_gateway_parameters [TagsObject] Parameters supplied to update a virtual wan vpn 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", "virtual", "wan", "vpn", "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/vpn_gateways.rb#L584-L586
13,820
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb
Azure::SQL::Mgmt::V2017_03_01_preview.DatabaseOperations.cancel_with_http_info
def cancel_with_http_info(resource_group_name, server_name, database_name, operation_id, custom_headers:nil) cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers:custom_headers).value! end
ruby
def cancel_with_http_info(resource_group_name, server_name, database_name, operation_id, custom_headers:nil) cancel_async(resource_group_name, server_name, database_name, operation_id, custom_headers:custom_headers).value! end
[ "def", "cancel_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "operation_id", ",", "custom_headers", ":", "nil", ")", "cancel_async", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "operation_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Cancels the asynchronous operation on the database. @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 database_name [String] The name of the database. @param operation_id The operation identifier. @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.
[ "Cancels", "the", "asynchronous", "operation", "on", "the", "database", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/database_operations.rb#L59-L61
13,821
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb
Azure::SQL::Mgmt::V2014_04_01.ServiceObjectives.get_with_http_info
def get_with_http_info(resource_group_name, server_name, service_objective_name, custom_headers:nil) get_async(resource_group_name, server_name, service_objective_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, server_name, service_objective_name, custom_headers:nil) get_async(resource_group_name, server_name, service_objective_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "service_objective_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "server_name", ",", "service_objective_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets a database service objective. @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 service_objective_name [String] The name of the service objective to retrieve. @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", "service", "objective", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/service_objectives.rb#L60-L62
13,822
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/operations.rb
Azure::CognitiveServices::Qnamaker::V4_0.Operations.get_details
def get_details(operation_id, custom_headers:nil) response = get_details_async(operation_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_details(operation_id, custom_headers:nil) response = get_details_async(operation_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_details", "(", "operation_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_details_async", "(", "operation_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets details of a specific long running operation. @param operation_id [String] Operation id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Operation] operation results.
[ "Gets", "details", "of", "a", "specific", "long", "running", "operation", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_qnamaker/lib/4.0/generated/azure_cognitiveservices_qnamaker/operations.rb#L33-L36
13,823
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb
Azure::CDN::Mgmt::V2016_04_02.Profiles.begin_create_with_http_info
def begin_create_with_http_info(profile_name, profile_properties, resource_group_name, custom_headers:nil) begin_create_async(profile_name, profile_properties, resource_group_name, custom_headers:custom_headers).value! end
ruby
def begin_create_with_http_info(profile_name, profile_properties, resource_group_name, custom_headers:nil) begin_create_async(profile_name, profile_properties, resource_group_name, custom_headers:custom_headers).value! end
[ "def", "begin_create_with_http_info", "(", "profile_name", ",", "profile_properties", ",", "resource_group_name", ",", "custom_headers", ":", "nil", ")", "begin_create_async", "(", "profile_name", ",", "profile_properties", ",", "resource_group_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates a new CDN profile with the specified parameters. @param profile_name [String] Name of the CDN profile within the resource group. @param profile_properties [ProfileCreateParameters] Profile properties needed for creation. @param resource_group_name [String] Name of the resource group within the Azure subscription. @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", "CDN", "profile", "with", "the", "specified", "parameters", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2016-04-02/generated/azure_mgmt_cdn/profiles.rb#L584-L586
13,824
Azure/azure-sdk-for-ruby
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb
Azure::Labservices::Mgmt::V2018_10_15.LabAccounts.get_with_http_info
def get_with_http_info(resource_group_name, lab_account_name, expand:nil, custom_headers:nil) get_async(resource_group_name, lab_account_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, lab_account_name, expand:nil, custom_headers:nil) get_async(resource_group_name, lab_account_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "lab_account_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "lab_account_name", ",", "expand", ":", "expand", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Get lab account @param resource_group_name [String] The name of the resource group. @param lab_account_name [String] The name of the lab Account. @param expand [String] Specify the $expand query. Example: 'properties($expand=sizeConfiguration)' @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", "lab", "account" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb#L267-L269
13,825
Azure/azure-sdk-for-ruby
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb
Azure::Labservices::Mgmt::V2018_10_15.LabAccounts.delete
def delete(resource_group_name, lab_account_name, custom_headers:nil) response = delete_async(resource_group_name, lab_account_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, lab_account_name, custom_headers:nil) response = delete_async(resource_group_name, lab_account_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "lab_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "lab_account_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Delete lab account. This operation can take a while to complete @param resource_group_name [String] The name of the resource group. @param lab_account_name [String] The name of the lab Account. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "lab", "account", ".", "This", "operation", "can", "take", "a", "while", "to", "complete" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb#L457-L460
13,826
Azure/azure-sdk-for-ruby
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb
Azure::Labservices::Mgmt::V2018_10_15.LabAccounts.get_regional_availability
def get_regional_availability(resource_group_name, lab_account_name, custom_headers:nil) response = get_regional_availability_async(resource_group_name, lab_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_regional_availability(resource_group_name, lab_account_name, custom_headers:nil) response = get_regional_availability_async(resource_group_name, lab_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_regional_availability", "(", "resource_group_name", ",", "lab_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_regional_availability_async", "(", "resource_group_name", ",", "lab_account_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get regional availability information for each size category configured under a lab account @param resource_group_name [String] The name of the resource group. @param lab_account_name [String] The name of the lab Account. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [GetRegionalAvailabilityResponse] operation results.
[ "Get", "regional", "availability", "information", "for", "each", "size", "category", "configured", "under", "a", "lab", "account" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/lab_accounts.rb#L696-L699
13,827
Azure/azure-sdk-for-ruby
management/azure_mgmt_monitor/lib/2016-03-01/generated/azure_mgmt_monitor/alert_rules.rb
Azure::Monitor::Mgmt::V2016_03_01.AlertRules.update_with_http_info
def update_with_http_info(resource_group_name, rule_name, alert_rules_resource, custom_headers:nil) update_async(resource_group_name, rule_name, alert_rules_resource, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, rule_name, alert_rules_resource, custom_headers:nil) update_async(resource_group_name, rule_name, alert_rules_resource, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "rule_name", ",", "alert_rules_resource", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "rule_name", ",", "alert_rules_resource", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates an existing AlertRuleResource. To update other fields use the CreateOrUpdate method. @param resource_group_name [String] The name of the resource group. @param rule_name [String] The name of the rule. @param alert_rules_resource [AlertRuleResourcePatch] Parameters supplied to the 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", "an", "existing", "AlertRuleResource", ".", "To", "update", "other", "fields", "use", "the", "CreateOrUpdate", "method", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_monitor/lib/2016-03-01/generated/azure_mgmt_monitor/alert_rules.rb#L344-L346
13,828
Azure/azure-sdk-for-ruby
management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/job_collections.rb
Azure::Scheduler::Mgmt::V2016_03_01.JobCollections.begin_delete
def begin_delete(resource_group_name, job_collection_name, custom_headers:nil) response = begin_delete_async(resource_group_name, job_collection_name, custom_headers:custom_headers).value! nil end
ruby
def begin_delete(resource_group_name, job_collection_name, custom_headers:nil) response = begin_delete_async(resource_group_name, job_collection_name, custom_headers:custom_headers).value! nil end
[ "def", "begin_delete", "(", "resource_group_name", ",", "job_collection_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_delete_async", "(", "resource_group_name", ",", "job_collection_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes a job collection. @param resource_group_name [String] The resource group name. @param job_collection_name [String] The job collection name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "a", "job", "collection", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/job_collections.rb#L633-L636
13,829
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb
Azure::SQL::Mgmt::V2014_04_01.RestorableDroppedDatabases.get_with_http_info
def get_with_http_info(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:nil) get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:nil) get_async(resource_group_name, server_name, restorable_droppeded_database_id, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "restorable_droppeded_database_id", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "server_name", ",", "restorable_droppeded_database_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets a deleted database that can be restored @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 restorable_droppeded_database_id [String] The id of the deleted database in the form of databaseName,deletionTimeInFileTimeFormat @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", "deleted", "database", "that", "can", "be", "restored" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2014-04-01/generated/azure_mgmt_sql/restorable_dropped_databases.rb#L60-L62
13,830
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_filters.rb
Azure::Network::Mgmt::V2018_07_01.RouteFilters.delete
def delete(resource_group_name, route_filter_name, custom_headers:nil) response = delete_async(resource_group_name, route_filter_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, route_filter_name, custom_headers:nil) response = delete_async(resource_group_name, route_filter_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "route_filter_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "route_filter_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the specified route filter. @param resource_group_name [String] The name of the resource group. @param route_filter_name [String] The name of the route filter. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "the", "specified", "route", "filter", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_filters.rb#L32-L35
13,831
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_filters.rb
Azure::Network::Mgmt::V2018_07_01.RouteFilters.get_with_http_info
def get_with_http_info(resource_group_name, route_filter_name, expand:nil, custom_headers:nil) get_async(resource_group_name, route_filter_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, route_filter_name, expand:nil, custom_headers:nil) get_async(resource_group_name, route_filter_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "route_filter_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "route_filter_name", ",", "expand", ":", "expand", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the specified route filter. @param resource_group_name [String] The name of the resource group. @param route_filter_name [String] The name of the route filter. @param expand [String] Expands referenced express route bgp peering 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", "filter", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_filters.rb#L91-L93
13,832
Azure/azure-sdk-for-ruby
management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/script_actions.rb
Azure::Hdinsight::Mgmt::V2015_03_01_preview.ScriptActions.delete_with_http_info
def delete_with_http_info(resource_group_name, cluster_name, script_name, custom_headers:nil) delete_async(resource_group_name, cluster_name, script_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, cluster_name, script_name, custom_headers:nil) delete_async(resource_group_name, cluster_name, script_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "cluster_name", ",", "script_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "cluster_name", ",", "script_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes a specified persisted script action of the cluster. @param resource_group_name [String] The name of the resource group. @param cluster_name [String] The name of the cluster. @param script_name [String] The name of the script. @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", "specified", "persisted", "script", "action", "of", "the", "cluster", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/script_actions.rb#L50-L52
13,833
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/api_version_set.rb
Azure::ApiManagement::Mgmt::V2018_01_01.ApiVersionSet.get_with_http_info
def get_with_http_info(resource_group_name, service_name, version_set_id, custom_headers:nil) get_async(resource_group_name, service_name, version_set_id, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, service_name, version_set_id, custom_headers:nil) get_async(resource_group_name, service_name, version_set_id, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "version_set_id", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "service_name", ",", "version_set_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the details of the Api Version Set specified by its identifier. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param version_set_id [String] Api Version Set identifier. Must be unique in the current API Management service instance. @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", "Api", "Version", "Set", "specified", "by", "its", "identifier", "." ]
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/api_version_set.rb#L304-L306
13,834
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb
Azure::SQL::Mgmt::V2015_05_01_preview.Servers.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, server_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, server_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "server_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates a server. @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 parameters [Server] The requested server 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", "a", "server", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/servers.rb#L472-L474
13,835
Azure/azure-sdk-for-ruby
management/azure_mgmt_msi/lib/2015-08-31-preview/generated/azure_mgmt_msi/user_assigned_identities.rb
Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview.UserAssignedIdentities.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, resource_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, resource_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, resource_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, resource_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "resource_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "resource_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Create or update an identity in the specified subscription and resource group. @param resource_group_name [String] The name of the Resource Group to which the identity belongs. @param resource_name [String] The name of the identity resource. @param parameters [Identity] Parameters to create or update the identity @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", "an", "identity", "in", "the", "specified", "subscription", "and", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_msi/lib/2015-08-31-preview/generated/azure_mgmt_msi/user_assigned_identities.rb#L236-L238
13,836
Azure/azure-sdk-for-ruby
management/azure_mgmt_msi/lib/2015-08-31-preview/generated/azure_mgmt_msi/user_assigned_identities.rb
Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview.UserAssignedIdentities.update_with_http_info
def update_with_http_info(resource_group_name, resource_name, parameters, custom_headers:nil) update_async(resource_group_name, resource_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, resource_name, parameters, custom_headers:nil) update_async(resource_group_name, resource_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "resource_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "resource_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Update an identity in the specified subscription and resource group. @param resource_group_name [String] The name of the Resource Group to which the identity belongs. @param resource_name [String] The name of the identity resource. @param parameters [Identity] Parameters to update the identity @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", "an", "identity", "in", "the", "specified", "subscription", "and", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_msi/lib/2015-08-31-preview/generated/azure_mgmt_msi/user_assigned_identities.rb#L353-L355
13,837
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb
Azure::Network::Mgmt::V2019_02_01.NatGateways.get_with_http_info
def get_with_http_info(resource_group_name, nat_gateway_name, expand:nil, custom_headers:nil) get_async(resource_group_name, nat_gateway_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, nat_gateway_name, expand:nil, custom_headers:nil) get_async(resource_group_name, nat_gateway_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "nat_gateway_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "nat_gateway_name", ",", "expand", ":", "expand", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the specified nat gateway in a specified resource group. @param resource_group_name [String] The name of the resource group. @param nat_gateway_name [String] The name of the nat gateway. @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", "nat", "gateway", "in", "a", "specified", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb#L89-L91
13,838
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb
Azure::Network::Mgmt::V2019_02_01.NatGateways.update_tags_with_http_info
def update_tags_with_http_info(resource_group_name, nat_gateway_name, parameters, custom_headers:nil) update_tags_async(resource_group_name, nat_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_tags_with_http_info(resource_group_name, nat_gateway_name, parameters, custom_headers:nil) update_tags_async(resource_group_name, nat_gateway_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_tags_with_http_info", "(", "resource_group_name", ",", "nat_gateway_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_tags_async", "(", "resource_group_name", ",", "nat_gateway_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates nat gateway tags. @param resource_group_name [String] The name of the resource group. @param nat_gateway_name [String] The name of the nat gateway. @param parameters [TagsObject] Parameters supplied to update nat 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", "nat", "gateway", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb#L232-L234
13,839
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb
Azure::Network::Mgmt::V2019_02_01.NatGateways.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, nat_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, nat_gateway_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, nat_gateway_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, nat_gateway_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "nat_gateway_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "nat_gateway_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates a nat gateway. @param resource_group_name [String] The name of the resource group. @param nat_gateway_name [String] The name of the nat gateway. @param parameters [NatGateway] Parameters supplied to the create or update nat 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", "nat", "gateway", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/nat_gateways.rb#L591-L593
13,840
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/azure_firewalls.rb
Azure::Network::Mgmt::V2018_07_01.AzureFirewalls.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, azure_firewall_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, azure_firewall_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, azure_firewall_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, azure_firewall_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "azure_firewall_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "azure_firewall_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates the specified Azure Firewall. @param resource_group_name [String] The name of the resource group. @param azure_firewall_name [String] The name of the Azure Firewall. @param parameters [AzureFirewall] Parameters supplied to the create or update Azure Firewall 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", "Azure", "Firewall", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/azure_firewalls.rb#L482-L484
13,841
Azure/azure-sdk-for-ruby
management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/assets.rb
Azure::MediaServices::Mgmt::V2018_07_01.Assets.get_with_http_info
def get_with_http_info(resource_group_name, account_name, asset_name, custom_headers:nil) get_async(resource_group_name, account_name, asset_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, account_name, asset_name, custom_headers:nil) get_async(resource_group_name, account_name, asset_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "asset_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "account_name", ",", "asset_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Get an Asset Get the details of an Asset in the Media Services account @param resource_group_name [String] The name of the resource group within the Azure subscription. @param account_name [String] The Media Services account name. @param asset_name [String] The Asset 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.
[ "Get", "an", "Asset" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/assets.rb#L179-L181
13,842
Azure/azure-sdk-for-ruby
management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/assets.rb
Azure::MediaServices::Mgmt::V2018_07_01.Assets.delete_with_http_info
def delete_with_http_info(resource_group_name, account_name, asset_name, custom_headers:nil) delete_async(resource_group_name, account_name, asset_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, account_name, asset_name, custom_headers:nil) delete_async(resource_group_name, account_name, asset_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "asset_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "account_name", ",", "asset_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Delete an Asset. Deletes an Asset in the Media Services account @param resource_group_name [String] The name of the resource group within the Azure subscription. @param account_name [String] The Media Services account name. @param asset_name [String] The Asset 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.
[ "Delete", "an", "Asset", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/assets.rb#L409-L411
13,843
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancer_load_balancing_rules.rb
Azure::Network::Mgmt::V2018_07_01.LoadBalancerLoadBalancingRules.get_with_http_info
def get_with_http_info(resource_group_name, load_balancer_name, load_balancing_rule_name, custom_headers:nil) get_async(resource_group_name, load_balancer_name, load_balancing_rule_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, load_balancer_name, load_balancing_rule_name, custom_headers:nil) get_async(resource_group_name, load_balancer_name, load_balancing_rule_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "load_balancer_name", ",", "load_balancing_rule_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "load_balancer_name", ",", "load_balancing_rule_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the specified load balancer load balancing rule. @param resource_group_name [String] The name of the resource group. @param load_balancer_name [String] The name of the load balancer. @param load_balancing_rule_name [String] The name of the load balancing 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", "the", "specified", "load", "balancer", "load", "balancing", "rule", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancer_load_balancing_rules.rb#L143-L145
13,844
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_site_recovery/lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/replication_policies.rb
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10.ReplicationPolicies.create
def create(policy_name, input, custom_headers:nil) response = create_async(policy_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create(policy_name, input, custom_headers:nil) response = create_async(policy_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create", "(", "policy_name", ",", "input", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_async", "(", "policy_name", ",", "input", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Creates the policy. The operation to create a replication policy @param policy_name [String] Replication policy name @param input [CreatePolicyInput] Create policy input @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Policy] operation results.
[ "Creates", "the", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/replication_policies.rb#L132-L135
13,845
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_site_recovery/lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/replication_policies.rb
Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10.ReplicationPolicies.begin_update
def begin_update(policy_name, input, custom_headers:nil) response = begin_update_async(policy_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def begin_update(policy_name, input, custom_headers:nil) response = begin_update_async(policy_name, input, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "begin_update", "(", "policy_name", ",", "input", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_update_async", "(", "policy_name", ",", "input", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Updates the protection profile. The operation to update a replication policy. @param policy_name [String] Protection profile Id. @param input [UpdatePolicyInput] Update Protection Profile Input @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Policy] operation results.
[ "Updates", "the", "protection", "profile", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/replication_policies.rb#L542-L545
13,846
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/custom_domains.rb
Azure::CDN::Mgmt::V2017_04_02.CustomDomains.get_with_http_info
def get_with_http_info(resource_group_name, profile_name, endpoint_name, custom_domain_name, custom_headers:nil) get_async(resource_group_name, profile_name, endpoint_name, custom_domain_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, profile_name, endpoint_name, custom_domain_name, custom_headers:nil) get_async(resource_group_name, profile_name, endpoint_name, custom_domain_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_name", ",", "custom_domain_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_name", ",", "custom_domain_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets an existing custom domain within an endpoint. @param resource_group_name [String] Name of the Resource group within the Azure subscription. @param profile_name [String] Name of the CDN profile which is unique within the resource group. @param endpoint_name [String] Name of the endpoint under the profile which is unique globally. @param custom_domain_name [String] Name of the custom domain within an endpoint. @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", "existing", "custom", "domain", "within", "an", "endpoint", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2017-04-02/generated/azure_mgmt_cdn/custom_domains.rb#L171-L173
13,847
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2015_01_01.ManagementLocks.delete_at_resource_group_level
def delete_at_resource_group_level(resource_group_name, lock_name, custom_headers:nil) response = delete_at_resource_group_level_async(resource_group_name, lock_name, custom_headers:custom_headers).value! nil end
ruby
def delete_at_resource_group_level(resource_group_name, lock_name, custom_headers:nil) response = delete_at_resource_group_level_async(resource_group_name, lock_name, custom_headers:custom_headers).value! nil end
[ "def", "delete_at_resource_group_level", "(", "resource_group_name", ",", "lock_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_at_resource_group_level_async", "(", "resource_group_name", ",", "lock_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the management lock of a resource group. @param resource_group_name [String] The resource group name. @param lock_name [String] The name of lock. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "the", "management", "lock", "of", "a", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb#L149-L152
13,848
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2015_01_01.ManagementLocks.get_at_resource_group_level
def get_at_resource_group_level(resource_group_name, lock_name, custom_headers:nil) response = get_at_resource_group_level_async(resource_group_name, lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_at_resource_group_level(resource_group_name, lock_name, custom_headers:nil) response = get_at_resource_group_level_async(resource_group_name, lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_at_resource_group_level", "(", "resource_group_name", ",", "lock_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_at_resource_group_level_async", "(", "resource_group_name", ",", "lock_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets a management lock at the resource group level. @param resource_group_name [String] The resource group name. @param lock_name [String] The lock name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ManagementLockObject] operation results.
[ "Gets", "a", "management", "lock", "at", "the", "resource", "group", "level", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb#L234-L237
13,849
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2015_01_01.ManagementLocks.create_or_update_at_subscription_level
def create_or_update_at_subscription_level(lock_name, parameters, custom_headers:nil) response = create_or_update_at_subscription_level_async(lock_name, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_or_update_at_subscription_level(lock_name, parameters, custom_headers:nil) response = create_or_update_at_subscription_level_async(lock_name, parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_or_update_at_subscription_level", "(", "lock_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_or_update_at_subscription_level_async", "(", "lock_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Create or update a management lock at the subscription level. @param lock_name [String] The name of lock. @param parameters [ManagementLockObject] The management lock parameters. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ManagementLockObject] operation results.
[ "Create", "or", "update", "a", "management", "lock", "at", "the", "subscription", "level", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2015-01-01/generated/azure_mgmt_locks/management_locks.rb#L569-L572
13,850
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/authorization_policies.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.AuthorizationPolicies.get_with_http_info
def get_with_http_info(resource_group_name, hub_name, authorization_policy_name, custom_headers:nil) get_async(resource_group_name, hub_name, authorization_policy_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, hub_name, authorization_policy_name, custom_headers:nil) get_async(resource_group_name, hub_name, authorization_policy_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "authorization_policy_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "hub_name", ",", "authorization_policy_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets an authorization policy in the hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param authorization_policy_name [String] The name of the policy. @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", "authorization", "policy", "in", "the", "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/authorization_policies.rb#L177-L179
13,851
Azure/azure-sdk-for-ruby
management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/locations.rb
Azure::DataLakeAnalytics::Mgmt::V2016_11_01.Locations.get_capability
def get_capability(location, custom_headers:nil) response = get_capability_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_capability(location, custom_headers:nil) response = get_capability_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_capability", "(", "location", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_capability_async", "(", "location", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets subscription-level properties and limits for Data Lake Analytics specified by resource location. @param location [String] The resource location without whitespace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [CapabilityInformation] operation results.
[ "Gets", "subscription", "-", "level", "properties", "and", "limits", "for", "Data", "Lake", "Analytics", "specified", "by", "resource", "location", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_analytics/lib/2016-11-01/generated/azure_mgmt_datalake_analytics/locations.rb#L34-L37
13,852
Azure/azure-sdk-for-ruby
management/azure_mgmt_container_service/lib/2017-09-30/generated/azure_mgmt_container_service/container_services.rb
Azure::ContainerService::Mgmt::V2017_09_30.ContainerServices.list_orchestrators
def list_orchestrators(location, resource_type:nil, custom_headers:nil) response = list_orchestrators_async(location, resource_type:resource_type, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_orchestrators(location, resource_type:nil, custom_headers:nil) response = list_orchestrators_async(location, resource_type:resource_type, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_orchestrators", "(", "location", ",", "resource_type", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_orchestrators_async", "(", "location", ",", "resource_type", ":resource_type", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets a list of supported orchestrators in the specified subscription. Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each orchestrator including version and available upgrades. @param location [String] The name of a supported Azure region. @param resource_type [String] resource type for which the list of orchestrators needs to be returned @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [OrchestratorVersionProfileListResult] operation results.
[ "Gets", "a", "list", "of", "supported", "orchestrators", "in", "the", "specified", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_container_service/lib/2017-09-30/generated/azure_mgmt_container_service/container_services.rb#L39-L42
13,853
Azure/azure-sdk-for-ruby
management/azure_mgmt_mixedreality/lib/2019-02-28-preview/generated/azure_mgmt_mixedreality/spatial_anchors_accounts.rb
Azure::MixedReality::Mgmt::V2019_02_28_preview.SpatialAnchorsAccounts.delete
def delete(resource_group_name, spatial_anchors_account_name, custom_headers:nil) response = delete_async(resource_group_name, spatial_anchors_account_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, spatial_anchors_account_name, custom_headers:nil) response = delete_async(resource_group_name, spatial_anchors_account_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "spatial_anchors_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "spatial_anchors_account_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a Spatial Anchors Account. @param resource_group_name [String] Name of an Azure resource group. @param spatial_anchors_account_name [String] Name of an Mixed Reality Spatial Anchors Account. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "Spatial", "Anchors", "Account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_mixedreality/lib/2019-02-28-preview/generated/azure_mgmt_mixedreality/spatial_anchors_accounts.rb#L209-L212
13,854
Azure/azure-sdk-for-ruby
management/azure_mgmt_mixedreality/lib/2019-02-28-preview/generated/azure_mgmt_mixedreality/spatial_anchors_accounts.rb
Azure::MixedReality::Mgmt::V2019_02_28_preview.SpatialAnchorsAccounts.get_keys
def get_keys(resource_group_name, spatial_anchors_account_name, custom_headers:nil) response = get_keys_async(resource_group_name, spatial_anchors_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_keys(resource_group_name, spatial_anchors_account_name, custom_headers:nil) response = get_keys_async(resource_group_name, spatial_anchors_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_keys", "(", "resource_group_name", ",", "spatial_anchors_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_keys_async", "(", "resource_group_name", ",", "spatial_anchors_account_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get Both of the 2 Keys of a Spatial Anchors Account @param resource_group_name [String] Name of an Azure resource group. @param spatial_anchors_account_name [String] Name of an Mixed Reality Spatial Anchors Account. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SpatialAnchorsAccountKeys] operation results.
[ "Get", "Both", "of", "the", "2", "Keys", "of", "a", "Spatial", "Anchors", "Account" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_mixedreality/lib/2019-02-28-preview/generated/azure_mgmt_mixedreality/spatial_anchors_accounts.rb#L641-L644
13,855
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2019-01-01/generated/azure_mgmt_api_management/logger.rb
Azure::ApiManagement::Mgmt::V2019_01_01.Logger.delete_with_http_info
def delete_with_http_info(resource_group_name, service_name, logger_id, if_match, force:nil, custom_headers:nil) delete_async(resource_group_name, service_name, logger_id, if_match, force:force, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, service_name, logger_id, if_match, force:nil, custom_headers:nil) delete_async(resource_group_name, service_name, logger_id, if_match, force:force, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "logger_id", ",", "if_match", ",", "force", ":", "nil", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "service_name", ",", "logger_id", ",", "if_match", ",", "force", ":", "force", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes the specified logger. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param logger_id [String] Logger identifier. Must be unique in the API Management service instance. @param if_match [String] ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update. @param force [Boolean] Force deletion even if diagnostic is attached. @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", "logger", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_api_management/lib/2019-01-01/generated/azure_mgmt_api_management/logger.rb#L634-L636
13,856
Azure/azure-sdk-for-ruby
management/azure_mgmt_advisor/lib/2017-03-31/generated/azure_mgmt_advisor/suppressions.rb
Azure::Advisor::Mgmt::V2017_03_31.Suppressions.get_with_http_info
def get_with_http_info(resource_uri, recommendation_id, name, custom_headers:nil) get_async(resource_uri, recommendation_id, name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_uri, recommendation_id, name, custom_headers:nil) get_async(resource_uri, recommendation_id, name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_uri", ",", "recommendation_id", ",", "name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_uri", ",", "recommendation_id", ",", "name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Obtains the details of a suppression. @param resource_uri [String] The fully qualified Azure Resource Manager identifier of the resource to which the recommendation applies. @param recommendation_id [String] The recommendation ID. @param name [String] The name of the suppression. @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.
[ "Obtains", "the", "details", "of", "a", "suppression", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_advisor/lib/2017-03-31/generated/azure_mgmt_advisor/suppressions.rb#L53-L55
13,857
Azure/azure-sdk-for-ruby
management/azure_mgmt_compute/lib/2019-03-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb
Azure::Compute::Mgmt::V2019_03_01.VirtualMachineScaleSetExtensions.list
def list(resource_group_name, vm_scale_set_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, vm_scale_set_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list(resource_group_name, vm_scale_set_name, custom_headers:nil) first_page = list_as_lazy(resource_group_name, vm_scale_set_name, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list", "(", "resource_group_name", ",", "vm_scale_set_name", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_as_lazy", "(", "resource_group_name", ",", "vm_scale_set_name", ",", "custom_headers", ":custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Gets a list of all extensions in a VM scale set. @param resource_group_name [String] The name of the resource group. @param vm_scale_set_name [String] The name of the VM scale set containing the extension. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array<VirtualMachineScaleSetExtension>] operation results.
[ "Gets", "a", "list", "of", "all", "extensions", "in", "a", "VM", "scale", "set", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_compute/lib/2019-03-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb#L229-L232
13,858
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb
Azure::Automation::Mgmt::V2015_10_31.DscNodeOperations.delete_with_http_info
def delete_with_http_info(resource_group_name, automation_account_name, node_id, custom_headers:nil) delete_async(resource_group_name, automation_account_name, node_id, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, automation_account_name, node_id, custom_headers:nil) delete_async(resource_group_name, automation_account_name, node_id, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "node_id", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "automation_account_name", ",", "node_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Delete the dsc node identified by node id. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param node_id [String] The node id. @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.
[ "Delete", "the", "dsc", "node", "identified", "by", "node", "id", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb#L51-L53
13,859
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb
Azure::Automation::Mgmt::V2015_10_31.DscNodeOperations.update_with_http_info
def update_with_http_info(resource_group_name, automation_account_name, node_id, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, node_id, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, automation_account_name, node_id, parameters, custom_headers:nil) update_async(resource_group_name, automation_account_name, node_id, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "node_id", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "automation_account_name", ",", "node_id", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Update the dsc node. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param node_id [String] Parameters supplied to the update dsc node. @param parameters [DscNodeUpdateParameters] Parameters supplied to the update dsc node. @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", "dsc", "node", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb#L253-L255
13,860
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_stream.rb
Azure::Automation::Mgmt::V2015_10_31.DscCompilationJobStream.list_by_job
def list_by_job(resource_group_name, automation_account_name, job_id, custom_headers:nil) response = list_by_job_async(resource_group_name, automation_account_name, job_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_by_job(resource_group_name, automation_account_name, job_id, custom_headers:nil) response = list_by_job_async(resource_group_name, automation_account_name, job_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_by_job", "(", "resource_group_name", ",", "automation_account_name", ",", "job_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_by_job_async", "(", "resource_group_name", ",", "automation_account_name", ",", "job_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Retrieve all the job streams for the compilation Job. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param job_id The job id. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [JobStreamListResult] operation results.
[ "Retrieve", "all", "the", "job", "streams", "for", "the", "compilation", "Job", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_stream.rb#L35-L38
13,861
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb
Azure::CDN::Mgmt::V2016_10_02.Profiles.delete
def delete(resource_group_name, profile_name, custom_headers:nil) response = delete_async(resource_group_name, profile_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, profile_name, custom_headers:nil) response = delete_async(resource_group_name, profile_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "profile_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "profile_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes an existing CDN profile with the specified parameters. Deleting a profile will result in the deletion of all of the sub-resources including endpoints, origins and custom domains. @param resource_group_name [String] Name of the Resource group within the Azure subscription. @param profile_name [String] Name of the CDN profile which is unique within the resource group. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "an", "existing", "CDN", "profile", "with", "the", "specified", "parameters", ".", "Deleting", "a", "profile", "will", "result", "in", "the", "deletion", "of", "all", "of", "the", "sub", "-", "resources", "including", "endpoints", "origins", "and", "custom", "domains", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb#L420-L423
13,862
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb
Azure::CDN::Mgmt::V2016_10_02.Profiles.generate_sso_uri
def generate_sso_uri(resource_group_name, profile_name, custom_headers:nil) response = generate_sso_uri_async(resource_group_name, profile_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def generate_sso_uri(resource_group_name, profile_name, custom_headers:nil) response = generate_sso_uri_async(resource_group_name, profile_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "generate_sso_uri", "(", "resource_group_name", ",", "profile_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "generate_sso_uri_async", "(", "resource_group_name", ",", "profile_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Generates a dynamic SSO URI used to sign in to the CDN supplemental portal. Supplemental portal is used to configure advanced feature capabilities that are not yet available in the Azure portal, such as core reports in a standard profile; rules engine, advanced HTTP reports, and real-time stats and alerts in a premium profile. The SSO URI changes approximately every 10 minutes. @param resource_group_name [String] Name of the Resource group within the Azure subscription. @param profile_name [String] Name of the CDN profile which is unique within the resource group. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SsoUri] operation results.
[ "Generates", "a", "dynamic", "SSO", "URI", "used", "to", "sign", "in", "to", "the", "CDN", "supplemental", "portal", ".", "Supplemental", "portal", "is", "used", "to", "configure", "advanced", "feature", "capabilities", "that", "are", "not", "yet", "available", "in", "the", "Azure", "portal", "such", "as", "core", "reports", "in", "a", "standard", "profile", ";", "rules", "engine", "advanced", "HTTP", "reports", "and", "real", "-", "time", "stats", "and", "alerts", "in", "a", "premium", "profile", ".", "The", "SSO", "URI", "changes", "approximately", "every", "10", "minutes", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb#L468-L471
13,863
Azure/azure-sdk-for-ruby
management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb
Azure::CDN::Mgmt::V2016_10_02.Profiles.begin_update_with_http_info
def begin_update_with_http_info(resource_group_name, profile_name, profile_update_parameters, custom_headers:nil) begin_update_async(resource_group_name, profile_name, profile_update_parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_with_http_info(resource_group_name, profile_name, profile_update_parameters, custom_headers:nil) begin_update_async(resource_group_name, profile_name, profile_update_parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "profile_update_parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_async", "(", "resource_group_name", ",", "profile_name", ",", "profile_update_parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates an existing CDN profile with the specified profile name under the specified subscription and resource group. @param resource_group_name [String] Name of the Resource group within the Azure subscription. @param profile_name [String] Name of the CDN profile which is unique within the resource group. @param profile_update_parameters [ProfileUpdateParameters] Profile properties needed to update an existing profile. @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", "existing", "CDN", "profile", "with", "the", "specified", "profile", "name", "under", "the", "specified", "subscription", "and", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2016-10-02/generated/azure_mgmt_cdn/profiles.rb#L940-L942
13,864
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.create_or_update_with_http_info
def create_or_update_with_http_info(parameters, resource_group_name, manager_name, custom_headers:nil) create_or_update_async(parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(parameters, resource_group_name, manager_name, custom_headers:nil) create_or_update_async(parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "parameters", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "parameters", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates the manager. @param parameters [Manager] The manager. @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.
[ "Creates", "or", "updates", "the", "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/managers.rb#L317-L319
13,865
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.get_encryption_settings
def get_encryption_settings(resource_group_name, manager_name, custom_headers:nil) response = get_encryption_settings_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_encryption_settings(resource_group_name, manager_name, custom_headers:nil) response = get_encryption_settings_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_encryption_settings", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_encryption_settings_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns the encryption settings of the manager. @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 [EncryptionSettings] operation results.
[ "Returns", "the", "encryption", "settings", "of", "the", "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/managers.rb#L701-L704
13,866
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.get_extended_info
def get_extended_info(resource_group_name, manager_name, custom_headers:nil) response = get_extended_info_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_extended_info(resource_group_name, manager_name, custom_headers:nil) response = get_extended_info_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_extended_info", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_extended_info_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns the extended information of the specified manager 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 [ManagerExtendedInfo] operation results.
[ "Returns", "the", "extended", "information", "of", "the", "specified", "manager", "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/managers.rb#L795-L798
13,867
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.delete_extended_info
def delete_extended_info(resource_group_name, manager_name, custom_headers:nil) response = delete_extended_info_async(resource_group_name, manager_name, custom_headers:custom_headers).value! nil end
ruby
def delete_extended_info(resource_group_name, manager_name, custom_headers:nil) response = delete_extended_info_async(resource_group_name, manager_name, custom_headers:custom_headers).value! nil end
[ "def", "delete_extended_info", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_extended_info_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the extended info of the manager. @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.
[ "Deletes", "the", "extended", "info", "of", "the", "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/managers.rb#L993-L996
13,868
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.get_activation_key
def get_activation_key(resource_group_name, manager_name, custom_headers:nil) response = get_activation_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_activation_key(resource_group_name, manager_name, custom_headers:nil) response = get_activation_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_activation_key", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_activation_key_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns the activation key of the manager. @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 [Key] operation results.
[ "Returns", "the", "activation", "key", "of", "the", "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/managers.rb#L1285-L1288
13,869
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.get_public_encryption_key
def get_public_encryption_key(resource_group_name, manager_name, custom_headers:nil) response = get_public_encryption_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_public_encryption_key(resource_group_name, manager_name, custom_headers:nil) response = get_public_encryption_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_public_encryption_key", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_public_encryption_key_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns the symmetric encrypted public encryption key of the manager. @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 [SymmetricEncryptedSecret] operation results.
[ "Returns", "the", "symmetric", "encrypted", "public", "encryption", "key", "of", "the", "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/managers.rb#L1379-L1382
13,870
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Managers.regenerate_activation_key
def regenerate_activation_key(resource_group_name, manager_name, custom_headers:nil) response = regenerate_activation_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def regenerate_activation_key(resource_group_name, manager_name, custom_headers:nil) response = regenerate_activation_key_async(resource_group_name, manager_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "regenerate_activation_key", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "regenerate_activation_key_async", "(", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Re-generates and returns the activation key of the manager. @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 [Key] operation results.
[ "Re", "-", "generates", "and", "returns", "the", "activation", "key", "of", "the", "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/managers.rb#L1666-L1669
13,871
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_networks.rb
Azure::Network::Mgmt::V2018_07_01.VirtualNetworks.delete
def delete(resource_group_name, virtual_network_name, custom_headers:nil) response = delete_async(resource_group_name, virtual_network_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, virtual_network_name, custom_headers:nil) response = delete_async(resource_group_name, virtual_network_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "virtual_network_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "virtual_network_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Deletes the specified virtual network. @param resource_group_name [String] The name of the resource group. @param virtual_network_name [String] The name of the virtual network. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Deletes", "the", "specified", "virtual", "network", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_networks.rb#L32-L35
13,872
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_networks.rb
Azure::Network::Mgmt::V2018_07_01.VirtualNetworks.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, virtual_network_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, virtual_network_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, virtual_network_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, virtual_network_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "virtual_network_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "virtual_network_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates or updates a virtual network in the specified resource group. @param resource_group_name [String] The name of the resource group. @param virtual_network_name [String] The name of the virtual network. @param parameters [VirtualNetwork] Parameters supplied to the create or update virtual network 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", "virtual", "network", "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/virtual_networks.rb#L718-L720
13,873
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_networks.rb
Azure::Network::Mgmt::V2018_07_01.VirtualNetworks.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, virtual_network_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, virtual_network_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, virtual_network_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, virtual_network_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "virtual_network_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "virtual_network_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Updates a virtual network tags. @param resource_group_name [String] The name of the resource group. @param virtual_network_name [String] The name of the virtual network. @param parameters [TagsObject] Parameters supplied to update virtual network 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", "virtual", "network", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_networks.rb#L834-L836
13,874
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/service_endpoint_policy_definitions.rb
Azure::Network::Mgmt::V2018_08_01.ServiceEndpointPolicyDefinitions.get_with_http_info
def get_with_http_info(resource_group_name, service_endpoint_policy_name, service_endpoint_policy_definition_name, custom_headers:nil) get_async(resource_group_name, service_endpoint_policy_name, service_endpoint_policy_definition_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, service_endpoint_policy_name, service_endpoint_policy_definition_name, custom_headers:nil) get_async(resource_group_name, service_endpoint_policy_name, service_endpoint_policy_definition_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "service_endpoint_policy_name", ",", "service_endpoint_policy_definition_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "service_endpoint_policy_name", ",", "service_endpoint_policy_definition_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Get the specified service endpoint policy definitions from service endpoint policy. @param resource_group_name [String] The name of the resource group. @param service_endpoint_policy_name [String] The name of the service endpoint policy name. @param service_endpoint_policy_definition_name [String] The name of the service endpoint policy definition 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.
[ "Get", "the", "specified", "service", "endpoint", "policy", "definitions", "from", "service", "endpoint", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/service_endpoint_policy_definitions.rb#L101-L103
13,875
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/service_endpoint_policy_definitions.rb
Azure::Network::Mgmt::V2018_08_01.ServiceEndpointPolicyDefinitions.list_by_resource_group
def list_by_resource_group(resource_group_name, service_endpoint_policy_name, custom_headers:nil) first_page = list_by_resource_group_as_lazy(resource_group_name, service_endpoint_policy_name, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list_by_resource_group(resource_group_name, service_endpoint_policy_name, custom_headers:nil) first_page = list_by_resource_group_as_lazy(resource_group_name, service_endpoint_policy_name, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list_by_resource_group", "(", "resource_group_name", ",", "service_endpoint_policy_name", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_by_resource_group_as_lazy", "(", "resource_group_name", ",", "service_endpoint_policy_name", ",", "custom_headers", ":custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Gets all service endpoint policy definitions in a service end point policy. @param resource_group_name [String] The name of the resource group. @param service_endpoint_policy_name [String] The name of the service endpoint policy name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Array<ServiceEndpointPolicyDefinition>] operation results.
[ "Gets", "all", "service", "endpoint", "policy", "definitions", "in", "a", "service", "end", "point", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-08-01/generated/azure_mgmt_network/service_endpoint_policy_definitions.rb#L239-L242
13,876
Azure/azure-sdk-for-ruby
runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb
MsRestAzure.PollingState.get_provisioning_state
def get_provisioning_state # On non flattened resource, we should find provisioning_state inside 'properties' if (!@resource.nil? && @resource.respond_to?(:properties) && @resource.properties.respond_to?(:provisioning_state) && !@resource.properties.provisioning_state.nil?) @resource.properties.provisioning_state # On flattened resource, we should find provisioning_state at the top level elsif !@resource.nil? && @resource.respond_to?(:provisioning_state) && !@resource.provisioning_state.nil? @resource.provisioning_state else nil end end
ruby
def get_provisioning_state # On non flattened resource, we should find provisioning_state inside 'properties' if (!@resource.nil? && @resource.respond_to?(:properties) && @resource.properties.respond_to?(:provisioning_state) && !@resource.properties.provisioning_state.nil?) @resource.properties.provisioning_state # On flattened resource, we should find provisioning_state at the top level elsif !@resource.nil? && @resource.respond_to?(:provisioning_state) && !@resource.provisioning_state.nil? @resource.provisioning_state else nil end end
[ "def", "get_provisioning_state", "# On non flattened resource, we should find provisioning_state inside 'properties'", "if", "(", "!", "@resource", ".", "nil?", "&&", "@resource", ".", "respond_to?", "(", ":properties", ")", "&&", "@resource", ".", "properties", ".", "respond_to?", "(", ":provisioning_state", ")", "&&", "!", "@resource", ".", "properties", ".", "provisioning_state", ".", "nil?", ")", "@resource", ".", "properties", ".", "provisioning_state", "# On flattened resource, we should find provisioning_state at the top level", "elsif", "!", "@resource", ".", "nil?", "&&", "@resource", ".", "respond_to?", "(", ":provisioning_state", ")", "&&", "!", "@resource", ".", "provisioning_state", ".", "nil?", "@resource", ".", "provisioning_state", "else", "nil", "end", "end" ]
Returns the provisioning status of the resource @return [String] provisioning status of the resource
[ "Returns", "the", "provisioning", "status", "of", "the", "resource" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb#L58-L68
13,877
Azure/azure-sdk-for-ruby
runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb
MsRestAzure.PollingState.get_delay
def get_delay return @retry_timeout unless @retry_timeout.nil? if !response.nil? && !response.headers['Retry-After'].nil? return response.headers['Retry-After'].to_i end return AsyncOperationStatus::DEFAULT_DELAY end
ruby
def get_delay return @retry_timeout unless @retry_timeout.nil? if !response.nil? && !response.headers['Retry-After'].nil? return response.headers['Retry-After'].to_i end return AsyncOperationStatus::DEFAULT_DELAY end
[ "def", "get_delay", "return", "@retry_timeout", "unless", "@retry_timeout", ".", "nil?", "if", "!", "response", ".", "nil?", "&&", "!", "response", ".", "headers", "[", "'Retry-After'", "]", ".", "nil?", "return", "response", ".", "headers", "[", "'Retry-After'", "]", ".", "to_i", "end", "return", "AsyncOperationStatus", "::", "DEFAULT_DELAY", "end" ]
Returns the amount of time in seconds for long running operation polling delay. @return [Integer] Amount of time in seconds for long running operation polling delay.
[ "Returns", "the", "amount", "of", "time", "in", "seconds", "for", "long", "running", "operation", "polling", "delay", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb#L74-L82
13,878
Azure/azure-sdk-for-ruby
runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb
MsRestAzure.PollingState.update_response
def update_response(response) @response = response unless response.nil? @azure_async_operation_header_link = response.headers['Azure-AsyncOperation'] unless response.headers['Azure-AsyncOperation'].nil? @location_header_link = response.headers['Location'] unless response.headers['Location'].nil? end end
ruby
def update_response(response) @response = response unless response.nil? @azure_async_operation_header_link = response.headers['Azure-AsyncOperation'] unless response.headers['Azure-AsyncOperation'].nil? @location_header_link = response.headers['Location'] unless response.headers['Location'].nil? end end
[ "def", "update_response", "(", "response", ")", "@response", "=", "response", "unless", "response", ".", "nil?", "@azure_async_operation_header_link", "=", "response", ".", "headers", "[", "'Azure-AsyncOperation'", "]", "unless", "response", ".", "headers", "[", "'Azure-AsyncOperation'", "]", ".", "nil?", "@location_header_link", "=", "response", ".", "headers", "[", "'Location'", "]", "unless", "response", ".", "headers", "[", "'Location'", "]", ".", "nil?", "end", "end" ]
Updates the polling state from the fields of given response object. @param response [Net::HTTPResponse] the HTTP response.
[ "Updates", "the", "polling", "state", "from", "the", "fields", "of", "given", "response", "object", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/runtime/ms_rest_azure/lib/ms_rest_azure/polling_state.rb#L87-L94
13,879
Azure/azure-sdk-for-ruby
management/azure_mgmt_datalake_store/lib/2016-11-01/generated/azure_mgmt_datalake_store/trusted_id_providers.rb
Azure::DataLakeStore::Mgmt::V2016_11_01.TrustedIdProviders.get_with_http_info
def get_with_http_info(resource_group_name, account_name, trusted_id_provider_name, custom_headers:nil) get_async(resource_group_name, account_name, trusted_id_provider_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, account_name, trusted_id_provider_name, custom_headers:nil) get_async(resource_group_name, account_name, trusted_id_provider_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "trusted_id_provider_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "account_name", ",", "trusted_id_provider_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets the specified Data Lake Store trusted identity provider. @param resource_group_name [String] The name of the Azure resource group. @param account_name [String] The name of the Data Lake Store account. @param trusted_id_provider_name [String] The name of the trusted identity provider to retrieve. @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", "Data", "Lake", "Store", "trusted", "identity", "provider", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_store/lib/2016-11-01/generated/azure_mgmt_datalake_store/trusted_id_providers.rb#L267-L269
13,880
Azure/azure-sdk-for-ruby
management/azure_mgmt_datalake_store/lib/2016-11-01/generated/azure_mgmt_datalake_store/trusted_id_providers.rb
Azure::DataLakeStore::Mgmt::V2016_11_01.TrustedIdProviders.delete_with_http_info
def delete_with_http_info(resource_group_name, account_name, trusted_id_provider_name, custom_headers:nil) delete_async(resource_group_name, account_name, trusted_id_provider_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, account_name, trusted_id_provider_name, custom_headers:nil) delete_async(resource_group_name, account_name, trusted_id_provider_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "account_name", ",", "trusted_id_provider_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "account_name", ",", "trusted_id_provider_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Deletes the specified trusted identity provider from the specified Data Lake Store account @param resource_group_name [String] The name of the Azure resource group. @param account_name [String] The name of the Data Lake Store account. @param trusted_id_provider_name [String] The name of the trusted identity provider to delete. @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", "trusted", "identity", "provider", "from", "the", "specified", "Data", "Lake", "Store", "account" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_store/lib/2016-11-01/generated/azure_mgmt_datalake_store/trusted_id_providers.rb#L479-L481
13,881
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.summarize_for_management_group
def summarize_for_management_group(management_group_name, query_options:nil, custom_headers:nil) response = summarize_for_management_group_async(management_group_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def summarize_for_management_group(management_group_name, query_options:nil, custom_headers:nil) response = summarize_for_management_group_async(management_group_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "summarize_for_management_group", "(", "management_group_name", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "summarize_for_management_group_async", "(", "management_group_name", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Summarizes policy states for the resources under the management group. @param management_group_name [String] Management group name. @param query_options [QueryOptions] Additional parameters for the operation @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SummarizeResults] operation results.
[ "Summarizes", "policy", "states", "for", "the", "resources", "under", "the", "management", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L166-L169
13,882
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.list_query_results_for_subscription_with_http_info
def list_query_results_for_subscription_with_http_info(policy_states_resource, subscription_id, query_options:nil, custom_headers:nil) list_query_results_for_subscription_async(policy_states_resource, subscription_id, query_options:query_options, custom_headers:custom_headers).value! end
ruby
def list_query_results_for_subscription_with_http_info(policy_states_resource, subscription_id, query_options:nil, custom_headers:nil) list_query_results_for_subscription_async(policy_states_resource, subscription_id, query_options:query_options, custom_headers:custom_headers).value! end
[ "def", "list_query_results_for_subscription_with_http_info", "(", "policy_states_resource", ",", "subscription_id", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_query_results_for_subscription_async", "(", "policy_states_resource", ",", "subscription_id", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Queries policy states for the resources under the subscription. @param policy_states_resource [PolicyStatesResource] The virtual resource under PolicyStates resource type. In a given time range, 'latest' represents the latest policy state(s), whereas 'default' represents all policy state(s). Possible values include: 'default', 'latest' @param subscription_id [String] Microsoft Azure subscription ID. @param query_options [QueryOptions] Additional parameters for the 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.
[ "Queries", "policy", "states", "for", "the", "resources", "under", "the", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L297-L299
13,883
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.summarize_for_subscription
def summarize_for_subscription(subscription_id, query_options:nil, custom_headers:nil) response = summarize_for_subscription_async(subscription_id, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def summarize_for_subscription(subscription_id, query_options:nil, custom_headers:nil) response = summarize_for_subscription_async(subscription_id, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "summarize_for_subscription", "(", "subscription_id", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "summarize_for_subscription_async", "(", "subscription_id", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Summarizes policy states for the resources under the subscription. @param subscription_id [String] Microsoft Azure subscription ID. @param query_options [QueryOptions] Additional parameters for the operation @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SummarizeResults] operation results.
[ "Summarizes", "policy", "states", "for", "the", "resources", "under", "the", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L405-L408
13,884
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.summarize_for_resource
def summarize_for_resource(resource_id, query_options:nil, custom_headers:nil) response = summarize_for_resource_async(resource_id, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def summarize_for_resource(resource_id, query_options:nil, custom_headers:nil) response = summarize_for_resource_async(resource_id, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "summarize_for_resource", "(", "resource_id", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "summarize_for_resource_async", "(", "resource_id", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Summarizes policy states for the resource. @param resource_id [String] Resource ID. @param query_options [QueryOptions] Additional parameters for the operation @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [SummarizeResults] operation results.
[ "Summarizes", "policy", "states", "for", "the", "resource", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L890-L893
13,885
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.list_query_results_for_policy_set_definition
def list_query_results_for_policy_set_definition(policy_states_resource, subscription_id, policy_set_definition_name, query_options:nil, custom_headers:nil) response = list_query_results_for_policy_set_definition_async(policy_states_resource, subscription_id, policy_set_definition_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_query_results_for_policy_set_definition(policy_states_resource, subscription_id, policy_set_definition_name, query_options:nil, custom_headers:nil) response = list_query_results_for_policy_set_definition_async(policy_states_resource, subscription_id, policy_set_definition_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_query_results_for_policy_set_definition", "(", "policy_states_resource", ",", "subscription_id", ",", "policy_set_definition_name", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_query_results_for_policy_set_definition_async", "(", "policy_states_resource", ",", "subscription_id", ",", "policy_set_definition_name", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Queries policy states for the subscription level policy set definition. @param policy_states_resource [PolicyStatesResource] The virtual resource under PolicyStates resource type. In a given time range, 'latest' represents the latest policy state(s), whereas 'default' represents all policy state(s). Possible values include: 'default', 'latest' @param subscription_id [String] Microsoft Azure subscription ID. @param policy_set_definition_name [String] Policy set definition name. @param query_options [QueryOptions] Additional parameters for the operation @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [PolicyStatesQueryResults] operation results.
[ "Queries", "policy", "states", "for", "the", "subscription", "level", "policy", "set", "definition", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L1003-L1006
13,886
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.list_query_results_for_policy_definition
def list_query_results_for_policy_definition(policy_states_resource, subscription_id, policy_definition_name, query_options:nil, custom_headers:nil) response = list_query_results_for_policy_definition_async(policy_states_resource, subscription_id, policy_definition_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_query_results_for_policy_definition(policy_states_resource, subscription_id, policy_definition_name, query_options:nil, custom_headers:nil) response = list_query_results_for_policy_definition_async(policy_states_resource, subscription_id, policy_definition_name, query_options:query_options, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_query_results_for_policy_definition", "(", "policy_states_resource", ",", "subscription_id", ",", "policy_definition_name", ",", "query_options", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_query_results_for_policy_definition_async", "(", "policy_states_resource", ",", "subscription_id", ",", "policy_definition_name", ",", "query_options", ":query_options", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Queries policy states for the subscription level policy definition. @param policy_states_resource [PolicyStatesResource] The virtual resource under PolicyStates resource type. In a given time range, 'latest' represents the latest policy state(s), whereas 'default' represents all policy state(s). Possible values include: 'default', 'latest' @param subscription_id [String] Microsoft Azure subscription ID. @param policy_definition_name [String] Policy definition name. @param query_options [QueryOptions] Additional parameters for the operation @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [PolicyStatesQueryResults] operation results.
[ "Queries", "policy", "states", "for", "the", "subscription", "level", "policy", "definition", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L1251-L1254
13,887
Azure/azure-sdk-for-ruby
management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb
Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyStates.get_metadata
def get_metadata(scope, custom_headers:nil) response = get_metadata_async(scope, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_metadata(scope, custom_headers:nil) response = get_metadata_async(scope, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_metadata", "(", "scope", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_metadata_async", "(", "scope", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets OData metadata XML document. @param scope [String] A valid scope, i.e. management group, subscription, resource group, or resource ID. Scope used has no effect on metadata returned. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [String] operation results.
[ "Gets", "OData", "metadata", "XML", "document", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_policy_insights/lib/2018-04-04/generated/azure_mgmt_policy_insights/policy_states.rb#L1999-L2002
13,888
Azure/azure-sdk-for-ruby
runtime/ms_rest/lib/ms_rest/deserialization_error.rb
MsRest.DeserializationError.to_json
def to_json(*a) {exception_message: exception_message, message: @msg, stacktrace: exception_stacktrace, result: result}.to_json(*a) end
ruby
def to_json(*a) {exception_message: exception_message, message: @msg, stacktrace: exception_stacktrace, result: result}.to_json(*a) end
[ "def", "to_json", "(", "*", "a", ")", "{", "exception_message", ":", "exception_message", ",", "message", ":", "@msg", ",", "stacktrace", ":", "exception_stacktrace", ",", "result", ":", "result", "}", ".", "to_json", "(", "a", ")", "end" ]
Creates and initialize new instance of the DeserializationError class. @param [String] message message the human readable description of error. @param [String] exception_message the inner exception stacktrace. @param [String] exception_stacktrace the inner exception stacktrace. @param [MsRest::HttpOperationResponse] the request and response
[ "Creates", "and", "initialize", "new", "instance", "of", "the", "DeserializationError", "class", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/runtime/ms_rest/lib/ms_rest/deserialization_error.rb#L34-L36
13,889
Azure/azure-sdk-for-ruby
management/azure_mgmt_storage/lib/2018-07-01/generated/azure_mgmt_storage/usages.rb
Azure::Storage::Mgmt::V2018_07_01.Usages.list_by_location
def list_by_location(location, custom_headers:nil) response = list_by_location_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_by_location(location, custom_headers:nil) response = list_by_location_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_by_location", "(", "location", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_by_location_async", "(", "location", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the current usage count and the limit for the resources of the location under the subscription. @param location [String] The location of the Azure Storage resource. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [UsageListResult] operation results.
[ "Gets", "the", "current", "usage", "count", "and", "the", "limit", "for", "the", "resources", "of", "the", "location", "under", "the", "subscription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-07-01/generated/azure_mgmt_storage/usages.rb#L34-L37
13,890
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb
Azure::CognitiveServices::ContentModerator::V1_0.Reviews.get_review
def get_review(team_name, review_id, custom_headers:nil) response = get_review_async(team_name, review_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_review(team_name, review_id, custom_headers:nil) response = get_review_async(team_name, review_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_review", "(", "team_name", ",", "review_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_review_async", "(", "team_name", ",", "review_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Returns review details for the review Id passed. @param team_name [String] Your Team Name. @param review_id [String] Id of the review. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Review] operation results.
[ "Returns", "review", "details", "for", "the", "review", "Id", "passed", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb#L44-L47
13,891
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb
Azure::CognitiveServices::ContentModerator::V1_0.Reviews.get_job_details
def get_job_details(team_name, job_id, custom_headers:nil) response = get_job_details_async(team_name, job_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_job_details(team_name, job_id, custom_headers:nil) response = get_job_details_async(team_name, job_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_job_details", "(", "team_name", ",", "job_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_job_details_async", "(", "team_name", ",", "job_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Get the Job Details for a Job Id. @param team_name [String] Your Team Name. @param job_id [String] Id of the job. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Job] operation results.
[ "Get", "the", "Job", "Details", "for", "a", "Job", "Id", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb#L135-L138
13,892
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb
Azure::CognitiveServices::ContentModerator::V1_0.Reviews.publish_video_review
def publish_video_review(team_name, review_id, custom_headers:nil) response = publish_video_review_async(team_name, review_id, custom_headers:custom_headers).value! nil end
ruby
def publish_video_review(team_name, review_id, custom_headers:nil) response = publish_video_review_async(team_name, review_id, custom_headers:custom_headers).value! nil end
[ "def", "publish_video_review", "(", "team_name", ",", "review_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "publish_video_review_async", "(", "team_name", ",", "review_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Publish video review to make it available for review. @param team_name [String] Your team name. @param review_id [String] Id of the review. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Publish", "video", "review", "to", "make", "it", "available", "for", "review", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_contentmoderator/lib/1.0/generated/azure_cognitiveservices_contentmoderator/reviews.rb#L1057-L1060
13,893
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/network_interfaces.rb
Azure::Network::Mgmt::V2016_12_01.NetworkInterfaces.get_with_http_info
def get_with_http_info(resource_group_name, network_interface_name, expand:nil, custom_headers:nil) get_async(resource_group_name, network_interface_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, network_interface_name, expand:nil, custom_headers:nil) get_async(resource_group_name, network_interface_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "network_interface_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "network_interface_name", ",", "expand", ":", "expand", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets information about the specified network interface. @param resource_group_name [String] The name of the resource group. @param network_interface_name [String] The name of the network interface. @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", "information", "about", "the", "specified", "network", "interface", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/network_interfaces.rb#L392-L394
13,894
Azure/azure-sdk-for-ruby
management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/locations.rb
Azure::Hdinsight::Mgmt::V2015_03_01_preview.Locations.get_capabilities
def get_capabilities(location, custom_headers:nil) response = get_capabilities_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_capabilities(location, custom_headers:nil) response = get_capabilities_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_capabilities", "(", "location", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_capabilities_async", "(", "location", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Gets the capabilities for the specified location. @param location [String] The location. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [CapabilitiesResult] operation results.
[ "Gets", "the", "capabilities", "for", "the", "specified", "location", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/locations.rb#L33-L36
13,895
Azure/azure-sdk-for-ruby
management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/locations.rb
Azure::Hdinsight::Mgmt::V2015_03_01_preview.Locations.list_usages
def list_usages(location, custom_headers:nil) response = list_usages_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_usages(location, custom_headers:nil) response = list_usages_async(location, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_usages", "(", "location", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_usages_async", "(", "location", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Lists the usages for the specified location. @param location [String] The location. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [UsagesListResult] operation results.
[ "Lists", "the", "usages", "for", "the", "specified", "location", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_hdinsight/lib/2015-03-01-preview/generated/azure_mgmt_hdinsight/locations.rb#L121-L124
13,896
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb
Azure::Automation::Mgmt::V2015_10_31.AgentRegistrationInformation.regenerate_key_with_http_info
def regenerate_key_with_http_info(resource_group_name, automation_account_name, parameters, custom_headers:nil) regenerate_key_async(resource_group_name, automation_account_name, parameters, custom_headers:custom_headers).value! end
ruby
def regenerate_key_with_http_info(resource_group_name, automation_account_name, parameters, custom_headers:nil) regenerate_key_async(resource_group_name, automation_account_name, parameters, custom_headers:custom_headers).value! end
[ "def", "regenerate_key_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "regenerate_key_async", "(", "resource_group_name", ",", "automation_account_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Regenerate a primary or secondary agent registration key @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param parameters [AgentRegistrationRegenerateKeyParameter] The name of the agent registration key to be regenerated @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.
[ "Regenerate", "a", "primary", "or", "secondary", "agent", "registration", "key" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb#L148-L150
13,897
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2015-02-01-preview/generated/azure_mgmt_logic/workflow_access_keys.rb
Azure::Logic::Mgmt::V2015_02_01_preview.WorkflowAccessKeys.get_with_http_info
def get_with_http_info(resource_group_name, workflow_name, access_key_name, custom_headers:nil) get_async(resource_group_name, workflow_name, access_key_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, workflow_name, access_key_name, custom_headers:nil) get_async(resource_group_name, workflow_name, access_key_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "workflow_name", ",", "access_key_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "workflow_name", ",", "access_key_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Gets a workflow access key. @param resource_group_name [String] The resource group name. @param workflow_name [String] The workflow name. @param access_key_name [String] The workflow access key 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", "workflow", "access", "key", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2015-02-01-preview/generated/azure_mgmt_logic/workflow_access_keys.rb#L146-L148
13,898
Azure/azure-sdk-for-ruby
management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/private_zones.rb
Azure::PrivateDns::Mgmt::V2018_09_01.PrivateZones.update
def update(resource_group_name, private_zone_name, parameters, if_match:nil, custom_headers:nil) response = update_async(resource_group_name, private_zone_name, parameters, if_match:if_match, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def update(resource_group_name, private_zone_name, parameters, if_match:nil, custom_headers:nil) response = update_async(resource_group_name, private_zone_name, parameters, if_match:if_match, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "update", "(", "resource_group_name", ",", "private_zone_name", ",", "parameters", ",", "if_match", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "update_async", "(", "resource_group_name", ",", "private_zone_name", ",", "parameters", ",", "if_match", ":if_match", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Updates a Private DNS zone. Does not modify virtual network links or DNS records within the zone. @param resource_group_name [String] The name of the resource group. @param private_zone_name [String] The name of the Private DNS zone (without a terminating dot). @param parameters [PrivateZone] Parameters supplied to the Update operation. @param if_match [String] The ETag of the Private DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [PrivateZone] operation results.
[ "Updates", "a", "Private", "DNS", "zone", ".", "Does", "not", "modify", "virtual", "network", "links", "or", "DNS", "records", "within", "the", "zone", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/private_zones.rb#L101-L104
13,899
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/views.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.Views.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, hub_name, view_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, hub_name, view_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, hub_name, view_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, hub_name, view_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "view_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "hub_name", ",", "view_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "end" ]
Creates a view or updates an exisiting view in the hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param view_name [String] The name of the view. @param parameters [ViewResourceFormat] Parameters supplied to the CreateOrUpdate View 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", "a", "view", "or", "updates", "an", "exisiting", "view", "in", "the", "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/views.rb#L154-L156