idx int64 0 24.9k | question stringlengths 68 4.14k | target stringlengths 9 749 |
|---|---|---|
3,600 | def get_with_http_info ( resource_group_name , service_endpoint_policy_name , service_endpoint_policy_definition_name , custom_headers : nil ) get_async ( resource_group_name , service_endpoint_policy_name , service_endpoint_policy_definition_name , custom_headers : custom_headers ) . value! end | Get the specified service endpoint policy definitions from service endpoint policy . |
3,601 | def list_by_resource_group ( resource_group_name , service_endpoint_policy_name , custom_headers : nil ) first_page = list_by_resource_group_as_lazy ( resource_group_name , service_endpoint_policy_name , custom_headers : custom_headers ) first_page . get_all_items end | Gets all service endpoint policy definitions in a service end point policy . |
3,602 | def get_provisioning_state if ( ! @resource . nil? && @resource . respond_to? ( :properties ) && @resource . properties . respond_to? ( :provisioning_state ) && ! @resource . properties . provisioning_state . nil? ) @resource . properties . provisioning_state elsif ! @resource . nil? && @resource . respond_to? ( :provisioning_state ) && ! @resource . provisioning_state . nil? @resource . provisioning_state else nil end end | Returns the provisioning status of the resource |
3,603 | def get_delay return @retry_timeout unless @retry_timeout . nil? if ! response . nil? && ! response . headers [ 'Retry-After' ] . nil? return response . headers [ 'Retry-After' ] . to_i end return AsyncOperationStatus :: DEFAULT_DELAY end | Returns the amount of time in seconds for long running operation polling delay . |
3,604 | def update_response ( response ) @response = response unless response . nil? @azure_async_operation_header_link = response . headers [ 'Azure-AsyncOperation' ] unless response . headers [ 'Azure-AsyncOperation' ] . nil? @location_header_link = response . headers [ 'Location' ] unless response . headers [ 'Location' ] . nil? end end | Updates the polling state from the fields of given response object . |
3,605 | def get_with_http_info ( resource_group_name , account_name , trusted_id_provider_name , custom_headers : nil ) get_async ( resource_group_name , account_name , trusted_id_provider_name , custom_headers : custom_headers ) . value! end | Gets the specified Data Lake Store trusted identity provider . |
3,606 | def delete_with_http_info ( resource_group_name , account_name , trusted_id_provider_name , custom_headers : nil ) delete_async ( resource_group_name , account_name , trusted_id_provider_name , custom_headers : custom_headers ) . value! end | Deletes the specified trusted identity provider from the specified Data Lake Store account |
3,607 | def summarize_for_management_group ( management_group_name , query_options : nil , custom_headers : nil ) response = summarize_for_management_group_async ( management_group_name , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Summarizes policy states for the resources under the management group . |
3,608 | def list_query_results_for_subscription_with_http_info ( policy_states_resource , subscription_id , query_options : nil , custom_headers : nil ) list_query_results_for_subscription_async ( policy_states_resource , subscription_id , query_options : query_options , custom_headers : custom_headers ) . value! end | Queries policy states for the resources under the subscription . |
3,609 | def summarize_for_subscription ( subscription_id , query_options : nil , custom_headers : nil ) response = summarize_for_subscription_async ( subscription_id , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Summarizes policy states for the resources under the subscription . |
3,610 | def summarize_for_resource ( resource_id , query_options : nil , custom_headers : nil ) response = summarize_for_resource_async ( resource_id , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Summarizes policy states for the resource . |
3,611 | def list_query_results_for_policy_set_definition ( policy_states_resource , subscription_id , policy_set_definition_name , query_options : nil , custom_headers : nil ) response = list_query_results_for_policy_set_definition_async ( policy_states_resource , subscription_id , policy_set_definition_name , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Queries policy states for the subscription level policy set definition . |
3,612 | def list_query_results_for_policy_definition ( policy_states_resource , subscription_id , policy_definition_name , query_options : nil , custom_headers : nil ) response = list_query_results_for_policy_definition_async ( policy_states_resource , subscription_id , policy_definition_name , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Queries policy states for the subscription level policy definition . |
3,613 | def get_metadata ( scope , custom_headers : nil ) response = get_metadata_async ( scope , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets OData metadata XML document . |
3,614 | def to_json ( * a ) { exception_message : exception_message , message : @msg , stacktrace : exception_stacktrace , result : result } . to_json ( * a ) end | Creates and initialize new instance of the DeserializationError class . |
3,615 | def list_by_location ( location , custom_headers : nil ) response = list_by_location_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the current usage count and the limit for the resources of the location under the subscription . |
3,616 | def get_review ( team_name , review_id , custom_headers : nil ) response = get_review_async ( team_name , review_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Returns review details for the review Id passed . |
3,617 | def get_job_details ( team_name , job_id , custom_headers : nil ) response = get_job_details_async ( team_name , job_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Get the Job Details for a Job Id . |
3,618 | def publish_video_review ( team_name , review_id , custom_headers : nil ) response = publish_video_review_async ( team_name , review_id , custom_headers : custom_headers ) . value! nil end | Publish video review to make it available for review . |
3,619 | def get_with_http_info ( resource_group_name , network_interface_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , network_interface_name , expand : expand , custom_headers : custom_headers ) . value! end | Gets information about the specified network interface . |
3,620 | def get_capabilities ( location , custom_headers : nil ) response = get_capabilities_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the capabilities for the specified location . |
3,621 | def list_usages ( location , custom_headers : nil ) response = list_usages_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Lists the usages for the specified location . |
3,622 | def regenerate_key_with_http_info ( resource_group_name , automation_account_name , parameters , custom_headers : nil ) regenerate_key_async ( resource_group_name , automation_account_name , parameters , custom_headers : custom_headers ) . value! end | Regenerate a primary or secondary agent registration key |
3,623 | def get_with_http_info ( resource_group_name , workflow_name , access_key_name , custom_headers : nil ) get_async ( resource_group_name , workflow_name , access_key_name , custom_headers : custom_headers ) . value! end | Gets a workflow access key . |
3,624 | def update ( resource_group_name , private_zone_name , parameters , if_match : nil , custom_headers : nil ) response = update_async ( resource_group_name , private_zone_name , parameters , if_match : if_match , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Updates a Private DNS zone . Does not modify virtual network links or DNS records within the zone . |
3,625 | def create_or_update_with_http_info ( resource_group_name , hub_name , view_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , hub_name , view_name , parameters , custom_headers : custom_headers ) . value! end | Creates a view or updates an exisiting view in the hub . |
3,626 | def get_with_http_info ( resource_group_name , hub_name , view_name , user_id , custom_headers : nil ) get_async ( resource_group_name , hub_name , view_name , user_id , custom_headers : custom_headers ) . value! end | Gets a view in the hub . |
3,627 | def calculate ( body , custom_headers : nil ) response = calculate_async ( body , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Calculate price for a ReservationOrder . |
3,628 | def create_or_update_with_http_info ( resource_group_name , hub_name , connector_name , mapping_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , hub_name , connector_name , mapping_name , parameters , custom_headers : custom_headers ) . value! end | Creates a connector mapping or updates an existing connector mapping in the connector . |
3,629 | def delete_with_http_info ( resource_group_name , hub_name , connector_name , mapping_name , custom_headers : nil ) delete_async ( resource_group_name , hub_name , connector_name , mapping_name , custom_headers : custom_headers ) . value! end | Deletes a connector mapping in the connector . |
3,630 | def update_with_http_info ( resource_group_name , rule_name , parameters , custom_headers : nil ) update_async ( resource_group_name , rule_name , parameters , custom_headers : custom_headers ) . value! end | Update log search Rule . |
3,631 | def list_by_subscription ( filter : nil , custom_headers : nil ) response = list_by_subscription_async ( filter : filter , custom_headers : custom_headers ) . value! response . body unless response . nil? end | List the Log Search rules within a subscription group . |
3,632 | def enable_key_vault ( resource_group_name , account_name , custom_headers : nil ) response = enable_key_vault_async ( resource_group_name , account_name , custom_headers : custom_headers ) . value! nil end | Attempts to enable a user managed key vault for encryption of the specified Data Lake Store account . |
3,633 | def get_with_http_info ( resource_group_name , workflow_name , version_id , custom_headers : nil ) get_async ( resource_group_name , workflow_name , version_id , custom_headers : custom_headers ) . value! end | Gets a workflow version . |
3,634 | def list_callback_url_with_http_info ( resource_group_name , workflow_name , version_id , trigger_name , parameters : nil , custom_headers : nil ) list_callback_url_async ( resource_group_name , workflow_name , version_id , trigger_name , parameters : parameters , custom_headers : custom_headers ) . value! end | Get the callback url for a trigger of a workflow version . |
3,635 | def get_with_http_info ( resource_group_name , hub_name , interaction_name , locale_code : 'en-us' , custom_headers : nil ) get_async ( resource_group_name , hub_name , interaction_name , locale_code : locale_code , custom_headers : custom_headers ) . value! end | Gets information about the specified interaction . |
3,636 | def begin_create_or_update_with_http_info ( resource_group_name , hub_name , interaction_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , hub_name , interaction_name , parameters , custom_headers : custom_headers ) . value! end | Creates an interaction or updates an existing interaction within a hub . |
3,637 | def list_query_results_for_subscription ( subscription_id , query_options : nil , custom_headers : nil ) response = list_query_results_for_subscription_async ( subscription_id , query_options : query_options , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Queries policy events for the resources under the subscription . |
3,638 | def delete_with_http_info ( resource_group_name , service_name , diagnostic_id , loggerid , custom_headers : nil ) delete_async ( resource_group_name , service_name , diagnostic_id , loggerid , custom_headers : custom_headers ) . value! end | Deletes the specified Logger from Diagnostic . |
3,639 | def list_quotas ( location , custom_headers : nil ) response = list_quotas_async ( location , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Retrieves the subscription s current quota information in a particular region . |
3,640 | def create_or_update_with_http_info ( resource_group_name , vault_name , resource_resource_extended_info_details , custom_headers : nil ) create_or_update_async ( resource_group_name , vault_name , resource_resource_extended_info_details , custom_headers : custom_headers ) . value! end | Create vault extended info . |
3,641 | def update_with_http_info ( resource_group_name , vault_name , resource_resource_extended_info_details , custom_headers : nil ) update_async ( resource_group_name , vault_name , resource_resource_extended_info_details , custom_headers : custom_headers ) . value! end | Update vault extended info . |
3,642 | def list_operations_next ( next_page_link , custom_headers : nil ) response = list_operations_next_async ( next_page_link , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Lists all of the available CDN REST API operations . |
3,643 | def get_with_http_info ( resource_group_name , registry_name , replication_name , custom_headers : nil ) get_async ( resource_group_name , registry_name , replication_name , custom_headers : custom_headers ) . value! end | Gets the properties of the specified replication . |
3,644 | def begin_delete_with_http_info ( resource_group_name , registry_name , replication_name , custom_headers : nil ) begin_delete_async ( resource_group_name , registry_name , replication_name , custom_headers : custom_headers ) . value! end | Deletes a replication from a container registry . |
3,645 | def get_with_http_info ( resource_group_name , interface_endpoint_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , interface_endpoint_name , expand : expand , custom_headers : custom_headers ) . value! end | Gets the specified interface endpoint by resource group . |
3,646 | def begin_create_or_update_with_http_info ( resource_group_name , interface_endpoint_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , interface_endpoint_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates an interface endpoint in the specified resource group . |
3,647 | def begin_delete_with_http_info ( resource_group_name , lab_account_name , lab_name , environment_setting_name , environment_name , custom_headers : nil ) begin_delete_async ( resource_group_name , lab_account_name , lab_name , environment_setting_name , environment_name , custom_headers : custom_headers ) . value! end | Delete environment . This operation can take a while to complete |
3,648 | def begin_create_or_update_with_http_info ( device_name , name , role , resource_group_name , custom_headers : nil ) begin_create_or_update_async ( device_name , name , role , resource_group_name , custom_headers : custom_headers ) . value! end | Create or update a role . |
3,649 | def get_sync_state ( resource_group_name , service_name , custom_headers : nil ) response = get_sync_state_async ( resource_group_name , service_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the status of the most recent synchronization between the configuration database and the Git repository . |
3,650 | def list_by_database_with_http_info ( resource_group_name , server_name , database_name , filter : nil , custom_headers : nil ) list_by_database_async ( resource_group_name , server_name , database_name , filter : filter , custom_headers : custom_headers ) . value! end | List database schemas |
3,651 | def get_with_http_info ( resource_group_name , gallery_name , gallery_image_name , custom_headers : nil ) get_async ( resource_group_name , gallery_name , gallery_image_name , custom_headers : custom_headers ) . value! end | Retrieves information about a gallery Image Definition . |
3,652 | def get_with_http_info ( resource_group_name , image_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , image_name , expand : expand , custom_headers : custom_headers ) . value! end | Gets an image . |
3,653 | def begin_create_or_update_with_http_info ( resource_group_name , image_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , image_name , parameters , custom_headers : custom_headers ) . value! end | Create or update an image . |
3,654 | def begin_update_with_http_info ( resource_group_name , image_name , parameters , custom_headers : nil ) begin_update_async ( resource_group_name , image_name , parameters , custom_headers : custom_headers ) . value! end | Update an image . |
3,655 | def begin_create_or_update_with_http_info ( resource_group_name , cross_connection_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , cross_connection_name , parameters , custom_headers : custom_headers ) . value! end | Update the specified ExpressRouteCrossConnection . |
3,656 | def begin_list_arp_table_with_http_info ( resource_group_name , cross_connection_name , peering_name , device_path , custom_headers : nil ) begin_list_arp_table_async ( resource_group_name , cross_connection_name , peering_name , device_path , custom_headers : custom_headers ) . value! end | Gets the currently advertised ARP table associated with the express route cross connection in a resource group . |
3,657 | def begin_create_or_update_with_http_info ( resource_group_name , ddos_protection_plan_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , ddos_protection_plan_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a DDoS protection plan . |
3,658 | def begin_update_tags_with_http_info ( resource_group_name , ddos_protection_plan_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , ddos_protection_plan_name , parameters , custom_headers : custom_headers ) . value! end | Update a DDoS protection plan tags |
3,659 | def list_by_location ( location_id , custom_headers : nil ) response = list_by_location_async ( location_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the capabilities available for the specified location . |
3,660 | def refresh_with_http_info ( vault_name , resource_group_name , fabric_name , custom_headers : nil ) refresh_async ( vault_name , resource_group_name , fabric_name , custom_headers : custom_headers ) . value! end | Discovers the containers in the subscription that can be protected in a Recovery Services vault . This is an asynchronous operation . To learn the status of the operation use the GetRefreshOperationResult API . |
3,661 | def get_shared_key ( resource_group_name , virtual_network_gateway_connection_name , custom_headers : nil ) response = get_shared_key_async ( resource_group_name , virtual_network_gateway_connection_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | The Get VirtualNetworkGatewayConnectionSharedKey operation retrieves information about the specified virtual network gateway connection shared key through Network resource provider . |
3,662 | def begin_create_or_update_with_http_info ( resource_group_name , virtual_network_gateway_connection_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , virtual_network_gateway_connection_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a virtual network gateway connection in the specified resource group . |
3,663 | def begin_update_tags_with_http_info ( resource_group_name , virtual_network_gateway_connection_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , virtual_network_gateway_connection_name , parameters , custom_headers : custom_headers ) . value! end | Updates a virtual network gateway connection tags . |
3,664 | def delete_with_http_info ( resource_group_name , workspace_name , linked_service_name , custom_headers : nil ) delete_async ( resource_group_name , workspace_name , linked_service_name , custom_headers : custom_headers ) . value! end | Deletes a linked service instance . |
3,665 | def get_with_http_info ( resource_group_name , workspace_name , linked_service_name , custom_headers : nil ) get_async ( resource_group_name , workspace_name , linked_service_name , custom_headers : custom_headers ) . value! end | Gets a linked service instance . |
3,666 | def list_by_workspace ( resource_group_name , workspace_name , custom_headers : nil ) response = list_by_workspace_async ( resource_group_name , workspace_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets the linked services instances in a workspace . |
3,667 | def get_with_http_info ( resource_group_name , automation_account_name , node_id , report_id , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , node_id , report_id , custom_headers : custom_headers ) . value! end | Retrieve the Dsc node report data by node id and report id . |
3,668 | def get_with_http_info ( fabric_name , network_name , network_mapping_name , custom_headers : nil ) get_async ( fabric_name , network_name , network_mapping_name , custom_headers : custom_headers ) . value! end | Gets network mapping by name . |
3,669 | def begin_create_with_http_info ( fabric_name , network_name , network_mapping_name , input , custom_headers : nil ) begin_create_async ( fabric_name , network_name , network_mapping_name , input , custom_headers : custom_headers ) . value! end | Creates network mapping . |
3,670 | def get_built_in ( policy_definition_name , custom_headers : nil ) response = get_built_in_async ( policy_definition_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Retrieves a built - in policy definition . |
3,671 | def delete_at_management_group ( policy_definition_name , management_group_id , custom_headers : nil ) response = delete_at_management_group_async ( policy_definition_name , management_group_id , custom_headers : custom_headers ) . value! nil end | Deletes a policy definition in a management group . |
3,672 | def delete_if_exists ( origin_name , endpoint_name , profile_name , resource_group_name , custom_headers : nil ) response = delete_if_exists_async ( origin_name , endpoint_name , profile_name , resource_group_name , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes an existing CDN origin within an endpoint . |
3,673 | def list_by_database_as_lazy ( resource_group_name , managed_instance_name , database_name , filter : nil , custom_headers : nil ) response = list_by_database_async ( resource_group_name , managed_instance_name , database_name , filter : filter , custom_headers : custom_headers ) . value! unless response . nil? page = response . body page . next_method = Proc . new do | next_page_link | list_by_database_next_async ( next_page_link , custom_headers : custom_headers ) end page end end | List managed database schemas |
3,674 | def get_details ( list_id , custom_headers : nil ) response = get_details_async ( list_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Returns list Id details of the term list with list Id equal to list Id passed . |
3,675 | def delete ( list_id , custom_headers : nil ) response = delete_async ( list_id , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Deletes term list with the list Id equal to list Id passed . |
3,676 | def create ( content_type , body , custom_headers : nil ) response = create_async ( content_type , body , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Creates a Term List |
3,677 | def get_all_term_lists ( custom_headers : nil ) response = get_all_term_lists_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | gets all the Term Lists |
3,678 | def refresh_index_method ( list_id , language , custom_headers : nil ) response = refresh_index_method_async ( list_id , language , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Refreshes the index of the list with list Id equal to list ID passed . |
3,679 | def get_with_http_info ( resource_group_name , route_table_name , route_name , custom_headers : nil ) get_async ( resource_group_name , route_table_name , route_name , custom_headers : custom_headers ) . value! end | Gets the specified route from a route table . |
3,680 | def list ( resource_group_name , route_table_name , custom_headers : nil ) first_page = list_as_lazy ( resource_group_name , route_table_name , custom_headers : custom_headers ) first_page . get_all_items end | Gets all routes in a route table . |
3,681 | def get_onboarding_status ( resource_uri , custom_headers : nil ) response = get_onboarding_status_async ( resource_uri , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Retrieves the VM Insights onboarding status for the specified resource or resource scope . |
3,682 | def create_or_update_with_http_info ( resource_group_name , automation_account_name , variable_name , parameters , custom_headers : nil ) create_or_update_async ( resource_group_name , automation_account_name , variable_name , parameters , custom_headers : custom_headers ) . value! end | Create a variable . |
3,683 | def update_with_http_info ( resource_group_name , automation_account_name , variable_name , parameters , custom_headers : nil ) update_async ( resource_group_name , automation_account_name , variable_name , parameters , custom_headers : custom_headers ) . value! end | Update a variable . |
3,684 | def get_with_http_info ( resource_group_name , automation_account_name , variable_name , custom_headers : nil ) get_async ( resource_group_name , automation_account_name , variable_name , custom_headers : custom_headers ) . value! end | Retrieve the variable identified by variable name . |
3,685 | def get_with_http_info ( resource_group_name , public_ip_prefix_name , expand : nil , custom_headers : nil ) get_async ( resource_group_name , public_ip_prefix_name , expand : expand , custom_headers : custom_headers ) . value! end | Gets the specified public IP prefix in a specified resource group . |
3,686 | def begin_create_or_update_with_http_info ( resource_group_name , public_ip_prefix_name , parameters , custom_headers : nil ) begin_create_or_update_async ( resource_group_name , public_ip_prefix_name , parameters , custom_headers : custom_headers ) . value! end | Creates or updates a static or dynamic public IP prefix . |
3,687 | def begin_update_tags_with_http_info ( resource_group_name , public_ip_prefix_name , parameters , custom_headers : nil ) begin_update_tags_async ( resource_group_name , public_ip_prefix_name , parameters , custom_headers : custom_headers ) . value! end | Updates public IP prefix tags . |
3,688 | def get_with_http_info ( resource_group_name , load_balancer_name , probe_name , custom_headers : nil ) get_async ( resource_group_name , load_balancer_name , probe_name , custom_headers : custom_headers ) . value! end | Gets load balancer probe . |
3,689 | def begin_delete_with_http_info ( resource_group_name , circuit_name , peering_name , custom_headers : nil ) begin_delete_async ( resource_group_name , circuit_name , peering_name , custom_headers : custom_headers ) . value! end | Deletes the specified peering from the specified express route circuit . |
3,690 | def delete_with_http_info ( resource_group_name , lab_account_name , gallery_image_name , custom_headers : nil ) delete_async ( resource_group_name , lab_account_name , gallery_image_name , custom_headers : custom_headers ) . value! end | Delete gallery image . |
3,691 | def build_path template = path_template . dup path_params . each { | key , value | template [ "{#{key}}" ] = ERB :: Util . url_encode ( value ) if template . include? ( "{#{key}}" ) } unless path_params . nil? skip_encoding_path_params . each { | key , value | template [ "{#{key}}" ] = value } unless skip_encoding_path_params . nil? path = URI . parse ( template . gsub ( / \A \/ \/ / , '\1/' ) ) unless skip_encoding_query_params . nil? path . query = [ ( path . query || "" ) , skip_encoding_query_params . reject { | _ , v | v . nil? } . map { | k , v | "#{k}=#{v}" } ] . join ( '&' ) end path end | Creates a path from the path template and the path_params and skip_encoding_path_params |
3,692 | def get_publishing_user ( custom_headers : nil ) response = get_publishing_user_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets publishing user |
3,693 | def update_publishing_user ( user_details , custom_headers : nil ) response = update_publishing_user_async ( user_details , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Updates publishing user |
3,694 | def get_source_control ( source_control_type , custom_headers : nil ) response = get_source_control_async ( source_control_type , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets source control token |
3,695 | def update_source_control ( source_control_type , request_message , custom_headers : nil ) response = update_source_control_async ( source_control_type , request_message , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Updates source control token |
3,696 | def get_subscription_deployment_locations ( custom_headers : nil ) response = get_subscription_deployment_locations_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | Gets list of available geo regions plus ministamps |
3,697 | def list_skus ( custom_headers : nil ) response = list_skus_async ( custom_headers : custom_headers ) . value! response . body unless response . nil? end | List all SKUs . |
3,698 | def verify_hosting_environment_vnet ( parameters , custom_headers : nil ) response = verify_hosting_environment_vnet_async ( parameters , custom_headers : custom_headers ) . value! response . body unless response . nil? end | Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules . |
3,699 | def move ( resource_group_name , move_resource_envelope , custom_headers : nil ) response = move_async ( resource_group_name , move_resource_envelope , custom_headers : custom_headers ) . value! nil end | Move resources between resource groups . |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.