_id stringlengths 2 6 | title stringlengths 9 130 | partition stringclasses 3 values | text stringlengths 66 10.5k | language stringclasses 1 value | meta_information dict |
|---|---|---|---|---|---|
q14200 | MsRestAzure::Common.Configurable.setup_default_options | train | def setup_default_options
opts = {}
MsRestAzure::Common::Configurable.keys.map do |key|
opts[key] = MsRestAzure::Common::Default.options[key]
end
opts
end | ruby | {
"resource": ""
} |
q14201 | Azure::DevSpaces::Mgmt::V2018_06_01_preview.Controllers.update_with_http_info | train | def update_with_http_info(resource_group_name, name, controller_update_parameters, custom_headers:nil)
update_async(resource_group_name, name, controller_update_parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14202 | Azure::DevSpaces::Mgmt::V2018_06_01_preview.Controllers.list_connection_details | train | def list_connection_details(resource_group_name, name, custom_headers:nil)
response = list_connection_details_async(resource_group_name, name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14203 | Azure::DevSpaces::Mgmt::V2018_06_01_preview.Controllers.begin_create_with_http_info | train | def begin_create_with_http_info(resource_group_name, name, controller, custom_headers:nil)
begin_create_async(resource_group_name, name, controller, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14204 | Azure::Logic::Mgmt::V2016_06_01.WorkflowRunActionRequestHistories.list | train | def list(resource_group_name, workflow_name, run_name, action_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, workflow_name, run_name, action_name, custom_headers:custom_headers)
first_page.get_all_items
end | ruby | {
"resource": ""
} |
q14205 | Azure::Kusto::Mgmt::V2019_01_21.DataConnections.begin_delete | train | def begin_delete(resource_group_name, cluster_name, database_name, data_connection_name, custom_headers:nil)
response = begin_delete_async(resource_group_name, cluster_name, database_name, data_connection_name, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
q14206 | Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectedItems.get_with_http_info | train | def get_with_http_info(fabric_name, protection_container_name, replicated_protected_item_name, custom_headers:nil)
get_async(fabric_name, protection_container_name, replicated_protected_item_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14207 | Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10.ReplicationProtectedItems.list_with_http_info | train | def list_with_http_info(skip_token:nil, filter:nil, custom_headers:nil)
list_async(skip_token:skip_token, filter:filter, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14208 | Azure::StorageSync::Mgmt::V2018_07_01.SyncGroups.delete_with_http_info | train | def delete_with_http_info(resource_group_name, storage_sync_service_name, sync_group_name, custom_headers:nil)
delete_async(resource_group_name, storage_sync_service_name, sync_group_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14209 | Azure::RecoveryServicesBackup::Mgmt::V2017_07_01.BackupStatus.get | train | def get(azure_region, parameters, custom_headers:nil)
response = get_async(azure_region, parameters, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14210 | Azure::EventHub::Mgmt::V2017_04_01.DisasterRecoveryConfigs.check_name_availability_with_http_info | train | def check_name_availability_with_http_info(resource_group_name, namespace_name, parameters, custom_headers:nil)
check_name_availability_async(resource_group_name, namespace_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14211 | Azure::SQL::Mgmt::V2017_03_01_preview.JobTargetGroups.create_or_update_with_http_info | train | def create_or_update_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, server_name, job_agent_name, target_group_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14212 | Azure::SQL::Mgmt::V2017_03_01_preview.JobTargetGroups.delete_with_http_info | train | def delete_with_http_info(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:nil)
delete_async(resource_group_name, server_name, job_agent_name, target_group_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14213 | Azure::Security::Mgmt::V2017_08_01_preview.Pricings.get_subscription_pricing | train | def get_subscription_pricing(pricing_name, custom_headers:nil)
response = get_subscription_pricing_async(pricing_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14214 | Azure::Security::Mgmt::V2017_08_01_preview.Pricings.update_subscription_pricing | train | def update_subscription_pricing(pricing_name, pricing, custom_headers:nil)
response = update_subscription_pricing_async(pricing_name, pricing, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14215 | Azure::Network::Mgmt::V2019_02_01.Subnets.get_with_http_info | train | def get_with_http_info(resource_group_name, virtual_network_name, subnet_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, virtual_network_name, subnet_name, expand:expand, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14216 | Azure::SQL::Mgmt::V2014_04_01.ServerCommunicationLinks.delete_with_http_info | train | def delete_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers:nil)
delete_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14217 | Azure::SQL::Mgmt::V2014_04_01.ServerCommunicationLinks.get_with_http_info | train | def get_with_http_info(resource_group_name, server_name, communication_link_name, custom_headers:nil)
get_async(resource_group_name, server_name, communication_link_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14218 | Azure::Hdinsight::Mgmt::V2015_03_01_preview.Applications.list | train | def list(resource_group_name, cluster_name, custom_headers:nil)
first_page = list_as_lazy(resource_group_name, cluster_name, custom_headers:custom_headers)
first_page.get_all_items
end | ruby | {
"resource": ""
} |
q14219 | Azure::Hdinsight::Mgmt::V2015_03_01_preview.Applications.get_with_http_info | train | def get_with_http_info(resource_group_name, cluster_name, application_name, custom_headers:nil)
get_async(resource_group_name, cluster_name, application_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14220 | Azure::Hdinsight::Mgmt::V2015_03_01_preview.Applications.begin_delete_with_http_info | train | def begin_delete_with_http_info(resource_group_name, cluster_name, application_name, custom_headers:nil)
begin_delete_async(resource_group_name, cluster_name, application_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14221 | Azure::ServiceFabric::V6_4_0_36.MeshGateway.create_or_update | train | def create_or_update(gateway_resource_name, gateway_resource_description, custom_headers:nil)
response = create_or_update_async(gateway_resource_name, gateway_resource_description, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14222 | Azure::Consumption::Mgmt::V2018_01_31.Budgets.get_by_resource_group_name | train | def get_by_resource_group_name(resource_group_name, budget_name, custom_headers:nil)
response = get_by_resource_group_name_async(resource_group_name, budget_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14223 | Azure::Consumption::Mgmt::V2018_01_31.Budgets.delete_by_resource_group_name | train | def delete_by_resource_group_name(resource_group_name, budget_name, custom_headers:nil)
response = delete_by_resource_group_name_async(resource_group_name, budget_name, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
q14224 | Azure::Security::Mgmt::V2017_08_01_preview.WorkspaceSettings.create | train | def create(workspace_setting_name, workspace_setting, custom_headers:nil)
response = create_async(workspace_setting_name, workspace_setting, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14225 | Azure::Security::Mgmt::V2017_08_01_preview.WorkspaceSettings.update | train | def update(workspace_setting_name, workspace_setting, custom_headers:nil)
response = update_async(workspace_setting_name, workspace_setting, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14226 | Azure::PowerBiEmbedded::Mgmt::V2016_01_29.PowerBIEmbeddedManagementClient.get_available_operations | train | def get_available_operations(custom_headers:nil)
response = get_available_operations_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14227 | Azure::CognitiveServices::Qnamaker::V4_0.Knowledgebase.get_details | train | def get_details(kb_id, custom_headers:nil)
response = get_details_async(kb_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14228 | Azure::CognitiveServices::Qnamaker::V4_0.Knowledgebase.update | train | def update(kb_id, update_kb, custom_headers:nil)
response = update_async(kb_id, update_kb, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14229 | Azure::CognitiveServices::Qnamaker::V4_0.Knowledgebase.create | train | def create(create_kb_payload, custom_headers:nil)
response = create_async(create_kb_payload, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14230 | Azure::CognitiveServices::Qnamaker::V4_0.Knowledgebase.download | train | def download(kb_id, environment, custom_headers:nil)
response = download_async(kb_id, environment, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14231 | Azure::ResourcesManagement::Mgmt::V2018_03_01_preview.ManagementGroupsAPI.check_name_availability | train | def check_name_availability(check_name_availability_request, custom_headers:nil)
response = check_name_availability_async(check_name_availability_request, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14232 | Azure::ResourcesManagement::Mgmt::V2018_03_01_preview.ManagementGroupsAPI.start_tenant_backfill | train | def start_tenant_backfill(custom_headers:nil)
response = start_tenant_backfill_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14233 | Azure::ResourcesManagement::Mgmt::V2018_03_01_preview.ManagementGroupsAPI.tenant_backfill_status | train | def tenant_backfill_status(custom_headers:nil)
response = tenant_backfill_status_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14234 | Azure::Automation::Mgmt::V2015_10_31.CredentialOperations.get_with_http_info | train | def get_with_http_info(resource_group_name, automation_account_name, credential_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, credential_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14235 | Azure::Automation::Mgmt::V2015_10_31.CredentialOperations.create_or_update_with_http_info | train | def create_or_update_with_http_info(resource_group_name, automation_account_name, credential_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, credential_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14236 | Azure::Automation::Mgmt::V2015_10_31.CredentialOperations.update_with_http_info | train | def update_with_http_info(resource_group_name, automation_account_name, credential_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, credential_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14237 | Azure::ApiManagement::Mgmt::V2018_01_01.Certificate.get_with_http_info | train | def get_with_http_info(resource_group_name, service_name, certificate_id, custom_headers:nil)
get_async(resource_group_name, service_name, certificate_id, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14238 | MsRest.JSONable.to_json | train | def to_json(options = nil)
mapper = (options.nil? || !options.key?(:mapper))? self.class.mapper: options[:mapper]
object = (options.nil? || !options.key?(:object))? self: options[:object]
serialize(mapper, object)
end | ruby | {
"resource": ""
} |
q14239 | MsRest.JSONable.from_json | train | def from_json(json, mapper = nil)
mapper = self.class.mapper if mapper.nil?
deserialize(mapper, json)
end | ruby | {
"resource": ""
} |
q14240 | Azure::Automation::Mgmt::V2015_10_31.ActivityOperations.get_with_http_info | train | def get_with_http_info(resource_group_name, automation_account_name, module_name, activity_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, module_name, activity_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14241 | Azure::Automation::Mgmt::V2015_10_31.ScheduleOperations.create_or_update_with_http_info | train | def create_or_update_with_http_info(resource_group_name, automation_account_name, schedule_name, parameters, custom_headers:nil)
create_or_update_async(resource_group_name, automation_account_name, schedule_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14242 | Azure::Automation::Mgmt::V2015_10_31.ScheduleOperations.update_with_http_info | train | def update_with_http_info(resource_group_name, automation_account_name, schedule_name, parameters, custom_headers:nil)
update_async(resource_group_name, automation_account_name, schedule_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14243 | Azure::Automation::Mgmt::V2015_10_31.ScheduleOperations.get_with_http_info | train | def get_with_http_info(resource_group_name, automation_account_name, schedule_name, custom_headers:nil)
get_async(resource_group_name, automation_account_name, schedule_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14244 | Azure::Compute::Mgmt::V2018_06_01.GalleryImageVersions.get_with_http_info | train | def get_with_http_info(resource_group_name, gallery_name, gallery_image_name, gallery_image_version_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, gallery_name, gallery_image_name, gallery_image_version_name, expand:expand, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14245 | Azure::SQL::Mgmt::V2014_04_01.RecommendedElasticPools.get_with_http_info | train | def get_with_http_info(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:nil)
get_async(resource_group_name, server_name, recommended_elastic_pool_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14246 | Azure::MediaServices::Mgmt::V2018_07_01.StreamingLocators.get_with_http_info | train | def get_with_http_info(resource_group_name, account_name, streaming_locator_name, custom_headers:nil)
get_async(resource_group_name, account_name, streaming_locator_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14247 | Azure::MediaServices::Mgmt::V2018_07_01.StreamingLocators.delete_with_http_info | train | def delete_with_http_info(resource_group_name, account_name, streaming_locator_name, custom_headers:nil)
delete_async(resource_group_name, account_name, streaming_locator_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14248 | Azure::TrafficManager::Mgmt::V2018_04_01.HeatMap.get_with_http_info | train | def get_with_http_info(resource_group_name, profile_name, top_left:nil, bot_right:nil, custom_headers:nil)
get_async(resource_group_name, profile_name, top_left:top_left, bot_right:bot_right, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14249 | Azure::SQL::Mgmt::V2017_03_01_preview.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.get_with_http_info | train | def get_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers:nil)
get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14250 | Azure::SQL::Mgmt::V2017_03_01_preview.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.begin_update_with_http_info | train | def begin_update_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers:nil)
begin_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14251 | Azure::PowerBiEmbedded::Mgmt::V2016_01_29.WorkspaceCollections.get_by_name | train | def get_by_name(resource_group_name, workspace_collection_name, custom_headers:nil)
response = get_by_name_async(resource_group_name, workspace_collection_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14252 | Azure::PowerBiEmbedded::Mgmt::V2016_01_29.WorkspaceCollections.update_with_http_info | train | def update_with_http_info(resource_group_name, workspace_collection_name, body, custom_headers:nil)
update_async(resource_group_name, workspace_collection_name, body, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14253 | Azure::PowerBiEmbedded::Mgmt::V2016_01_29.WorkspaceCollections.get_access_keys | train | def get_access_keys(resource_group_name, workspace_collection_name, custom_headers:nil)
response = get_access_keys_async(resource_group_name, workspace_collection_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14254 | Azure::StorSimple8000Series::Mgmt::V2017_06_01.AccessControlRecords.get_with_http_info | train | def get_with_http_info(access_control_record_name, resource_group_name, manager_name, custom_headers:nil)
get_async(access_control_record_name, resource_group_name, manager_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14255 | Azure::StorSimple8000Series::Mgmt::V2017_06_01.AccessControlRecords.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(access_control_record_name, parameters, resource_group_name, manager_name, custom_headers:nil)
begin_create_or_update_async(access_control_record_name, parameters, resource_group_name, manager_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14256 | Azure::ServiceFabric::Mgmt::V2017_07_01_preview.ApplicationType.get_with_http_info | train | def get_with_http_info(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:nil)
get_async(subscription_id, resource_group_name, cluster_name, application_type_name, api_version, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14257 | Azure::Postgresql::Mgmt::V2017_12_01_preview.FirewallRules.begin_delete_with_http_info | train | def begin_delete_with_http_info(resource_group_name, server_name, firewall_rule_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, firewall_rule_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14258 | Azure::StreamAnalytics::Mgmt::V2016_03_01.StreamingJobs.get_with_http_info | train | def get_with_http_info(resource_group_name, job_name, expand:nil, custom_headers:nil)
get_async(resource_group_name, job_name, expand:expand, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14259 | Azure::StreamAnalytics::Mgmt::V2016_03_01.StreamingJobs.begin_delete | train | def begin_delete(resource_group_name, job_name, custom_headers:nil)
response = begin_delete_async(resource_group_name, job_name, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
q14260 | Azure::StorageSync::Mgmt::V2018_07_01.StorageSyncServices.create_with_http_info | train | def create_with_http_info(resource_group_name, storage_sync_service_name, parameters, custom_headers:nil)
create_async(resource_group_name, storage_sync_service_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14261 | Azure::StorageSync::Mgmt::V2018_07_01.StorageSyncServices.update_with_http_info | train | def update_with_http_info(resource_group_name, storage_sync_service_name, parameters:nil, custom_headers:nil)
update_async(resource_group_name, storage_sync_service_name, parameters:parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14262 | Azure::StorageSync::Mgmt::V2018_07_01.StorageSyncServices.delete | train | def delete(resource_group_name, storage_sync_service_name, custom_headers:nil)
response = delete_async(resource_group_name, storage_sync_service_name, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
q14263 | Azure::SQL::Mgmt::V2017_10_01_preview.ManagedDatabaseVulnerabilityAssessments.delete_with_http_info | train | def delete_with_http_info(resource_group_name, managed_instance_name, database_name, custom_headers:nil)
delete_async(resource_group_name, managed_instance_name, database_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14264 | Azure::ApiManagement::Mgmt::V2019_01_01.ApiManagementService.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(resource_group_name, service_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, service_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14265 | Azure::ApiManagement::Mgmt::V2018_01_01.ProductApi.check_entity_exists_with_http_info | train | def check_entity_exists_with_http_info(resource_group_name, service_name, product_id, api_id, custom_headers:nil)
check_entity_exists_async(resource_group_name, service_name, product_id, api_id, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14266 | Azure::SQL::Mgmt::V2017_03_01_preview.SensitivityLabels.get_with_http_info | train | def get_with_http_info(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:nil)
get_async(resource_group_name, server_name, database_name, schema_name, table_name, column_name, sensitivity_label_source, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14267 | Azure::MediaServices::Mgmt::V2018_07_01.StreamingPolicies.get_with_http_info | train | def get_with_http_info(resource_group_name, account_name, streaming_policy_name, custom_headers:nil)
get_async(resource_group_name, account_name, streaming_policy_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14268 | Azure::MediaServices::Mgmt::V2018_07_01.StreamingPolicies.create_with_http_info | train | def create_with_http_info(resource_group_name, account_name, streaming_policy_name, parameters, custom_headers:nil)
create_async(resource_group_name, account_name, streaming_policy_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14269 | Azure::MediaServices::Mgmt::V2018_07_01.StreamingPolicies.delete_with_http_info | train | def delete_with_http_info(resource_group_name, account_name, streaming_policy_name, custom_headers:nil)
delete_async(resource_group_name, account_name, streaming_policy_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14270 | Azure::TrafficManager::Mgmt::V2018_02_01.GeographicHierarchies.get_default | train | def get_default(custom_headers:nil)
response = get_default_async(custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14271 | Azure::SQL::Mgmt::V2017_10_01_preview.ManagedInstanceKeys.list_by_instance_with_http_info | train | def list_by_instance_with_http_info(resource_group_name, managed_instance_name, filter:nil, custom_headers:nil)
list_by_instance_async(resource_group_name, managed_instance_name, filter:filter, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14272 | Azure::SQL::Mgmt::V2017_10_01_preview.ManagedInstanceKeys.get_with_http_info | train | def get_with_http_info(resource_group_name, managed_instance_name, key_name, custom_headers:nil)
get_async(resource_group_name, managed_instance_name, key_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14273 | Azure::SQL::Mgmt::V2017_10_01_preview.ManagedInstanceKeys.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, key_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, managed_instance_name, key_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14274 | Azure::SQL::Mgmt::V2017_10_01_preview.ManagedInstanceKeys.begin_delete_with_http_info | train | def begin_delete_with_http_info(resource_group_name, managed_instance_name, key_name, custom_headers:nil)
begin_delete_async(resource_group_name, managed_instance_name, key_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14275 | Azure::Monitor::Mgmt::V2018_06_01_preview.GuestDiagnosticsSettings.update_with_http_info | train | def update_with_http_info(resource_group_name, diagnostic_settings_name, parameters, custom_headers:nil)
update_async(resource_group_name, diagnostic_settings_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14276 | Azure::Monitor::Mgmt::V2018_06_01_preview.GuestDiagnosticsSettings.delete | train | def delete(resource_group_name, diagnostic_settings_name, custom_headers:nil)
response = delete_async(resource_group_name, diagnostic_settings_name, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
q14277 | MsRest.HttpOperationError.to_json | train | def to_json(*a)
res_dict = response ? { body: response.body, headers: response.headers, status: response.status } : nil
{message: @msg, request: request, response: res_dict}.to_json(*a)
end | ruby | {
"resource": ""
} |
q14278 | Azure::MixedReality::Mgmt::V2019_02_28_preview.MixedRealityClient.check_name_availability_local | train | def check_name_availability_local(location, check_name_availability, custom_headers:nil)
response = check_name_availability_local_async(location, check_name_availability, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14279 | Azure::SQL::Mgmt::V2017_10_01_preview.RecoverableManagedDatabases.get_with_http_info | train | def get_with_http_info(resource_group_name, managed_instance_name, recoverable_database_name, custom_headers:nil)
get_async(resource_group_name, managed_instance_name, recoverable_database_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14280 | Azure::Kusto::Mgmt::V2018_09_07_privatepreview.Clusters.list_skus_by_resource | train | def list_skus_by_resource(resource_group_name, cluster_name, custom_headers:nil)
response = list_skus_by_resource_async(resource_group_name, cluster_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14281 | Azure::Kusto::Mgmt::V2018_09_07_privatepreview.Clusters.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(resource_group_name, cluster_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, cluster_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14282 | Azure::SQL::Mgmt::V2015_05_01_preview.VirtualClusters.begin_update_with_http_info | train | def begin_update_with_http_info(resource_group_name, virtual_cluster_name, parameters, custom_headers:nil)
begin_update_async(resource_group_name, virtual_cluster_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14283 | Azure::SQL::Mgmt::V2017_03_01_preview.ServerDnsAliases.get_with_http_info | train | def get_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil)
get_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14284 | Azure::SQL::Mgmt::V2017_03_01_preview.ServerDnsAliases.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil)
begin_create_or_update_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14285 | Azure::SQL::Mgmt::V2017_03_01_preview.ServerDnsAliases.begin_delete_with_http_info | train | def begin_delete_with_http_info(resource_group_name, server_name, dns_alias_name, custom_headers:nil)
begin_delete_async(resource_group_name, server_name, dns_alias_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14286 | Azure::ManagedApplications::Mgmt::V2016_09_01_preview.ApplianceDefinitions.get_by_id | train | def get_by_id(appliance_definition_id, custom_headers:nil)
response = get_by_id_async(appliance_definition_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14287 | Azure::ManagedApplications::Mgmt::V2016_09_01_preview.ApplianceDefinitions.begin_create_or_update_with_http_info | train | def begin_create_or_update_with_http_info(resource_group_name, appliance_definition_name, parameters, custom_headers:nil)
begin_create_or_update_async(resource_group_name, appliance_definition_name, parameters, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14288 | Azure::Kusto::Mgmt::V2018_09_07_privatepreview.EventHubConnections.get_with_http_info | train | def get_with_http_info(resource_group_name, cluster_name, database_name, event_hub_connection_name, custom_headers:nil)
get_async(resource_group_name, cluster_name, database_name, event_hub_connection_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14289 | Azure::Kusto::Mgmt::V2018_09_07_privatepreview.EventHubConnections.begin_delete_with_http_info | train | def begin_delete_with_http_info(resource_group_name, cluster_name, database_name, event_hub_connection_name, custom_headers:nil)
begin_delete_async(resource_group_name, cluster_name, database_name, event_hub_connection_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14290 | Azure::ServiceFabric::Mgmt::V2016_09_01.ClusterVersions.get_with_http_info | train | def get_with_http_info(location, environment, cluster_version, custom_headers:nil)
get_async(location, environment, cluster_version, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14291 | Azure::ApiManagement::Mgmt::V2018_01_01.ApiPolicy.list_by_api | train | def list_by_api(resource_group_name, service_name, api_id, custom_headers:nil)
response = list_by_api_async(resource_group_name, service_name, api_id, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14292 | Azure::RecoveryServices::Mgmt::V2016_06_01.Usages.list_by_vaults | train | def list_by_vaults(resource_group_name, vault_name, custom_headers:nil)
response = list_by_vaults_async(resource_group_name, vault_name, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14293 | Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyEvents.list_query_results_for_policy_set_definition_with_http_info | train | def list_query_results_for_policy_set_definition_with_http_info(subscription_id, policy_set_definition_name, query_options:nil, custom_headers:nil)
list_query_results_for_policy_set_definition_async(subscription_id, policy_set_definition_name, query_options:query_options, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14294 | Azure::PolicyInsights::Mgmt::V2018_04_04.PolicyEvents.list_query_results_for_policy_definition_with_http_info | train | def list_query_results_for_policy_definition_with_http_info(subscription_id, policy_definition_name, query_options:nil, custom_headers:nil)
list_query_results_for_policy_definition_async(subscription_id, policy_definition_name, query_options:query_options, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14295 | Azure::ServiceBus::Mgmt::V2015_08_01.Topics.delete_with_http_info | train | def delete_with_http_info(resource_group_name, namespace_name, topic_name, custom_headers:nil)
delete_async(resource_group_name, namespace_name, topic_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14296 | Azure::ServiceBus::Mgmt::V2015_08_01.Topics.list_authorization_rules_with_http_info | train | def list_authorization_rules_with_http_info(resource_group_name, namespace_name, topic_name, custom_headers:nil)
list_authorization_rules_async(resource_group_name, namespace_name, topic_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14297 | Azure::ServiceBus::Mgmt::V2015_08_01.Topics.post_authorization_rule_with_http_info | train | def post_authorization_rule_with_http_info(resource_group_name, namespace_name, topic_name, authorization_rule_name, custom_headers:nil)
post_authorization_rule_async(resource_group_name, namespace_name, topic_name, authorization_rule_name, custom_headers:custom_headers).value!
end | ruby | {
"resource": ""
} |
q14298 | Azure::ServiceFabric::V6_4_0_36.MeshNetwork.create_or_update | train | def create_or_update(network_resource_name, network_resource_description, custom_headers:nil)
response = create_or_update_async(network_resource_name, network_resource_description, custom_headers:custom_headers).value!
response.body unless response.nil?
end | ruby | {
"resource": ""
} |
q14299 | Azure::GraphRbac::V1_6.Applications.patch | train | def patch(application_object_id, parameters, custom_headers:nil)
response = patch_async(application_object_id, parameters, custom_headers:custom_headers).value!
nil
end | ruby | {
"resource": ""
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.