Class: Azure::ApiManagement::Mgmt::V2018_06_01_preview::Api
- Inherits:
-
Object
- Object
- Azure::ApiManagement::Mgmt::V2018_06_01_preview::Api
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb
Overview
ApiManagement Client
Instance Attribute Summary collapse
-
#client ⇒ ApiManagementClient
readonly
Reference to the ApiManagementClient.
Instance Method Summary collapse
-
#begin_create_or_update(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ ApiContract
Creates new or updates existing specified API of the API Management service instance.
-
#begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ Concurrent::Promise
Creates new or updates existing specified API of the API Management service instance.
-
#begin_create_or_update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Creates new or updates existing specified API of the API Management service instance.
-
#create_or_update(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ ApiContract
Creates new or updates existing specified API of the API Management service instance.
-
#create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ Concurrent::Promise
API Management service instance.
-
#delete(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ Object
Deletes the specified API of the API Management service instance.
-
#delete_async(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ Concurrent::Promise
Deletes the specified API of the API Management service instance.
-
#delete_with_http_info(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Deletes the specified API of the API Management service instance.
-
#get(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ ApiContract
Gets the details of the API specified by its identifier.
-
#get_async(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Concurrent::Promise
Gets the details of the API specified by its identifier.
-
#get_entity_tag(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Object
Gets the entity state (Etag) version of the API specified by its identifier.
-
#get_entity_tag_async(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Concurrent::Promise
Gets the entity state (Etag) version of the API specified by its identifier.
-
#get_entity_tag_with_http_info(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets the entity state (Etag) version of the API specified by its identifier.
-
#get_with_http_info(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets the details of the API specified by its identifier.
-
#initialize(client) ⇒ Api
constructor
Creates and initializes a new instance of the Api class.
-
#list_by_service(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ Array<ApiContract>
Lists all APIs of the API Management service instance.
-
#list_by_service_as_lazy(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ ApiCollection
Lists all APIs of the API Management service instance.
-
#list_by_service_async(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ Concurrent::Promise
Lists all APIs of the API Management service instance.
-
#list_by_service_next(next_page_link, custom_headers: nil) ⇒ ApiCollection
Lists all APIs of the API Management service instance.
-
#list_by_service_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise
Lists all APIs of the API Management service instance.
-
#list_by_service_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists all APIs of the API Management service instance.
-
#list_by_service_with_http_info(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists all APIs of the API Management service instance.
-
#list_by_tags(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ Array<TagResourceContract>
Lists a collection of apis associated with tags.
-
#list_by_tags_as_lazy(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ TagResourceCollection
Lists a collection of apis associated with tags.
-
#list_by_tags_async(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ Concurrent::Promise
Lists a collection of apis associated with tags.
-
#list_by_tags_next(next_page_link, custom_headers: nil) ⇒ TagResourceCollection
Lists a collection of apis associated with tags.
-
#list_by_tags_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise
Lists a collection of apis associated with tags.
-
#list_by_tags_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists a collection of apis associated with tags.
-
#list_by_tags_with_http_info(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists a collection of apis associated with tags.
-
#update(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ Object
Updates the specified API of the API Management service instance.
-
#update_async(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ Concurrent::Promise
Updates the specified API of the API Management service instance.
-
#update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Updates the specified API of the API Management service instance.
Constructor Details
#initialize(client) ⇒ Api
Creates and initializes a new instance of the Api class.
17 18 19 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 17 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ ApiManagementClient (readonly)
Returns reference to the ApiManagementClient.
22 23 24 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 22 def client @client end |
Instance Method Details
#begin_create_or_update(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ ApiContract
Creates new or updates existing specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity, but required when updating an entity. will be added to the HTTP request.
848 849 850 851 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 848 def begin_create_or_update(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) response = begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers).value! response.body unless response.nil? end |
#begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ Concurrent::Promise
Creates new or updates existing specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity, but required when updating an entity. to the HTTP request.
891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 891 def begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'api_id is nil' if api_id.nil? fail ArgumentError, "'api_id' should satisfy the constraint - 'MaxLength': '256'" if !api_id.nil? && api_id.length > 256 fail ArgumentError, "'api_id' should satisfy the constraint - 'MinLength': '1'" if !api_id.nil? && api_id.length < 1 fail ArgumentError, "'api_id' should satisfy the constraint - 'Pattern': '^[^*#&+:<>?]+$'" if !api_id.nil? && api_id.match(Regexp.new('^^[^*#&+:<>?]+$$')).nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['If-Match'] = if_match unless if_match.nil? request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? # Serialize Request request_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter.mapper() request_content = @client.serialize(request_mapper, parameters) request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'apiId' => api_id,'subscriptionId' => @client.subscription_id}, query_params: {'api-version' => @client.api_version}, body: request_content, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:put, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 201 || status_code == 202 || status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 201 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#begin_create_or_update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Creates new or updates existing specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity, but required when updating an entity. will be added to the HTTP request.
870 871 872 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 870 def begin_create_or_update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers).value! end |
#create_or_update(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ ApiContract
Creates new or updates existing specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity, but required when updating an entity. will be added to the HTTP request.
403 404 405 406 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 403 def create_or_update(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) response = create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers).value! response.body unless response.nil? end |
#create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match: nil, custom_headers: nil) ⇒ Concurrent::Promise
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity, but required when updating an entity. will be added to the HTTP request.
response.
423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 423 def create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:nil, custom_headers:nil) # Send request promise = begin_create_or_update_async(resource_group_name, service_name, api_id, parameters, if_match:if_match, custom_headers:custom_headers) promise = promise.then do |response| # Defining deserialization method. deserialize_method = lambda do |parsed_response| result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract.mapper() parsed_response = @client.deserialize(result_mapper, parsed_response) end # Waiting for response. @client.get_long_running_operation_result(response, deserialize_method) end promise end |
#delete(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ Object
Deletes the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. will be added to the HTTP request.
578 579 580 581 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 578 def delete(resource_group_name, service_name, api_id, if_match, delete_revisions:nil, custom_headers:nil) response = delete_async(resource_group_name, service_name, api_id, if_match, delete_revisions:delete_revisions, custom_headers:custom_headers).value! nil end |
#delete_async(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ Concurrent::Promise
Deletes the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. to the HTTP request.
621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 621 def delete_async(resource_group_name, service_name, api_id, if_match, delete_revisions:nil, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'api_id is nil' if api_id.nil? fail ArgumentError, "'api_id' should satisfy the constraint - 'MaxLength': '256'" if !api_id.nil? && api_id.length > 256 fail ArgumentError, "'api_id' should satisfy the constraint - 'MinLength': '1'" if !api_id.nil? && api_id.length < 1 fail ArgumentError, "'api_id' should satisfy the constraint - 'Pattern': '^[^*#&+:<>?]+$'" if !api_id.nil? && api_id.match(Regexp.new('^^[^*#&+:<>?]+$$')).nil? fail ArgumentError, 'if_match is nil' if if_match.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['If-Match'] = if_match unless if_match.nil? request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'apiId' => api_id,'subscriptionId' => @client.subscription_id}, query_params: {'deleteRevisions' => delete_revisions,'api-version' => @client.api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:delete, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 || status_code == 204 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? result end promise.execute end |
#delete_with_http_info(resource_group_name, service_name, api_id, if_match, delete_revisions: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Deletes the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. will be added to the HTTP request.
600 601 602 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 600 def delete_with_http_info(resource_group_name, service_name, api_id, if_match, delete_revisions:nil, custom_headers:nil) delete_async(resource_group_name, service_name, api_id, if_match, delete_revisions:delete_revisions, custom_headers:custom_headers).value! end |
#get(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ ApiContract
Gets the details of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. will be added to the HTTP request.
289 290 291 292 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 289 def get(resource_group_name, service_name, api_id, custom_headers:nil) response = get_async(resource_group_name, service_name, api_id, custom_headers:custom_headers).value! response.body unless response.nil? end |
#get_async(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Concurrent::Promise
Gets the details of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. to the HTTP request.
324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 324 def get_async(resource_group_name, service_name, api_id, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'api_id is nil' if api_id.nil? fail ArgumentError, "'api_id' should satisfy the constraint - 'MaxLength': '256'" if !api_id.nil? && api_id.length > 256 fail ArgumentError, "'api_id' should satisfy the constraint - 'MinLength': '1'" if !api_id.nil? && api_id.length < 1 fail ArgumentError, "'api_id' should satisfy the constraint - 'Pattern': '^[^*#&+:<>?]+$'" if !api_id.nil? && api_id.match(Regexp.new('^^[^*#&+:<>?]+$$')).nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'apiId' => api_id,'subscriptionId' => @client.subscription_id}, query_params: {'api-version' => @client.api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#get_entity_tag(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Object
Gets the entity state (Etag) version of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. will be added to the HTTP request.
189 190 191 192 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 189 def get_entity_tag(resource_group_name, service_name, api_id, custom_headers:nil) response = get_entity_tag_async(resource_group_name, service_name, api_id, custom_headers:custom_headers).value! nil end |
#get_entity_tag_async(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ Concurrent::Promise
Gets the entity state (Etag) version of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. to the HTTP request.
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 224 def get_entity_tag_async(resource_group_name, service_name, api_id, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'api_id is nil' if api_id.nil? fail ArgumentError, "'api_id' should satisfy the constraint - 'MaxLength': '256'" if !api_id.nil? && api_id.length > 256 fail ArgumentError, "'api_id' should satisfy the constraint - 'MinLength': '1'" if !api_id.nil? && api_id.length < 1 fail ArgumentError, "'api_id' should satisfy the constraint - 'Pattern': '^[^*#&+:<>?]+$'" if !api_id.nil? && api_id.match(Regexp.new('^^[^*#&+:<>?]+$$')).nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'apiId' => api_id,'subscriptionId' => @client.subscription_id}, query_params: {'api-version' => @client.api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:head, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? result end promise.execute end |
#get_entity_tag_with_http_info(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets the entity state (Etag) version of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. will be added to the HTTP request.
207 208 209 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 207 def get_entity_tag_with_http_info(resource_group_name, service_name, api_id, custom_headers:nil) get_entity_tag_async(resource_group_name, service_name, api_id, custom_headers:custom_headers).value! end |
#get_with_http_info(resource_group_name, service_name, api_id, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Gets the details of the API specified by its identifier.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. will be added to the HTTP request.
307 308 309 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 307 def get_with_http_info(resource_group_name, service_name, api_id, custom_headers:nil) get_async(resource_group_name, service_name, api_id, custom_headers:custom_headers).value! end |
#list_by_service(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ Array<ApiContract>
Lists all APIs of the API Management service instance.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
in response will be added to the HTTP request.
52 53 54 55 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 52 def list_by_service(resource_group_name, service_name, filter:nil, top:nil, skip:nil, tags:nil, expand_api_version_set:nil, custom_headers:nil) first_page = list_by_service_as_lazy(resource_group_name, service_name, filter:filter, top:top, skip:skip, tags:, expand_api_version_set:, custom_headers:custom_headers) first_page.get_all_items end |
#list_by_service_as_lazy(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ ApiCollection
Lists all APIs of the API Management service instance.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
in response will be added to the HTTP request.
1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1180 def list_by_service_as_lazy(resource_group_name, service_name, filter:nil, top:nil, skip:nil, tags:nil, expand_api_version_set:nil, custom_headers:nil) response = list_by_service_async(resource_group_name, service_name, filter:filter, top:top, skip:skip, tags:, expand_api_version_set:, custom_headers:custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| list_by_service_next_async(next_page_link, custom_headers:custom_headers) end page end end |
#list_by_service_async(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ Concurrent::Promise
Lists all APIs of the API Management service instance.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
in response to the HTTP request.
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 117 def list_by_service_async(resource_group_name, service_name, filter:nil, top:nil, skip:nil, tags:nil, expand_api_version_set:nil, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, "'top' should satisfy the constraint - 'InclusiveMinimum': '1'" if !top.nil? && top < 1 fail ArgumentError, "'skip' should satisfy the constraint - 'InclusiveMinimum': '0'" if !skip.nil? && skip < 0 fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'subscriptionId' => @client.subscription_id}, query_params: {'$filter' => filter,'$top' => top,'$skip' => skip,'tags' => ,'expandApiVersionSet' => ,'api-version' => @client.api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#list_by_service_next(next_page_link, custom_headers: nil) ⇒ ApiCollection
Lists all APIs of the API Management service instance.
to List operation. will be added to the HTTP request.
982 983 984 985 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 982 def list_by_service_next(next_page_link, custom_headers:nil) response = list_by_service_next_async(next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end |
#list_by_service_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise
Lists all APIs of the API Management service instance.
to List operation. to the HTTP request.
1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1011 def list_by_service_next_async(next_page_link, custom_headers:nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = '{nextLink}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], skip_encoding_path_params: {'nextLink' => next_page_link}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#list_by_service_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists all APIs of the API Management service instance.
to List operation. will be added to the HTTP request.
997 998 999 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 997 def list_by_service_next_with_http_info(next_page_link, custom_headers:nil) list_by_service_next_async(next_page_link, custom_headers:custom_headers).value! end |
#list_by_service_with_http_info(resource_group_name, service_name, filter: nil, top: nil, skip: nil, tags: nil, expand_api_version_set: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists all APIs of the API Management service instance.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith|
in response will be added to the HTTP request.
85 86 87 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 85 def list_by_service_with_http_info(resource_group_name, service_name, filter:nil, top:nil, skip:nil, tags:nil, expand_api_version_set:nil, custom_headers:nil) list_by_service_async(resource_group_name, service_name, filter:filter, top:top, skip:skip, tags:, expand_api_version_set:, custom_headers:custom_headers).value! end |
#list_by_tags(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ Array<TagResourceContract>
Lists a collection of apis associated with tags.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |isCurrent | eq | |
will be added to the HTTP request.
704 705 706 707 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 704 def (resource_group_name, service_name, filter:nil, top:nil, skip:nil, include_not_tagged_apis:nil, custom_headers:nil) first_page = (resource_group_name, service_name, filter:filter, top:top, skip:skip, include_not_tagged_apis:include_not_tagged_apis, custom_headers:custom_headers) first_page.get_all_items end |
#list_by_tags_as_lazy(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ TagResourceCollection
Lists a collection of apis associated with tags.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |isCurrent | eq | |
will be added to the HTTP request.
response.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1221 def (resource_group_name, service_name, filter:nil, top:nil, skip:nil, include_not_tagged_apis:nil, custom_headers:nil) response = (resource_group_name, service_name, filter:filter, top:top, skip:skip, include_not_tagged_apis:include_not_tagged_apis, custom_headers:custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_page_link| (next_page_link, custom_headers:custom_headers) end page end end |
#list_by_tags_async(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ Concurrent::Promise
Lists a collection of apis associated with tags.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |isCurrent | eq | |
to the HTTP request.
771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 771 def (resource_group_name, service_name, filter:nil, top:nil, skip:nil, include_not_tagged_apis:nil, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, "'top' should satisfy the constraint - 'InclusiveMinimum': '1'" if !top.nil? && top < 1 fail ArgumentError, "'skip' should satisfy the constraint - 'InclusiveMinimum': '0'" if !skip.nil? && skip < 0 fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apisByTags' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'subscriptionId' => @client.subscription_id}, query_params: {'$filter' => filter,'$top' => top,'$skip' => skip,'includeNotTaggedApis' => include_not_tagged_apis,'api-version' => @client.api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#list_by_tags_next(next_page_link, custom_headers: nil) ⇒ TagResourceCollection
Lists a collection of apis associated with tags.
to List operation. will be added to the HTTP request.
1072 1073 1074 1075 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1072 def (next_page_link, custom_headers:nil) response = (next_page_link, custom_headers:custom_headers).value! response.body unless response.nil? end |
#list_by_tags_next_async(next_page_link, custom_headers: nil) ⇒ Concurrent::Promise
Lists a collection of apis associated with tags.
to List operation. to the HTTP request.
1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1101 def (next_page_link, custom_headers:nil) fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? path_template = '{nextLink}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], skip_encoding_path_params: {'nextLink' => next_page_link}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection.mapper() result.body = @client.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#list_by_tags_next_with_http_info(next_page_link, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists a collection of apis associated with tags.
to List operation. will be added to the HTTP request.
1087 1088 1089 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 1087 def (next_page_link, custom_headers:nil) (next_page_link, custom_headers:custom_headers).value! end |
#list_by_tags_with_http_info(resource_group_name, service_name, filter: nil, top: nil, skip: nil, include_not_tagged_apis: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Lists a collection of apis associated with tags.
functions | |————-|————————|———————————–|
|name | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |displayName | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |apiRevision | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |path | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |description | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |serviceUrl | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith| |isCurrent | eq | |
will be added to the HTTP request.
738 739 740 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 738 def (resource_group_name, service_name, filter:nil, top:nil, skip:nil, include_not_tagged_apis:nil, custom_headers:nil) (resource_group_name, service_name, filter:filter, top:top, skip:skip, include_not_tagged_apis:include_not_tagged_apis, custom_headers:custom_headers).value! end |
#update(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ Object
Updates the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. will be added to the HTTP request.
457 458 459 460 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 457 def update(resource_group_name, service_name, api_id, parameters, if_match, custom_headers:nil) response = update_async(resource_group_name, service_name, api_id, parameters, if_match, custom_headers:custom_headers).value! nil end |
#update_async(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ Concurrent::Promise
Updates the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. to the HTTP request.
500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 500 def update_async(resource_group_name, service_name, api_id, parameters, if_match, custom_headers:nil) fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? fail ArgumentError, 'service_name is nil' if service_name.nil? fail ArgumentError, "'service_name' should satisfy the constraint - 'MaxLength': '50'" if !service_name.nil? && service_name.length > 50 fail ArgumentError, "'service_name' should satisfy the constraint - 'MinLength': '1'" if !service_name.nil? && service_name.length < 1 fail ArgumentError, "'service_name' should satisfy the constraint - 'Pattern': '^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$'" if !service_name.nil? && service_name.match(Regexp.new('^^[a-zA-Z](?:[a-zA-Z0-9-]*[a-zA-Z0-9])?$$')).nil? fail ArgumentError, 'api_id is nil' if api_id.nil? fail ArgumentError, "'api_id' should satisfy the constraint - 'MaxLength': '256'" if !api_id.nil? && api_id.length > 256 fail ArgumentError, "'api_id' should satisfy the constraint - 'MinLength': '1'" if !api_id.nil? && api_id.length < 1 fail ArgumentError, "'api_id' should satisfy the constraint - 'Pattern': '^[^*#&+:<>?]+$'" if !api_id.nil? && api_id.match(Regexp.new('^^[^*#&+:<>?]+$$')).nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, 'if_match is nil' if if_match.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['If-Match'] = if_match unless if_match.nil? request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? # Serialize Request request_mapper = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract.mapper() request_content = @client.serialize(request_mapper, parameters) request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}' request_url = @base_url || @client.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'resourceGroupName' => resource_group_name,'serviceName' => service_name,'apiId' => api_id,'subscriptionId' => @client.subscription_id}, query_params: {'api-version' => @client.api_version}, body: request_content, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = @client.make_request_async(:patch, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 204 error_model = JSON.load(response_content) fail MsRest::HttpOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? result end promise.execute end |
#update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Updates the specified API of the API Management service instance.
API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number. entity state from the header response of the GET request or it should be * for unconditional update. will be added to the HTTP request.
479 480 481 |
# File 'lib/2018-06-01-preview/generated/azure_mgmt_api_management/api.rb', line 479 def update_with_http_info(resource_group_name, service_name, api_id, parameters, if_match, custom_headers:nil) update_async(resource_group_name, service_name, api_id, parameters, if_match, custom_headers:custom_headers).value! end |