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,400
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb
|
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.list_environments
|
def list_environments(user_name, list_environments_payload, custom_headers:nil)
response = list_environments_async(user_name, list_environments_payload, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_environments(user_name, list_environments_payload, custom_headers:nil)
response = list_environments_async(user_name, list_environments_payload, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_environments",
"(",
"user_name",
",",
"list_environments_payload",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_environments_async",
"(",
"user_name",
",",
"list_environments_payload",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
List Environments for the user
@param user_name [String] The name of the user.
@param list_environments_payload [ListEnvironmentsPayload] Represents the
payload to list environments owned by a user
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ListEnvironmentsResponse] operation results.
|
[
"List",
"Environments",
"for",
"the",
"user"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb#L451-L454
|
13,401
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb
|
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.list_labs
|
def list_labs(user_name, custom_headers:nil)
response = list_labs_async(user_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_labs(user_name, custom_headers:nil)
response = list_labs_async(user_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_labs",
"(",
"user_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_labs_async",
"(",
"user_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
List labs for the user.
@param user_name [String] The name of the user.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ListLabsResponse] operation results.
|
[
"List",
"labs",
"for",
"the",
"user",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb#L550-L553
|
13,402
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb
|
Azure::Labservices::Mgmt::V2018_10_15.GlobalUsers.register
|
def register(user_name, register_payload, custom_headers:nil)
response = register_async(user_name, register_payload, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def register(user_name, register_payload, custom_headers:nil)
response = register_async(user_name, register_payload, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"register",
"(",
"user_name",
",",
"register_payload",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"register_async",
"(",
"user_name",
",",
"register_payload",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Register a user to a managed lab
@param user_name [String] The name of the user.
@param register_payload [RegisterPayload] Represents payload for Register
action.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Register",
"a",
"user",
"to",
"a",
"managed",
"lab"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_labservices/lib/2018-10-15/generated/azure_mgmt_labservices/global_users.rb#L638-L641
|
13,403
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/network_profiles.rb
|
Azure::Network::Mgmt::V2019_02_01.NetworkProfiles.delete
|
def delete(resource_group_name, network_profile_name, custom_headers:nil)
response = delete_async(resource_group_name, network_profile_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete(resource_group_name, network_profile_name, custom_headers:nil)
response = delete_async(resource_group_name, network_profile_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete",
"(",
"resource_group_name",
",",
"network_profile_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_async",
"(",
"resource_group_name",
",",
"network_profile_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Deletes the specified network profile.
@param resource_group_name [String] The name of the resource group.
@param network_profile_name [String] The name of the NetworkProfile.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Deletes",
"the",
"specified",
"network",
"profile",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/network_profiles.rb#L32-L35
|
13,404
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/network_profiles.rb
|
Azure::Network::Mgmt::V2019_02_01.NetworkProfiles.get_with_http_info
|
def get_with_http_info(resource_group_name, network_profile_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, network_profile_name, expand:expand, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, network_profile_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, network_profile_name, expand:expand, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"network_profile_name",
",",
"expand",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"network_profile_name",
",",
"expand",
":",
"expand",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified network profile in a specified resource group.
@param resource_group_name [String] The name of the resource group.
@param network_profile_name [String] The name of the public IP prefix.
@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",
"network",
"profile",
"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/network_profiles.rb#L89-L91
|
13,405
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb
|
Azure::Automation::Mgmt::V2015_10_31.Usages.list_by_automation_account
|
def list_by_automation_account(resource_group_name, automation_account_name, custom_headers:nil)
response = list_by_automation_account_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_by_automation_account(resource_group_name, automation_account_name, custom_headers:nil)
response = list_by_automation_account_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_by_automation_account",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_by_automation_account_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Retrieve the usage for the account id.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [UsageListResult] operation results.
|
[
"Retrieve",
"the",
"usage",
"for",
"the",
"account",
"id",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb#L34-L37
|
13,406
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pools.rb
|
Azure::SQL::Mgmt::V2017_10_01_preview.ElasticPools.get_with_http_info
|
def get_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil)
get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil)
get_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"elastic_pool_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"elastic_pool_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets an elastic pool.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param server_name [String] The name of the server.
@param elastic_pool_name [String] The name of the elastic pool.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"an",
"elastic",
"pool",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pools.rb#L159-L161
|
13,407
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pools.rb
|
Azure::SQL::Mgmt::V2017_10_01_preview.ElasticPools.begin_delete_with_http_info
|
def begin_delete_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_delete_with_http_info(resource_group_name, server_name, elastic_pool_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, elastic_pool_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_delete_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"elastic_pool_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_delete_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"elastic_pool_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes an elastic pool.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param server_name [String] The name of the server.
@param elastic_pool_name [String] The name of the elastic pool.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"an",
"elastic",
"pool",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/elastic_pools.rb#L527-L529
|
13,408
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/rules.rb
|
Azure::ServiceBus::Mgmt::V2017_04_01.Rules.get_with_http_info
|
def get_with_http_info(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:nil)
get_async(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:nil)
get_async(resource_group_name, namespace_name, topic_name, subscription_name, rule_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"topic_name",
",",
"subscription_name",
",",
"rule_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"topic_name",
",",
"subscription_name",
",",
"rule_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieves the description for the specified rule.
@param resource_group_name [String] Name of the Resource group within the
Azure subscription.
@param namespace_name [String] The namespace name
@param topic_name [String] The topic name.
@param subscription_name [String] The subscription name.
@param rule_name [String] The rule 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.
|
[
"Retrieves",
"the",
"description",
"for",
"the",
"specified",
"rule",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/rules.rb#L421-L423
|
13,409
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/partners.rb
|
Azure::Logic::Mgmt::V2016_06_01.Partners.get_with_http_info
|
def get_with_http_info(resource_group_name, integration_account_name, partner_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, partner_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, integration_account_name, partner_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, partner_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"partner_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"partner_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets an integration account partner.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param partner_name [String] The integration account partner name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"an",
"integration",
"account",
"partner",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/partners.rb#L152-L154
|
13,410
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/public_ipaddresses.rb
|
Azure::Network::Mgmt::V2018_07_01.PublicIPAddresses.get_with_http_info
|
def get_with_http_info(resource_group_name, public_ip_address_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, public_ip_address_name, expand:expand, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, public_ip_address_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, public_ip_address_name, expand:expand, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"public_ip_address_name",
",",
"expand",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"public_ip_address_name",
",",
"expand",
":",
"expand",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified public IP address in a specified resource group.
@param resource_group_name [String] The name of the resource group.
@param public_ip_address_name [String] The name of the subnet.
@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",
"public",
"IP",
"address",
"in",
"a",
"specified",
"resource",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/public_ipaddresses.rb#L89-L91
|
13,411
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/public_ipaddresses.rb
|
Azure::Network::Mgmt::V2018_07_01.PublicIPAddresses.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, public_ip_address_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, public_ip_address_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, public_ip_address_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, public_ip_address_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"public_ip_address_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"public_ip_address_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a static or dynamic public IP address.
@param resource_group_name [String] The name of the resource group.
@param public_ip_address_name [String] The name of the public IP address.
@param parameters [PublicIPAddress] Parameters supplied to the create or
update public IP address 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",
"static",
"or",
"dynamic",
"public",
"IP",
"address",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/public_ipaddresses.rb#L531-L533
|
13,412
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/cluster_versions.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.ClusterVersions.get_by_environment_with_http_info
|
def get_by_environment_with_http_info(location, environment, api_version, subscription_id, cluster_version, custom_headers:nil)
get_by_environment_async(location, environment, api_version, subscription_id, cluster_version, custom_headers:custom_headers).value!
end
|
ruby
|
def get_by_environment_with_http_info(location, environment, api_version, subscription_id, cluster_version, custom_headers:nil)
get_by_environment_async(location, environment, api_version, subscription_id, cluster_version, custom_headers:custom_headers).value!
end
|
[
"def",
"get_by_environment_with_http_info",
"(",
"location",
",",
"environment",
",",
"api_version",
",",
"subscription_id",
",",
"cluster_version",
",",
"custom_headers",
":",
"nil",
")",
"get_by_environment_async",
"(",
"location",
",",
"environment",
",",
"api_version",
",",
"subscription_id",
",",
"cluster_version",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get cluster code versions by environment
Get cluster code versions by environment
@param location [String] The location for the cluster code versions, this is
different from cluster location
@param environment [Enum] Cluster operating system, the default means all.
Possible values include: 'Windows', 'Linux'
@param api_version [String] The version of the API.
@param subscription_id [String] The customer subscription identifier
@param cluster_version [String] The cluster code version
@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",
"cluster",
"code",
"versions",
"by",
"environment"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/cluster_versions.rb#L175-L177
|
13,413
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/cluster_versions.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.ClusterVersions.list_with_http_info
|
def list_with_http_info(location, api_version, subscription_id, custom_headers:nil)
list_async(location, api_version, subscription_id, custom_headers:custom_headers).value!
end
|
ruby
|
def list_with_http_info(location, api_version, subscription_id, custom_headers:nil)
list_async(location, api_version, subscription_id, custom_headers:custom_headers).value!
end
|
[
"def",
"list_with_http_info",
"(",
"location",
",",
"api_version",
",",
"subscription_id",
",",
"custom_headers",
":",
"nil",
")",
"list_async",
"(",
"location",
",",
"api_version",
",",
"subscription_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
List cluster code versions by location
List cluster code versions by location
@param location [String] The location for the cluster code versions, this is
different from cluster location
@param api_version [String] The version of the API.
@param subscription_id [String] The customer subscription 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.
|
[
"List",
"cluster",
"code",
"versions",
"by",
"location"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/cluster_versions.rb#L286-L288
|
13,414
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb
|
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.create_with_http_info
|
def create_with_http_info(scope, role_assignment_name, parameters, custom_headers:nil)
create_async(scope, role_assignment_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def create_with_http_info(scope, role_assignment_name, parameters, custom_headers:nil)
create_async(scope, role_assignment_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"create_with_http_info",
"(",
"scope",
",",
"role_assignment_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"create_async",
"(",
"scope",
",",
"role_assignment_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates a role assignment.
@param scope [String] The scope of the role assignment to create. The scope
can be any REST resource instance. For example, use
'/subscriptions/{subscription-id}/' for a subscription,
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}' for a
resource group, and
'/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/{resource-provider}/{resource-type}/{resource-name}'
for a resource.
@param role_assignment_name [String] The name of the role assignment to
create. It can be any valid GUID.
@param parameters [RoleAssignmentCreateParameters] Parameters for the role
assignment.
@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",
"role",
"assignment",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb#L388-L390
|
13,415
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb
|
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.get
|
def get(scope, role_assignment_name, custom_headers:nil)
response = get_async(scope, role_assignment_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get(scope, role_assignment_name, custom_headers:nil)
response = get_async(scope, role_assignment_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get",
"(",
"scope",
",",
"role_assignment_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_async",
"(",
"scope",
",",
"role_assignment_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get the specified role assignment.
@param scope [String] The scope of the role assignment.
@param role_assignment_name [String] The name of the role assignment to get.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [RoleAssignment] operation results.
|
[
"Get",
"the",
"specified",
"role",
"assignment",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb#L482-L485
|
13,416
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb
|
Azure::Authorization::Mgmt::V2018_09_01_preview.RoleAssignments.list_for_resource_next
|
def list_for_resource_next(next_page_link, custom_headers:nil)
response = list_for_resource_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_for_resource_next(next_page_link, custom_headers:nil)
response = list_for_resource_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_for_resource_next",
"(",
"next_page_link",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_for_resource_next_async",
"(",
"next_page_link",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets role assignments for a resource.
@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 [RoleAssignmentListResult] operation results.
|
[
"Gets",
"role",
"assignments",
"for",
"a",
"resource",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_authorization/lib/2018-09-01-preview/generated/azure_mgmt_authorization/role_assignments.rb#L1044-L1047
|
13,417
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/vpn_connections.rb
|
Azure::Network::Mgmt::V2019_02_01.VpnConnections.get_with_http_info
|
def get_with_http_info(resource_group_name, gateway_name, connection_name, custom_headers:nil)
get_async(resource_group_name, gateway_name, connection_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, gateway_name, connection_name, custom_headers:nil)
get_async(resource_group_name, gateway_name, connection_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"gateway_name",
",",
"connection_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"gateway_name",
",",
"connection_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieves the details of a vpn connection.
@param resource_group_name [String] The resource group name of the
VpnGateway.
@param gateway_name [String] The name of the gateway.
@param connection_name [String] The name of the vpn connection.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Retrieves",
"the",
"details",
"of",
"a",
"vpn",
"connection",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/vpn_connections.rb#L53-L55
|
13,418
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/resource_groups.rb
|
Azure::Resources::Mgmt::V2016_02_01.ResourceGroups.check_existence
|
def check_existence(resource_group_name, custom_headers:nil)
response = check_existence_async(resource_group_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def check_existence(resource_group_name, custom_headers:nil)
response = check_existence_async(resource_group_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"check_existence",
"(",
"resource_group_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"check_existence_async",
"(",
"resource_group_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Checks whether resource group exists.
@param resource_group_name [String] The name of the resource group to check.
The name is case insensitive.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Boolean] operation results.
|
[
"Checks",
"whether",
"resource",
"group",
"exists",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/resource_groups.rb#L140-L143
|
13,419
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/resource_groups.rb
|
Azure::Resources::Mgmt::V2016_02_01.ResourceGroups.export_template
|
def export_template(resource_group_name, parameters, custom_headers:nil)
response = export_template_async(resource_group_name, parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def export_template(resource_group_name, parameters, custom_headers:nil)
response = export_template_async(resource_group_name, parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"export_template",
"(",
"resource_group_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"export_template_async",
"(",
"resource_group_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Captures the specified resource group as a template.
@param resource_group_name [String] The name of the resource group to be
created or updated.
@param parameters [ExportTemplateRequest] Parameters supplied to the export
template resource group operation.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ResourceGroupExportResult] operation results.
|
[
"Captures",
"the",
"specified",
"resource",
"group",
"as",
"a",
"template",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/resource_groups.rb#L594-L597
|
13,420
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/version.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Version.list_with_http_info
|
def list_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:nil)
list_async(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:custom_headers).value!
end
|
ruby
|
def list_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:nil)
list_async(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:custom_headers).value!
end
|
[
"def",
"list_with_http_info",
"(",
"subscription_id",
",",
"resource_group_name",
",",
"cluster_name",
",",
"application_type_name",
",",
"api_version",
",",
"custom_headers",
":",
"nil",
")",
"list_async",
"(",
"subscription_id",
",",
"resource_group_name",
",",
"cluster_name",
",",
"application_type_name",
",",
"api_version",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Returns all versions for the specified application type.
@param subscription_id [String] The customer subscription identifier
@param resource_group_name [String] The name of the resource group.
@param cluster_name [String] The name of the cluster resource
@param application_type_name [String] The name of the application type name
resource
@param api_version [String] The version of the API.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Returns",
"all",
"versions",
"for",
"the",
"specified",
"application",
"type",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/version.rb#L268-L270
|
13,421
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/version.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Version.begin_put_with_http_info
|
def begin_put_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:nil)
begin_put_async(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_put_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:nil)
begin_put_async(subscription_id, resource_group_name, cluster_name, application_type_name, version, api_version, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_put_with_http_info",
"(",
"subscription_id",
",",
"resource_group_name",
",",
"cluster_name",
",",
"application_type_name",
",",
"version",
",",
"api_version",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_put_async",
"(",
"subscription_id",
",",
"resource_group_name",
",",
"cluster_name",
",",
"application_type_name",
",",
"version",
",",
"api_version",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Provisions an application type version resource.
@param subscription_id [String] The customer subscription identifier
@param resource_group_name [String] The name of the resource group.
@param cluster_name [String] The name of the cluster resource
@param application_type_name [String] The name of the application type name
resource
@param version [String] The application type version.
@param api_version [String] The version of the API.
@param parameters [VersionResource] The application type version resource.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Provisions",
"an",
"application",
"type",
"version",
"resource",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/version.rb#L377-L379
|
13,422
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/route_filter_rules.rb
|
Azure::Network::Mgmt::V2018_07_01.RouteFilterRules.get_with_http_info
|
def get_with_http_info(resource_group_name, route_filter_name, rule_name, custom_headers:nil)
get_async(resource_group_name, route_filter_name, rule_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, route_filter_name, rule_name, custom_headers:nil)
get_async(resource_group_name, route_filter_name, rule_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"route_filter_name",
",",
"rule_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"route_filter_name",
",",
"rule_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified rule from a 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 rule_name [String] The name of the 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",
"rule",
"from",
"a",
"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_filter_rules.rb#L91-L93
|
13,423
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/transformations.rb
|
Azure::StreamAnalytics::Mgmt::V2016_03_01.Transformations.get_with_http_info
|
def get_with_http_info(resource_group_name, job_name, transformation_name, custom_headers:nil)
get_async(resource_group_name, job_name, transformation_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, job_name, transformation_name, custom_headers:nil)
get_async(resource_group_name, job_name, transformation_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"job_name",
",",
"transformation_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"job_name",
",",
"transformation_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets details about the specified transformation.
@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 job_name [String] The name of the streaming job.
@param transformation_name [String] The name of the transformation.
@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",
"details",
"about",
"the",
"specified",
"transformation",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/transformations.rb#L354-L356
|
13,424
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.generate_uri
|
def generate_uri(resource_group_name, automation_account_name, custom_headers:nil)
response = generate_uri_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def generate_uri(resource_group_name, automation_account_name, custom_headers:nil)
response = generate_uri_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"generate_uri",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"generate_uri_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Generates a Uri for use in creating a webhook.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [String] operation results.
|
[
"Generates",
"a",
"Uri",
"for",
"use",
"in",
"creating",
"a",
"webhook",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb#L34-L37
|
13,425
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.get_with_http_info
|
def get_with_http_info(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieve the webhook identified by webhook name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param webhook_name [String] The webhook 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.
|
[
"Retrieve",
"the",
"webhook",
"identified",
"by",
"webhook",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb#L241-L243
|
13,426
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.create_or_update_with_http_info
|
def create_or_update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def create_or_update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"create_or_update_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create the webhook identified by webhook name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param webhook_name [String] The webhook name.
@param parameters [WebhookCreateOrUpdateParameters] The create or update
parameters for webhook.
@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",
"the",
"webhook",
"identified",
"by",
"webhook",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb#L344-L346
|
13,427
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.WebhookOperations.update_with_http_info
|
def update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"webhook_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update the webhook identified by webhook name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param webhook_name [String] The webhook name.
@param parameters [WebhookUpdateParameters] The update parameters for
webhook.
@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",
"webhook",
"identified",
"by",
"webhook",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb#L467-L469
|
13,428
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_edgegateway/lib/2019-03-01/generated/azure_mgmt_edgegateway/triggers.rb
|
Azure::EdgeGateway::Mgmt::V2019_03_01.Triggers.get_with_http_info
|
def get_with_http_info(device_name, name, resource_group_name, custom_headers:nil)
get_async(device_name, name, resource_group_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(device_name, name, resource_group_name, custom_headers:nil)
get_async(device_name, name, resource_group_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"device_name",
",",
"name",
",",
"resource_group_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"device_name",
",",
"name",
",",
"resource_group_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get a specific trigger by name.
@param device_name [String] The device name.
@param name [String] The trigger name.
@param resource_group_name [String] The resource group 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",
"a",
"specific",
"trigger",
"by",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_edgegateway/lib/2019-03-01/generated/azure_mgmt_edgegateway/triggers.rb#L149-L151
|
13,429
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_edgegateway/lib/2019-03-01/generated/azure_mgmt_edgegateway/triggers.rb
|
Azure::EdgeGateway::Mgmt::V2019_03_01.Triggers.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(device_name, name, trigger, resource_group_name, custom_headers:nil)
begin_create_or_update_async(device_name, name, trigger, resource_group_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(device_name, name, trigger, resource_group_name, custom_headers:nil)
begin_create_or_update_async(device_name, name, trigger, resource_group_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"device_name",
",",
"name",
",",
"trigger",
",",
"resource_group_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"device_name",
",",
"name",
",",
"trigger",
",",
"resource_group_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a trigger.
@param device_name [String] Creates or updates a trigger
@param name [String] The trigger name.
@param trigger [Trigger] The trigger.
@param resource_group_name [String] The resource group 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",
"a",
"trigger",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_edgegateway/lib/2019-03-01/generated/azure_mgmt_edgegateway/triggers.rb#L333-L335
|
13,430
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_scans.rb
|
Azure::SQL::Mgmt::V2017_10_01_preview.DatabaseVulnerabilityAssessmentScans.list_by_database_next
|
def list_by_database_next(next_page_link, custom_headers:nil)
response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_by_database_next(next_page_link, custom_headers:nil)
response = list_by_database_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_by_database_next",
"(",
"next_page_link",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_by_database_next_async",
"(",
"next_page_link",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists the vulnerability assessment scans of a database.
@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 [VulnerabilityAssessmentScanRecordListResult] operation results.
|
[
"Lists",
"the",
"vulnerability",
"assessment",
"scans",
"of",
"a",
"database",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/database_vulnerability_assessment_scans.rb#L517-L520
|
13,431
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/express_route_cross_connection_peerings.rb
|
Azure::Network::Mgmt::V2018_07_01.ExpressRouteCrossConnectionPeerings.list
|
def list(resource_group_name, cross_connection_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, cross_connection_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list(resource_group_name, cross_connection_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, cross_connection_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list",
"(",
"resource_group_name",
",",
"cross_connection_name",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_as_lazy",
"(",
"resource_group_name",
",",
"cross_connection_name",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
Gets all peerings in a specified ExpressRouteCrossConnection.
@param resource_group_name [String] The name of the resource group.
@param cross_connection_name [String] The name of the
ExpressRouteCrossConnection.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<ExpressRouteCrossConnectionPeering>] operation results.
|
[
"Gets",
"all",
"peerings",
"in",
"a",
"specified",
"ExpressRouteCrossConnection",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/express_route_cross_connection_peerings.rb#L35-L38
|
13,432
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/express_route_cross_connection_peerings.rb
|
Azure::Network::Mgmt::V2018_07_01.ExpressRouteCrossConnectionPeerings.get_with_http_info
|
def get_with_http_info(resource_group_name, cross_connection_name, peering_name, custom_headers:nil)
get_async(resource_group_name, cross_connection_name, peering_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, cross_connection_name, peering_name, custom_headers:nil)
get_async(resource_group_name, cross_connection_name, peering_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"cross_connection_name",
",",
"peering_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"cross_connection_name",
",",
"peering_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified peering for the ExpressRouteCrossConnection.
@param resource_group_name [String] The name of the resource group.
@param cross_connection_name [String] The name of the
ExpressRouteCrossConnection.
@param peering_name [String] The name of the peering.
@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",
"peering",
"for",
"the",
"ExpressRouteCrossConnection",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/express_route_cross_connection_peerings.rb#L190-L192
|
13,433
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/outputs.rb
|
Azure::StreamAnalytics::Mgmt::V2016_03_01.Outputs.delete_with_http_info
|
def delete_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil)
delete_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil)
delete_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"job_name",
",",
"output_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"job_name",
",",
"output_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes an output from the streaming job.
@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 job_name [String] The name of the streaming job.
@param output_name [String] The name of the output.
@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",
"output",
"from",
"the",
"streaming",
"job",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/outputs.rb#L344-L346
|
13,434
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/outputs.rb
|
Azure::StreamAnalytics::Mgmt::V2016_03_01.Outputs.get_with_http_info
|
def get_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil)
get_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, job_name, output_name, custom_headers:nil)
get_async(resource_group_name, job_name, output_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"job_name",
",",
"output_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"job_name",
",",
"output_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets details about the specified output.
@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 job_name [String] The name of the streaming job.
@param output_name [String] The name of the output.
@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",
"details",
"about",
"the",
"specified",
"output",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/outputs.rb#L436-L438
|
13,435
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_protection_containers.rb
|
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectionContainers.begin_create_with_http_info
|
def begin_create_with_http_info(fabric_name, protection_container_name, creation_input, custom_headers:nil)
begin_create_async(fabric_name, protection_container_name, creation_input, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_with_http_info(fabric_name, protection_container_name, creation_input, custom_headers:nil)
begin_create_async(fabric_name, protection_container_name, creation_input, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_with_http_info",
"(",
"fabric_name",
",",
"protection_container_name",
",",
"creation_input",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_async",
"(",
"fabric_name",
",",
"protection_container_name",
",",
"creation_input",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create a protection container.
Operation to create a protection container.
@param fabric_name [String] Unique fabric ARM name.
@param protection_container_name [String] Unique protection container ARM
name.
@param creation_input [CreateProtectionContainerInput] Creation input.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Create",
"a",
"protection",
"container",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_protection_containers.rb#L534-L536
|
13,436
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_protectable_items.rb
|
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectableItems.get_with_http_info
|
def get_with_http_info(fabric_name, protection_container_name, protectable_item_name, custom_headers:nil)
get_async(fabric_name, protection_container_name, protectable_item_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(fabric_name, protection_container_name, protectable_item_name, custom_headers:nil)
get_async(fabric_name, protection_container_name, protectable_item_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"fabric_name",
",",
"protection_container_name",
",",
"protectable_item_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"fabric_name",
",",
"protection_container_name",
",",
"protectable_item_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the details of a protectable item.
The operation to get the details of a protectable item.
@param fabric_name [String] Fabric name.
@param protection_container_name [String] Protection container name.
@param protectable_item_name [String] Protectable item name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"the",
"details",
"of",
"a",
"protectable",
"item",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_protectable_items.rb#L158-L160
|
13,437
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_advisor/lib/2017-04-19/generated/azure_mgmt_advisor/configurations.rb
|
Azure::Advisor::Mgmt::V2017_04_19.Configurations.list_by_resource_group
|
def list_by_resource_group(resource_group, custom_headers:nil)
response = list_by_resource_group_async(resource_group, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_by_resource_group(resource_group, custom_headers:nil)
response = list_by_resource_group_async(resource_group, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_by_resource_group",
"(",
"resource_group",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_by_resource_group_async",
"(",
"resource_group",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Retrieve Azure Advisor configurations.
@param resource_group [String] The name of the Azure resource group.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ConfigurationListResult] operation results.
|
[
"Retrieve",
"Azure",
"Advisor",
"configurations",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_advisor/lib/2017-04-19/generated/azure_mgmt_advisor/configurations.rb#L233-L236
|
13,438
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_event_grid/lib/2018-01-01/generated/azure_mgmt_event_grid/topic_types.rb
|
Azure::EventGrid::Mgmt::V2018_01_01.TopicTypes.list_event_types
|
def list_event_types(topic_type_name, custom_headers:nil)
response = list_event_types_async(topic_type_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_event_types(topic_type_name, custom_headers:nil)
response = list_event_types_async(topic_type_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_event_types",
"(",
"topic_type_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_event_types_async",
"(",
"topic_type_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
List event types
List event types for a topic type
@param topic_type_name [String] Name of the topic type
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [EventTypesListResult] operation results.
|
[
"List",
"event",
"types"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_grid/lib/2018-01-01/generated/azure_mgmt_event_grid/topic_types.rb#L216-L219
|
13,439
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb
|
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_delete
|
def begin_delete(resource_group_name, load_balancer_name, custom_headers:nil)
response = begin_delete_async(resource_group_name, load_balancer_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def begin_delete(resource_group_name, load_balancer_name, custom_headers:nil)
response = begin_delete_async(resource_group_name, load_balancer_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"begin_delete",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"begin_delete_async",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Deletes the specified load balancer.
@param resource_group_name [String] The name of the resource group.
@param load_balancer_name [String] The name of the load balancer.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Deletes",
"the",
"specified",
"load",
"balancer",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb#L430-L433
|
13,440
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb
|
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a load balancer.
@param resource_group_name [String] The name of the resource group.
@param load_balancer_name [String] The name of the load balancer.
@param parameters [LoadBalancer] Parameters supplied to the create or update
load balancer 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",
"load",
"balancer",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb#L531-L533
|
13,441
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb
|
Azure::Network::Mgmt::V2018_07_01.LoadBalancers.begin_update_tags_with_http_info
|
def begin_update_tags_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil)
begin_update_tags_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_tags_with_http_info(resource_group_name, load_balancer_name, parameters, custom_headers:nil)
begin_update_tags_async(resource_group_name, load_balancer_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_tags_with_http_info",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_tags_async",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a load balancer tags.
@param resource_group_name [String] The name of the resource group.
@param load_balancer_name [String] The name of the load balancer.
@param parameters [TagsObject] Parameters supplied to update load balancer
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",
"load",
"balancer",
"tags",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancers.rb#L647-L649
|
13,442
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/network_management_client.rb
|
Azure::Network::Mgmt::V2016_12_01.NetworkManagementClient.check_dns_name_availability
|
def check_dns_name_availability(location, domain_name_label:nil, custom_headers:nil)
response = check_dns_name_availability_async(location, domain_name_label:domain_name_label, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def check_dns_name_availability(location, domain_name_label:nil, custom_headers:nil)
response = check_dns_name_availability_async(location, domain_name_label:domain_name_label, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"check_dns_name_availability",
"(",
"location",
",",
"domain_name_label",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"check_dns_name_availability_async",
"(",
"location",
",",
"domain_name_label",
":domain_name_label",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Checks whether a domain name in the cloudapp.net zone is available for use.
@param location [String] The location of the domain name.
@param domain_name_label [String] The domain name to be verified. It must
conform to the following regular expression: ^[a-z][a-z0-9-]{1,61}[a-z0-9]$.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [DnsNameAvailabilityResult] operation results.
|
[
"Checks",
"whether",
"a",
"domain",
"name",
"in",
"the",
"cloudapp",
".",
"net",
"zone",
"is",
"available",
"for",
"use",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/network_management_client.rb#L227-L230
|
13,443
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.HybridRunbookWorkerGroupOperations.get_with_http_info
|
def get_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"hybrid_runbook_worker_group_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"hybrid_runbook_worker_group_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieve a hybrid runbook worker group.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param hybrid_runbook_worker_group_name [String] The hybrid runbook worker
group 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.
|
[
"Retrieve",
"a",
"hybrid",
"runbook",
"worker",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb#L144-L146
|
13,444
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.HybridRunbookWorkerGroupOperations.update_with_http_info
|
def update_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, hybrid_runbook_worker_group_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"hybrid_runbook_worker_group_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"hybrid_runbook_worker_group_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update a hybrid runbook worker group.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param hybrid_runbook_worker_group_name [String] The hybrid runbook worker
group name
@param parameters [HybridRunbookWorkerGroupUpdateParameters] The hybrid
runbook worker group
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Update",
"a",
"hybrid",
"runbook",
"worker",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb#L250-L252
|
13,445
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_anomalydetector/lib/1.0/generated/azure_cognitiveservices_anomalydetector/anomaly_detector_client.rb
|
Azure::CognitiveServices::AnomalyDetector::V1_0.AnomalyDetectorClient.entire_detect
|
def entire_detect(body, custom_headers:nil)
response = entire_detect_async(body, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def entire_detect(body, custom_headers:nil)
response = entire_detect_async(body, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"entire_detect",
"(",
"body",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"entire_detect_async",
"(",
"body",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Detect anomalies for the entire series in batch.
This operation generates a model using an entire series, each point is
detected with the same model. With this method, points before and after a
certain point are used to determine whether it is an anomaly. The entire
detection can give user an overall status of the time series.
@param body [Request] Time series points and period if needed. Advanced model
parameters can also be set in the request.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [EntireDetectResponse] operation results.
|
[
"Detect",
"anomalies",
"for",
"the",
"entire",
"series",
"in",
"batch",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_anomalydetector/lib/1.0/generated/azure_cognitiveservices_anomalydetector/anomaly_detector_client.rb#L131-L134
|
13,446
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_anomalydetector/lib/1.0/generated/azure_cognitiveservices_anomalydetector/anomaly_detector_client.rb
|
Azure::CognitiveServices::AnomalyDetector::V1_0.AnomalyDetectorClient.last_detect
|
def last_detect(body, custom_headers:nil)
response = last_detect_async(body, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def last_detect(body, custom_headers:nil)
response = last_detect_async(body, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"last_detect",
"(",
"body",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"last_detect_async",
"(",
"body",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Detect anomaly status of the latest point in time series.
This operation generates a model using points before the latest one. With
this method, only historical points are used to determine whether the target
point is an anomaly. The latest point detecting operation matches the
scenario of real-time monitoring of business metrics.
@param body [Request] Time series points and period if needed. Advanced model
parameters can also be set in the request.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [LastDetectResponse] operation results.
|
[
"Detect",
"anomaly",
"status",
"of",
"the",
"latest",
"point",
"in",
"time",
"series",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_anomalydetector/lib/1.0/generated/azure_cognitiveservices_anomalydetector/anomaly_detector_client.rb#L242-L245
|
13,447
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_interface_ipconfigurations.rb
|
Azure::Network::Mgmt::V2018_07_01.NetworkInterfaceIPConfigurations.get_with_http_info
|
def get_with_http_info(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:nil)
get_async(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:nil)
get_async(resource_group_name, network_interface_name, ip_configuration_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"network_interface_name",
",",
"ip_configuration_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"network_interface_name",
",",
"ip_configuration_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified network interface ip configuration.
@param resource_group_name [String] The name of the resource group.
@param network_interface_name [String] The name of the network interface.
@param ip_configuration_name [String] The name of the ip configuration name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"the",
"specified",
"network",
"interface",
"ip",
"configuration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_interface_ipconfigurations.rb#L143-L145
|
13,448
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/network_management_client.rb
|
Azure::Network::Mgmt::V2019_02_01.NetworkManagementClient.supported_security_providers
|
def supported_security_providers(resource_group_name, virtual_wanname, custom_headers:nil)
response = supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def supported_security_providers(resource_group_name, virtual_wanname, custom_headers:nil)
response = supported_security_providers_async(resource_group_name, virtual_wanname, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"supported_security_providers",
"(",
"resource_group_name",
",",
"virtual_wanname",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"supported_security_providers_async",
"(",
"resource_group_name",
",",
"virtual_wanname",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gives the supported security providers for the virtual wan.
@param resource_group_name [String] The resource group name.
@param virtual_wanname [String] The name of the VirtualWAN for which
supported security providers are needed.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [VirtualWanSecurityProviders] operation results.
|
[
"Gives",
"the",
"supported",
"security",
"providers",
"for",
"the",
"virtual",
"wan",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/network_management_client.rb#L524-L527
|
13,449
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb
|
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.delete
|
def delete(resource_group_name, media_service_name, custom_headers:nil)
response = delete_async(resource_group_name, media_service_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete(resource_group_name, media_service_name, custom_headers:nil)
response = delete_async(resource_group_name, media_service_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_async",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Deletes a Media Service.
@param resource_group_name [String] Name of the resource group within the
Azure subscription.
@param media_service_name [String] Name of the Media Service.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Deletes",
"a",
"Media",
"Service",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb#L436-L439
|
13,450
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb
|
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.update_with_http_info
|
def update_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil)
update_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil)
update_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a Media Service.
@param resource_group_name [String] Name of the resource group within the
Azure subscription.
@param media_service_name [String] Name of the Media Service.
@param parameters [MediaService] Media Service properties needed for update.
@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",
"Media",
"Service",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb#L542-L544
|
13,451
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb
|
Azure::MediaServices::Mgmt::V2015_10_01.MediaServiceOperations.regenerate_key_with_http_info
|
def regenerate_key_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil)
regenerate_key_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def regenerate_key_with_http_info(resource_group_name, media_service_name, parameters, custom_headers:nil)
regenerate_key_async(resource_group_name, media_service_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"regenerate_key_with_http_info",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"regenerate_key_async",
"(",
"resource_group_name",
",",
"media_service_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Regenerates a primary or secondary key for a Media Service.
@param resource_group_name [String] Name of the resource group within the
Azure subscription.
@param media_service_name [String] Name of the Media Service.
@param parameters [RegenerateKeyInput] Properties needed to regenerate the
Media Service key.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Regenerates",
"a",
"primary",
"or",
"secondary",
"key",
"for",
"a",
"Media",
"Service",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2015-10-01/generated/azure_mgmt_media_services/media_service_operations.rb#L653-L655
|
13,452
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_compute/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machines.rb
|
Azure::Compute::Mgmt::V2016_04_30_preview.VirtualMachines.list_available_sizes
|
def list_available_sizes(resource_group_name, vm_name, custom_headers:nil)
response = list_available_sizes_async(resource_group_name, vm_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_sizes(resource_group_name, vm_name, custom_headers:nil)
response = list_available_sizes_async(resource_group_name, vm_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_sizes",
"(",
"resource_group_name",
",",
"vm_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_sizes_async",
"(",
"resource_group_name",
",",
"vm_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists all available virtual machine sizes to which the specified virtual
machine can be resized.
@param resource_group_name [String] The name of the resource group.
@param vm_name [String] The name of the virtual machine.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [VirtualMachineSizeListResult] operation results.
|
[
"Lists",
"all",
"available",
"virtual",
"machine",
"sizes",
"to",
"which",
"the",
"specified",
"virtual",
"machine",
"can",
"be",
"resized",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_compute/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machines.rb#L725-L728
|
13,453
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_compute/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machines.rb
|
Azure::Compute::Mgmt::V2016_04_30_preview.VirtualMachines.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, vm_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, vm_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, vm_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, vm_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"vm_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"vm_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
The operation to create or update a virtual machine.
@param resource_group_name [String] The name of the resource group.
@param vm_name [String] The name of the virtual machine.
@param parameters [VirtualMachine] Parameters supplied to the Create Virtual
Machine 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.
|
[
"The",
"operation",
"to",
"create",
"or",
"update",
"a",
"virtual",
"machine",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_compute/lib/2016-04-30-preview/generated/azure_mgmt_compute/virtual_machines.rb#L1117-L1119
|
13,454
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/virtual_network_gateways.rb
|
Azure::Network::Mgmt::V2016_12_01.VirtualNetworkGateways.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a virtual network gateway in the specified resource group.
@param resource_group_name [String] The name of the resource group.
@param virtual_network_gateway_name [String] The name of the virtual network
gateway.
@param parameters [VirtualNetworkGateway] Parameters supplied to create or
update virtual network gateway operation.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"or",
"updates",
"a",
"virtual",
"network",
"gateway",
"in",
"the",
"specified",
"resource",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/virtual_network_gateways.rb#L632-L634
|
13,455
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/live_events.rb
|
Azure::MediaServices::Mgmt::V2018_07_01.LiveEvents.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, account_name, live_event_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, account_name, live_event_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, account_name, live_event_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, account_name, live_event_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"live_event_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"live_event_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a existing Live Event.
@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 live_event_name [String] The name of the Live Event.
@param parameters [LiveEvent] Live Event properties needed for creation.
@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",
"existing",
"Live",
"Event",
"."
] |
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/live_events.rb#L679-L681
|
13,456
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/diagnostic.rb
|
Azure::ApiManagement::Mgmt::V2018_01_01.Diagnostic.get_with_http_info
|
def get_with_http_info(resource_group_name, service_name, diagnostic_id, custom_headers:nil)
get_async(resource_group_name, service_name, diagnostic_id, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, service_name, diagnostic_id, custom_headers:nil)
get_async(resource_group_name, service_name, diagnostic_id, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"service_name",
",",
"diagnostic_id",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"service_name",
",",
"diagnostic_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the details of the Diagnostic 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 diagnostic_id [String] Diagnostic 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",
"Diagnostic",
"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/diagnostic.rb#L265-L267
|
13,457
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb
|
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.generate_vpn_profile_with_http_info
|
def generate_vpn_profile_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
generate_vpn_profile_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def generate_vpn_profile_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
generate_vpn_profile_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"generate_vpn_profile_with_http_info",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"generate_vpn_profile_async",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Generates VPN profile for P2S client of the virtual network gateway in the
specified resource group. Used for IKEV2 and radius based authentication.
@param resource_group_name [String] The name of the resource group.
@param virtual_network_gateway_name [String] The name of the virtual network
gateway.
@param parameters [VpnClientParameters] Parameters supplied to the generate
virtual network gateway VPN client package 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.
|
[
"Generates",
"VPN",
"profile",
"for",
"P2S",
"client",
"of",
"the",
"virtual",
"network",
"gateway",
"in",
"the",
"specified",
"resource",
"group",
".",
"Used",
"for",
"IKEV2",
"and",
"radius",
"based",
"authentication",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb#L576-L578
|
13,458
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb
|
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.supported_vpn_devices
|
def supported_vpn_devices(resource_group_name, virtual_network_gateway_name, custom_headers:nil)
response = supported_vpn_devices_async(resource_group_name, virtual_network_gateway_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def supported_vpn_devices(resource_group_name, virtual_network_gateway_name, custom_headers:nil)
response = supported_vpn_devices_async(resource_group_name, virtual_network_gateway_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"supported_vpn_devices",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"supported_vpn_devices_async",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets a xml format representation for supported vpn devices.
@param resource_group_name [String] The name of the resource group.
@param virtual_network_gateway_name [String] The name of the virtual network
gateway.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [String] operation results.
|
[
"Gets",
"a",
"xml",
"format",
"representation",
"for",
"supported",
"vpn",
"devices",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb#L772-L775
|
13,459
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb
|
Azure::Network::Mgmt::V2018_07_01.VirtualNetworkGateways.begin_update_tags_with_http_info
|
def begin_update_tags_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
begin_update_tags_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_tags_with_http_info(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:nil)
begin_update_tags_async(resource_group_name, virtual_network_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_tags_with_http_info",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_tags_async",
"(",
"resource_group_name",
",",
"virtual_network_gateway_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a virtual network gateway tags.
@param resource_group_name [String] The name of the resource group.
@param virtual_network_gateway_name [String] The name of the virtual network
gateway.
@param parameters [TagsObject] Parameters supplied to update virtual network
gateway tags.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"a",
"virtual",
"network",
"gateway",
"tags",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/virtual_network_gateways.rb#L1406-L1408
|
13,460
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.delete_with_http_info
|
def delete_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:nil)
delete_async(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:nil)
delete_async(resource_group_name, cluster_name, api_version, subscription_id, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Delete cluster resource
Delete cluster resource
@param resource_group_name [String] The name of the resource group.
@param cluster_name [String] The name of the cluster resource
@param api_version [String] The version of the API.
@param subscription_id [String] The customer subscription 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.
|
[
"Delete",
"cluster",
"resource"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb#L109-L111
|
13,461
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.begin_create_with_http_info
|
def begin_create_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil)
begin_create_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil)
begin_create_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_with_http_info",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_async",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create a ServiceFabric cluster
Create cluster resource
@param resource_group_name [String] The name of the resource group.
@param cluster_name [String] The name of the cluster resource
@param api_version [String] The version of the API.
@param subscription_id [String] The customer subscription identifier
@param parameters [Cluster] The cluster resource.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Create",
"a",
"ServiceFabric",
"cluster"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb#L572-L574
|
13,462
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb
|
Azure::ServiceFabric::Mgmt::V2017_07_01_preview.Clusters.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil)
begin_update_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:nil)
begin_update_async(resource_group_name, cluster_name, api_version, subscription_id, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"api_version",
",",
"subscription_id",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update cluster configuration
Update cluster configuration
@param resource_group_name [String] The name of the resource group.
@param cluster_name [String] The name of the cluster resource
@param api_version [String] The version of the API.
@param subscription_id [String] The customer subscription identifier
@param parameters [ClusterUpdateParameters] The parameters which contains the
property value and property name which used to update 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.
|
[
"Update",
"cluster",
"configuration"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2017-07-01-preview/generated/azure_mgmt_service_fabric/clusters.rb#L694-L696
|
13,463
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_action_repetitions.rb
|
Azure::Logic::Mgmt::V2016_06_01.WorkflowRunActionRepetitions.get_with_http_info
|
def get_with_http_info(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:nil)
get_async(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:nil)
get_async(resource_group_name, workflow_name, run_name, action_name, repetition_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"workflow_name",
",",
"run_name",
",",
"action_name",
",",
"repetition_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"workflow_name",
",",
"run_name",
",",
"action_name",
",",
"repetition_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get a workflow run action repetition.
@param resource_group_name [String] The resource group name.
@param workflow_name [String] The workflow name.
@param run_name [String] The workflow run name.
@param action_name [String] The workflow action name.
@param repetition_name [String] The workflow repetition.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Get",
"a",
"workflow",
"run",
"action",
"repetition",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/workflow_run_action_repetitions.rb#L155-L157
|
13,464
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/cdn_management_client.rb
|
Azure::CDN::Mgmt::V2017_10_12.CdnManagementClient.validate_probe
|
def validate_probe(validate_probe_input, custom_headers:nil)
response = validate_probe_async(validate_probe_input, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def validate_probe(validate_probe_input, custom_headers:nil)
response = validate_probe_async(validate_probe_input, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"validate_probe",
"(",
"validate_probe_input",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"validate_probe_async",
"(",
"validate_probe_input",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Check if the probe path is a valid path and the file can be accessed. Probe
path is the path to a file hosted on the origin server to help accelerate the
delivery of dynamic content via the CDN endpoint. This path is relative to
the origin path specified in the endpoint configuration.
@param validate_probe_input [ValidateProbeInput] Input to check.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ValidateProbeOutput] operation results.
|
[
"Check",
"if",
"the",
"probe",
"path",
"is",
"a",
"valid",
"path",
"and",
"the",
"file",
"can",
"be",
"accessed",
".",
"Probe",
"path",
"is",
"the",
"path",
"to",
"a",
"file",
"hosted",
"on",
"the",
"origin",
"server",
"to",
"help",
"accelerate",
"the",
"delivery",
"of",
"dynamic",
"content",
"via",
"the",
"CDN",
"endpoint",
".",
"This",
"path",
"is",
"relative",
"to",
"the",
"origin",
"path",
"specified",
"in",
"the",
"endpoint",
"configuration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cdn/lib/2017-10-12/generated/azure_mgmt_cdn/cdn_management_client.rb#L357-L360
|
13,465
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb
|
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.update_with_http_info
|
def update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil)
update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil)
update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"vault_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"vault_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update a key vault in the specified subscription.
@param resource_group_name [String] The name of the Resource Group to which
the server belongs.
@param vault_name [String] Name of the vault
@param parameters [VaultPatchParameters] Parameters to patch the vault
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Update",
"a",
"key",
"vault",
"in",
"the",
"specified",
"subscription",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb#L102-L104
|
13,466
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb
|
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.list_by_subscription
|
def list_by_subscription(top:nil, custom_headers:nil)
first_page = list_by_subscription_as_lazy(top:top, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list_by_subscription(top:nil, custom_headers:nil)
first_page = list_by_subscription_as_lazy(top:top, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list_by_subscription",
"(",
"top",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_by_subscription_as_lazy",
"(",
"top",
":",
"top",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
The List operation gets information about the vaults associated with the
subscription.
@param top [Integer] Maximum number of results to return.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<Vault>] operation results.
|
[
"The",
"List",
"operation",
"gets",
"information",
"about",
"the",
"vaults",
"associated",
"with",
"the",
"subscription",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb#L603-L606
|
13,467
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb
|
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.get_deleted
|
def get_deleted(vault_name, location, custom_headers:nil)
response = get_deleted_async(vault_name, location, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_deleted(vault_name, location, custom_headers:nil)
response = get_deleted_async(vault_name, location, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_deleted",
"(",
"vault_name",
",",
"location",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_deleted_async",
"(",
"vault_name",
",",
"location",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets the deleted Azure key vault.
@param vault_name [String] The name of the vault.
@param location [String] The location of the deleted vault.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [DeletedVault] operation results.
|
[
"Gets",
"the",
"deleted",
"Azure",
"key",
"vault",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb#L777-L780
|
13,468
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb
|
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.check_name_availability
|
def check_name_availability(vault_name, custom_headers:nil)
response = check_name_availability_async(vault_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def check_name_availability(vault_name, custom_headers:nil)
response = check_name_availability_async(vault_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"check_name_availability",
"(",
"vault_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"check_name_availability_async",
"(",
"vault_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Checks that the vault name is valid and is not already in use.
@param vault_name [VaultCheckNameAvailabilityParameters] The name of the
vault.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [CheckNameAvailabilityResult] operation results.
|
[
"Checks",
"that",
"the",
"vault",
"name",
"is",
"valid",
"and",
"is",
"not",
"already",
"in",
"use",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb#L999-L1002
|
13,469
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb
|
Azure::KeyVault::Mgmt::V2018_02_14.Vaults.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, vault_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, vault_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"vault_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"vault_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create or update a key vault in the specified subscription.
@param resource_group_name [String] The name of the Resource Group to which
the server belongs.
@param vault_name [String] Name of the vault
@param parameters [VaultCreateOrUpdateParameters] Parameters to create or
update the vault
@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",
"a",
"key",
"vault",
"in",
"the",
"specified",
"subscription",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_key_vault/lib/2018-02-14/generated/azure_mgmt_key_vault/vaults.rb#L1118-L1120
|
13,470
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/feature_support.rb
|
Azure::RecoveryServicesBackup::Mgmt::V2017_07_01.FeatureSupport.validate
|
def validate(azure_region, parameters, custom_headers:nil)
response = validate_async(azure_region, parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def validate(azure_region, parameters, custom_headers:nil)
response = validate_async(azure_region, parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"validate",
"(",
"azure_region",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"validate_async",
"(",
"azure_region",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
It will validate if given feature with resource properties is supported in
service
@param azure_region [String] Azure region to hit Api
@param parameters [FeatureSupportRequest] Feature support request object
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [AzureVMResourceFeatureSupportResponse] operation results.
|
[
"It",
"will",
"validate",
"if",
"given",
"feature",
"with",
"resource",
"properties",
"is",
"supported",
"in",
"service"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2017-07-01/generated/azure_mgmt_recovery_services_backup/feature_support.rb#L39-L42
|
13,471
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb
|
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.check_name_availability
|
def check_name_availability(account_name, custom_headers:nil)
response = check_name_availability_async(account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def check_name_availability(account_name, custom_headers:nil)
response = check_name_availability_async(account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"check_name_availability",
"(",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"check_name_availability_async",
"(",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Checks that the storage account name is valid and is not already in use.
@param account_name [StorageAccountCheckNameAvailabilityParameters] The name
of the storage account within the specified resource group. Storage account
names must be between 3 and 24 characters in length and use numbers and
lower-case letters only.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [CheckNameAvailabilityResult] operation results.
|
[
"Checks",
"that",
"the",
"storage",
"account",
"name",
"is",
"valid",
"and",
"is",
"not",
"already",
"in",
"use",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb#L36-L39
|
13,472
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb
|
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.regenerate_key_with_http_info
|
def regenerate_key_with_http_info(resource_group_name, account_name, regenerate_key, custom_headers:nil)
regenerate_key_async(resource_group_name, account_name, regenerate_key, custom_headers:custom_headers).value!
end
|
ruby
|
def regenerate_key_with_http_info(resource_group_name, account_name, regenerate_key, custom_headers:nil)
regenerate_key_async(resource_group_name, account_name, regenerate_key, custom_headers:custom_headers).value!
end
|
[
"def",
"regenerate_key_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"regenerate_key",
",",
"custom_headers",
":",
"nil",
")",
"regenerate_key_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"regenerate_key",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Regenerates one of the access keys for the specified storage account.
@param resource_group_name [String] The name of the resource group within the
user's subscription. The name is case insensitive.
@param account_name [String] The name of the storage account within the
specified resource group. Storage account names must be between 3 and 24
characters in length and use numbers and lower-case letters only.
@param regenerate_key [StorageAccountRegenerateKeyParameters] Specifies name
of the key which should be regenerated -- key1 or key2.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Regenerates",
"one",
"of",
"the",
"access",
"keys",
"for",
"the",
"specified",
"storage",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb#L886-L888
|
13,473
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb
|
Azure::Storage::Mgmt::V2018_11_01.StorageAccounts.revoke_user_delegation_keys
|
def revoke_user_delegation_keys(resource_group_name, account_name, custom_headers:nil)
response = revoke_user_delegation_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def revoke_user_delegation_keys(resource_group_name, account_name, custom_headers:nil)
response = revoke_user_delegation_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"revoke_user_delegation_keys",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"revoke_user_delegation_keys_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Revoke user delegation keys.
@param resource_group_name [String] The name of the resource group within the
user's subscription. The name is case insensitive.
@param account_name [String] The name of the storage account within the
specified resource group. Storage account names must be between 3 and 24
characters in length and use numbers and lower-case letters only.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Revoke",
"user",
"delegation",
"keys",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/storage_accounts.rb#L1276-L1279
|
13,474
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/kpi.rb
|
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.get_with_http_info
|
def get_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil)
get_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil)
get_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets a KPI in the hub.
@param resource_group_name [String] The name of the resource group.
@param hub_name [String] The name of the hub.
@param kpi_name [String] The name of the KPI.
@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",
"KPI",
"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/kpi.rb#L102-L104
|
13,475
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/kpi.rb
|
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, hub_name, kpi_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, hub_name, kpi_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, hub_name, kpi_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, hub_name, kpi_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates a KPI or updates an existing KPI in the hub.
@param resource_group_name [String] The name of the resource group.
@param hub_name [String] The name of the hub.
@param kpi_name [String] The name of the KPI.
@param parameters [KpiResourceFormat] Parameters supplied to the
create/update KPI 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",
"KPI",
"or",
"updates",
"an",
"existing",
"KPI",
"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/kpi.rb#L419-L421
|
13,476
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/kpi.rb
|
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.begin_delete_with_http_info
|
def begin_delete_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil)
begin_delete_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_delete_with_http_info(resource_group_name, hub_name, kpi_name, custom_headers:nil)
begin_delete_async(resource_group_name, hub_name, kpi_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_delete_with_http_info",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_delete_async",
"(",
"resource_group_name",
",",
"hub_name",
",",
"kpi_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes a KPI in the hub.
@param resource_group_name [String] The name of the resource group.
@param hub_name [String] The name of the hub.
@param kpi_name [String] The name of the KPI.
@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",
"KPI",
"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/kpi.rb#L527-L529
|
13,477
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/kpi.rb
|
Azure::CustomerInsights::Mgmt::V2017_01_01.Kpi.list_by_hub_next
|
def list_by_hub_next(next_page_link, custom_headers:nil)
response = list_by_hub_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_by_hub_next(next_page_link, custom_headers:nil)
response = list_by_hub_next_async(next_page_link, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_by_hub_next",
"(",
"next_page_link",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_by_hub_next_async",
"(",
"next_page_link",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets all the KPIs in the specified hub.
@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 [KpiListResult] operation results.
|
[
"Gets",
"all",
"the",
"KPIs",
"in",
"the",
"specified",
"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/kpi.rb#L596-L599
|
13,478
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machine_groups.rb
|
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachineGroups.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"sql_virtual_machine_group_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"sql_virtual_machine_group_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a SQL virtual machine group.
@param resource_group_name [String] Name of the resource group that contains
the resource. You can obtain this value from the Azure Resource Manager API
or the portal.
@param sql_virtual_machine_group_name [String] Name of the SQL virtual
machine group.
@param parameters [SqlVirtualMachineGroup] The SQL virtual machine group.
@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",
"SQL",
"virtual",
"machine",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machine_groups.rb#L486-L488
|
13,479
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machine_groups.rb
|
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachineGroups.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, sql_virtual_machine_group_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"sql_virtual_machine_group_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"sql_virtual_machine_group_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates SQL virtual machine group tags.
@param resource_group_name [String] Name of the resource group that contains
the resource. You can obtain this value from the Azure Resource Manager API
or the portal.
@param sql_virtual_machine_group_name [String] Name of the SQL virtual
machine group.
@param parameters [SqlVirtualMachineGroupUpdate] The SQL virtual machine
group.
@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",
"SQL",
"virtual",
"machine",
"group",
"tags",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machine_groups.rb#L700-L702
|
13,480
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_datalake_analytics/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/account.rb
|
Azure::DataLakeAnalytics::Mgmt::V2015_10_01_preview.Account.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates the Data Lake Analytics account object specified by the accountName
with the contents of the account object.
@param resource_group_name [String] The name of the Azure resource group that
contains the Data Lake Analytics account.
@param name [String] The name of the Data Lake Analytics account to update.
@param parameters [DataLakeAnalyticsAccount] Parameters supplied to the
update Data Lake Analytics account 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",
"the",
"Data",
"Lake",
"Analytics",
"account",
"object",
"specified",
"by",
"the",
"accountName",
"with",
"the",
"contents",
"of",
"the",
"account",
"object",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_datalake_analytics/lib/2015-10-01-preview/generated/azure_mgmt_datalake_analytics/account.rb#L2254-L2256
|
13,481
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_event_hub/lib/2017-04-01/generated/azure_mgmt_event_hub/namespaces.rb
|
Azure::EventHub::Mgmt::V2017_04_01.Namespaces.get_messaging_plan
|
def get_messaging_plan(resource_group_name, namespace_name, custom_headers:nil)
response = get_messaging_plan_async(resource_group_name, namespace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_messaging_plan(resource_group_name, namespace_name, custom_headers:nil)
response = get_messaging_plan_async(resource_group_name, namespace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_messaging_plan",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_messaging_plan_async",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets messaging plan for specified namespace.
@param resource_group_name [String] Name of the resource group within the
azure subscription.
@param namespace_name [String] The Namespace name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MessagingPlan] operation results.
|
[
"Gets",
"messaging",
"plan",
"for",
"specified",
"namespace",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2017-04-01/generated/azure_mgmt_event_hub/namespaces.rb#L633-L636
|
13,482
|
Azure/azure-sdk-for-ruby
|
data/azure_service_fabric/lib/6.4.0.36/generated/azure_service_fabric/service_fabric_client_apis.rb
|
Azure::ServiceFabric::V6_4_0_36.ServiceFabricClientAPIs.get_cluster_version
|
def get_cluster_version(timeout:60, custom_headers:nil)
response = get_cluster_version_async(timeout:timeout, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_cluster_version(timeout:60, custom_headers:nil)
response = get_cluster_version_async(timeout:timeout, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_cluster_version",
"(",
"timeout",
":",
"60",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_cluster_version_async",
"(",
"timeout",
":",
"timeout",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get the current Service Fabric cluster version.
If a cluster upgrade is happening, then this API will return the lowest
(older) version of the current and target cluster runtime versions.
@param timeout [Integer] The server timeout for performing the operation in
seconds. This timeout specifies the time duration that the client is willing
to wait for the requested operation to complete. The default value for this
parameter is 60 seconds.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ClusterVersion] operation results.
|
[
"Get",
"the",
"current",
"Service",
"Fabric",
"cluster",
"version",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_service_fabric/lib/6.4.0.36/generated/azure_service_fabric/service_fabric_client_apis.rb#L3249-L3252
|
13,483
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/virtual_network_taps.rb
|
Azure::Network::Mgmt::V2019_02_01.VirtualNetworkTaps.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, tap_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, tap_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, tap_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, tap_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"tap_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"tap_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a Virtual Network Tap.
@param resource_group_name [String] The name of the resource group.
@param tap_name [String] The name of the virtual network tap.
@param parameters [VirtualNetworkTap] Parameters supplied to the create or
update virtual network tap 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",
"Tap",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/virtual_network_taps.rb#L528-L530
|
13,484
|
Azure/azure-sdk-for-ruby
|
runtime/ms_rest_azure/lib/ms_rest_azure/credentials/topic_credentials.rb
|
MsRestAzure.TopicCredentials.sign_request
|
def sign_request(request)
super(request)
if (request.respond_to?(:request_headers))
request.request_headers['aeg-sas-key'] = @topic_key
elsif request.respond_to?(:headers)
request.headers['aeg-sas-key'] = @topic_key
else
fail ArgumentError, 'Incorrect request object was provided'
end
end
|
ruby
|
def sign_request(request)
super(request)
if (request.respond_to?(:request_headers))
request.request_headers['aeg-sas-key'] = @topic_key
elsif request.respond_to?(:headers)
request.headers['aeg-sas-key'] = @topic_key
else
fail ArgumentError, 'Incorrect request object was provided'
end
end
|
[
"def",
"sign_request",
"(",
"request",
")",
"super",
"(",
"request",
")",
"if",
"(",
"request",
".",
"respond_to?",
"(",
":request_headers",
")",
")",
"request",
".",
"request_headers",
"[",
"'aeg-sas-key'",
"]",
"=",
"@topic_key",
"elsif",
"request",
".",
"respond_to?",
"(",
":headers",
")",
"request",
".",
"headers",
"[",
"'aeg-sas-key'",
"]",
"=",
"@topic_key",
"else",
"fail",
"ArgumentError",
",",
"'Incorrect request object was provided'",
"end",
"end"
] |
Creates and initialize new instance of the TopicCredentials class.
@param topic_key [String] topic key
|
[
"Creates",
"and",
"initialize",
"new",
"instance",
"of",
"the",
"TopicCredentials",
"class",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/runtime/ms_rest_azure/lib/ms_rest_azure/credentials/topic_credentials.rb#L27-L37
|
13,485
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_serialconsole/lib/2018-05-01/generated/azure_mgmt_serialconsole/console.rb
|
Azure::Serialconsole::Mgmt::V2018_05_01.Console.enable_console
|
def enable_console(custom_headers:nil)
response = enable_console_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def enable_console(custom_headers:nil)
response = enable_console_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"enable_console",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"enable_console_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Enables Serial Console for a subscription
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [SetDisabledResult] operation results.
|
[
"Enables",
"Serial",
"Console",
"for",
"a",
"subscription"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_serialconsole/lib/2018-05-01/generated/azure_mgmt_serialconsole/console.rb#L33-L36
|
13,486
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_serialconsole/lib/2018-05-01/generated/azure_mgmt_serialconsole/console.rb
|
Azure::Serialconsole::Mgmt::V2018_05_01.Console.disable_console
|
def disable_console(custom_headers:nil)
response = disable_console_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def disable_console(custom_headers:nil)
response = disable_console_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"disable_console",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"disable_console_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Disables Serial Console for a subscription
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [SetDisabledResult] operation results.
|
[
"Disables",
"Serial",
"Console",
"for",
"a",
"subscription"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_serialconsole/lib/2018-05-01/generated/azure_mgmt_serialconsole/console.rb#L118-L121
|
13,487
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/volumes.rb
|
Azure::NetApp::Mgmt::V2017_08_15_preview.Volumes.update_with_http_info
|
def update_with_http_info(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil)
update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil)
update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"body",
",",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"volume_name",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"body",
",",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"volume_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Patch a volume
@param body [VolumePatch] Volume object supplied in the body of the
operation.
@param resource_group_name [String] The name of the resource group.
@param account_name [String] The name of the NetApp account
@param pool_name [String] The name of the capacity pool
@param volume_name [String] The name of the volume
@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.
|
[
"Patch",
"a",
"volume"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/volumes.rb#L307-L309
|
13,488
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/volumes.rb
|
Azure::NetApp::Mgmt::V2017_08_15_preview.Volumes.begin_create_or_update
|
def begin_create_or_update(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil)
response = begin_create_or_update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def begin_create_or_update(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:nil)
response = begin_create_or_update_async(body, resource_group_name, account_name, pool_name, volume_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"begin_create_or_update",
"(",
"body",
",",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"volume_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"begin_create_or_update_async",
"(",
"body",
",",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"volume_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Create or update a volume
@param body [Volume] Volume object supplied in the body of the operation.
@param resource_group_name [String] The name of the resource group.
@param account_name [String] The name of the NetApp account
@param pool_name [String] The name of the capacity pool
@param volume_name [String] The name of the volume
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Volume] operation results.
|
[
"Create",
"or",
"update",
"a",
"volume"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/volumes.rb#L446-L449
|
13,489
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_compute/lib/2018-04-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb
|
Azure::Compute::Mgmt::V2018_04_01.VirtualMachineScaleSets.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, vm_scale_set_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, vm_scale_set_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, vm_scale_set_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, vm_scale_set_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"vm_scale_set_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"vm_scale_set_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update 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 to create or
update.
@param parameters [VirtualMachineScaleSetUpdate] The scale set object.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Update",
"a",
"VM",
"scale",
"set",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_compute/lib/2018-04-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb#L1383-L1385
|
13,490
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/sessions.rb
|
Azure::Logic::Mgmt::V2016_06_01.Sessions.get_with_http_info
|
def get_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"session_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"session_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets an integration account session.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param session_name [String] The integration account session name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"an",
"integration",
"account",
"session",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/sessions.rb#L152-L154
|
13,491
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/sessions.rb
|
Azure::Logic::Mgmt::V2016_06_01.Sessions.delete_with_http_info
|
def delete_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, integration_account_name, session_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, session_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"session_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"session_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes an integration account session.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param session_name [String] The integration account session name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"an",
"integration",
"account",
"session",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/sessions.rb#L364-L366
|
13,492
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/management_policies.rb
|
Azure::Storage::Mgmt::V2018_11_01.ManagementPolicies.create_or_update_with_http_info
|
def create_or_update_with_http_info(resource_group_name, account_name, properties, custom_headers:nil)
create_or_update_async(resource_group_name, account_name, properties, custom_headers:custom_headers).value!
end
|
ruby
|
def create_or_update_with_http_info(resource_group_name, account_name, properties, custom_headers:nil)
create_or_update_async(resource_group_name, account_name, properties, custom_headers:custom_headers).value!
end
|
[
"def",
"create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"properties",
",",
"custom_headers",
":",
"nil",
")",
"create_or_update_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"properties",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Sets the managementpolicy to the specified storage account.
@param resource_group_name [String] The name of the resource group within the
user's subscription. The name is case insensitive.
@param account_name [String] The name of the storage account within the
specified resource group. Storage account names must be between 3 and 24
characters in length and use numbers and lower-case letters only.
@param properties [ManagementPolicy] The ManagementPolicy set to a storage
account.
@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.
|
[
"Sets",
"the",
"managementpolicy",
"to",
"the",
"specified",
"storage",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-11-01/generated/azure_mgmt_storage/management_policies.rb#L168-L170
|
13,493
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb
|
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.get_with_http_info
|
def get_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil)
get_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil)
get_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"authorization_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"authorization_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the specified authorization from the specified express route circuit.
@param resource_group_name [String] The name of the resource group.
@param circuit_name [String] The name of the express route circuit.
@param authorization_name [String] The name of the authorization.
@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",
"authorization",
"from",
"the",
"specified",
"express",
"route",
"circuit",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb#L91-L93
|
13,494
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb
|
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.list
|
def list(resource_group_name, circuit_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, circuit_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list(resource_group_name, circuit_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, circuit_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_as_lazy",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
Gets all authorizations in an express route circuit.
@param resource_group_name [String] The name of the resource group.
@param circuit_name [String] The name of the circuit.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<ExpressRouteCircuitAuthorization>] operation results.
|
[
"Gets",
"all",
"authorizations",
"in",
"an",
"express",
"route",
"circuit",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb#L220-L223
|
13,495
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb
|
Azure::Network::Mgmt::V2017_11_01.ExpressRouteCircuitAuthorizations.begin_delete_with_http_info
|
def begin_delete_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil)
begin_delete_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_delete_with_http_info(resource_group_name, circuit_name, authorization_name, custom_headers:nil)
begin_delete_async(resource_group_name, circuit_name, authorization_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_delete_with_http_info",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"authorization_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_delete_async",
"(",
"resource_group_name",
",",
"circuit_name",
",",
"authorization_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes the specified authorization from the specified express route circuit.
@param resource_group_name [String] The name of the resource group.
@param circuit_name [String] The name of the express route circuit.
@param authorization_name [String] The name of the authorization.
@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",
"authorization",
"from",
"the",
"specified",
"express",
"route",
"circuit",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/express_route_circuit_authorizations.rb#L328-L330
|
13,496
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_accounts.rb
|
Azure::Storage::Mgmt::V2018_03_01_preview.StorageAccounts.get_management_policies
|
def get_management_policies(resource_group_name, account_name, custom_headers:nil)
response = get_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_management_policies(resource_group_name, account_name, custom_headers:nil)
response = get_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_management_policies",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_management_policies_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets the data policy rules associated with the specified storage account.
@param resource_group_name [String] The name of the resource group within the
user's subscription. The name is case insensitive.
@param account_name [String] The name of the storage account within the
specified resource group. Storage account names must be between 3 and 24
characters in length and use numbers and lower-case letters only.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [StorageAccountManagementPolicies] operation results.
|
[
"Gets",
"the",
"data",
"policy",
"rules",
"associated",
"with",
"the",
"specified",
"storage",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_accounts.rb#L1218-L1221
|
13,497
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_storage/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_accounts.rb
|
Azure::Storage::Mgmt::V2018_03_01_preview.StorageAccounts.delete_management_policies
|
def delete_management_policies(resource_group_name, account_name, custom_headers:nil)
response = delete_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_management_policies(resource_group_name, account_name, custom_headers:nil)
response = delete_management_policies_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_management_policies",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_management_policies_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Deletes the data policy rules associated with the specified storage account.
@param resource_group_name [String] The name of the resource group within the
user's subscription. The name is case insensitive.
@param account_name [String] The name of the storage account within the
specified resource group. Storage account names must be between 3 and 24
characters in length and use numbers and lower-case letters only.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Deletes",
"the",
"data",
"policy",
"rules",
"associated",
"with",
"the",
"specified",
"storage",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storage/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_accounts.rb#L1449-L1452
|
13,498
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_container_registry/lib/2018-02-01-preview/generated/azure_mgmt_container_registry/builds.rb
|
Azure::ContainerRegistry::Mgmt::V2018_02_01_preview.Builds.get_with_http_info
|
def get_with_http_info(resource_group_name, registry_name, build_id, custom_headers:nil)
get_async(resource_group_name, registry_name, build_id, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, registry_name, build_id, custom_headers:nil)
get_async(resource_group_name, registry_name, build_id, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"registry_name",
",",
"build_id",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"registry_name",
",",
"build_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the detailed information for a given build.
@param resource_group_name [String] The name of the resource group to which
the container registry belongs.
@param registry_name [String] The name of the container registry.
@param build_id [String] The build 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.
|
[
"Gets",
"the",
"detailed",
"information",
"for",
"a",
"given",
"build",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_container_registry/lib/2018-02-01-preview/generated/azure_mgmt_container_registry/builds.rb#L166-L168
|
13,499
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.ConnectionOperations.get_with_http_info
|
def get_with_http_info(resource_group_name, automation_account_name, connection_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, connection_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, automation_account_name, connection_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, connection_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"connection_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"connection_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieve the connection identified by connection name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param connection_name [String] The name of connection.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Retrieve",
"the",
"connection",
"identified",
"by",
"connection",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb#L150-L152
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.