id
int32 0
24.9k
| repo
stringlengths 5
58
| path
stringlengths 9
168
| func_name
stringlengths 9
130
| original_string
stringlengths 66
10.5k
| language
stringclasses 1
value | code
stringlengths 66
10.5k
| code_tokens
list | docstring
stringlengths 8
16k
| docstring_tokens
list | sha
stringlengths 40
40
| url
stringlengths 94
266
|
|---|---|---|---|---|---|---|---|---|---|---|---|
13,700
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb
|
Azure::ManagedApplications::Mgmt::V2018_06_01.ApplicationDefinitions.get_by_id
|
def get_by_id(application_definition_id, custom_headers:nil)
response = get_by_id_async(application_definition_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_by_id(application_definition_id, custom_headers:nil)
response = get_by_id_async(application_definition_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_by_id",
"(",
"application_definition_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_by_id_async",
"(",
"application_definition_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets the managed application definition.
@param application_definition_id [String] The fully qualified ID of the
managed application definition, including the managed application name and
the managed application definition resource type. Use the format,
/subscriptions/{guid}/resourceGroups/{resource-group-name}/Microsoft.Solutions/applicationDefinitions/{applicationDefinition-name}
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ApplicationDefinition] operation results.
|
[
"Gets",
"the",
"managed",
"application",
"definition",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb#L325-L328
|
13,701
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb
|
Azure::ManagedApplications::Mgmt::V2018_06_01.ApplicationDefinitions.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, application_definition_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, application_definition_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, application_definition_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, application_definition_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"application_definition_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"application_definition_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates a new managed application definition.
@param resource_group_name [String] The name of the resource group. The name
is case insensitive.
@param application_definition_name [String] The name of the managed
application definition.
@param parameters [ApplicationDefinition] Parameters supplied to the create
or update an managed application definition.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"a",
"new",
"managed",
"application",
"definition",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_managed_applications/lib/2018-06-01/generated/azure_mgmt_managed_applications/application_definitions.rb#L626-L628
|
13,702
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/pools.rb
|
Azure::NetApp::Mgmt::V2017_08_15_preview.Pools.get_with_http_info
|
def get_with_http_info(resource_group_name, account_name, pool_name, custom_headers:nil)
get_async(resource_group_name, account_name, pool_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, account_name, pool_name, custom_headers:nil)
get_async(resource_group_name, account_name, pool_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"pool_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get a capacity pool
@param resource_group_name [String] The name of the resource group.
@param account_name [String] The name of the NetApp account
@param pool_name [String] The name of the capacity pool
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Get",
"a",
"capacity",
"pool"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_netapp/lib/2017-08-15-preview/generated/azure_mgmt_netapp/pools.rb#L146-L148
|
13,703
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/backup_engines.rb
|
Azure::RecoveryServicesBackup::Mgmt::V2016_12_01.BackupEngines.get
|
def get(vault_name, resource_group_name, backup_engine_name, filter:nil, skip_token:nil, custom_headers:nil)
response = get_async(vault_name, resource_group_name, backup_engine_name, filter:filter, skip_token:skip_token, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get(vault_name, resource_group_name, backup_engine_name, filter:nil, skip_token:nil, custom_headers:nil)
response = get_async(vault_name, resource_group_name, backup_engine_name, filter:filter, skip_token:skip_token, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get",
"(",
"vault_name",
",",
"resource_group_name",
",",
"backup_engine_name",
",",
"filter",
":",
"nil",
",",
"skip_token",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_async",
"(",
"vault_name",
",",
"resource_group_name",
",",
"backup_engine_name",
",",
"filter",
":",
"filter",
",",
"skip_token",
":skip_token",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Returns backup management server registered to Recovery Services Vault.
@param vault_name [String] The name of the recovery services vault.
@param resource_group_name [String] The name of the resource group where the
recovery services vault is present.
@param backup_engine_name [String] Name of the backup management server.
@param filter [String] OData filter options.
@param skip_token [String] skipToken Filter.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [BackupEngineBaseResource] operation results.
|
[
"Returns",
"backup",
"management",
"server",
"registered",
"to",
"Recovery",
"Services",
"Vault",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_backup/lib/2016-12-01/generated/azure_mgmt_recovery_services_backup/backup_engines.rb#L146-L149
|
13,704
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_event_hub/lib/2018-01-01-preview/generated/azure_mgmt_event_hub/configuration.rb
|
Azure::EventHub::Mgmt::V2018_01_01_preview.Configuration.patch_with_http_info
|
def patch_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil)
patch_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def patch_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil)
patch_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"patch_with_http_info",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"patch_async",
"(",
"resource_group_name",
",",
"cluster_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Replace all specified Event Hubs Cluster settings with those contained in the
request body. Leaves the settings not specified in the request body
unmodified.
@param resource_group_name [String] Name of the resource group within the
Azure subscription.
@param cluster_name [String] The name of the Event Hubs Cluster.
@param parameters [ClusterQuotaConfigurationProperties] Parameters for
creating an Event Hubs Cluster resource.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Replace",
"all",
"specified",
"Event",
"Hubs",
"Cluster",
"settings",
"with",
"those",
"contained",
"in",
"the",
"request",
"body",
".",
"Leaves",
"the",
"settings",
"not",
"specified",
"in",
"the",
"request",
"body",
"unmodified",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_event_hub/lib/2018-01-01-preview/generated/azure_mgmt_event_hub/configuration.rb#L60-L62
|
13,705
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
|
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.list_by_manager_with_http_info
|
def list_by_manager_with_http_info(resource_group_name, manager_name, expand:nil, custom_headers:nil)
list_by_manager_async(resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value!
end
|
ruby
|
def list_by_manager_with_http_info(resource_group_name, manager_name, expand:nil, custom_headers:nil)
list_by_manager_async(resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value!
end
|
[
"def",
"list_by_manager_with_http_info",
"(",
"resource_group_name",
",",
"manager_name",
",",
"expand",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"list_by_manager_async",
"(",
"resource_group_name",
",",
"manager_name",
",",
"expand",
":",
"expand",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Returns the list of devices for the specified manager.
@param resource_group_name [String] The resource group name
@param manager_name [String] The manager name
@param expand [String] Specify $expand=details to populate additional fields
related to the device or $expand=rolloverdetails to populate additional
fields related to the service data encryption key rollover on device
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Returns",
"the",
"list",
"of",
"devices",
"for",
"the",
"specified",
"manager",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L97-L99
|
13,706
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
|
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.get_with_http_info
|
def get_with_http_info(device_name, resource_group_name, manager_name, expand:nil, custom_headers:nil)
get_async(device_name, resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(device_name, resource_group_name, manager_name, expand:nil, custom_headers:nil)
get_async(device_name, resource_group_name, manager_name, expand:expand, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"expand",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"expand",
":",
"expand",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Returns the properties of the specified device.
@param device_name [String] The device name
@param resource_group_name [String] The resource group name
@param manager_name [String] The manager name
@param expand [String] Specify $expand=details to populate additional fields
related to the device or $expand=rolloverdetails to populate additional
fields related to the service data encryption key rollover on device
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Returns",
"the",
"properties",
"of",
"the",
"specified",
"device",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L203-L205
|
13,707
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
|
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.update_with_http_info
|
def update_with_http_info(device_name, parameters, resource_group_name, manager_name, custom_headers:nil)
update_async(device_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(device_name, parameters, resource_group_name, manager_name, custom_headers:nil)
update_async(device_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"device_name",
",",
"parameters",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"device_name",
",",
"parameters",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Patches the device.
@param device_name [String] The device name
@param parameters [DevicePatch] Patch representation of the device.
@param resource_group_name [String] The resource group name
@param manager_name [String] The manager name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Patches",
"the",
"device",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L347-L349
|
13,708
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
|
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.list_metric_definition_with_http_info
|
def list_metric_definition_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil)
list_metric_definition_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
ruby
|
def list_metric_definition_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil)
list_metric_definition_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
[
"def",
"list_metric_definition_with_http_info",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":",
"nil",
")",
"list_metric_definition_async",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the metric definitions for the specified device.
@param device_name [String] The device name
@param resource_group_name [String] The resource group name
@param manager_name [String] The manager name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"the",
"metric",
"definitions",
"for",
"the",
"specified",
"device",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L831-L833
|
13,709
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb
|
Azure::StorSimple8000Series::Mgmt::V2017_06_01.Devices.get_update_summary_with_http_info
|
def get_update_summary_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil)
get_update_summary_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_update_summary_with_http_info(device_name, resource_group_name, manager_name, custom_headers:nil)
get_update_summary_async(device_name, resource_group_name, manager_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_update_summary_with_http_info",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":",
"nil",
")",
"get_update_summary_async",
"(",
"device_name",
",",
"resource_group_name",
",",
"manager_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Returns the update summary of the specified device name.
@param device_name [String] The device name
@param resource_group_name [String] The resource group name
@param manager_name [String] The manager name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Returns",
"the",
"update",
"summary",
"of",
"the",
"specified",
"device",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_stor_simple8000_series/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb#L969-L971
|
13,710
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb
|
Azure::Batch::Mgmt::V2015_12_01.BatchAccountOperations.synchronize_auto_storage_keys
|
def synchronize_auto_storage_keys(resource_group_name, account_name, custom_headers:nil)
response = synchronize_auto_storage_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def synchronize_auto_storage_keys(resource_group_name, account_name, custom_headers:nil)
response = synchronize_auto_storage_keys_async(resource_group_name, account_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"synchronize_auto_storage_keys",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"synchronize_auto_storage_keys_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Synchronizes access keys for the auto storage account configured for the
specified Batch account.
@param resource_group_name [String] The name of the resource group that
contains the Batch account.
@param account_name [String] The name of the Batch account.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Synchronizes",
"access",
"keys",
"for",
"the",
"auto",
"storage",
"account",
"configured",
"for",
"the",
"specified",
"Batch",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb#L526-L529
|
13,711
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb
|
Azure::Batch::Mgmt::V2015_12_01.BatchAccountOperations.regenerate_key_with_http_info
|
def regenerate_key_with_http_info(resource_group_name, account_name, parameters, custom_headers:nil)
regenerate_key_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def regenerate_key_with_http_info(resource_group_name, account_name, parameters, custom_headers:nil)
regenerate_key_async(resource_group_name, account_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"regenerate_key_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"regenerate_key_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Regenerates the specified account key for the Batch account.
@param resource_group_name [String] The name of the resource group that
contains the Batch account.
@param account_name [String] The name of the account.
@param parameters [BatchAccountRegenerateKeyParameters] The type of key to
regenerate.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Regenerates",
"the",
"specified",
"account",
"key",
"for",
"the",
"Batch",
"account",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_batch/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb#L637-L639
|
13,712
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb
|
Azure::Network::Mgmt::V2018_07_01.DefaultSecurityRules.list
|
def list(resource_group_name, network_security_group_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, network_security_group_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list(resource_group_name, network_security_group_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, network_security_group_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_as_lazy",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
Gets all default security rules in a network security group.
@param resource_group_name [String] The name of the resource group.
@param network_security_group_name [String] The name of the network security
group.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<SecurityRule>] operation results.
|
[
"Gets",
"all",
"default",
"security",
"rules",
"in",
"a",
"network",
"security",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb#L35-L38
|
13,713
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb
|
Azure::Network::Mgmt::V2018_07_01.DefaultSecurityRules.get_with_http_info
|
def get_with_http_info(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:nil)
get_async(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:nil)
get_async(resource_group_name, network_security_group_name, default_security_rule_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"default_security_rule_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"default_security_rule_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get the specified default network security rule.
@param resource_group_name [String] The name of the resource group.
@param network_security_group_name [String] The name of the network security
group.
@param default_security_rule_name [String] The name of the default security
rule.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Get",
"the",
"specified",
"default",
"network",
"security",
"rule",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/default_security_rules.rb#L150-L152
|
13,714
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb
|
Azure::RecoveryServices::Mgmt::V2016_06_01.Vaults.create_or_update_with_http_info
|
def create_or_update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil)
create_or_update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value!
end
|
ruby
|
def create_or_update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil)
create_or_update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value!
end
|
[
"def",
"create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"vault_name",
",",
"vault",
",",
"custom_headers",
":",
"nil",
")",
"create_or_update_async",
"(",
"resource_group_name",
",",
"vault_name",
",",
"vault",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a Recovery Services vault.
@param resource_group_name [String] The name of the resource group where the
recovery services vault is present.
@param vault_name [String] The name of the recovery services vault.
@param vault [Vault] Recovery Services Vault to be created.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"or",
"updates",
"a",
"Recovery",
"Services",
"vault",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb#L323-L325
|
13,715
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb
|
Azure::RecoveryServices::Mgmt::V2016_06_01.Vaults.update_with_http_info
|
def update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil)
update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, vault_name, vault, custom_headers:nil)
update_async(resource_group_name, vault_name, vault, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"vault_name",
",",
"vault",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"vault_name",
",",
"vault",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates the vault.
@param resource_group_name [String] The name of the resource group where the
recovery services vault is present.
@param vault_name [String] The name of the recovery services vault.
@param vault [PatchVault] Recovery Services Vault to be created.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"the",
"vault",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb#L523-L525
|
13,716
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
|
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.update_with_http_info
|
def update_with_http_info(resource_group_name, workspace_name, parameters, custom_headers:nil)
update_async(resource_group_name, workspace_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, workspace_name, parameters, custom_headers:nil)
update_async(resource_group_name, workspace_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a machine learning workspace with the specified parameters.
@param resource_group_name [String] Name of the resource group in which
workspace is located.
@param workspace_name [String] Name of Azure Machine Learning workspace.
@param parameters [WorkspaceUpdateParameters] The parameters for updating a
machine learning workspace.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"a",
"machine",
"learning",
"workspace",
"with",
"the",
"specified",
"parameters",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L354-L356
|
13,717
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
|
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.resync_keys
|
def resync_keys(resource_group_name, workspace_name, custom_headers:nil)
response = resync_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def resync_keys(resource_group_name, workspace_name, custom_headers:nil)
response = resync_keys_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"resync_keys",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"resync_keys_async",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Resync all the keys associated with this workspace. This includes keys for
the storage account, app insights and password for container registry
@param resource_group_name [String] Name of the resource group in which
workspace is located.
@param workspace_name [String] Name of Azure Machine Learning workspace.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Resync",
"all",
"the",
"keys",
"associated",
"with",
"this",
"workspace",
".",
"This",
"includes",
"keys",
"for",
"the",
"storage",
"account",
"app",
"insights",
"and",
"password",
"for",
"container",
"registry"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L638-L641
|
13,718
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb
|
Azure::MachineLearningServices::Mgmt::V2018_03_01_preview.Workspaces.list_by_subscription
|
def list_by_subscription(skiptoken:nil, custom_headers:nil)
first_page = list_by_subscription_as_lazy(skiptoken:skiptoken, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list_by_subscription(skiptoken:nil, custom_headers:nil)
first_page = list_by_subscription_as_lazy(skiptoken:skiptoken, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list_by_subscription",
"(",
"skiptoken",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_by_subscription_as_lazy",
"(",
"skiptoken",
":",
"skiptoken",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
Lists all the available machine learning workspaces under the specified
subscription.
@param skiptoken [String] Continuation token for pagination.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<Workspace>] operation results.
|
[
"Lists",
"all",
"the",
"available",
"machine",
"learning",
"workspaces",
"under",
"the",
"specified",
"subscription",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_machine_learning_services/lib/2018-03-01-preview/generated/azure_mgmt_machine_learning_services/workspaces.rb#L724-L727
|
13,719
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_recovery_plans.rb
|
Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationRecoveryPlans.update
|
def update(recovery_plan_name, input, custom_headers:nil)
response = update_async(recovery_plan_name, input, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def update(recovery_plan_name, input, custom_headers:nil)
response = update_async(recovery_plan_name, input, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"update",
"(",
"recovery_plan_name",
",",
"input",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"update_async",
"(",
"recovery_plan_name",
",",
"input",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Updates the given recovery plan.
The operation to update a recovery plan.
@param recovery_plan_name [String] Recovery plan name.
@param input [UpdateRecoveryPlanInput] Update recovery plan input
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [RecoveryPlan] operation results.
|
[
"Updates",
"the",
"given",
"recovery",
"plan",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_recovery_services_site_recovery/lib/2018-01-10/generated/azure_mgmt_recovery_services_site_recovery/replication_recovery_plans.rb#L306-L309
|
13,720
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb
|
Azure::Network::Mgmt::V2018_07_01.HubVirtualNetworkConnections.get_with_http_info
|
def get_with_http_info(resource_group_name, virtual_hub_name, connection_name, custom_headers:nil)
get_async(resource_group_name, virtual_hub_name, connection_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, virtual_hub_name, connection_name, custom_headers:nil)
get_async(resource_group_name, virtual_hub_name, connection_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"virtual_hub_name",
",",
"connection_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"virtual_hub_name",
",",
"connection_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Retrieves the details of a HubVirtualNetworkConnection.
@param resource_group_name [String] The resource group name of the
VirtualHub.
@param virtual_hub_name [String] The name of the VirtualHub.
@param connection_name [String] The name of the vpn connection.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Retrieves",
"the",
"details",
"of",
"a",
"HubVirtualNetworkConnection",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb#L53-L55
|
13,721
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb
|
Azure::Network::Mgmt::V2018_07_01.HubVirtualNetworkConnections.list
|
def list(resource_group_name, virtual_hub_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, virtual_hub_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
ruby
|
def list(resource_group_name, virtual_hub_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, virtual_hub_name, custom_headers:custom_headers)
first_page.get_all_items
end
|
[
"def",
"list",
"(",
"resource_group_name",
",",
"virtual_hub_name",
",",
"custom_headers",
":",
"nil",
")",
"first_page",
"=",
"list_as_lazy",
"(",
"resource_group_name",
",",
"virtual_hub_name",
",",
"custom_headers",
":custom_headers",
")",
"first_page",
".",
"get_all_items",
"end"
] |
Retrieves the details of all HubVirtualNetworkConnections.
@param resource_group_name [String] The resource group name of the
VirtualHub.
@param virtual_hub_name [String] The name of the VirtualHub.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array<HubVirtualNetworkConnection>] operation results.
|
[
"Retrieves",
"the",
"details",
"of",
"all",
"HubVirtualNetworkConnections",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/hub_virtual_network_connections.rb#L134-L137
|
13,722
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
|
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.list_link_targets
|
def list_link_targets(custom_headers:nil)
response = list_link_targets_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_link_targets(custom_headers:nil)
response = list_link_targets_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_link_targets",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_link_targets_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get a list of workspaces which the current user has administrator privileges
and are not associated with an Azure Subscription. The subscriptionId
parameter in the Url is ignored.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"a",
"list",
"of",
"workspaces",
"which",
"the",
"current",
"user",
"has",
"administrator",
"privileges",
"and",
"are",
"not",
"associated",
"with",
"an",
"Azure",
"Subscription",
".",
"The",
"subscriptionId",
"parameter",
"in",
"the",
"Url",
"is",
"ignored",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L34-L37
|
13,723
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
|
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.get_schema
|
def get_schema(resource_group_name, workspace_name, custom_headers:nil)
response = get_schema_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_schema(resource_group_name, workspace_name, custom_headers:nil)
response = get_schema_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_schema",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_schema_async",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets the schema for a given workspace.
@param resource_group_name [String] The name of the resource group to get.
The name is case insensitive.
@param workspace_name [String] Log Analytics workspace name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [SearchGetSchemaResponse] operation results.
|
[
"Gets",
"the",
"schema",
"for",
"a",
"given",
"workspace",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L141-L144
|
13,724
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
|
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.purge
|
def purge(resource_group_name, workspace_name, custom_headers:nil)
response = purge_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def purge(resource_group_name, workspace_name, custom_headers:nil)
response = purge_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"purge",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"purge_async",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Purges data in an Log Analytics workspace by a set of user-defined filters.
@param resource_group_name [String] The name of the resource group to get.
The name is case insensitive.
@param workspace_name [String] Log Analytics workspace name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [WorkspacePurgeResponse] operation results.
|
[
"Purges",
"data",
"in",
"an",
"Log",
"Analytics",
"workspace",
"by",
"a",
"set",
"of",
"user",
"-",
"defined",
"filters",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L394-L397
|
13,725
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb
|
Azure::OperationalInsights::Mgmt::V2015_03_20.Workspaces.get_purge_status
|
def get_purge_status(resource_group_name, workspace_name, custom_headers:nil)
response = get_purge_status_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_purge_status(resource_group_name, workspace_name, custom_headers:nil)
response = get_purge_status_async(resource_group_name, workspace_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_purge_status",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_purge_status_async",
"(",
"resource_group_name",
",",
"workspace_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets status of an ongoing purge operation.
@param resource_group_name [String] The name of the resource group to get.
The name is case insensitive.
@param workspace_name [String] Log Analytics workspace name
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [WorkspacePurgeStatusResponse] operation results.
|
[
"Gets",
"status",
"of",
"an",
"ongoing",
"purge",
"operation",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_operational_insights/lib/2015-03-20/generated/azure_mgmt_operational_insights/workspaces.rb#L500-L503
|
13,726
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/jobs.rb
|
Azure::Scheduler::Mgmt::V2016_03_01.Jobs.get_with_http_info
|
def get_with_http_info(resource_group_name, job_collection_name, job_name, custom_headers:nil)
get_async(resource_group_name, job_collection_name, job_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, job_collection_name, job_name, custom_headers:nil)
get_async(resource_group_name, job_collection_name, job_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"job_collection_name",
",",
"job_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"job_collection_name",
",",
"job_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets a job.
@param resource_group_name [String] The resource group name.
@param job_collection_name [String] The job collection name.
@param job_name [String] The job name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"a",
"job",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_scheduler/lib/2016-03-01/generated/azure_mgmt_scheduler/jobs.rb#L51-L53
|
13,727
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb
|
Azure::SQL::Mgmt::V2018_06_01_preview.InstancePools.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"instance_pool_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"instance_pool_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates an instance pool.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param instance_pool_name [String] The name of the instance pool to be
created or updated.
@param parameters [InstancePool] The requested instance pool resource state.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"or",
"updates",
"an",
"instance",
"pool",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb#L485-L487
|
13,728
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb
|
Azure::SQL::Mgmt::V2018_06_01_preview.InstancePools.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, instance_pool_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, instance_pool_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"instance_pool_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"instance_pool_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates an instance pool.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param instance_pool_name [String] The name of the instance pool to be
updated.
@param parameters [InstancePoolUpdate] The requested instance pool resource
state.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"an",
"instance",
"pool",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2018-06-01-preview/generated/azure_mgmt_sql/instance_pools.rb#L699-L701
|
13,729
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb
|
Azure::Network::Mgmt::V2018_07_01.SecurityRules.get_with_http_info
|
def get_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil)
get_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil)
get_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"security_rule_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"security_rule_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get the specified network security rule.
@param resource_group_name [String] The name of the resource group.
@param network_security_group_name [String] The name of the network security
group.
@param security_rule_name [String] The name of the security rule.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Get",
"the",
"specified",
"network",
"security",
"rule",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb#L95-L97
|
13,730
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb
|
Azure::Network::Mgmt::V2018_07_01.SecurityRules.begin_delete_with_http_info
|
def begin_delete_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil)
begin_delete_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_delete_with_http_info(resource_group_name, network_security_group_name, security_rule_name, custom_headers:nil)
begin_delete_async(resource_group_name, network_security_group_name, security_rule_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_delete_with_http_info",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"security_rule_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_delete_async",
"(",
"resource_group_name",
",",
"network_security_group_name",
",",
"security_rule_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes the specified network security rule.
@param resource_group_name [String] The name of the resource group.
@param network_security_group_name [String] The name of the network security
group.
@param security_rule_name [String] The name of the security rule.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"the",
"specified",
"network",
"security",
"rule",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/security_rules.rb#L338-L340
|
13,731
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.ModuleModelOperations.create_or_update_with_http_info
|
def create_or_update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def create_or_update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"module_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"create_or_update_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"module_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create or Update the module identified by module name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param module_name [String] The name of module.
@param parameters [ModuleCreateOrUpdateParameters] The create or update
parameters for module.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Create",
"or",
"Update",
"the",
"module",
"identified",
"by",
"module",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb#L242-L244
|
13,732
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb
|
Azure::Automation::Mgmt::V2015_10_31.ModuleModelOperations.update_with_http_info
|
def update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, automation_account_name, module_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, module_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"module_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"automation_account_name",
",",
"module_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Update the module identified by module name.
@param resource_group_name [String] Name of an Azure Resource group.
@param automation_account_name [String] The name of the automation account.
@param module_name [String] The name of module.
@param parameters [ModuleUpdateParameters] The update parameters for module.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Update",
"the",
"module",
"identified",
"by",
"module",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_automation/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb#L363-L365
|
13,733
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_domains
|
def get_domains(custom_headers:nil)
response = get_domains_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_domains(custom_headers:nil)
response = get_domains_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_domains",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_domains_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get a list of the available domains.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"a",
"list",
"of",
"the",
"available",
"domains",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L122-L125
|
13,734
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_domain
|
def get_domain(domain_id, custom_headers:nil)
response = get_domain_async(domain_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_domain(domain_id, custom_headers:nil)
response = get_domain_async(domain_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_domain",
"(",
"domain_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_domain_async",
"(",
"domain_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get information about a specific domain.
@param domain_id The id of the domain to get information about.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Domain] operation results.
|
[
"Get",
"information",
"about",
"a",
"specific",
"domain",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L223-L226
|
13,735
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_untagged_image_count
|
def get_untagged_image_count(project_id, iteration_id:nil, custom_headers:nil)
response = get_untagged_image_count_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_untagged_image_count(project_id, iteration_id:nil, custom_headers:nil)
response = get_untagged_image_count_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_untagged_image_count",
"(",
"project_id",
",",
"iteration_id",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_untagged_image_count_async",
"(",
"project_id",
",",
"iteration_id",
":iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets the number of untagged images.
This API returns the images which have no tags for a given project and
optionally an iteration. If no iteration is specified the
current workspace is used.
@param project_id The project id.
@param iteration_id The iteration id. Defaults to workspace.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Number] operation results.
|
[
"Gets",
"the",
"number",
"of",
"untagged",
"images",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L435-L438
|
13,736
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_image_tags
|
def create_image_tags(project_id, batch, custom_headers:nil)
response = create_image_tags_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def create_image_tags(project_id, batch, custom_headers:nil)
response = create_image_tags_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"create_image_tags",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"create_image_tags_async",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Associate a set of images with a set of tags.
@param project_id The project id.
@param batch [ImageTagCreateBatch] Batch of image tags. Limited to 128 tags
per batch.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageTagCreateSummary] operation results.
|
[
"Associate",
"a",
"set",
"of",
"images",
"with",
"a",
"set",
"of",
"tags",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L544-L547
|
13,737
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_image_regions
|
def create_image_regions(project_id, batch, custom_headers:nil)
response = create_image_regions_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def create_image_regions(project_id, batch, custom_headers:nil)
response = create_image_regions_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"create_image_regions",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"create_image_regions_async",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Create a set of image regions.
This API accepts a batch of image regions, and optionally tags, to update
existing images with region information.
There is a limit of 64 entries in the batch.
@param project_id The project id.
@param batch [ImageRegionCreateBatch] Batch of image regions which include a
tag and bounding box. Limited to 64.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageRegionCreateSummary] operation results.
|
[
"Create",
"a",
"set",
"of",
"image",
"regions",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L745-L748
|
13,738
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_image_regions
|
def delete_image_regions(project_id, region_ids, custom_headers:nil)
response = delete_image_regions_async(project_id, region_ids, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_image_regions(project_id, region_ids, custom_headers:nil)
response = delete_image_regions_async(project_id, region_ids, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_image_regions",
"(",
"project_id",
",",
"region_ids",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_image_regions_async",
"(",
"project_id",
",",
"region_ids",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Delete a set of image regions.
@param project_id The project id.
@param region_ids Regions to delete. Limited to 64.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Delete",
"a",
"set",
"of",
"image",
"regions",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L854-L857
|
13,739
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_images
|
def delete_images(project_id, image_ids, custom_headers:nil)
response = delete_images_async(project_id, image_ids, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_images(project_id, image_ids, custom_headers:nil)
response = delete_images_async(project_id, image_ids, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_images",
"(",
"project_id",
",",
"image_ids",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_images_async",
"(",
"project_id",
",",
"image_ids",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Delete images from the set of training images.
@param project_id The project id.
@param image_ids Ids of the images to be deleted. Limited to 256 images per
batch.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Delete",
"images",
"from",
"the",
"set",
"of",
"training",
"images",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1491-L1494
|
13,740
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_files
|
def create_images_from_files(project_id, batch, custom_headers:nil)
response = create_images_from_files_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def create_images_from_files(project_id, batch, custom_headers:nil)
response = create_images_from_files_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"create_images_from_files",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"create_images_from_files_async",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Add the provided batch of images to the set of training images.
This API accepts a batch of files, and optionally tags, to create images.
There is a limit of 64 images and 20 tags.
@param project_id The project id.
@param batch [ImageFileCreateBatch] The batch of image files to add. Limited
to 64 images and 20 tags per batch.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageCreateSummary] operation results.
|
[
"Add",
"the",
"provided",
"batch",
"of",
"images",
"to",
"the",
"set",
"of",
"training",
"images",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1583-L1586
|
13,741
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_urls
|
def create_images_from_urls(project_id, batch, custom_headers:nil)
response = create_images_from_urls_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def create_images_from_urls(project_id, batch, custom_headers:nil)
response = create_images_from_urls_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"create_images_from_urls",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"create_images_from_urls_async",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Add the provided images urls to the set of training images.
This API accepts a batch of urls, and optionally tags, to create images.
There is a limit of 64 images and 20 tags.
@param project_id The project id.
@param batch [ImageUrlCreateBatch] Image urls and tag ids. Limited to 64
images and 20 tags per batch.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageCreateSummary] operation results.
|
[
"Add",
"the",
"provided",
"images",
"urls",
"to",
"the",
"set",
"of",
"training",
"images",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1695-L1698
|
13,742
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_images_from_predictions
|
def create_images_from_predictions(project_id, batch, custom_headers:nil)
response = create_images_from_predictions_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def create_images_from_predictions(project_id, batch, custom_headers:nil)
response = create_images_from_predictions_async(project_id, batch, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"create_images_from_predictions",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"create_images_from_predictions_async",
"(",
"project_id",
",",
"batch",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Add the specified predicted images to the set of training images.
This API creates a batch of images from predicted images specified. There is
a limit of 64 images and 20 tags.
@param project_id The project id.
@param batch [ImageIdCreateBatch] Image and tag ids. Limited to 64 images and
20 tags per batch.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageCreateSummary] operation results.
|
[
"Add",
"the",
"specified",
"predicted",
"images",
"to",
"the",
"set",
"of",
"training",
"images",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1807-L1810
|
13,743
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_image_region_proposals
|
def get_image_region_proposals(project_id, image_id, custom_headers:nil)
response = get_image_region_proposals_async(project_id, image_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_image_region_proposals(project_id, image_id, custom_headers:nil)
response = get_image_region_proposals_async(project_id, image_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_image_region_proposals",
"(",
"project_id",
",",
"image_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_image_region_proposals_async",
"(",
"project_id",
",",
"image_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get region proposals for an image. Returns empty array if no proposals are
found.
This API will get region proposals for an image along with confidences for
the region. It returns an empty array if no proposals are found.
@param project_id The project id.
@param image_id The image id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ImageRegionProposal] operation results.
|
[
"Get",
"region",
"proposals",
"for",
"an",
"image",
".",
"Returns",
"empty",
"array",
"if",
"no",
"proposals",
"are",
"found",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L1919-L1922
|
13,744
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_prediction
|
def delete_prediction(project_id, ids, custom_headers:nil)
response = delete_prediction_async(project_id, ids, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_prediction(project_id, ids, custom_headers:nil)
response = delete_prediction_async(project_id, ids, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_prediction",
"(",
"project_id",
",",
"ids",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_prediction_async",
"(",
"project_id",
",",
"ids",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Delete a set of predicted images and their associated prediction results.
@param project_id The project id.
@param ids The prediction ids. Limited to 64.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Delete",
"a",
"set",
"of",
"predicted",
"images",
"and",
"their",
"associated",
"prediction",
"results",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2019-L2022
|
13,745
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.query_predictions
|
def query_predictions(project_id, query, custom_headers:nil)
response = query_predictions_async(project_id, query, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def query_predictions(project_id, query, custom_headers:nil)
response = query_predictions_async(project_id, query, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"query_predictions",
"(",
"project_id",
",",
"query",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"query_predictions_async",
"(",
"project_id",
",",
"query",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get images that were sent to your prediction endpoint.
@param project_id The project id.
@param query [PredictionQueryToken] Parameters used to query the predictions.
Limited to combining 2 tags.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [PredictionQueryResult] operation results.
|
[
"Get",
"images",
"that",
"were",
"sent",
"to",
"your",
"prediction",
"endpoint",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2331-L2334
|
13,746
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_projects
|
def get_projects(custom_headers:nil)
response = get_projects_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_projects(custom_headers:nil)
response = get_projects_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_projects",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_projects_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get your projects.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"your",
"projects",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2821-L2824
|
13,747
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.create_project_with_http_info
|
def create_project_with_http_info(name, description:nil, domain_id:nil, classification_type:nil, target_export_platforms:nil, custom_headers:nil)
create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, target_export_platforms:target_export_platforms, custom_headers:custom_headers).value!
end
|
ruby
|
def create_project_with_http_info(name, description:nil, domain_id:nil, classification_type:nil, target_export_platforms:nil, custom_headers:nil)
create_project_async(name, description:description, domain_id:domain_id, classification_type:classification_type, target_export_platforms:target_export_platforms, custom_headers:custom_headers).value!
end
|
[
"def",
"create_project_with_http_info",
"(",
"name",
",",
"description",
":",
"nil",
",",
"domain_id",
":",
"nil",
",",
"classification_type",
":",
"nil",
",",
"target_export_platforms",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"create_project_async",
"(",
"name",
",",
"description",
":",
"description",
",",
"domain_id",
":domain_id",
",",
"classification_type",
":classification_type",
",",
"target_export_platforms",
":target_export_platforms",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Create a project.
@param name [String] Name of the project.
@param description [String] The description of the project.
@param domain_id The id of the domain to use for this project. Defaults to
General.
@param classification_type [Enum] The type of classifier to create for this
project. Possible values include: 'Multiclass', 'Multilabel'
@param target_export_platforms [Array<Enum>] List of platforms the trained
model is intending exporting to.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Create",
"a",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L2950-L2952
|
13,748
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_project
|
def get_project(project_id, custom_headers:nil)
response = get_project_async(project_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_project(project_id, custom_headers:nil)
response = get_project_async(project_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_project",
"(",
"project_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_project_async",
"(",
"project_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get a specific project.
@param project_id The id of the project to get.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Project] operation results.
|
[
"Get",
"a",
"specific",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3032-L3035
|
13,749
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.update_project
|
def update_project(project_id, updated_project, custom_headers:nil)
response = update_project_async(project_id, updated_project, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def update_project(project_id, updated_project, custom_headers:nil)
response = update_project_async(project_id, updated_project, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"update_project",
"(",
"project_id",
",",
"updated_project",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"update_project_async",
"(",
"project_id",
",",
"updated_project",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Update a specific project.
@param project_id The id of the project to update.
@param updated_project [Project] The updated project model.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Project] operation results.
|
[
"Update",
"a",
"specific",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3200-L3203
|
13,750
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_iterations
|
def get_iterations(project_id, custom_headers:nil)
response = get_iterations_async(project_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_iterations(project_id, custom_headers:nil)
response = get_iterations_async(project_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_iterations",
"(",
"project_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_iterations_async",
"(",
"project_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get iterations for the project.
@param project_id The project id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"iterations",
"for",
"the",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3413-L3416
|
13,751
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_iteration
|
def get_iteration(project_id, iteration_id, custom_headers:nil)
response = get_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_iteration(project_id, iteration_id, custom_headers:nil)
response = get_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_iteration",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_iteration_async",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get a specific iteration.
@param project_id The id of the project the iteration belongs to.
@param iteration_id The id of the iteration to get.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Iteration] operation results.
|
[
"Get",
"a",
"specific",
"iteration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3519-L3522
|
13,752
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_iteration
|
def delete_iteration(project_id, iteration_id, custom_headers:nil)
response = delete_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_iteration(project_id, iteration_id, custom_headers:nil)
response = delete_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_iteration",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_iteration_async",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Delete a specific iteration of a project.
@param project_id The project id.
@param iteration_id The iteration id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Delete",
"a",
"specific",
"iteration",
"of",
"a",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3611-L3614
|
13,753
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.unpublish_iteration
|
def unpublish_iteration(project_id, iteration_id, custom_headers:nil)
response = unpublish_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def unpublish_iteration(project_id, iteration_id, custom_headers:nil)
response = unpublish_iteration_async(project_id, iteration_id, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"unpublish_iteration",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"unpublish_iteration_async",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Unpublish a specific iteration.
@param project_id The project id.
@param iteration_id The iteration id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Unpublish",
"a",
"specific",
"iteration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3909-L3912
|
13,754
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_exports
|
def get_exports(project_id, iteration_id, custom_headers:nil)
response = get_exports_async(project_id, iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_exports(project_id, iteration_id, custom_headers:nil)
response = get_exports_async(project_id, iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_exports",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_exports_async",
"(",
"project_id",
",",
"iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get the list of exports for a specific iteration.
@param project_id The project id.
@param iteration_id The iteration id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"the",
"list",
"of",
"exports",
"for",
"a",
"specific",
"iteration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L3992-L3995
|
13,755
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.delete_tag
|
def delete_tag(project_id, tag_id, custom_headers:nil)
response = delete_tag_async(project_id, tag_id, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def delete_tag(project_id, tag_id, custom_headers:nil)
response = delete_tag_async(project_id, tag_id, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"delete_tag",
"(",
"project_id",
",",
"tag_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"delete_tag_async",
"(",
"project_id",
",",
"tag_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Delete a tag from the project.
@param project_id The project id.
@param tag_id Id of the tag to be deleted.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Delete",
"a",
"tag",
"from",
"the",
"project",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L4307-L4310
|
13,756
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb
|
Azure::CognitiveServices::Customvisiontraining::V3_0.CustomvisiontrainingClient.get_tags
|
def get_tags(project_id, iteration_id:nil, custom_headers:nil)
response = get_tags_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_tags(project_id, iteration_id:nil, custom_headers:nil)
response = get_tags_async(project_id, iteration_id:iteration_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_tags",
"(",
"project_id",
",",
"iteration_id",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_tags_async",
"(",
"project_id",
",",
"iteration_id",
":iteration_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Get the tags for a given project and iteration.
@param project_id The project id.
@param iteration_id The iteration id. Defaults to workspace.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Get",
"the",
"tags",
"for",
"a",
"given",
"project",
"and",
"iteration",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_customvisiontraining/lib/3.0/generated/azure_cognitiveservices_customvisiontraining/customvisiontraining_client.rb#L4494-L4497
|
13,757
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb
|
Azure::Logic::Mgmt::V2016_06_01.Agreements.get_with_http_info
|
def get_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"agreement_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"agreement_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets an integration account agreement.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param agreement_name [String] The integration account agreement name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"an",
"integration",
"account",
"agreement",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb#L152-L154
|
13,758
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb
|
Azure::Logic::Mgmt::V2016_06_01.Agreements.delete_with_http_info
|
def delete_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, integration_account_name, agreement_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, agreement_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"agreement_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"agreement_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes an integration account agreement.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param agreement_name [String] The integration account agreement name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"an",
"integration",
"account",
"agreement",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/agreements.rb#L367-L369
|
13,759
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_resources_management/lib/2018-03-01-preview/generated/azure_mgmt_resources_management/management_group_subscriptions.rb
|
Azure::ResourcesManagement::Mgmt::V2018_03_01_preview.ManagementGroupSubscriptions.delete_with_http_info
|
def delete_with_http_info(group_id, subscription_id, cache_control:'no-cache', custom_headers:nil)
delete_async(group_id, subscription_id, cache_control:cache_control, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(group_id, subscription_id, cache_control:'no-cache', custom_headers:nil)
delete_async(group_id, subscription_id, cache_control:cache_control, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"group_id",
",",
"subscription_id",
",",
"cache_control",
":",
"'no-cache'",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"group_id",
",",
"subscription_id",
",",
"cache_control",
":cache_control",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
De-associates subscription from the management group.
@param group_id [String] Management Group ID.
@param subscription_id [String] Subscription ID.
@param cache_control [String] Indicates that the request shouldn't utilize
any caches.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"De",
"-",
"associates",
"subscription",
"from",
"the",
"management",
"group",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_resources_management/lib/2018-03-01-preview/generated/azure_mgmt_resources_management/management_group_subscriptions.rb#L142-L144
|
13,760
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb
|
Azure::SQL::Mgmt::V2017_10_01_preview.ManagedDatabaseVulnerabilityAssessmentRuleBaselines.get_with_http_info
|
def get_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil)
get_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil)
get_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"managed_instance_name",
",",
"database_name",
",",
"rule_id",
",",
"baseline_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"managed_instance_name",
",",
"database_name",
",",
"rule_id",
",",
"baseline_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets a database's vulnerability assessment rule baseline.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param managed_instance_name [String] The name of the managed instance.
@param database_name [String] The name of the database for which the
vulnerability assessment rule baseline is defined.
@param rule_id [String] The vulnerability assessment rule ID.
@param baseline_name [VulnerabilityAssessmentPolicyBaselineName] The name of
the vulnerability assessment rule baseline (default implies a baseline on a
database level rule and master for server level rule). Possible values
include: 'master', 'default'
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"a",
"database",
"s",
"vulnerability",
"assessment",
"rule",
"baseline",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb#L70-L72
|
13,761
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb
|
Azure::SQL::Mgmt::V2017_10_01_preview.ManagedDatabaseVulnerabilityAssessmentRuleBaselines.delete_with_http_info
|
def delete_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil)
delete_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:nil)
delete_async(resource_group_name, managed_instance_name, database_name, rule_id, baseline_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"managed_instance_name",
",",
"database_name",
",",
"rule_id",
",",
"baseline_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"managed_instance_name",
",",
"database_name",
",",
"rule_id",
",",
"baseline_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Removes the database's vulnerability assessment rule baseline.
@param resource_group_name [String] The name of the resource group that
contains the resource. You can obtain this value from the Azure Resource
Manager API or the portal.
@param managed_instance_name [String] The name of the managed instance.
@param database_name [String] The name of the database for which the
vulnerability assessment rule baseline is defined.
@param rule_id [String] The vulnerability assessment rule ID.
@param baseline_name [VulnerabilityAssessmentPolicyBaselineName] The name of
the vulnerability assessment rule baseline (default implies a baseline on a
database level rule and master for server level rule). Possible values
include: 'master', 'default'
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Removes",
"the",
"database",
"s",
"vulnerability",
"assessment",
"rule",
"baseline",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sql/lib/2017-10-01-preview/generated/azure_mgmt_sql/managed_database_vulnerability_assessment_rule_baselines.rb#L329-L331
|
13,762
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_server_variables
|
def list_available_server_variables(custom_headers:nil)
response = list_available_server_variables_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_server_variables(custom_headers:nil)
response = list_available_server_variables_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_server_variables",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_server_variables_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists all available server variables.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Lists",
"all",
"available",
"server",
"variables",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L600-L603
|
13,763
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_request_headers
|
def list_available_request_headers(custom_headers:nil)
response = list_available_request_headers_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_request_headers(custom_headers:nil)
response = list_available_request_headers_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_request_headers",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_request_headers_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists all available request headers.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Lists",
"all",
"available",
"request",
"headers",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L699-L702
|
13,764
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_response_headers
|
def list_available_response_headers(custom_headers:nil)
response = list_available_response_headers_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_response_headers(custom_headers:nil)
response = list_available_response_headers_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_response_headers",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_response_headers_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists all available response headers.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Lists",
"all",
"available",
"response",
"headers",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L798-L801
|
13,765
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_waf_rule_sets
|
def list_available_waf_rule_sets(custom_headers:nil)
response = list_available_waf_rule_sets_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_waf_rule_sets(custom_headers:nil)
response = list_available_waf_rule_sets_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_waf_rule_sets",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_waf_rule_sets_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists all available web application firewall rule sets.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ApplicationGatewayAvailableWafRuleSetsResult] operation results.
|
[
"Lists",
"all",
"available",
"web",
"application",
"firewall",
"rule",
"sets",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L897-L900
|
13,766
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.list_available_ssl_options
|
def list_available_ssl_options(custom_headers:nil)
response = list_available_ssl_options_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_available_ssl_options(custom_headers:nil)
response = list_available_ssl_options_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_available_ssl_options",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_available_ssl_options_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists available Ssl options for configuring Ssl policy.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ApplicationGatewayAvailableSslOptions] operation results.
|
[
"Lists",
"available",
"Ssl",
"options",
"for",
"configuring",
"Ssl",
"policy",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L981-L984
|
13,767
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.get_ssl_predefined_policy
|
def get_ssl_predefined_policy(predefined_policy_name, custom_headers:nil)
response = get_ssl_predefined_policy_async(predefined_policy_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_ssl_predefined_policy(predefined_policy_name, custom_headers:nil)
response = get_ssl_predefined_policy_async(predefined_policy_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_ssl_predefined_policy",
"(",
"predefined_policy_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_ssl_predefined_policy_async",
"(",
"predefined_policy_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets Ssl predefined policy with the specified policy name.
@param predefined_policy_name [String] Name of Ssl predefined policy.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [ApplicationGatewaySslPredefinedPolicy] operation results.
|
[
"Gets",
"Ssl",
"predefined",
"policy",
"with",
"the",
"specified",
"policy",
"name",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L1150-L1153
|
13,768
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb
|
Azure::Network::Mgmt::V2019_02_01.ApplicationGateways.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, application_gateway_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, application_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, application_gateway_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, application_gateway_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"application_gateway_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"application_gateway_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates the specified application gateway.
@param resource_group_name [String] The name of the resource group.
@param application_gateway_name [String] The name of the application gateway.
@param parameters [ApplicationGateway] Parameters supplied to the create or
update application gateway operation.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"or",
"updates",
"the",
"specified",
"application",
"gateway",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_network/lib/2019-02-01/generated/azure_mgmt_network/application_gateways.rb#L1339-L1341
|
13,769
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
|
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_prebuilt_entities
|
def list_prebuilt_entities(app_id, version_id, custom_headers:nil)
response = list_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_prebuilt_entities(app_id, version_id, custom_headers:nil)
response = list_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_prebuilt_entities",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_prebuilt_entities_async",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets all the available prebuilt entities in a version of the application.
@param app_id The application ID.
@param version_id [String] The version ID.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Gets",
"all",
"the",
"available",
"prebuilt",
"entities",
"in",
"a",
"version",
"of",
"the",
"application",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L1465-L1468
|
13,770
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
|
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_intents
|
def list_custom_prebuilt_intents(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_intents_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_custom_prebuilt_intents(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_intents_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_custom_prebuilt_intents",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_custom_prebuilt_intents_async",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets information about customizable prebuilt intents added to a version of
the application.
@param app_id The application ID.
@param version_id [String] The version ID.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Gets",
"information",
"about",
"customizable",
"prebuilt",
"intents",
"added",
"to",
"a",
"version",
"of",
"the",
"application",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4448-L4451
|
13,771
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
|
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_entities
|
def list_custom_prebuilt_entities(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_custom_prebuilt_entities(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_entities_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_custom_prebuilt_entities",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_custom_prebuilt_entities_async",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets all prebuilt entities used in a version of the application.
@param app_id The application ID.
@param version_id [String] The version ID.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Gets",
"all",
"prebuilt",
"entities",
"used",
"in",
"a",
"version",
"of",
"the",
"application",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4672-L4675
|
13,772
|
Azure/azure-sdk-for-ruby
|
data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb
|
Azure::CognitiveServices::LuisAuthoring::V2_0.Model.list_custom_prebuilt_models
|
def list_custom_prebuilt_models(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_models_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_custom_prebuilt_models(app_id, version_id, custom_headers:nil)
response = list_custom_prebuilt_models_async(app_id, version_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_custom_prebuilt_models",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_custom_prebuilt_models_async",
"(",
"app_id",
",",
"version_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets all prebuilt intent and entity model information used in a version of
this application.
@param app_id The application ID.
@param version_id [String] The version ID.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [Array] operation results.
|
[
"Gets",
"all",
"prebuilt",
"intent",
"and",
"entity",
"model",
"information",
"used",
"in",
"a",
"version",
"of",
"this",
"application",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/data/azure_cognitiveservices_luisauthoring/lib/2.0/generated/azure_cognitiveservices_luisauthoring/model.rb#L4780-L4783
|
13,773
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.get_details
|
def get_details(resource_group_name, server_name, custom_headers:nil)
response = get_details_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def get_details(resource_group_name, server_name, custom_headers:nil)
response = get_details_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"get_details",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"get_details_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Gets details about the specified Analysis Services server.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be a minimum of 3 characters, and a maximum of 63.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [AnalysisServicesServer] operation results.
|
[
"Gets",
"details",
"about",
"the",
"specified",
"Analysis",
"Services",
"server",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L39-L42
|
13,774
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.list_skus_for_new
|
def list_skus_for_new(custom_headers:nil)
response = list_skus_for_new_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_skus_for_new(custom_headers:nil)
response = list_skus_for_new_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_skus_for_new",
"(",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_skus_for_new_async",
"(",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists eligible SKUs for Analysis Services resource provider.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [SkuEnumerationForNewResourceResult] operation results.
|
[
"Lists",
"eligible",
"SKUs",
"for",
"Analysis",
"Services",
"resource",
"provider",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L559-L562
|
13,775
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.list_skus_for_existing
|
def list_skus_for_existing(resource_group_name, server_name, custom_headers:nil)
response = list_skus_for_existing_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_skus_for_existing(resource_group_name, server_name, custom_headers:nil)
response = list_skus_for_existing_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_skus_for_existing",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_skus_for_existing_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists eligible SKUs for an Analysis Services resource.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be at least 3 characters in length, and no more than 63.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [SkuEnumerationForExistingResourceResult] operation results.
|
[
"Lists",
"eligible",
"SKUs",
"for",
"an",
"Analysis",
"Services",
"resource",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L648-L651
|
13,776
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.list_gateway_status
|
def list_gateway_status(resource_group_name, server_name, custom_headers:nil)
response = list_gateway_status_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_gateway_status(resource_group_name, server_name, custom_headers:nil)
response = list_gateway_status_async(resource_group_name, server_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_gateway_status",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_gateway_status_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Return the gateway status of the specified Analysis Services server instance.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [GatewayListStatusLive] operation results.
|
[
"Return",
"the",
"gateway",
"status",
"of",
"the",
"specified",
"Analysis",
"Services",
"server",
"instance",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L754-L757
|
13,777
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.dissociate_gateway
|
def dissociate_gateway(resource_group_name, server_name, custom_headers:nil)
response = dissociate_gateway_async(resource_group_name, server_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def dissociate_gateway(resource_group_name, server_name, custom_headers:nil)
response = dissociate_gateway_async(resource_group_name, server_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"dissociate_gateway",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"dissociate_gateway_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Dissociates a Unified Gateway associated with the server.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be at least 3 characters in length, and no more than 63.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Dissociates",
"a",
"Unified",
"Gateway",
"associated",
"with",
"the",
"server",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L858-L861
|
13,778
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.list_operation_results
|
def list_operation_results(location, operation_id, custom_headers:nil)
response = list_operation_results_async(location, operation_id, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def list_operation_results(location, operation_id, custom_headers:nil)
response = list_operation_results_async(location, operation_id, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"list_operation_results",
"(",
"location",
",",
"operation_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_operation_results_async",
"(",
"location",
",",
"operation_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
List the result of the specified operation.
@param location [String] The region name which the operation will lookup
into.
@param operation_id [String] The target operation Id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"List",
"the",
"result",
"of",
"the",
"specified",
"operation",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L1057-L1060
|
13,779
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.list_operation_statuses
|
def list_operation_statuses(location, operation_id, custom_headers:nil)
response = list_operation_statuses_async(location, operation_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_operation_statuses(location, operation_id, custom_headers:nil)
response = list_operation_statuses_async(location, operation_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_operation_statuses",
"(",
"location",
",",
"operation_id",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_operation_statuses_async",
"(",
"location",
",",
"operation_id",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
List the status of operation.
@param location [String] The region name which the operation will lookup
into.
@param operation_id [String] The target operation Id.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [OperationStatus] operation results.
|
[
"List",
"the",
"status",
"of",
"operation",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L1142-L1145
|
13,780
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.begin_create_with_http_info
|
def begin_create_with_http_info(resource_group_name, server_name, server_parameters, custom_headers:nil)
begin_create_async(resource_group_name, server_name, server_parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_with_http_info(resource_group_name, server_name, server_parameters, custom_headers:nil)
begin_create_async(resource_group_name, server_name, server_parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"server_parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"server_parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Provisions the specified Analysis Services server based on the configuration
specified in the request.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be a minimum of 3 characters, and a maximum of 63.
@param server_parameters [AnalysisServicesServer] Contains the information
used to provision the Analysis Services server.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Provisions",
"the",
"specified",
"Analysis",
"Services",
"server",
"based",
"on",
"the",
"configuration",
"specified",
"in",
"the",
"request",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L1273-L1275
|
13,781
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, server_name, server_update_parameters, custom_headers:nil)
begin_update_async(resource_group_name, server_name, server_update_parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, server_name, server_update_parameters, custom_headers:nil)
begin_update_async(resource_group_name, server_name, server_update_parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"server_update_parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"server_update_parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates the current state of the specified Analysis Services server.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be at least 3 characters in length, and no more than 63.
@param server_update_parameters [AnalysisServicesServerUpdateParameters]
Request object that contains the updated information for the server.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"the",
"current",
"state",
"of",
"the",
"specified",
"Analysis",
"Services",
"server",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L1501-L1503
|
13,782
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb
|
Azure::AnalysisServices::Mgmt::V2017_08_01_beta.Servers.begin_resume
|
def begin_resume(resource_group_name, server_name, custom_headers:nil)
response = begin_resume_async(resource_group_name, server_name, custom_headers:custom_headers).value!
nil
end
|
ruby
|
def begin_resume(resource_group_name, server_name, custom_headers:nil)
response = begin_resume_async(resource_group_name, server_name, custom_headers:custom_headers).value!
nil
end
|
[
"def",
"begin_resume",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"begin_resume_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"nil",
"end"
] |
Resumes operation of the specified Analysis Services server instance.
@param resource_group_name [String] The name of the Azure Resource group of
which a given Analysis Services server is part. This name must be at least 1
character in length, and no more than 90.
@param server_name [String] The name of the Analysis Services server. It must
be at least 3 characters in length, and no more than 63.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
|
[
"Resumes",
"operation",
"of",
"the",
"specified",
"Analysis",
"Services",
"server",
"instance",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_analysis_services/lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/servers.rb#L1705-L1708
|
13,783
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/content_key_policies.rb
|
Azure::MediaServices::Mgmt::V2018_07_01.ContentKeyPolicies.get_with_http_info
|
def get_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
get_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
get_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"content_key_policy_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"content_key_policy_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Get a Content Key Policy
Get the details of a Content Key Policy in the Media Services account
@param resource_group_name [String] The name of the resource group within the
Azure subscription.
@param account_name [String] The Media Services account name.
@param content_key_policy_name [String] The Content Key Policy name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Get",
"a",
"Content",
"Key",
"Policy"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/content_key_policies.rb#L176-L178
|
13,784
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/content_key_policies.rb
|
Azure::MediaServices::Mgmt::V2018_07_01.ContentKeyPolicies.delete_with_http_info
|
def delete_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
delete_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, account_name, content_key_policy_name, custom_headers:nil)
delete_async(resource_group_name, account_name, content_key_policy_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"account_name",
",",
"content_key_policy_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"content_key_policy_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Delete a Content Key Policy
Deletes a Content Key Policy in the Media Services account
@param resource_group_name [String] The name of the resource group within the
Azure subscription.
@param account_name [String] The Media Services account name.
@param content_key_policy_name [String] The Content Key Policy name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Delete",
"a",
"Content",
"Key",
"Policy"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_media_services/lib/2018-07-01/generated/azure_mgmt_media_services/content_key_policies.rb#L406-L408
|
13,785
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_network/lib/2018-07-01/generated/azure_mgmt_network/load_balancer_backend_address_pools.rb
|
Azure::Network::Mgmt::V2018_07_01.LoadBalancerBackendAddressPools.get_with_http_info
|
def get_with_http_info(resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers:nil)
get_async(resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers:nil)
get_async(resource_group_name, load_balancer_name, backend_address_pool_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"backend_address_pool_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"load_balancer_name",
",",
"backend_address_pool_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets load balancer backend address pool.
@param resource_group_name [String] The name of the resource group.
@param load_balancer_name [String] The name of the load balancer.
@param backend_address_pool_name [String] The name of the backend address
pool.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"load",
"balancer",
"backend",
"address",
"pool",
"."
] |
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_backend_address_pools.rb#L145-L147
|
13,786
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb
|
Azure::SQL::Mgmt::V2015_05_01_preview.SyncAgents.get_with_http_info
|
def get_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil)
get_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil)
get_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"sync_agent_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"sync_agent_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets a sync agent.
@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 on which the sync agent is
hosted.
@param sync_agent_name [String] The name of the sync agent.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"a",
"sync",
"agent",
"."
] |
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_agents.rb#L60-L62
|
13,787
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/sync_agents.rb
|
Azure::SQL::Mgmt::V2015_05_01_preview.SyncAgents.begin_delete_with_http_info
|
def begin_delete_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_delete_with_http_info(resource_group_name, server_name, sync_agent_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, sync_agent_name, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_delete_with_http_info",
"(",
"resource_group_name",
",",
"server_name",
",",
"sync_agent_name",
",",
"custom_headers",
":",
"nil",
")",
"begin_delete_async",
"(",
"resource_group_name",
",",
"server_name",
",",
"sync_agent_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes a sync agent.
@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 on which the sync agent is
hosted.
@param sync_agent_name [String] The name of the sync agent.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"a",
"sync",
"agent",
"."
] |
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_agents.rb#L699-L701
|
13,788
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/open_id_connect_provider.rb
|
Azure::ApiManagement::Mgmt::V2018_01_01.OpenIdConnectProvider.get_with_http_info
|
def get_with_http_info(resource_group_name, service_name, opid, custom_headers:nil)
get_async(resource_group_name, service_name, opid, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, service_name, opid, custom_headers:nil)
get_async(resource_group_name, service_name, opid, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"service_name",
",",
"opid",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"service_name",
",",
"opid",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets specific OpenID Connect Provider.
@param resource_group_name [String] The name of the resource group.
@param service_name [String] The name of the API Management service.
@param opid [String] Identifier of the OpenID Connect Provider.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"specific",
"OpenID",
"Connect",
"Provider",
"."
] |
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/open_id_connect_provider.rb#L268-L270
|
13,789
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_period_keys.rb
|
Azure::ApiManagement::Mgmt::V2018_01_01.QuotaByPeriodKeys.get_with_http_info
|
def get_with_http_info(resource_group_name, service_name, quota_counter_key, quota_period_key, custom_headers:nil)
get_async(resource_group_name, service_name, quota_counter_key, quota_period_key, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, service_name, quota_counter_key, quota_period_key, custom_headers:nil)
get_async(resource_group_name, service_name, quota_counter_key, quota_period_key, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"service_name",
",",
"quota_counter_key",
",",
"quota_period_key",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"service_name",
",",
"quota_counter_key",
",",
"quota_period_key",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets the value of the quota counter associated with the counter-key in the
policy for the specific period in 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 quota_counter_key [String] Quota counter key identifier.This is the
result of expression defined in counter-key attribute of the quota-by-key
policy.For Example, if you specify counter-key="boo" in the policy, then it’s
accessible by "boo" counter key. But if it’s defined as
counter-key="@("b"+"a")" then it will be accessible by "ba" key
@param quota_period_key [String] Quota period key identifier.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"the",
"value",
"of",
"the",
"quota",
"counter",
"associated",
"with",
"the",
"counter",
"-",
"key",
"in",
"the",
"policy",
"for",
"the",
"specific",
"period",
"in",
"service",
"instance",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_period_keys.rb#L63-L65
|
13,790
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_period_keys.rb
|
Azure::ApiManagement::Mgmt::V2018_01_01.QuotaByPeriodKeys.update_with_http_info
|
def update_with_http_info(resource_group_name, service_name, quota_counter_key, quota_period_key, parameters, custom_headers:nil)
update_async(resource_group_name, service_name, quota_counter_key, quota_period_key, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def update_with_http_info(resource_group_name, service_name, quota_counter_key, quota_period_key, parameters, custom_headers:nil)
update_async(resource_group_name, service_name, quota_counter_key, quota_period_key, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"update_with_http_info",
"(",
"resource_group_name",
",",
"service_name",
",",
"quota_counter_key",
",",
"quota_period_key",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"update_async",
"(",
"resource_group_name",
",",
"service_name",
",",
"quota_counter_key",
",",
"quota_period_key",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates an existing quota counter value in the specified 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 quota_counter_key [String] Quota counter key identifier.This is the
result of expression defined in counter-key attribute of the quota-by-key
policy.For Example, if you specify counter-key="boo" in the policy, then it’s
accessible by "boo" counter key. But if it’s defined as
counter-key="@("b"+"a")" then it will be accessible by "ba" key
@param quota_period_key [String] Quota period key identifier.
@param parameters [QuotaCounterValueContractProperties] The value of the
Quota counter to be applied on the specified period.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"an",
"existing",
"quota",
"counter",
"value",
"in",
"the",
"specified",
"service",
"instance",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_api_management/lib/2018-01-01/generated/azure_mgmt_api_management/quota_by_period_keys.rb#L182-L184
|
13,791
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/schemas.rb
|
Azure::Logic::Mgmt::V2016_06_01.Schemas.get_with_http_info
|
def get_with_http_info(resource_group_name, integration_account_name, schema_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, schema_name, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, integration_account_name, schema_name, custom_headers:nil)
get_async(resource_group_name, integration_account_name, schema_name, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"schema_name",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"schema_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets an integration account schema.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param schema_name [String] The integration account schema name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"an",
"integration",
"account",
"schema",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/schemas.rb#L152-L154
|
13,792
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/schemas.rb
|
Azure::Logic::Mgmt::V2016_06_01.Schemas.delete_with_http_info
|
def delete_with_http_info(resource_group_name, integration_account_name, schema_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, schema_name, custom_headers:custom_headers).value!
end
|
ruby
|
def delete_with_http_info(resource_group_name, integration_account_name, schema_name, custom_headers:nil)
delete_async(resource_group_name, integration_account_name, schema_name, custom_headers:custom_headers).value!
end
|
[
"def",
"delete_with_http_info",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"schema_name",
",",
"custom_headers",
":",
"nil",
")",
"delete_async",
"(",
"resource_group_name",
",",
"integration_account_name",
",",
"schema_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Deletes an integration account schema.
@param resource_group_name [String] The resource group name.
@param integration_account_name [String] The integration account name.
@param schema_name [String] The integration account schema name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Deletes",
"an",
"integration",
"account",
"schema",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_logic/lib/2016-06-01/generated/azure_mgmt_logic/schemas.rb#L364-L366
|
13,793
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb
|
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachines.get_with_http_info
|
def get_with_http_info(resource_group_name, sql_virtual_machine_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, sql_virtual_machine_name, expand:expand, custom_headers:custom_headers).value!
end
|
ruby
|
def get_with_http_info(resource_group_name, sql_virtual_machine_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, sql_virtual_machine_name, expand:expand, custom_headers:custom_headers).value!
end
|
[
"def",
"get_with_http_info",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"expand",
":",
"nil",
",",
"custom_headers",
":",
"nil",
")",
"get_async",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"expand",
":",
"expand",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Gets a SQL virtual machine.
@param resource_group_name [String] Name of the resource group that contains
the resource. You can obtain this value from the Azure Resource Manager API
or the portal.
@param sql_virtual_machine_name [String] Name of the SQL virtual machine.
@param expand [String] The child resources to include in the response.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Gets",
"a",
"SQL",
"virtual",
"machine",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb#L59-L61
|
13,794
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb
|
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachines.begin_create_or_update_with_http_info
|
def begin_create_or_update_with_http_info(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_create_or_update_with_http_info(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_create_or_update_with_http_info",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_create_or_update_async",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Creates or updates a SQL virtual machine.
@param resource_group_name [String] Name of the resource group that contains
the resource. You can obtain this value from the Azure Resource Manager API
or the portal.
@param sql_virtual_machine_name [String] Name of the SQL virtual machine.
@param parameters [SqlVirtualMachine] The SQL virtual machine.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Creates",
"or",
"updates",
"a",
"SQL",
"virtual",
"machine",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb#L476-L478
|
13,795
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb
|
Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview.SqlVirtualMachines.begin_update_with_http_info
|
def begin_update_with_http_info(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def begin_update_with_http_info(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, sql_virtual_machine_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"begin_update_with_http_info",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"begin_update_async",
"(",
"resource_group_name",
",",
"sql_virtual_machine_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Updates a SQL virtual machine.
@param resource_group_name [String] Name of the resource group that contains
the resource. You can obtain this value from the Azure Resource Manager API
or the portal.
@param sql_virtual_machine_name [String] Name of the SQL virtual machine.
@param parameters [SqlVirtualMachineUpdate] The SQL virtual machine.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Updates",
"a",
"SQL",
"virtual",
"machine",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_sqlvirtualmachine/lib/2017-03-01-preview/generated/azure_mgmt_sqlvirtualmachine/sql_virtual_machines.rb#L682-L684
|
13,796
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb
|
Azure::CognitiveServices::Mgmt::V2016_02_01_preview.CognitiveServicesAccounts.list_skus
|
def list_skus(resource_group_name, account_name, custom_headers:nil)
response = list_skus_async(resource_group_name, account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_skus(resource_group_name, account_name, custom_headers:nil)
response = list_skus_async(resource_group_name, account_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_skus",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_skus_async",
"(",
"resource_group_name",
",",
"account_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
List available SKUs for the requested Cognitive Services account
@param resource_group_name [String] The name of the resource group within the
user's subscription.
@param account_name [String] The name of the cognitive services account
within the specified resource group. Cognitive Services account names must be
between 3 and 24 characters in length and use numbers and lower-case letters
only.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [CognitiveServicesAccountEnumerateSkusResult] operation results.
|
[
"List",
"available",
"SKUs",
"for",
"the",
"requested",
"Cognitive",
"Services",
"account"
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_cognitive_services/lib/2016-02-01-preview/generated/azure_mgmt_cognitive_services/cognitive_services_accounts.rb#L924-L927
|
13,797
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/namespaces.rb
|
Azure::NotificationHubs::Mgmt::V2017_04_01.Namespaces.check_availability
|
def check_availability(parameters, custom_headers:nil)
response = check_availability_async(parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def check_availability(parameters, custom_headers:nil)
response = check_availability_async(parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"check_availability",
"(",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"check_availability_async",
"(",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Checks the availability of the given service namespace across all Azure
subscriptions. This is useful because the domain name is created based on the
service namespace name.
@param parameters [CheckAvailabilityParameters] The namespace name.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [CheckAvailabilityResult] operation results.
|
[
"Checks",
"the",
"availability",
"of",
"the",
"given",
"service",
"namespace",
"across",
"all",
"Azure",
"subscriptions",
".",
"This",
"is",
"useful",
"because",
"the",
"domain",
"name",
"is",
"created",
"based",
"on",
"the",
"service",
"namespace",
"name",
"."
] |
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/namespaces.rb#L35-L38
|
13,798
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_notification_hubs/lib/2017-04-01/generated/azure_mgmt_notification_hubs/namespaces.rb
|
Azure::NotificationHubs::Mgmt::V2017_04_01.Namespaces.patch_with_http_info
|
def patch_with_http_info(resource_group_name, namespace_name, parameters, custom_headers:nil)
patch_async(resource_group_name, namespace_name, parameters, custom_headers:custom_headers).value!
end
|
ruby
|
def patch_with_http_info(resource_group_name, namespace_name, parameters, custom_headers:nil)
patch_async(resource_group_name, namespace_name, parameters, custom_headers:custom_headers).value!
end
|
[
"def",
"patch_with_http_info",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"parameters",
",",
"custom_headers",
":",
"nil",
")",
"patch_async",
"(",
"resource_group_name",
",",
"namespace_name",
",",
"parameters",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"end"
] |
Patches the existing namespace
@param resource_group_name [String] The name of the resource group.
@param namespace_name [String] The namespace name.
@param parameters [NamespacePatchParameters] Parameters supplied to patch a
Namespace Resource.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
[
"Patches",
"the",
"existing",
"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/namespaces.rb#L273-L275
|
13,799
|
Azure/azure-sdk-for-ruby
|
management/azure_mgmt_container_registry/lib/2017-10-01/generated/azure_mgmt_container_registry/registries.rb
|
Azure::ContainerRegistry::Mgmt::V2017_10_01.Registries.list_policies
|
def list_policies(resource_group_name, registry_name, custom_headers:nil)
response = list_policies_async(resource_group_name, registry_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
ruby
|
def list_policies(resource_group_name, registry_name, custom_headers:nil)
response = list_policies_async(resource_group_name, registry_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end
|
[
"def",
"list_policies",
"(",
"resource_group_name",
",",
"registry_name",
",",
"custom_headers",
":",
"nil",
")",
"response",
"=",
"list_policies_async",
"(",
"resource_group_name",
",",
"registry_name",
",",
"custom_headers",
":custom_headers",
")",
".",
"value!",
"response",
".",
"body",
"unless",
"response",
".",
"nil?",
"end"
] |
Lists the policies for the specified container registry.
@param resource_group_name [String] The name of the resource group to which
the container registry belongs.
@param registry_name [String] The name of the container registry.
@param custom_headers [Hash{String => String}] A hash of custom headers that
will be added to the HTTP request.
@return [RegistryPolicies] operation results.
|
[
"Lists",
"the",
"policies",
"for",
"the",
"specified",
"container",
"registry",
"."
] |
78eedacf8f8cbd65c2d8a2af421405eaa4373d8e
|
https://github.com/Azure/azure-sdk-for-ruby/blob/78eedacf8f8cbd65c2d8a2af421405eaa4373d8e/management/azure_mgmt_container_registry/lib/2017-10-01/generated/azure_mgmt_container_registry/registries.rb#L910-L913
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.