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
14,000
Azure/azure-sdk-for-ruby
management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb
Azure::DataMigration::Mgmt::V2018_03_31_preview.Services.check_status
def check_status(group_name, service_name, custom_headers:nil) response = check_status_async(group_name, service_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def check_status(group_name, service_name, custom_headers:nil) response = check_status_async(group_name, service_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "check_status", "(", "group_name", ",", "service_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "check_status_async", "(", "group_name", ",", "service_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "bo...
Check service health status The services resource is the top-level resource that represents the Data Migration Service. This action performs a health check and returns the status of the service and virtual machine size. @param group_name [String] Name of the resource group @param service_name [String] Name of th...
[ "Check", "service", "health", "status" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb#L293-L296
14,001
Azure/azure-sdk-for-ruby
management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb
Azure::DataMigration::Mgmt::V2018_03_31_preview.Services.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(parameters, group_name, service_name, custom_headers:nil) begin_create_or_update_async(parameters, group_name, service_name, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(parameters, group_name, service_name, custom_headers:nil) begin_create_or_update_async(parameters, group_name, service_name, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "parameters", ",", "group_name", ",", "service_name", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "parameters", ",", "group_name", ",", "service_name", ",", "custom_headers", ":custom_he...
Create or update DMS Instance The services resource is the top-level resource that represents the Data Migration Service. The PUT method creates a new service or updates an existing one. When a service is updated, existing child resources (i.e. tasks) are unaffected. Services currently support a single kind, "vm",...
[ "Create", "or", "update", "DMS", "Instance" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb#L1037-L1039
14,002
Azure/azure-sdk-for-ruby
management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb
Azure::DataMigration::Mgmt::V2018_03_31_preview.Services.begin_update_with_http_info
def begin_update_with_http_info(parameters, group_name, service_name, custom_headers:nil) begin_update_async(parameters, group_name, service_name, custom_headers:custom_headers).value! end
ruby
def begin_update_with_http_info(parameters, group_name, service_name, custom_headers:nil) begin_update_async(parameters, group_name, service_name, custom_headers:custom_headers).value! end
[ "def", "begin_update_with_http_info", "(", "parameters", ",", "group_name", ",", "service_name", ",", "custom_headers", ":", "nil", ")", "begin_update_async", "(", "parameters", ",", "group_name", ",", "service_name", ",", "custom_headers", ":custom_headers", ")", "."...
Create or update DMS Service Instance The services resource is the top-level resource that represents the Data Migration Service. The PATCH method updates an existing service. This method can change the kind, SKU, and network of the service, but if tasks are currently running (i.e. the service is busy), this will ...
[ "Create", "or", "update", "DMS", "Service", "Instance" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/services.rb#L1272-L1274
14,003
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/2.1/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V2_1.CustomvisiontrainingClient.train_project
def train_project(project_id, custom_headers:nil) response = train_project_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def train_project(project_id, custom_headers:nil) response = train_project_async(project_id, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "train_project", "(", "project_id", ",", "custom_headers", ":", "nil", ")", "response", "=", "train_project_async", "(", "project_id", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", ...
Queues project for training @param project_id The project id @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [Iteration] operation results.
[ "Queues", "project", "for", "training" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/2.1/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2368-L2371
14,004
Azure/azure-sdk-for-ruby
data/azure_cognitiveservices_customvisiontraining/lib/2.1/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
Azure::CognitiveServices::Customvisiontraining::V2_1.CustomvisiontrainingClient.create_project
def create_project(name, description:nil, domain_id:nil, classification_type:nil, custom_headers:nil) response = create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_project(name, description:nil, domain_id:nil, classification_type:nil, custom_headers:nil) response = create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_project", "(", "name", ",", "description", ":", "nil", ",", "domain_id", ":", "nil", ",", "classification_type", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_project_async", "(", "name", ",", "description", ":", ...
Create a project @param name [String] Name of the project @param description [String] The description of the project @param domain_id The id of the domain to use for this project. Defaults to General @param classification_type [Enum] The type of classifier to create for this project. Possible values include: 'Mu...
[ "Create", "a", "project" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/2.1/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2558-L2561
14,005
Azure/azure-sdk-for-ruby
management/azure_mgmt_resourcegraph/lib/2019-04-01/generated/azure_mgmt_resourcegraph/resource_graph_client.rb
Azure::ResourceGraph::Mgmt::V2019_04_01.ResourceGraphClient.resources
def resources(query, custom_headers:nil) response = resources_async(query, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def resources(query, custom_headers:nil) response = resources_async(query, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "resources", "(", "query", ",", "custom_headers", ":", "nil", ")", "response", "=", "resources_async", "(", "query", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Queries the resources managed by Azure Resource Manager for all subscriptions specified in the request. @param query [QueryRequest] Request specifying query and its options. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [QueryResponse] ope...
[ "Queries", "the", "resources", "managed", "by", "Azure", "Resource", "Manager", "for", "all", "subscriptions", "specified", "in", "the", "request", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resourcegraph/lib/2019-04-01/generated/azure_mgmt_resourcegraph/resource_graph_client.rb#L127-L130
14,006
Azure/azure-sdk-for-ruby
management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/tasks.rb
Azure::DataMigration::Mgmt::V2018_03_31_preview.Tasks.get_with_http_info
def get_with_http_info(group_name, service_name, project_name, task_name, expand:nil, custom_headers:nil) get_async(group_name, service_name, project_name, task_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(group_name, service_name, project_name, task_name, expand:nil, custom_headers:nil) get_async(group_name, service_name, project_name, task_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "group_name", ",", "service_name", ",", "project_name", ",", "task_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "group_name", ",", "service_name", ",", "project_name", ",", "task_na...
Get task information The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. @param group_name [String] Name of the resource group @param service_name [String] Name of the service @param project_name [String] Name of t...
[ "Get", "task", "information" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_data_migration/lib/2018-03-31-preview/generated/azure_mgmt_data_migration/tasks.rb#L313-L315
14,007
Azure/azure-sdk-for-ruby
management/azure_mgmt_monitor/lib/2015-04-01/generated/azure_mgmt_monitor/activity_logs.rb
Azure::Monitor::Mgmt::V2015_04_01.ActivityLogs.list_with_http_info
def list_with_http_info(filter:nil, select:nil, custom_headers:nil) list_async(filter:filter, select:select, custom_headers:custom_headers).value! end
ruby
def list_with_http_info(filter:nil, select:nil, custom_headers:nil) list_async(filter:filter, select:select, custom_headers:custom_headers).value! end
[ "def", "list_with_http_info", "(", "filter", ":", "nil", ",", "select", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_async", "(", "filter", ":", "filter", ",", "select", ":", "select", ",", "custom_headers", ":custom_headers", ")", ".", "value!"...
Provides the list of records from the activity logs. @param filter [String] Reduces the set of data collected.<br>The **$filter** argument is very restricted and allows only the following patterns.<br>- *List events for a resource group*: $filter=eventTimestamp ge '2014-07-16T04:36:37.6407898Z' and eventTimestamp ...
[ "Provides", "the", "list", "of", "records", "from", "the", "activity", "logs", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_monitor/lib/2015-04-01/generated/azure_mgmt_monitor/activity_logs.rb#L93-L95
14,008
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.backup_certificate
def backup_certificate(vault_base_url, certificate_name, custom_headers:nil) response = backup_certificate_async(vault_base_url, certificate_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def backup_certificate(vault_base_url, certificate_name, custom_headers:nil) response = backup_certificate_async(vault_base_url, certificate_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "backup_certificate", "(", "vault_base_url", ",", "certificate_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "backup_certificate_async", "(", "vault_base_url", ",", "certificate_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!"...
Backs up the specified certificate. Requests that a backup of the specified certificate be downloaded to the client. All versions of the certificate will be downloaded. This operation requires the certificates/backup permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azu...
[ "Backs", "up", "the", "specified", "certificate", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L6534-L6537
14,009
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.restore_certificate
def restore_certificate(vault_base_url, certificate_bundle_backup, custom_headers:nil) response = restore_certificate_async(vault_base_url, certificate_bundle_backup, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def restore_certificate(vault_base_url, certificate_bundle_backup, custom_headers:nil) response = restore_certificate_async(vault_base_url, certificate_bundle_backup, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "restore_certificate", "(", "vault_base_url", ",", "certificate_bundle_backup", ",", "custom_headers", ":", "nil", ")", "response", "=", "restore_certificate_async", "(", "vault_base_url", ",", "certificate_bundle_backup", ",", "custom_headers", ":custom_headers", ")...
Restores a backed up certificate to a vault. Restores a backed up certificate, and all its versions, to a vault. This operation requires the certificates/restore permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azure.net. @param certificate_bundle_backup The backup blo...
[ "Restores", "a", "backed", "up", "certificate", "to", "a", "vault", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L6641-L6644
14,010
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.get_deleted_storage_account
def get_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = get_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = get_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_deleted_storage_account", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_deleted_storage_account_async", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":custom_headers"...
Gets the specified deleted storage account. The Get Deleted Storage Account operation returns the specified deleted storage account along with its attributes. This operation requires the storage/get permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azure.net. @param st...
[ "Gets", "the", "specified", "deleted", "storage", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L7419-L7422
14,011
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.purge_deleted_storage_account
def purge_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = purge_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! nil end
ruby
def purge_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = purge_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! nil end
[ "def", "purge_deleted_storage_account", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "purge_deleted_storage_account_async", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":custom_head...
Permanently deletes the specified storage account. The purge deleted storage account operation removes the secret permanently, without the possibility of recovery. This operation can only be performed on a soft-delete enabled vault. This operation requires the storage/purge permission. @param vault_base_url [Str...
[ "Permanently", "deletes", "the", "specified", "storage", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L7527-L7530
14,012
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.recover_deleted_storage_account
def recover_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = recover_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def recover_deleted_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = recover_deleted_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "recover_deleted_storage_account", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "recover_deleted_storage_account_async", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":custom_...
Recovers the deleted storage account. Recovers the deleted storage account in the specified vault. This operation can only be performed on a soft-delete enabled vault. This operation requires the storage/recover permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azure.ne...
[ "Recovers", "the", "deleted", "storage", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L7627-L7630
14,013
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.backup_storage_account
def backup_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = backup_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def backup_storage_account(vault_base_url, storage_account_name, custom_headers:nil) response = backup_storage_account_async(vault_base_url, storage_account_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "backup_storage_account", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "backup_storage_account_async", "(", "vault_base_url", ",", "storage_account_name", ",", "custom_headers", ":custom_headers", ")", ...
Backs up the specified storage account. Requests that a backup of the specified storage account be downloaded to the client. This operation requires the storage/backup permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azure.net. @param storage_account_name [String] The ...
[ "Backs", "up", "the", "specified", "storage", "account", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L7734-L7737
14,014
Azure/azure-sdk-for-ruby
data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb
Azure::KeyVault::V7_0_preview.KeyVaultClient.restore_storage_account
def restore_storage_account(vault_base_url, storage_bundle_backup, custom_headers:nil) response = restore_storage_account_async(vault_base_url, storage_bundle_backup, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def restore_storage_account(vault_base_url, storage_bundle_backup, custom_headers:nil) response = restore_storage_account_async(vault_base_url, storage_bundle_backup, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "restore_storage_account", "(", "vault_base_url", ",", "storage_bundle_backup", ",", "custom_headers", ":", "nil", ")", "response", "=", "restore_storage_account_async", "(", "vault_base_url", ",", "storage_bundle_backup", ",", "custom_headers", ":custom_headers", ")...
Restores a backed up storage account to a vault. Restores a backed up storage account to a vault. This operation requires the storage/restore permission. @param vault_base_url [String] The vault name, for example https://myvault.vault.azure.net. @param storage_bundle_backup The backup blob associated with a stor...
[ "Restores", "a", "backed", "up", "storage", "account", "to", "a", "vault", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_key_vault/lib/7.0-preview/generated/azure_key_vault/key_vault_client.rb#L7839-L7842
14,015
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/peer_express_route_circuit_connections.rb
Azure::Network::Mgmt::V2019_02_01.PeerExpressRouteCircuitConnections.get_with_http_info
def get_with_http_info(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:nil) get_async(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:nil) get_async(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "connection_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "connection_name", ...
Gets the specified Peer Express Route Circuit Connection 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 peering_name [String] The name of the peering. @param connection_name [S...
[ "Gets", "the", "specified", "Peer", "Express", "Route", "Circuit", "Connection", "from", "the", "specified", "express", "route", "circuit", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/peer_express_route_circuit_connections.rb#L57-L59
14,016
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/peer_express_route_circuit_connections.rb
Azure::Network::Mgmt::V2019_02_01.PeerExpressRouteCircuitConnections.list_with_http_info
def list_with_http_info(resource_group_name, circuit_name, peering_name, custom_headers:nil) list_async(resource_group_name, circuit_name, peering_name, custom_headers:custom_headers).value! end
ruby
def list_with_http_info(resource_group_name, circuit_name, peering_name, custom_headers:nil) list_async(resource_group_name, circuit_name, peering_name, custom_headers:custom_headers).value! end
[ "def", "list_with_http_info", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "custom_headers", ":", "nil", ")", "list_async", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "custom_headers", ":custom_headers", ")",...
Gets all global reach peer connections associated with a private peering 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 peering_name [String] The name of the peering. @param custom_headers [Hash{String =...
[ "Gets", "all", "global", "reach", "peer", "connections", "associated", "with", "a", "private", "peering", "in", "an", "express", "route", "circuit", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/peer_express_route_circuit_connections.rb#L159-L161
14,017
Azure/azure-sdk-for-ruby
management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb
Azure::PrivateDns::Mgmt::V2018_09_01.VirtualNetworkLinks.create_or_update
def create_or_update(resource_group_name, private_zone_name, virtual_network_link_name, parameters, if_match:nil, if_none_match:nil, custom_headers:nil) response = create_or_update_async(resource_group_name, private_zone_name, virtual_network_link_name, parameters, if_match:if_match, if_none_match:if_none_match, ...
ruby
def create_or_update(resource_group_name, private_zone_name, virtual_network_link_name, parameters, if_match:nil, if_none_match:nil, custom_headers:nil) response = create_or_update_async(resource_group_name, private_zone_name, virtual_network_link_name, parameters, if_match:if_match, if_none_match:if_none_match, ...
[ "def", "create_or_update", "(", "resource_group_name", ",", "private_zone_name", ",", "virtual_network_link_name", ",", "parameters", ",", "if_match", ":", "nil", ",", "if_none_match", ":", "nil", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_or_u...
Creates or updates a virtual network link to the specified Private DNS zone. @param resource_group_name [String] The name of the resource group. @param private_zone_name [String] The name of the Private DNS zone (without a terminating dot). @param virtual_network_link_name [String] The name of the virtual network ...
[ "Creates", "or", "updates", "a", "virtual", "network", "link", "to", "the", "specified", "Private", "DNS", "zone", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb#L46-L49
14,018
Azure/azure-sdk-for-ruby
management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb
Azure::PrivateDns::Mgmt::V2018_09_01.VirtualNetworkLinks.get_with_http_info
def get_with_http_info(resource_group_name, private_zone_name, virtual_network_link_name, custom_headers:nil) get_async(resource_group_name, private_zone_name, virtual_network_link_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, private_zone_name, virtual_network_link_name, custom_headers:nil) get_async(resource_group_name, private_zone_name, virtual_network_link_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "private_zone_name", ",", "virtual_network_link_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "private_zone_name", ",", "virtual_network_link_name", ",", "custom_hea...
Gets a virtual network link to the specified Private DNS zone. @param resource_group_name [String] The name of the resource group. @param private_zone_name [String] The name of the Private DNS zone (without a terminating dot). @param virtual_network_link_name [String] The name of the virtual network link. @param...
[ "Gets", "a", "virtual", "network", "link", "to", "the", "specified", "Private", "DNS", "zone", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb#L234-L236
14,019
Azure/azure-sdk-for-ruby
management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb
Azure::PrivateDns::Mgmt::V2018_09_01.VirtualNetworkLinks.list
def list(resource_group_name, private_zone_name, top:nil, custom_headers:nil) first_page = list_as_lazy(resource_group_name, private_zone_name, top:top, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list(resource_group_name, private_zone_name, top:nil, custom_headers:nil) first_page = list_as_lazy(resource_group_name, private_zone_name, top:top, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list", "(", "resource_group_name", ",", "private_zone_name", ",", "top", ":", "nil", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_as_lazy", "(", "resource_group_name", ",", "private_zone_name", ",", "top", ":", "top", ",", "custom_hea...
Lists the virtual network links to the specified Private DNS zone. @param resource_group_name [String] The name of the resource group. @param private_zone_name [String] The name of the Private DNS zone (without a terminating dot). @param top [Integer] The maximum number of virtual network links to return. If not ...
[ "Lists", "the", "virtual", "network", "links", "to", "the", "specified", "Private", "DNS", "zone", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_privatedns/lib/2018-09-01/generated/azure_mgmt_privatedns/virtual_network_links.rb#L318-L321
14,020
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/certificate_registration_provider.rb
Azure::Web::Mgmt::V2018_02_01.CertificateRegistrationProvider.list_operations_as_lazy
def list_operations_as_lazy(custom_headers:nil) response = list_operations_async(custom_headers:custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| list_operations_next_async(next_page_link, custom_headers:custom_headers)...
ruby
def list_operations_as_lazy(custom_headers:nil) response = list_operations_async(custom_headers:custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| list_operations_next_async(next_page_link, custom_headers:custom_headers)...
[ "def", "list_operations_as_lazy", "(", "custom_headers", ":", "nil", ")", "response", "=", "list_operations_async", "(", "custom_headers", ":custom_headers", ")", ".", "value!", "unless", "response", ".", "nil?", "page", "=", "response", ".", "body", "page", ".", ...
Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. ...
[ "Implements", "Csm", "operations", "Api", "to", "exposes", "the", "list", "of", "available", "Csm", "Apis", "under", "the", "resource", "provider" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/certificate_registration_provider.rb#L231-L240
14,021
Azure/azure-sdk-for-ruby
management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb
Azure::NotificationHubs::Mgmt::V2017_04_01.NotificationHubs.delete_with_http_info
def delete_with_http_info(resource_group_name, namespace_name, notification_hub_name, custom_headers:nil) delete_async(resource_group_name, namespace_name, notification_hub_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, namespace_name, notification_hub_name, custom_headers:nil) delete_async(resource_group_name, namespace_name, notification_hub_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "notification_hub_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "namespace_name", ",", "notification_hub_name", ",", "custom_headers", ...
Deletes a notification hub associated with a namespace. @param resource_group_name [String] The name of the resource group. @param namespace_name [String] The namespace name. @param notification_hub_name [String] The notification hub name. @param custom_headers [Hash{String => String}] A hash of custom headers tha...
[ "Deletes", "a", "notification", "hub", "associated", "with", "a", "namespace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb#L382-L384
14,022
Azure/azure-sdk-for-ruby
management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb
Azure::NotificationHubs::Mgmt::V2017_04_01.NotificationHubs.get_with_http_info
def get_with_http_info(resource_group_name, namespace_name, notification_hub_name, custom_headers:nil) get_async(resource_group_name, namespace_name, notification_hub_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, namespace_name, notification_hub_name, custom_headers:nil) get_async(resource_group_name, namespace_name, notification_hub_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "notification_hub_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "namespace_name", ",", "notification_hub_name", ",", "custom_headers", ":cus...
Lists the notification hubs associated with a namespace. @param resource_group_name [String] The name of the resource group. @param namespace_name [String] The namespace name. @param notification_hub_name [String] The notification hub name. @param custom_headers [Hash{String => String}] A hash of custom headers th...
[ "Lists", "the", "notification", "hubs", "associated", "with", "a", "namespace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs.rb#L468-L470
14,023
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb
Azure::EventHub::Mgmt::V2015_08_01.EventHubs.delete_with_http_info
def delete_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) delete_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) delete_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "custom_headers", ":custom_head...
Deletes an Event Hub from the specified Namespace and resource group. @param resource_group_name [String] Name of the resource group within the azure subscription. @param namespace_name [String] The Namespace name @param event_hub_name [String] The Event Hub name @param custom_headers [Hash{String => String}] A h...
[ "Deletes", "an", "Event", "Hub", "from", "the", "specified", "Namespace", "and", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb#L270-L272
14,024
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb
Azure::EventHub::Mgmt::V2015_08_01.EventHubs.get_with_http_info
def get_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) get_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) get_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "custom_headers", ":custom_headers", ...
Gets an Event Hubs description for the specified Event Hub. @param resource_group_name [String] Name of the resource group within the azure subscription. @param namespace_name [String] The Namespace name @param event_hub_name [String] The Event Hub name @param custom_headers [Hash{String => String}] A hash of cus...
[ "Gets", "an", "Event", "Hubs", "description", "for", "the", "specified", "Event", "Hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb#L365-L367
14,025
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb
Azure::EventHub::Mgmt::V2015_08_01.EventHubs.list_authorization_rules_with_http_info
def list_authorization_rules_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) list_authorization_rules_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
ruby
def list_authorization_rules_with_http_info(resource_group_name, namespace_name, event_hub_name, custom_headers:nil) list_authorization_rules_async(resource_group_name, namespace_name, event_hub_name, custom_headers:custom_headers).value! end
[ "def", "list_authorization_rules_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "custom_headers", ":", "nil", ")", "list_authorization_rules_async", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",",...
Gets the authorization rules for an Event Hub. @param resource_group_name [String] Name of the resource group within the azure subscription. @param namespace_name [String] The Namespace name @param event_hub_name [String] The Event Hub name @param custom_headers [Hash{String => String}] A hash of custom headers t...
[ "Gets", "the", "authorization", "rules", "for", "an", "Event", "Hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb#L470-L472
14,026
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb
Azure::EventHub::Mgmt::V2015_08_01.EventHubs.list_keys_with_http_info
def list_keys_with_http_info(resource_group_name, namespace_name, event_hub_name, authorization_rule_name, custom_headers:nil) list_keys_async(resource_group_name, namespace_name, event_hub_name, authorization_rule_name, custom_headers:custom_headers).value! end
ruby
def list_keys_with_http_info(resource_group_name, namespace_name, event_hub_name, authorization_rule_name, custom_headers:nil) list_keys_async(resource_group_name, namespace_name, event_hub_name, authorization_rule_name, custom_headers:custom_headers).value! end
[ "def", "list_keys_with_http_info", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ",", "authorization_rule_name", ",", "custom_headers", ":", "nil", ")", "list_keys_async", "(", "resource_group_name", ",", "namespace_name", ",", "event_hub_name", ...
Gets the ACS and SAS connection strings for the Event Hub. @param resource_group_name [String] Name of the resource group within the azure subscription. @param namespace_name [String] The Namespace name @param event_hub_name [String] The Event Hub name @param authorization_rule_name [String] The authorization rul...
[ "Gets", "the", "ACS", "and", "SAS", "connection", "strings", "for", "the", "Event", "Hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2015-08-01/generated/azure_mgmt_event_hub/event_hubs.rb#L1024-L1026
14,027
Azure/azure-sdk-for-ruby
management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/deployments.rb
Azure::Resources::Mgmt::V2016_02_01.Deployments.cancel
def cancel(resource_group_name, deployment_name, custom_headers:nil) response = cancel_async(resource_group_name, deployment_name, custom_headers:custom_headers).value! nil end
ruby
def cancel(resource_group_name, deployment_name, custom_headers:nil) response = cancel_async(resource_group_name, deployment_name, custom_headers:custom_headers).value! nil end
[ "def", "cancel", "(", "resource_group_name", ",", "deployment_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "cancel_async", "(", "resource_group_name", ",", "deployment_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "en...
Cancel a currently running template deployment. @param resource_group_name [String] The name of the resource group. The name is case insensitive. @param deployment_name [String] The name of the deployment. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP reque...
[ "Cancel", "a", "currently", "running", "template", "deployment", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/deployments.rb#L309-L312
14,028
Azure/azure-sdk-for-ruby
management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/deployments.rb
Azure::Resources::Mgmt::V2016_02_01.Deployments.list_with_http_info
def list_with_http_info(resource_group_name, filter:nil, top:nil, custom_headers:nil) list_async(resource_group_name, filter:filter, top:top, custom_headers:custom_headers).value! end
ruby
def list_with_http_info(resource_group_name, filter:nil, top:nil, custom_headers:nil) list_async(resource_group_name, filter:filter, top:top, custom_headers:custom_headers).value! end
[ "def", "list_with_http_info", "(", "resource_group_name", ",", "filter", ":", "nil", ",", "top", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_async", "(", "resource_group_name", ",", "filter", ":", "filter", ",", "top", ":", "top", ",", "custom_...
Get a list of deployments. @param resource_group_name [String] The name of the resource group to filter by. The name is case insensitive. @param filter [String] The filter to apply on the operation. @param top [Integer] Query parameters. If null is passed returns all deployments. @param custom_headers [Hash{Stri...
[ "Get", "a", "list", "of", "deployments", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/deployments.rb#L634-L636
14,029
Azure/azure-sdk-for-ruby
management/azure_mgmt_resources/lib/2016-02-01/generated/azure_mgmt_resources/deployments.rb
Azure::Resources::Mgmt::V2016_02_01.Deployments.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, deployment_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, deployment_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, deployment_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, deployment_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "deployment_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "deployment_name", ",", "parameters", ",", "custom...
Create a named template deployment using a template. @param resource_group_name [String] The name of the resource group. The name is case insensitive. @param deployment_name [String] The name of the deployment. @param parameters [Deployment] Additional parameters supplied to the operation. @param custom_headers ...
[ "Create", "a", "named", "template", "deployment", "using", "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/deployments.rb#L824-L826
14,030
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/authorization_server.rb
Azure::ApiManagement::Mgmt::V2018_01_01.AuthorizationServer.get_with_http_info
def get_with_http_info(resource_group_name, service_name, authsid, custom_headers:nil) get_async(resource_group_name, service_name, authsid, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, service_name, authsid, custom_headers:nil) get_async(resource_group_name, service_name, authsid, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "authsid", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "service_name", ",", "authsid", ",", "custom_headers", ":custom_headers", ")", ".", "v...
Gets the details of the authorization server 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 authsid [String] Identifier of the authorization server. @param custom_headers [Hash{String => St...
[ "Gets", "the", "details", "of", "the", "authorization", "server", "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/authorization_server.rb#L272-L274
14,031
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb
Azure::SQL::Mgmt::V2015_05_01_preview.SyncMembers.begin_update_with_http_info
def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_with_http_info(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:nil) begin_update_async(resource_group_name, server_name, database_name, sync_group_name, sync_member_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "sync_group_name", ",", "sync_member_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_async", "(", "resource_group_name", ",", ...
Updates an existing sync member. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param database_name [String] The name of the database on...
[ "Updates", "an", "existing", "sync", "member", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_members.rb#L871-L873
14,032
Azure/azure-sdk-for-ruby
management/azure_mgmt_service_fabric/lib/2018-02-01/generated/azure_mgmt_service_fabric/clusters.rb
Azure::ServiceFabric::Mgmt::V2018_02_01.Clusters.begin_create_with_http_info
def begin_create_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil) begin_create_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil) begin_create_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_with_http_info", "(", "resource_group_name", ",", "cluster_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_async", "(", "resource_group_name", ",", "cluster_name", ",", "parameters", ",", "custom_headers", ":custom_head...
Creates or updates a Service Fabric cluster resource. Create or update a Service Fabric cluster resource with the specified name. @param resource_group_name [String] The name of the resource group. @param cluster_name [String] The name of the cluster resource. @param parameters [Cluster] The cluster resource. @p...
[ "Creates", "or", "updates", "a", "Service", "Fabric", "cluster", "resource", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_service_fabric/lib/2018-02-01/generated/azure_mgmt_service_fabric/clusters.rb#L536-L538
14,033
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/express_route_circuit_connections.rb
Azure::Network::Mgmt::V2018_07_01.ExpressRouteCircuitConnections.delete
def delete(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:nil) response = delete_async(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:nil) response = delete_async(resource_group_name, circuit_name, peering_name, connection_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "connection_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_group_name", ",", "circuit_name", ",", "peering_name", ",", "connec...
Deletes the specified Express Route Circuit Connection 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 peering_name [String] The name of the peering. @param connection_name [Str...
[ "Deletes", "the", "specified", "Express", "Route", "Circuit", "Connection", "from", "the", "specified", "express", "route", "circuit", "." ]
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_circuit_connections.rb#L36-L39
14,034
Azure/azure-sdk-for-ruby
management/azure_mgmt_event_grid/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/domains.rb
Azure::EventGrid::Mgmt::V2019_02_01_preview.Domains.list_shared_access_keys
def list_shared_access_keys(resource_group_name, domain_name, custom_headers:nil) response = list_shared_access_keys_async(resource_group_name, domain_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_shared_access_keys(resource_group_name, domain_name, custom_headers:nil) response = list_shared_access_keys_async(resource_group_name, domain_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_shared_access_keys", "(", "resource_group_name", ",", "domain_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_shared_access_keys_async", "(", "resource_group_name", ",", "domain_name", ",", "custom_headers", ":custom_headers", ")", ".", ...
List keys for a domain List the two keys used to publish to a domain @param resource_group_name [String] The name of the resource group within the user's subscription. @param domain_name [String] Name of the domain @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the...
[ "List", "keys", "for", "a", "domain" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_grid/lib/2019-02-01-preview/generated/azure_mgmt_event_grid/domains.rb#L477-L480
14,035
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/product_group.rb
Azure::ApiManagement::Mgmt::V2018_01_01.ProductGroup.check_entity_exists_with_http_info
def check_entity_exists_with_http_info(resource_group_name, service_name, product_id, group_id, custom_headers:nil) check_entity_exists_async(resource_group_name, service_name, product_id, group_id, custom_headers:custom_headers).value! end
ruby
def check_entity_exists_with_http_info(resource_group_name, service_name, product_id, group_id, custom_headers:nil) check_entity_exists_async(resource_group_name, service_name, product_id, group_id, custom_headers:custom_headers).value! end
[ "def", "check_entity_exists_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "product_id", ",", "group_id", ",", "custom_headers", ":", "nil", ")", "check_entity_exists_async", "(", "resource_group_name", ",", "service_name", ",", "product_id", ",", ...
Checks that Group entity specified by identifier is associated with the Product entity. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param product_id [String] Product identifier. Must be unique in the current API Manageme...
[ "Checks", "that", "Group", "entity", "specified", "by", "identifier", "is", "associated", "with", "the", "Product", "entity", "." ]
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/product_group.rb#L208-L210
14,036
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb
Azure::TrafficManager::Mgmt::V2017_03_01.Profiles.check_traffic_manager_relative_dns_name_availability
def check_traffic_manager_relative_dns_name_availability(parameters, custom_headers:nil) response = check_traffic_manager_relative_dns_name_availability_async(parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def check_traffic_manager_relative_dns_name_availability(parameters, custom_headers:nil) response = check_traffic_manager_relative_dns_name_availability_async(parameters, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "check_traffic_manager_relative_dns_name_availability", "(", "parameters", ",", "custom_headers", ":", "nil", ")", "response", "=", "check_traffic_manager_relative_dns_name_availability_async", "(", "parameters", ",", "custom_headers", ":custom_headers", ")", ".", "value...
Checks the availability of a Traffic Manager Relative DNS name. @param parameters [CheckTrafficManagerRelativeDnsNameAvailabilityParameters] The Traffic Manager name parameters supplied to the CheckTrafficManagerNameAvailability operation. @param custom_headers [Hash{String => String}] A hash of custom headers tha...
[ "Checks", "the", "availability", "of", "a", "Traffic", "Manager", "Relative", "DNS", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb#L35-L38
14,037
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb
Azure::TrafficManager::Mgmt::V2017_03_01.Profiles.list_all_in_resource_group
def list_all_in_resource_group(resource_group_name, custom_headers:nil) response = list_all_in_resource_group_async(resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_all_in_resource_group(resource_group_name, custom_headers:nil) response = list_all_in_resource_group_async(resource_group_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_all_in_resource_group", "(", "resource_group_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_all_in_resource_group_async", "(", "resource_group_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body",...
Lists all Traffic Manager profiles within a resource group. @param resource_group_name [String] The name of the resource group containing the Traffic Manager profiles to be listed. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ProfileList...
[ "Lists", "all", "Traffic", "Manager", "profiles", "within", "a", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb#L133-L136
14,038
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb
Azure::TrafficManager::Mgmt::V2017_03_01.Profiles.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, profile_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, profile_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, profile_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, profile_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "profile_name", ",", "parameters", ",", "custom_headers", ":cus...
Create or update a Traffic Manager profile. @param resource_group_name [String] The name of the resource group containing the Traffic Manager profile. @param profile_name [String] The name of the Traffic Manager profile. @param parameters [Profile] The Traffic Manager profile parameters supplied to the CreateOrUp...
[ "Create", "or", "update", "a", "Traffic", "Manager", "profile", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb#L424-L426
14,039
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb
Azure::TrafficManager::Mgmt::V2017_03_01.Profiles.update_with_http_info
def update_with_http_info(resource_group_name, profile_name, parameters, custom_headers:nil) update_async(resource_group_name, profile_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, profile_name, parameters, custom_headers:nil) update_async(resource_group_name, profile_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "profile_name", ",", "parameters", ",", "custom_headers", ":custom_headers", ")",...
Update a Traffic Manager profile. @param resource_group_name [String] The name of the resource group containing the Traffic Manager profile. @param profile_name [String] The name of the Traffic Manager profile. @param parameters [Profile] The Traffic Manager profile parameters supplied to the Update operation. @...
[ "Update", "a", "Traffic", "Manager", "profile", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2017-03-01/generated/azure_mgmt_traffic_manager/profiles.rb#L651-L653
14,040
Azure/azure-sdk-for-ruby
management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/certificates.rb
Azure::IotHub::Mgmt::V2018_04_01.Certificates.list_by_iot_hub
def list_by_iot_hub(resource_group_name, resource_name, custom_headers:nil) response = list_by_iot_hub_async(resource_group_name, resource_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_by_iot_hub(resource_group_name, resource_name, custom_headers:nil) response = list_by_iot_hub_async(resource_group_name, resource_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_by_iot_hub", "(", "resource_group_name", ",", "resource_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_by_iot_hub_async", "(", "resource_group_name", ",", "resource_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", ...
Get the certificate list. Returns the list of certificates. @param resource_group_name [String] The name of the resource group that contains the IoT hub. @param resource_name [String] The name of the IoT hub. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP ...
[ "Get", "the", "certificate", "list", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/certificates.rb#L37-L40
14,041
Azure/azure-sdk-for-ruby
management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/certificates.rb
Azure::IotHub::Mgmt::V2018_04_01.Certificates.get_with_http_info
def get_with_http_info(resource_group_name, resource_name, certificate_name, custom_headers:nil) get_async(resource_group_name, resource_name, certificate_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, resource_name, certificate_name, custom_headers:nil) get_async(resource_group_name, resource_name, certificate_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "resource_name", ",", "certificate_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "resource_name", ",", "certificate_name", ",", "custom_headers", ":custom_headers"...
Get the certificate. Returns the certificate. @param resource_group_name [String] The name of the resource group that contains the IoT hub. @param resource_name [String] The name of the IoT hub. @param certificate_name [String] The name of the certificate @param custom_headers [Hash{String => String}] A hash of...
[ "Get", "the", "certificate", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_iot_hub/lib/2018-04-01/generated/azure_mgmt_iot_hub/certificates.rb#L158-L160
14,042
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2019-01-01/generated/azure_mgmt_api_management/api.rb
Azure::ApiManagement::Mgmt::V2019_01_01.Api.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "api_id", ",", "parameters", ",", "if_match", ":", "nil", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "serv...
Creates new or updates existing specified API of the API Management service instance. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param api_id [String] API revision identifier. Must be unique in the current API Managemen...
[ "Creates", "new", "or", "updates", "existing", "specified", "API", "of", "the", "API", "Management", "service", "instance", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_api_management/lib/2019-01-01/generated/azure_mgmt_api_management/api.rb#L849-L851
14,043
Azure/azure-sdk-for-ruby
management/azure_mgmt_monitor/lib/2018-06-01-preview/generated/azure_mgmt_monitor/guest_diagnostics_settings_association.rb
Azure::Monitor::Mgmt::V2018_06_01_preview.GuestDiagnosticsSettingsAssociation.delete
def delete(resource_uri, association_name, custom_headers:nil) response = delete_async(resource_uri, association_name, custom_headers:custom_headers).value! nil end
ruby
def delete(resource_uri, association_name, custom_headers:nil) response = delete_async(resource_uri, association_name, custom_headers:custom_headers).value! nil end
[ "def", "delete", "(", "resource_uri", ",", "association_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_async", "(", "resource_uri", ",", "association_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Delete guest diagnostics association settings. @param resource_uri [String] The fully qualified ID of the resource, including the resource name and resource type. @param association_name [String] The name of the diagnostic settings association. @param custom_headers [Hash{String => String}] A hash of custom heade...
[ "Delete", "guest", "diagnostics", "association", "settings", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_monitor/lib/2018-06-01-preview/generated/azure_mgmt_monitor/guest_diagnostics_settings_association.rb#L258-L261
14,044
Azure/azure-sdk-for-ruby
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/operation_operations.rb
Azure::ApiManagement::Mgmt::V2018_01_01.OperationOperations.list_by_tags_with_http_info
def list_by_tags_with_http_info(resource_group_name, service_name, api_id, filter:nil, top:nil, skip:nil, custom_headers:nil) list_by_tags_async(resource_group_name, service_name, api_id, filter:filter, top:top, skip:skip, custom_headers:custom_headers).value! end
ruby
def list_by_tags_with_http_info(resource_group_name, service_name, api_id, filter:nil, top:nil, skip:nil, custom_headers:nil) list_by_tags_async(resource_group_name, service_name, api_id, filter:filter, top:top, skip:skip, custom_headers:custom_headers).value! end
[ "def", "list_by_tags_with_http_info", "(", "resource_group_name", ",", "service_name", ",", "api_id", ",", "filter", ":", "nil", ",", "top", ":", "nil", ",", "skip", ":", "nil", ",", "custom_headers", ":", "nil", ")", "list_by_tags_async", "(", "resource_group_n...
Lists a collection of operations associated with tags. @param resource_group_name [String] The name of the resource group. @param service_name [String] The name of the API Management service. @param api_id [String] API revision identifier. Must be unique in the current API Management service instance. Non-current ...
[ "Lists", "a", "collection", "of", "operations", "associated", "with", "tags", "." ]
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/operation_operations.rb#L89-L91
14,045
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/role_assignments.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.RoleAssignments.get_with_http_info
def get_with_http_info(resource_group_name, hub_name, assignment_name, custom_headers:nil) get_async(resource_group_name, hub_name, assignment_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, hub_name, assignment_name, custom_headers:nil) get_async(resource_group_name, hub_name, assignment_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name", ",", "custom_headers", ":custom_headers", ")", "...
Gets the role assignment in the hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param assignment_name [String] The name of the role assignment. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the ...
[ "Gets", "the", "role", "assignment", "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/role_assignments.rb#L194-L196
14,046
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/role_assignments.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.RoleAssignments.delete_with_http_info
def delete_with_http_info(resource_group_name, hub_name, assignment_name, custom_headers:nil) delete_async(resource_group_name, hub_name, assignment_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, hub_name, assignment_name, custom_headers:nil) delete_async(resource_group_name, hub_name, assignment_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name", ",", "custom_headers", ":custom_headers", ")...
Deletes the role assignment in the hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param assignment_name [String] The name of the role assignment. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to t...
[ "Deletes", "the", "role", "assignment", "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/role_assignments.rb#L289-L291
14,047
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/role_assignments.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.RoleAssignments.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, hub_name, assignment_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, assignment_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, hub_name, assignment_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, assignment_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "hub_name", ",", "assignment_name...
Creates or updates a role assignment in the hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param assignment_name [String] The assignment name @param parameters [RoleAssignmentResourceFormat] Parameters supplied to the CreateOrUpdate RoleAssi...
[ "Creates", "or", "updates", "a", "role", "assignment", "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/role_assignments.rb#L379-L381
14,048
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/maps.rb
Azure::Logic::Mgmt::V2016_06_01.Maps.get_with_http_info
def get_with_http_info(resource_group_name, integration_account_name, map_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, map_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, integration_account_name, map_name, custom_headers:nil) get_async(resource_group_name, integration_account_name, map_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "integration_account_name", ",", "map_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "integration_account_name", ",", "map_name", ",", "custom_headers", ":custom_he...
Gets an integration account map. @param resource_group_name [String] The resource group name. @param integration_account_name [String] The integration account name. @param map_name [String] The integration account map name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added...
[ "Gets", "an", "integration", "account", "map", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/maps.rb#L152-L154
14,049
Azure/azure-sdk-for-ruby
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/maps.rb
Azure::Logic::Mgmt::V2016_06_01.Maps.delete_with_http_info
def delete_with_http_info(resource_group_name, integration_account_name, map_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, map_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, integration_account_name, map_name, custom_headers:nil) delete_async(resource_group_name, integration_account_name, map_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "integration_account_name", ",", "map_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "integration_account_name", ",", "map_name", ",", "custom_headers", ":cus...
Deletes an integration account map. @param resource_group_name [String] The resource group name. @param integration_account_name [String] The integration account name. @param map_name [String] The integration account map name. @param custom_headers [Hash{String => String}] A hash of custom headers that will be ad...
[ "Deletes", "an", "integration", "account", "map", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/maps.rb#L364-L366
14,050
Azure/azure-sdk-for-ruby
management/azure_mgmt_container_instance/lib/2018-10-01/generated/azure_mgmt_container_instance/service_association_link.rb
Azure::ContainerInstance::Mgmt::V2018_10_01.ServiceAssociationLink.delete_with_http_info
def delete_with_http_info(resource_group_name, virtual_network_name, subnet_name, custom_headers:nil) delete_async(resource_group_name, virtual_network_name, subnet_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, virtual_network_name, subnet_name, custom_headers:nil) delete_async(resource_group_name, virtual_network_name, subnet_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "virtual_network_name", ",", "subnet_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "virtual_network_name", ",", "subnet_name", ",", "custom_headers", ":custo...
Delete the container instance service association link for the subnet. Delete the container instance service association link for the subnet. This operation unblocks user from deleting subnet. @param resource_group_name [String] The name of the resource group. @param virtual_network_name [String] The name of the ...
[ "Delete", "the", "container", "instance", "service", "association", "link", "for", "the", "subnet", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_container_instance/lib/2018-10-01/generated/azure_mgmt_container_instance/service_association_link.rb#L56-L58
14,051
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb
Azure::Web::Mgmt::V2018_02_01.Domains.check_availability
def check_availability(identifier, custom_headers:nil) response = check_availability_async(identifier, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def check_availability(identifier, custom_headers:nil) response = check_availability_async(identifier, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "check_availability", "(", "identifier", ",", "custom_headers", ":", "nil", ")", "response", "=", "check_availability_async", "(", "identifier", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", ...
Check if a domain is available for registration. Check if a domain is available for registration. @param identifier [NameIdentifier] Name of the domain. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [DomainAvailablilityCheckResult] operat...
[ "Check", "if", "a", "domain", "is", "available", "for", "registration", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb#L35-L38
14,052
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb
Azure::Web::Mgmt::V2018_02_01.Domains.get_control_center_sso_request
def get_control_center_sso_request(custom_headers:nil) response = get_control_center_sso_request_async(custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_control_center_sso_request(custom_headers:nil) response = get_control_center_sso_request_async(custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_control_center_sso_request", "(", "custom_headers", ":", "nil", ")", "response", "=", "get_control_center_sso_request_async", "(", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", "end" ]
Generate a single sign-on request for the domain management portal. Generate a single sign-on request for the domain management portal. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [DomainControlCenterSsoRequest] operation results.
[ "Generate", "a", "single", "sign", "-", "on", "request", "for", "the", "domain", "management", "portal", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb#L225-L228
14,053
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb
Azure::Web::Mgmt::V2018_02_01.Domains.delete_with_http_info
def delete_with_http_info(resource_group_name, domain_name, force_hard_delete_domain:nil, custom_headers:nil) delete_async(resource_group_name, domain_name, force_hard_delete_domain:force_hard_delete_domain, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, domain_name, force_hard_delete_domain:nil, custom_headers:nil) delete_async(resource_group_name, domain_name, force_hard_delete_domain:force_hard_delete_domain, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "domain_name", ",", "force_hard_delete_domain", ":", "nil", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "domain_name", ",", "force_hard_delete_domain", ":force_ha...
Delete a domain. Delete a domain. @param resource_group_name [String] Name of the resource group to which the resource belongs. @param domain_name [String] Name of the domain. @param force_hard_delete_domain [Boolean] Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> ...
[ "Delete", "a", "domain", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb#L697-L699
14,054
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb
Azure::Web::Mgmt::V2018_02_01.Domains.renew
def renew(resource_group_name, domain_name, custom_headers:nil) response = renew_async(resource_group_name, domain_name, custom_headers:custom_headers).value! nil end
ruby
def renew(resource_group_name, domain_name, custom_headers:nil) response = renew_async(resource_group_name, domain_name, custom_headers:custom_headers).value! nil end
[ "def", "renew", "(", "resource_group_name", ",", "domain_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "renew_async", "(", "resource_group_name", ",", "domain_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Renew a domain. Renew a domain. @param resource_group_name [String] Name of the resource group to which the resource belongs. @param domain_name [String] Name of the domain. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Renew", "a", "domain", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/domains.rb#L1466-L1469
14,055
Azure/azure-sdk-for-ruby
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/functions.rb
Azure::StreamAnalytics::Mgmt::V2016_03_01.Functions.delete_with_http_info
def delete_with_http_info(resource_group_name, job_name, function_name, custom_headers:nil) delete_async(resource_group_name, job_name, function_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, job_name, function_name, custom_headers:nil) delete_async(resource_group_name, job_name, function_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "job_name", ",", "function_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "job_name", ",", "function_name", ",", "custom_headers", ":custom_headers", ")", ...
Deletes a function 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 function_name [String] The name of t...
[ "Deletes", "a", "function", "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/functions.rb#L344-L346
14,056
Azure/azure-sdk-for-ruby
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/functions.rb
Azure::StreamAnalytics::Mgmt::V2016_03_01.Functions.get_with_http_info
def get_with_http_info(resource_group_name, job_name, function_name, custom_headers:nil) get_async(resource_group_name, job_name, function_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, job_name, function_name, custom_headers:nil) get_async(resource_group_name, job_name, function_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "job_name", ",", "function_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "job_name", ",", "function_name", ",", "custom_headers", ":custom_headers", ")", ".", ...
Gets details about the specified function. @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 function_name [String] The name of t...
[ "Gets", "details", "about", "the", "specified", "function", "." ]
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/functions.rb#L436-L438
14,057
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2016_09_01.ManagementLocks.delete_by_scope
def delete_by_scope(scope, lock_name, custom_headers:nil) response = delete_by_scope_async(scope, lock_name, custom_headers:custom_headers).value! nil end
ruby
def delete_by_scope(scope, lock_name, custom_headers:nil) response = delete_by_scope_async(scope, lock_name, custom_headers:custom_headers).value! nil end
[ "def", "delete_by_scope", "(", "scope", ",", "lock_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "delete_by_scope_async", "(", "scope", ",", "lock_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end" ]
Delete a management lock by scope. @param scope [String] The scope for the lock. @param lock_name [String] The name of lock. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request.
[ "Delete", "a", "management", "lock", "by", "scope", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb#L498-L501
14,058
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2016_09_01.ManagementLocks.get_by_scope
def get_by_scope(scope, lock_name, custom_headers:nil) response = get_by_scope_async(scope, lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_by_scope(scope, lock_name, custom_headers:nil) response = get_by_scope_async(scope, lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_by_scope", "(", "scope", ",", "lock_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_by_scope_async", "(", "scope", ",", "lock_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless",...
Get a management lock by scope. @param scope [String] The scope for the lock. @param lock_name [String] The name of lock. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ManagementLockObject] operation results.
[ "Get", "a", "management", "lock", "by", "scope", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb#L579-L582
14,059
Azure/azure-sdk-for-ruby
management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb
Azure::Locks::Mgmt::V2016_09_01.ManagementLocks.get_at_subscription_level
def get_at_subscription_level(lock_name, custom_headers:nil) response = get_at_subscription_level_async(lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_at_subscription_level(lock_name, custom_headers:nil) response = get_at_subscription_level_async(lock_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_at_subscription_level", "(", "lock_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_at_subscription_level_async", "(", "lock_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "respon...
Gets a management lock at the subscription level. @param lock_name [String] The name of the lock to get. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [ManagementLockObject] operation results.
[ "Gets", "a", "management", "lock", "at", "the", "subscription", "level", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_locks/lib/2016-09-01/generated/azure_mgmt_locks/management_locks.rb#L1303-L1306
14,060
Azure/azure-sdk-for-ruby
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/location.rb
Azure::Batch::Mgmt::V2015_12_01.Location.get_quotas
def get_quotas(location_name, custom_headers:nil) response = get_quotas_async(location_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_quotas(location_name, custom_headers:nil) response = get_quotas_async(location_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_quotas", "(", "location_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_quotas_async", "(", "location_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", "response", ".", "nil?", ...
Gets the Batch service quotas for the specified subscription at the given location. @param location_name [String] The desired region for the quotas. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [BatchLocationQuota] operation results.
[ "Gets", "the", "Batch", "service", "quotas", "for", "the", "specified", "subscription", "at", "the", "given", "location", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/location.rb#L34-L37
14,061
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb
Azure::TrafficManager::Mgmt::V2018_02_01.Endpoints.update_with_http_info
def update_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:nil) update_async(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:nil) update_async(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_type", ",", "endpoint_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_type",...
Update a Traffic Manager endpoint. @param resource_group_name [String] The name of the resource group containing the Traffic Manager endpoint to be updated. @param profile_name [String] The name of the Traffic Manager profile. @param endpoint_type [String] The type of the Traffic Manager endpoint to be updated. ...
[ "Update", "a", "Traffic", "Manager", "endpoint", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb#L63-L65
14,062
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb
Azure::TrafficManager::Mgmt::V2018_02_01.Endpoints.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, profile_name, endpoint_type, endpoint_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_type", ",", "endpoint_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "profile_name", ","...
Create or update a Traffic Manager endpoint. @param resource_group_name [String] The name of the resource group containing the Traffic Manager endpoint to be created or updated. @param profile_name [String] The name of the Traffic Manager profile. @param endpoint_type [String] The type of the Traffic Manager endpo...
[ "Create", "or", "update", "a", "Traffic", "Manager", "endpoint", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb#L289-L291
14,063
Azure/azure-sdk-for-ruby
management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb
Azure::TrafficManager::Mgmt::V2018_02_01.Endpoints.delete_with_http_info
def delete_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, custom_headers:nil) delete_async(resource_group_name, profile_name, endpoint_type, endpoint_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, profile_name, endpoint_type, endpoint_name, custom_headers:nil) delete_async(resource_group_name, profile_name, endpoint_type, endpoint_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_type", ",", "endpoint_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "profile_name", ",", "endpoint_type", ",", "endpoint_nam...
Deletes a Traffic Manager endpoint. @param resource_group_name [String] The name of the resource group containing the Traffic Manager endpoint to be deleted. @param profile_name [String] The name of the Traffic Manager profile. @param endpoint_type [String] The type of the Traffic Manager endpoint to be deleted. ...
[ "Deletes", "a", "Traffic", "Manager", "endpoint", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_traffic_manager/lib/2018-02-01/generated/azure_mgmt_traffic_manager/endpoints.rb#L418-L420
14,064
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancer_frontend_ipconfigurations.rb
Azure::Network::Mgmt::V2018_07_01.LoadBalancerFrontendIPConfigurations.get_with_http_info
def get_with_http_info(resource_group_name, load_balancer_name, frontend_ipconfiguration_name, custom_headers:nil) get_async(resource_group_name, load_balancer_name, frontend_ipconfiguration_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, load_balancer_name, frontend_ipconfiguration_name, custom_headers:nil) get_async(resource_group_name, load_balancer_name, frontend_ipconfiguration_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "load_balancer_name", ",", "frontend_ipconfiguration_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "load_balancer_name", ",", "frontend_ipconfiguration_name", ",", "...
Gets load balancer frontend IP configuration. @param resource_group_name [String] The name of the resource group. @param load_balancer_name [String] The name of the load balancer. @param frontend_ipconfiguration_name [String] The name of the frontend IP configuration. @param custom_headers [Hash{String => String}...
[ "Gets", "load", "balancer", "frontend", "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/load_balancer_frontend_ipconfigurations.rb#L145-L147
14,065
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backups.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Backups.begin_delete
def begin_delete(device_name, backup_name, resource_group_name, manager_name, custom_headers:nil) response = begin_delete_async(device_name, backup_name, resource_group_name, manager_name, custom_headers:custom_headers).value! nil end
ruby
def begin_delete(device_name, backup_name, resource_group_name, manager_name, custom_headers:nil) response = begin_delete_async(device_name, backup_name, resource_group_name, manager_name, custom_headers:custom_headers).value! nil end
[ "def", "begin_delete", "(", "device_name", ",", "backup_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "begin_delete_async", "(", "device_name", ",", "backup_name", ",", "resource_group_name", ",", "m...
Deletes the backup. @param device_name [String] The device name @param backup_name [String] The backup name. @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the ...
[ "Deletes", "the", "backup", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backups.rb#L267-L270
14,066
Azure/azure-sdk-for-ruby
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb
Azure::Automation::Mgmt::V2015_10_31.DscConfigurationOperations.get_with_http_info
def get_with_http_info(resource_group_name, automation_account_name, configuration_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, configuration_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, automation_account_name, configuration_name, custom_headers:nil) get_async(resource_group_name, automation_account_name, configuration_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "automation_account_name", ",", "configuration_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "automation_account_name", ",", "configuration_name", ",", "custom_heade...
Retrieve the configuration identified by configuration name. @param resource_group_name [String] Name of an Azure Resource group. @param automation_account_name [String] The name of the automation account. @param configuration_name [String] The configuration name. @param custom_headers [Hash{String => String}] A h...
[ "Retrieve", "the", "configuration", "identified", "by", "configuration", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb#L139-L141
14,067
Azure/azure-sdk-for-ruby
management/azure_mgmt_security/lib/2017-08-01-preview/generated/azure_mgmt_security/auto_provisioning_settings.rb
Azure::Security::Mgmt::V2017_08_01_preview.AutoProvisioningSettings.create
def create(setting_name, setting, custom_headers:nil) response = create_async(setting_name, setting, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create(setting_name, setting, custom_headers:nil) response = create_async(setting_name, setting, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create", "(", "setting_name", ",", "setting", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_async", "(", "setting_name", ",", "setting", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body", "unless", ...
Details of a specific setting @param setting_name [String] Auto provisioning setting key @param setting [AutoProvisioningSetting] Auto provisioning setting key @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP request. @return [AutoProvisioningSetting] operati...
[ "Details", "of", "a", "specific", "setting" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_security/lib/2017-08-01-preview/generated/azure_mgmt_security/auto_provisioning_settings.rb#L208-L211
14,068
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationship_links.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.RelationshipLinks.get_with_http_info
def get_with_http_info(resource_group_name, hub_name, relationship_link_name, custom_headers:nil) get_async(resource_group_name, hub_name, relationship_link_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, hub_name, relationship_link_name, custom_headers:nil) get_async(resource_group_name, hub_name, relationship_link_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "relationship_link_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "hub_name", ",", "relationship_link_name", ",", "custom_headers", ":custom_header...
Gets information about the specified relationship Link. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param relationship_link_name [String] The name of the relationship link. @param custom_headers [Hash{String => String}] A hash of custom headers...
[ "Gets", "information", "about", "the", "specified", "relationship", "Link", "." ]
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/relationship_links.rb#L103-L105
14,069
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationship_links.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.RelationshipLinks.begin_delete_with_http_info
def begin_delete_with_http_info(resource_group_name, hub_name, relationship_link_name, custom_headers:nil) begin_delete_async(resource_group_name, hub_name, relationship_link_name, custom_headers:custom_headers).value! end
ruby
def begin_delete_with_http_info(resource_group_name, hub_name, relationship_link_name, custom_headers:nil) begin_delete_async(resource_group_name, hub_name, relationship_link_name, custom_headers:custom_headers).value! end
[ "def", "begin_delete_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "relationship_link_name", ",", "custom_headers", ":", "nil", ")", "begin_delete_async", "(", "resource_group_name", ",", "hub_name", ",", "relationship_link_name", ",", "custom_headers",...
Deletes a relationship link within a hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param relationship_link_name [String] The name of the relationship. @param custom_headers [Hash{String => String}] A hash of custom headers that will be adde...
[ "Deletes", "a", "relationship", "link", "within", "a", "hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationship_links.rb#L446-L448
14,070
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_11_01_preview.Workspaces.list_intelligence_packs
def list_intelligence_packs(resource_group_name, workspace_name, custom_headers:nil) response = list_intelligence_packs_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_intelligence_packs(resource_group_name, workspace_name, custom_headers:nil) response = list_intelligence_packs_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_intelligence_packs", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_intelligence_packs_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":custom_headers", ")", ...
Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] Name of the Log Analytics Workspace. @param custom_headers [Hash{String ...
[ "Lists", "all", "the", "intelligence", "packs", "possible", "and", "whether", "they", "are", "enabled", "or", "disabled", "for", "a", "given", "workspace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb#L224-L227
14,071
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_11_01_preview.Workspaces.get_shared_keys
def get_shared_keys(resource_group_name, workspace_name, custom_headers:nil) response = get_shared_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_shared_keys(resource_group_name, workspace_name, custom_headers:nil) response = get_shared_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_shared_keys", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_shared_keys_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!"...
Gets the shared keys for a workspace. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] Name of the Log Analytics Workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP ...
[ "Gets", "the", "shared", "keys", "for", "a", "workspace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb#L340-L343
14,072
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_11_01_preview.Workspaces.list_usages
def list_usages(resource_group_name, workspace_name, custom_headers:nil) response = list_usages_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_usages(resource_group_name, workspace_name, custom_headers:nil) response = list_usages_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_usages", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_usages_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "res...
Gets a list of usage metrics for a workspace. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] The name of the workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the HTTP re...
[ "Gets", "a", "list", "of", "usage", "metrics", "for", "a", "workspace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb#L438-L441
14,073
Azure/azure-sdk-for-ruby
management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb
Azure::OperationalInsights::Mgmt::V2015_11_01_preview.Workspaces.list_management_groups
def list_management_groups(resource_group_name, workspace_name, custom_headers:nil) response = list_management_groups_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_management_groups(resource_group_name, workspace_name, custom_headers:nil) response = list_management_groups_async(resource_group_name, workspace_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_management_groups", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_management_groups_async", "(", "resource_group_name", ",", "workspace_name", ",", "custom_headers", ":custom_headers", ")", "...
Gets a list of management groups connected to a workspace. @param resource_group_name [String] The name of the resource group to get. The name is case insensitive. @param workspace_name [String] The name of the workspace. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added t...
[ "Gets", "a", "list", "of", "management", "groups", "connected", "to", "a", "workspace", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-11-01-preview/generated/azure_mgmt_operational_insights/workspaces.rb#L536-L539
14,074
Azure/azure-sdk-for-ruby
management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb
Azure::RecoveryServicesBackup::Mgmt::V2016_06_01.ProtectedItems.create_or_update_with_http_info
def create_or_update_with_http_info(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, resource_protected_item, custom_headers:nil) create_or_update_async(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, resource_protected_item, custom_headers:cust...
ruby
def create_or_update_with_http_info(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, resource_protected_item, custom_headers:nil) create_or_update_async(vault_name, resource_group_name, fabric_name, container_name, protected_item_name, resource_protected_item, custom_headers:cust...
[ "def", "create_or_update_with_http_info", "(", "vault_name", ",", "resource_group_name", ",", "fabric_name", ",", "container_name", ",", "protected_item_name", ",", "resource_protected_item", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "vault_name...
This operation enables an item to be backed up, or modifies the existing backup policy information for an item that has been backed up. This is an asynchronous operation. To learn the status of the operation, call the GetItemOperationResult API. @param vault_name [String] The name of the Recovery Services vault. ...
[ "This", "operation", "enables", "an", "item", "to", "be", "backed", "up", "or", "modifies", "the", "existing", "backup", "policy", "information", "for", "an", "item", "that", "has", "been", "backed", "up", ".", "This", "is", "an", "asynchronous", "operation"...
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/protected_items.rb#L310-L312
14,075
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationships.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.Relationships.get_with_http_info
def get_with_http_info(resource_group_name, hub_name, relationship_name, custom_headers:nil) get_async(resource_group_name, hub_name, relationship_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, hub_name, relationship_name, custom_headers:nil) get_async(resource_group_name, hub_name, relationship_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "relationship_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "hub_name", ",", "relationship_name", ",", "custom_headers", ":custom_headers", ")",...
Gets information about the specified relationship. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param relationship_name [String] The name of the relationship. @param custom_headers [Hash{String => String}] A hash of custom headers that will be ...
[ "Gets", "information", "about", "the", "specified", "relationship", "." ]
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/relationships.rb#L102-L104
14,076
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationships.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.Relationships.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, hub_name, relationship_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, relationship_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, hub_name, relationship_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, hub_name, relationship_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "relationship_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "hub_name", ",", "relationship_...
Creates a relationship or updates an existing relationship within a hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param relationship_name [String] The name of the Relationship. @param parameters [RelationshipResourceFormat] Parameters suppli...
[ "Creates", "a", "relationship", "or", "updates", "an", "existing", "relationship", "within", "a", "hub", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/relationships.rb#L334-L336
14,077
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb
Azure::Web::Mgmt::V2018_02_01.AppServicePlans.list
def list(detailed:nil, custom_headers:nil) first_page = list_as_lazy(detailed:detailed, custom_headers:custom_headers) first_page.get_all_items end
ruby
def list(detailed:nil, custom_headers:nil) first_page = list_as_lazy(detailed:detailed, custom_headers:custom_headers) first_page.get_all_items end
[ "def", "list", "(", "detailed", ":", "nil", ",", "custom_headers", ":", "nil", ")", "first_page", "=", "list_as_lazy", "(", "detailed", ":", "detailed", ",", "custom_headers", ":custom_headers", ")", "first_page", ".", "get_all_items", "end" ]
Get all App Service plans for a subcription. Get all App Service plans for a subcription. @param detailed [Boolean] Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API la...
[ "Get", "all", "App", "Service", "plans", "for", "a", "subcription", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb#L38-L41
14,078
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb
Azure::Web::Mgmt::V2018_02_01.AppServicePlans.list_capabilities
def list_capabilities(resource_group_name, name, custom_headers:nil) response = list_capabilities_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_capabilities(resource_group_name, name, custom_headers:nil) response = list_capabilities_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_capabilities", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_capabilities_async", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ...
List all capabilities of an App Service plan. List all capabilities of an App Service plan. @param resource_group_name [String] Name of the resource group to which the resource belongs. @param name [String] Name of the App Service plan. @param custom_headers [Hash{String => String}] A hash of custom headers that...
[ "List", "all", "capabilities", "of", "an", "App", "Service", "plan", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb#L612-L615
14,079
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb
Azure::Web::Mgmt::V2018_02_01.AppServicePlans.get_hybrid_connection_plan_limit
def get_hybrid_connection_plan_limit(resource_group_name, name, custom_headers:nil) response = get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_hybrid_connection_plan_limit(resource_group_name, name, custom_headers:nil) response = get_hybrid_connection_plan_limit_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_hybrid_connection_plan_limit", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_hybrid_connection_plan_limit_async", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":custom_headers", ")", "...
Get the maximum number of Hybrid Connections allowed in an App Service plan. Get the maximum number of Hybrid Connections allowed in an App Service plan. @param resource_group_name [String] Name of the resource group to which the resource belongs. @param name [String] Name of the App Service plan. @param custom_...
[ "Get", "the", "maximum", "number", "of", "Hybrid", "Connections", "allowed", "in", "an", "App", "Service", "plan", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb#L1169-L1172
14,080
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb
Azure::Web::Mgmt::V2018_02_01.AppServicePlans.get_server_farm_skus
def get_server_farm_skus(resource_group_name, name, custom_headers:nil) response = get_server_farm_skus_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def get_server_farm_skus(resource_group_name, name, custom_headers:nil) response = get_server_farm_skus_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "get_server_farm_skus", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":", "nil", ")", "response", "=", "get_server_farm_skus_async", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "respo...
Gets all selectable sku's for a given App Service Plan Gets all selectable sku's for a given App Service Plan @param resource_group_name [String] Name of the resource group to which the resource belongs. @param name [String] Name of App Service Plan @param custom_headers [Hash{String => String}] A hash of custom...
[ "Gets", "all", "selectable", "sku", "s", "for", "a", "given", "App", "Service", "Plan" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb#L1841-L1844
14,081
Azure/azure-sdk-for-ruby
management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb
Azure::Web::Mgmt::V2018_02_01.AppServicePlans.list_vnets
def list_vnets(resource_group_name, name, custom_headers:nil) response = list_vnets_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def list_vnets(resource_group_name, name, custom_headers:nil) response = list_vnets_async(resource_group_name, name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "list_vnets", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":", "nil", ")", "response", "=", "list_vnets_async", "(", "resource_group_name", ",", "name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "response", ".", "body...
Get all Virtual Networks associated with an App Service plan. Get all Virtual Networks associated with an App Service plan. @param resource_group_name [String] Name of the resource group to which the resource belongs. @param name [String] Name of the App Service plan. @param custom_headers [Hash{String => String...
[ "Get", "all", "Virtual", "Networks", "associated", "with", "an", "App", "Service", "plan", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_web/lib/2018-02-01/generated/azure_mgmt_web/app_service_plans.rb#L2049-L2052
14,082
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb
Azure::SQL::Mgmt::V2015_05_01_preview.DatabaseAutomaticTuningOperations.update_with_http_info
def update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! end
ruby
def update_with_http_info(resource_group_name, server_name, database_name, parameters, custom_headers:nil) update_async(resource_group_name, server_name, database_name, parameters, custom_headers:custom_headers).value! end
[ "def", "update_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "update_async", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "parameters", ",...
Update automatic tuning properties for target database. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param database_name [String] The ...
[ "Update", "automatic", "tuning", "properties", "for", "target", "database", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/database_automatic_tuning_operations.rb#L164-L166
14,083
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb
Azure::Network::Mgmt::V2018_07_01.NetworkSecurityGroups.get_with_http_info
def get_with_http_info(resource_group_name, network_security_group_name, expand:nil, custom_headers:nil) get_async(resource_group_name, network_security_group_name, expand:expand, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, network_security_group_name, expand:nil, custom_headers:nil) get_async(resource_group_name, network_security_group_name, expand:expand, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "expand", ":", "nil", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "expand", ":", "expand", "...
Gets the specified network security group. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param expand [String] Expands referenced resources. @param custom_headers [Hash{String => String}] A hash of custom he...
[ "Gets", "the", "specified", "network", "security", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb#L93-L95
14,084
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb
Azure::Network::Mgmt::V2018_07_01.NetworkSecurityGroups.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(resource_group_name, network_security_group_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, network_security_group_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(resource_group_name, network_security_group_name, parameters, custom_headers:nil) begin_create_or_update_async(resource_group_name, network_security_group_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "param...
Creates or updates a network security group in the specified resource group. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param parameters [NetworkSecurityGroup] Parameters supplied to the create or update ...
[ "Creates", "or", "updates", "a", "network", "security", "group", "in", "the", "specified", "resource", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb#L545-L547
14,085
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb
Azure::Network::Mgmt::V2018_07_01.NetworkSecurityGroups.begin_update_tags_with_http_info
def begin_update_tags_with_http_info(resource_group_name, network_security_group_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, network_security_group_name, parameters, custom_headers:custom_headers).value! end
ruby
def begin_update_tags_with_http_info(resource_group_name, network_security_group_name, parameters, custom_headers:nil) begin_update_tags_async(resource_group_name, network_security_group_name, parameters, custom_headers:custom_headers).value! end
[ "def", "begin_update_tags_with_http_info", "(", "resource_group_name", ",", "network_security_group_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "begin_update_tags_async", "(", "resource_group_name", ",", "network_security_group_name", ",", "parameters", ...
Updates a network security group tags. @param resource_group_name [String] The name of the resource group. @param network_security_group_name [String] The name of the network security group. @param parameters [TagsObject] Parameters supplied to update network security group tags. @param custom_headers [Hash{Stri...
[ "Updates", "a", "network", "security", "group", "tags", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/network_security_groups.rb#L664-L666
14,086
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_policies.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.BackupPolicies.get_with_http_info
def get_with_http_info(device_name, backup_policy_name, resource_group_name, manager_name, custom_headers:nil) get_async(device_name, backup_policy_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(device_name, backup_policy_name, resource_group_name, manager_name, custom_headers:nil) get_async(device_name, backup_policy_name, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "device_name", ",", "backup_policy_name", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "device_name", ",", "backup_policy_name", ",", "resource_group_name", ",", "manager_nam...
Gets the properties of the specified backup policy name. @param device_name [String] The device name @param backup_policy_name [String] The name of backup policy to be fetched. @param resource_group_name [String] The resource group name @param manager_name [String] The manager name @param custom_headers [Hash{Str...
[ "Gets", "the", "properties", "of", "the", "specified", "backup", "policy", "name", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_policies.rb#L151-L153
14,087
Azure/azure-sdk-for-ruby
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_policies.rb
Azure::StorSimple8000Series::Mgmt::V2017_06_01.BackupPolicies.begin_create_or_update_with_http_info
def begin_create_or_update_with_http_info(device_name, backup_policy_name, parameters, resource_group_name, manager_name, custom_headers:nil) begin_create_or_update_async(device_name, backup_policy_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
ruby
def begin_create_or_update_with_http_info(device_name, backup_policy_name, parameters, resource_group_name, manager_name, custom_headers:nil) begin_create_or_update_async(device_name, backup_policy_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value! end
[ "def", "begin_create_or_update_with_http_info", "(", "device_name", ",", "backup_policy_name", ",", "parameters", ",", "resource_group_name", ",", "manager_name", ",", "custom_headers", ":", "nil", ")", "begin_create_or_update_async", "(", "device_name", ",", "backup_policy...
Creates or updates the backup policy. @param device_name [String] The device name @param backup_policy_name [String] The name of the backup policy to be created/updated. @param parameters [BackupPolicy] The backup policy. @param resource_group_name [String] The resource group name @param manager_name [String] Th...
[ "Creates", "or", "updates", "the", "backup", "policy", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_policies.rb#L395-L397
14,088
Azure/azure-sdk-for-ruby
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/inputs.rb
Azure::StreamAnalytics::Mgmt::V2016_03_01.Inputs.delete_with_http_info
def delete_with_http_info(resource_group_name, job_name, input_name, custom_headers:nil) delete_async(resource_group_name, job_name, input_name, custom_headers:custom_headers).value! end
ruby
def delete_with_http_info(resource_group_name, job_name, input_name, custom_headers:nil) delete_async(resource_group_name, job_name, input_name, custom_headers:custom_headers).value! end
[ "def", "delete_with_http_info", "(", "resource_group_name", ",", "job_name", ",", "input_name", ",", "custom_headers", ":", "nil", ")", "delete_async", "(", "resource_group_name", ",", "job_name", ",", "input_name", ",", "custom_headers", ":custom_headers", ")", ".", ...
Deletes an input 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 input_name [String] The name of the in...
[ "Deletes", "an", "input", "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/inputs.rb#L344-L346
14,089
Azure/azure-sdk-for-ruby
management/azure_mgmt_stream_analytics/lib/2016-03-01/generated/azure_mgmt_stream_analytics/inputs.rb
Azure::StreamAnalytics::Mgmt::V2016_03_01.Inputs.get_with_http_info
def get_with_http_info(resource_group_name, job_name, input_name, custom_headers:nil) get_async(resource_group_name, job_name, input_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, job_name, input_name, custom_headers:nil) get_async(resource_group_name, job_name, input_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "job_name", ",", "input_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "job_name", ",", "input_name", ",", "custom_headers", ":custom_headers", ")", ".", "val...
Gets details about the specified input. @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 input_name [String] The name of the inp...
[ "Gets", "details", "about", "the", "specified", "input", "." ]
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/inputs.rb#L436-L438
14,090
Azure/azure-sdk-for-ruby
data/azure_service_fabric/lib/6.4.0.36/generated/azure_service_fabric/mesh_volume.rb
Azure::ServiceFabric::V6_4_0_36.MeshVolume.create_or_update
def create_or_update(volume_resource_name, volume_resource_description, custom_headers:nil) response = create_or_update_async(volume_resource_name, volume_resource_description, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def create_or_update(volume_resource_name, volume_resource_description, custom_headers:nil) response = create_or_update_async(volume_resource_name, volume_resource_description, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "create_or_update", "(", "volume_resource_name", ",", "volume_resource_description", ",", "custom_headers", ":", "nil", ")", "response", "=", "create_or_update_async", "(", "volume_resource_name", ",", "volume_resource_description", ",", "custom_headers", ":custom_head...
Creates or updates a Volume resource. Creates a Volume resource with the specified name, description and properties. If Volume resource with the same name exists, then it is updated with the specified description and properties. @param volume_resource_name [String] The identity of the volume. @param volume_resou...
[ "Creates", "or", "updates", "a", "Volume", "resource", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_service_fabric/lib/6.4.0.36/generated/azure_service_fabric/mesh_volume.rb#L40-L43
14,091
Azure/azure-sdk-for-ruby
management/azure_mgmt_customer_insights/lib/2017-01-01/generated/azure_mgmt_customer_insights/widget_types.rb
Azure::CustomerInsights::Mgmt::V2017_01_01.WidgetTypes.get_with_http_info
def get_with_http_info(resource_group_name, hub_name, widget_type_name, custom_headers:nil) get_async(resource_group_name, hub_name, widget_type_name, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, hub_name, widget_type_name, custom_headers:nil) get_async(resource_group_name, hub_name, widget_type_name, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "hub_name", ",", "widget_type_name", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "hub_name", ",", "widget_type_name", ",", "custom_headers", ":custom_headers", ")", ...
Gets a widget type in the specified hub. @param resource_group_name [String] The name of the resource group. @param hub_name [String] The name of the hub. @param widget_type_name [String] The name of the widget type. @param custom_headers [Hash{String => String}] A hash of custom headers that will be added to the...
[ "Gets", "a", "widget", "type", "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/widget_types.rb#L146-L148
14,092
Azure/azure-sdk-for-ruby
management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/migration_configs.rb
Azure::ServiceBus::Mgmt::V2017_04_01.MigrationConfigs.complete_migration
def complete_migration(resource_group_name, namespace_name, custom_headers:nil) response = complete_migration_async(resource_group_name, namespace_name, custom_headers:custom_headers).value! nil end
ruby
def complete_migration(resource_group_name, namespace_name, custom_headers:nil) response = complete_migration_async(resource_group_name, namespace_name, custom_headers:custom_headers).value! nil end
[ "def", "complete_migration", "(", "resource_group_name", ",", "namespace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "complete_migration_async", "(", "resource_group_name", ",", "namespace_name", ",", "custom_headers", ":custom_headers", ")", ".", "v...
This operation Completes Migration of entities by pointing the connection strings to Premium namespace and any entities created after the operation will be under Premium Namespace. CompleteMigration operation will fail when entity migration is in-progress. @param resource_group_name [String] Name of the Resource g...
[ "This", "operation", "Completes", "Migration", "of", "entities", "by", "pointing", "the", "connection", "strings", "to", "Premium", "namespace", "and", "any", "entities", "created", "after", "the", "operation", "will", "be", "under", "Premium", "Namespace", ".", ...
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/migration_configs.rb#L374-L377
14,093
Azure/azure-sdk-for-ruby
management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/migration_configs.rb
Azure::ServiceBus::Mgmt::V2017_04_01.MigrationConfigs.revert
def revert(resource_group_name, namespace_name, custom_headers:nil) response = revert_async(resource_group_name, namespace_name, custom_headers:custom_headers).value! nil end
ruby
def revert(resource_group_name, namespace_name, custom_headers:nil) response = revert_async(resource_group_name, namespace_name, custom_headers:custom_headers).value! nil end
[ "def", "revert", "(", "resource_group_name", ",", "namespace_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "revert_async", "(", "resource_group_name", ",", "namespace_name", ",", "custom_headers", ":custom_headers", ")", ".", "value!", "nil", "end"...
This operation reverts Migration @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.
[ "This", "operation", "reverts", "Migration" ]
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/migration_configs.rb#L469-L472
14,094
Azure/azure-sdk-for-ruby
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/web_application_firewall_policies.rb
Azure::Network::Mgmt::V2019_02_01.WebApplicationFirewallPolicies.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, policy_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, policy_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, policy_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, policy_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "policy_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "policy_name", ",", "parameters", ",", "custom_headers", ":custo...
Creates or update policy with specified rule set name within a resource group. @param resource_group_name [String] The name of the resource group. @param policy_name [String] The name of the policy. @param parameters [WebApplicationFirewallPolicy] Policy to be created. @param custom_headers [Hash{String => String...
[ "Creates", "or", "update", "policy", "with", "specified", "rule", "set", "name", "within", "a", "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/web_application_firewall_policies.rb#L318-L320
14,095
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/databases.rb
Azure::SQL::Mgmt::V2017_10_01_preview.Databases.pause
def pause(resource_group_name, server_name, database_name, custom_headers:nil) response = pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def pause(resource_group_name, server_name, database_name, custom_headers:nil) response = pause_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "pause", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "pause_async", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":custom_headers"...
Pauses a database. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param database_name [String] The name of the database to be paused. @...
[ "Pauses", "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/databases.rb#L530-L533
14,096
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/databases.rb
Azure::SQL::Mgmt::V2017_10_01_preview.Databases.resume
def resume(resource_group_name, server_name, database_name, custom_headers:nil) response = resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! response.body unless response.nil? end
ruby
def resume(resource_group_name, server_name, database_name, custom_headers:nil) response = resume_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! response.body unless response.nil? end
[ "def", "resume", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":", "nil", ")", "response", "=", "resume_async", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":custom_header...
Resumes a database. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param database_name [String] The name of the database to be resumed. ...
[ "Resumes", "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/databases.rb#L578-L581
14,097
Azure/azure-sdk-for-ruby
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/databases.rb
Azure::SQL::Mgmt::V2017_10_01_preview.Databases.begin_delete_with_http_info
def begin_delete_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) begin_delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! end
ruby
def begin_delete_with_http_info(resource_group_name, server_name, database_name, custom_headers:nil) begin_delete_async(resource_group_name, server_name, database_name, custom_headers:custom_headers).value! end
[ "def", "begin_delete_with_http_info", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":", "nil", ")", "begin_delete_async", "(", "resource_group_name", ",", "server_name", ",", "database_name", ",", "custom_headers", ":custom_...
Deletes the database. @param resource_group_name [String] The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. @param server_name [String] The name of the server. @param database_name [String] The name of the database. @param cust...
[ "Deletes", "the", "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/databases.rb#L962-L964
14,098
Azure/azure-sdk-for-ruby
management/azure_mgmt_storagesync/lib/2018-07-01/generated/azure_mgmt_storagesync/workflows.rb
Azure::StorageSync::Mgmt::V2018_07_01.Workflows.get_with_http_info
def get_with_http_info(resource_group_name, storage_sync_service_name, workflow_id, custom_headers:nil) get_async(resource_group_name, storage_sync_service_name, workflow_id, custom_headers:custom_headers).value! end
ruby
def get_with_http_info(resource_group_name, storage_sync_service_name, workflow_id, custom_headers:nil) get_async(resource_group_name, storage_sync_service_name, workflow_id, custom_headers:custom_headers).value! end
[ "def", "get_with_http_info", "(", "resource_group_name", ",", "storage_sync_service_name", ",", "workflow_id", ",", "custom_headers", ":", "nil", ")", "get_async", "(", "resource_group_name", ",", "storage_sync_service_name", ",", "workflow_id", ",", "custom_headers", ":c...
Get Workflows resource @param resource_group_name [String] The name of the resource group. The name is case insensitive. @param storage_sync_service_name [String] Name of Storage Sync Service resource. @param workflow_id [String] workflow Id @param custom_headers [Hash{String => String}] A hash of custom headers...
[ "Get", "Workflows", "resource" ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_storagesync/lib/2018-07-01/generated/azure_mgmt_storagesync/workflows.rb#L158-L160
14,099
Azure/azure-sdk-for-ruby
management/azure_mgmt_compute/lib/2018-04-01/generated/azure_mgmt_compute/proximity_placement_groups.rb
Azure::Compute::Mgmt::V2018_04_01.ProximityPlacementGroups.create_or_update_with_http_info
def create_or_update_with_http_info(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value! end
ruby
def create_or_update_with_http_info(resource_group_name, proximity_placement_group_name, parameters, custom_headers:nil) create_or_update_async(resource_group_name, proximity_placement_group_name, parameters, custom_headers:custom_headers).value! end
[ "def", "create_or_update_with_http_info", "(", "resource_group_name", ",", "proximity_placement_group_name", ",", "parameters", ",", "custom_headers", ":", "nil", ")", "create_or_update_async", "(", "resource_group_name", ",", "proximity_placement_group_name", ",", "parameters"...
Create or update a proximity placement group. @param resource_group_name [String] The name of the resource group. @param proximity_placement_group_name [String] The name of the proximity placement group. @param parameters [ProximityPlacementGroup] Parameters supplied to the Create Proximity Placement Group operat...
[ "Create", "or", "update", "a", "proximity", "placement", "group", "." ]
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_compute/lib/2018-04-01/generated/azure_mgmt_compute/proximity_placement_groups.rb#L55-L57