diff --git a/azure_sdk/lib/azure_sdk.rb b/azure_sdk/lib/azure_sdk.rb index 3d3eabaa94..4de13c3d8b 100644 --- a/azure_sdk/lib/azure_sdk.rb +++ b/azure_sdk/lib/azure_sdk.rb @@ -2,5 +2,5 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require 'v2017_03_09/v2017_03_09_profile_client' require 'latest/latest_profile_client' +require 'v2017_03_09/v2017_03_09_profile_client' diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 1836456711..20c368304f 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,17 @@ module Azure::Profiles::Latest module ComputerVision module Models + Details = Azure::CognitiveServices::ComputerVision::V1_0::Models::Details + FaceDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription + ImageAnalysis = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis + Line = Azure::CognitiveServices::ComputerVision::V1_0::Models::Line + OcrWord = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord + TextOperationResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult + OcrLine = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine + CelebritiesModel = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel + OcrRegion = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion + Category = Azure::CognitiveServices::ComputerVision::V1_0::Models::Category + OcrResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult ColorInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo ModelDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ModelDescription ImageTag = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageTag @@ -35,17 +46,6 @@ module Models VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V1_0::Models::VisualFeatureTypes OcrLanguages = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLanguages AzureRegions = Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions - Details = Azure::CognitiveServices::ComputerVision::V1_0::Models::Details - FaceDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription - ImageAnalysis = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis - Line = Azure::CognitiveServices::ComputerVision::V1_0::Models::Line - OcrWord = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord - TextOperationResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult - OcrLine = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine - CelebritiesModel = Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel - OcrRegion = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion - Category = Azure::CognitiveServices::ComputerVision::V1_0::Models::Category - OcrResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult end class ComputerVisionDataClass @@ -77,6 +77,39 @@ def method_missing(method, *args) end class ModelClasses + def details + Azure::CognitiveServices::ComputerVision::V1_0::Models::Details + end + def face_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription + end + def image_analysis + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis + end + def line + Azure::CognitiveServices::ComputerVision::V1_0::Models::Line + end + def ocr_word + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord + end + def text_operation_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult + end + def ocr_line + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine + end + def celebrities_model + Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel + end + def ocr_region + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion + end + def category + Azure::CognitiveServices::ComputerVision::V1_0::Models::Category + end + def ocr_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult + end def color_info Azure::CognitiveServices::ComputerVision::V1_0::Models::ColorInfo end @@ -158,39 +191,6 @@ def ocr_languages def azure_regions Azure::CognitiveServices::ComputerVision::V1_0::Models::AzureRegions end - def details - Azure::CognitiveServices::ComputerVision::V1_0::Models::Details - end - def face_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::FaceDescription - end - def image_analysis - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageAnalysis - end - def line - Azure::CognitiveServices::ComputerVision::V1_0::Models::Line - end - def ocr_word - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrWord - end - def text_operation_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationResult - end - def ocr_line - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrLine - end - def celebrities_model - Azure::CognitiveServices::ComputerVision::V1_0::Models::CelebritiesModel - end - def ocr_region - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrRegion - end - def category - Azure::CognitiveServices::ComputerVision::V1_0::Models::Category - end - def ocr_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::OcrResult - end end end end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index bebcffa585..60e3ce55ad 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,17 +6,20 @@ module Azure::Profiles::Latest module ContentModerator - ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration - TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration - ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews + ImageModeration = Azure::CognitiveServices::ContentModerator::V1_0::ImageModeration + TextModeration = Azure::CognitiveServices::ContentModerator::V1_0::TextModeration + ListManagementImageLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImageLists module Models Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame @@ -44,6 +47,7 @@ module Models Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem @@ -52,11 +56,10 @@ module Models Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage @@ -71,13 +74,10 @@ module Models ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address end class ContentModeratorDataClass - attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes + attr_reader :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,13 +87,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @image_moderation = @client_0.image_moderation - @text_moderation = @client_0.text_moderation - @list_management_image_lists = @client_0.list_management_image_lists @list_management_term_lists = @client_0.list_management_term_lists @list_management_image = @client_0.list_management_image @list_management_term = @client_0.list_management_term @reviews = @client_0.reviews + @image_moderation = @client_0.image_moderation + @text_moderation = @client_0.text_moderation + @list_management_image_lists = @client_0.list_management_image_lists @model_classes = ModelClasses.new end @@ -118,6 +118,15 @@ def image def face Azure::CognitiveServices::ContentModerator::V1_0::Models::Face end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end @@ -199,6 +208,9 @@ def create_video_reviews_body_item_video_frames_item_metadata_item def email Azure::CognitiveServices::ContentModerator::V1_0::Models::Email end + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + end def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end @@ -223,9 +235,6 @@ def body_metadata def image_list Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end @@ -235,8 +244,8 @@ def refresh_index def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + def status + Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen @@ -280,15 +289,6 @@ def tag def term_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end - def status - Azure::CognitiveServices::ContentModerator::V1_0::Models::Status - end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end end end end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index 155a293f17..f65a98f50a 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,25 +9,25 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models - ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end class CustomSearchDataClass @@ -60,24 +60,42 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + def thing + Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + end + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + end + def creative_work + Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end def safe_search Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch end + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + end def text_format Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end + def error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + end def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end def query_context Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end @@ -93,29 +111,11 @@ def web_web_answer def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - end - def thing - Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing - end def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + def identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end end end diff --git a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb index 5ee159ead3..1926ee5f12 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,6 +9,20 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject @@ -17,10 +31,9 @@ module Models PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible + ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction @@ -41,20 +54,7 @@ module Models EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end class EntitySearchDataClass @@ -87,6 +87,48 @@ def method_missing(method, *args) end class ModelClasses + def response_base + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + end + def query_context + Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + end + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + end + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + end + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + end def contractual_rules_contractual_rule Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule end @@ -111,18 +153,15 @@ def place def organization Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end - def contractual_rules_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error end def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible end + def contractual_rules_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end @@ -183,47 +222,8 @@ def answer_type def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - end - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - end - def response_base - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end end end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 356876f4a7..76100ab51e 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -8,10 +8,20 @@ module Azure::Profiles::Latest module Face PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations - Face = Azure::CognitiveServices::Face::V1_0::Face FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face module Models + ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + Person = Azure::CognitiveServices::Face::V1_0::Models::Person + TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions + Error = Azure::CognitiveServices::Face::V1_0::Models::Error APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace @@ -20,7 +30,7 @@ module Models GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest - Error = Azure::CognitiveServices::Face::V1_0::Models::Error + HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult @@ -36,33 +46,23 @@ module Models Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion + Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract - Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType - Person = Azure::CognitiveServices::Face::V1_0::Models::Person - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor - AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions - FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end class FaceDataClass - attr_reader :person_group_person, :person_group_operations, :face, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_person, :person_group_operations, :face_list_operations, :face, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -74,8 +74,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations - @face = @client_0.face @face_list_operations = @client_0.face_list_operations + @face = @client_0.face @model_classes = ModelClasses.new end @@ -94,6 +94,36 @@ def method_missing(method, *args) end class ModelClasses + def exposure_level + Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + end + def noise_level + Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + end + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType + end + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + end + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + end + def person + Azure::CognitiveServices::Face::V1_0::Models::Person + end + def training_status_type + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + end + def face_attribute_type + Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + end + def azure_regions + Azure::CognitiveServices::Face::V1_0::Models::AzureRegions + end + def error + Azure::CognitiveServices::Face::V1_0::Models::Error + end def apierror Azure::CognitiveServices::Face::V1_0::Models::APIError end @@ -118,8 +148,8 @@ def head_pose def identify_request Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def hair_color + Azure::CognitiveServices::Face::V1_0::Models::HairColor end def identify_candidate Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate @@ -166,15 +196,15 @@ def emotion def occlusion Azure::CognitiveServices::Face::V1_0::Models::Occlusion end + def noise + Azure::CognitiveServices::Face::V1_0::Models::Noise + end def hair Azure::CognitiveServices::Face::V1_0::Models::Hair end def name_and_user_data_contract Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract end - def noise - Azure::CognitiveServices::Face::V1_0::Models::Noise - end def detected_face Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end @@ -190,50 +220,20 @@ def training_status def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType - end - def person - Azure::CognitiveServices::Face::V1_0::Models::Person - end - def blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - end def hair_color_type Azure::CognitiveServices::Face::V1_0::Models::HairColorType end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender - end - def noise_level - Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - end - def exposure_level - Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - end - def training_status_type - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType - end - def hair_color - Azure::CognitiveServices::Face::V1_0::Models::HairColor - end - def azure_regions - Azure::CognitiveServices::Face::V1_0::Models::AzureRegions - end - def face_attribute_type - Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + def blur_level + Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end end end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index 37178d2ce5..2a8e54cb2a 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,13 +9,26 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -27,7 +40,7 @@ module Models ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating @@ -42,31 +55,18 @@ module Models TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule - ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end class ImageSearchDataClass @@ -99,14 +99,53 @@ def method_missing(method, *args) end class ModelClasses + def response_base + Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + end + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + end + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end + def web_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + end + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch + end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end - def response - Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible @@ -117,8 +156,8 @@ def media_object def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule @@ -153,8 +192,8 @@ def recipes_module def images_image_metadata Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + def image_insights_image_caption + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end def trending_images_tile Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile @@ -198,9 +237,6 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def image_insights_image_caption - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption - end def currency Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end @@ -219,60 +255,24 @@ def freshness def image_content Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end + def image_license + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + end def image_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType end def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - end - def person - Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - end def image_crop_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end - def image_license - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + def person + Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def response_base - Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - end - def query - Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - end - def web_page - Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - end - def search_results_answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch - end end end end diff --git a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb index 3ade12bf82..ce08bae287 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,30 +9,30 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse - ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing - NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end class NewsSearchDataClass @@ -65,44 +65,20 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - end - def freshness - Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def response_base - Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + def news_topic + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end def query Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject @@ -116,8 +92,8 @@ def trending_topics def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response end def answer Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer @@ -125,8 +101,8 @@ def answer def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end - def news_topic - Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + def creative_work + Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork end def error_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode @@ -134,8 +110,32 @@ def error_code def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def creative_work - Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + end + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 09a9099a8e..7d6bbaeacb 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -20,39 +20,45 @@ module Mgmt Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models + IpFilterRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult + SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult - SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult + IpFilterRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult + SBNamespaceMigrate = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate + PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + VirtualNetworkRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + VirtualNetworkRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule + SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + IPAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IPAction + NameSpaceType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName @@ -72,6 +78,7 @@ module Models UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end class ServiceBusManagementClass @@ -114,6 +121,9 @@ def method_missing(method, *args) end class ModelClasses + def ip_filter_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule + end def operation_display Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end @@ -123,8 +133,8 @@ def operation_list_result def error_response Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end - def sbqueue_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult + def sbsku + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end def tracked_resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource @@ -132,39 +142,48 @@ def tracked_resource def operation Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def migration_config_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end - def sbtopic_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + def sbnamespace_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def sbsubscription_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end - def premium_messaging_regions_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + def sbauthorization_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def message_count_details - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + def ip_filter_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult end - def sbnamespace_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + def sbqueue_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end - def authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + def sbnamespace_migrate + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def sbsku - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + def sbsubscription_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def premium_messaging_regions_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + end + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + end + def migration_config_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult end def rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end + def virtual_network_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult + end def sbnamespace Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end @@ -174,17 +193,17 @@ def sbnamespace_update_parameters def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + end def sbqueue Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end def sbtopic Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule @@ -192,26 +211,32 @@ def rule def sql_rule_action Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + end + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + end + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end def migration_config_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def virtual_network_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule end - def sbauthorization_rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def sbtopic_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end def key_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + def ipaction + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IPAction + end + def name_space_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType end def check_name_availability_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult @@ -270,6 +295,9 @@ def provisioning_state_dr def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end end end end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index b12c3c11e8..c8c05f3c5a 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,38 +7,40 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt - Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version - Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application Clusters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ClusterVersions + Operations = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Operations ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application module Models + CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase ErrorModel = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem + OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription ServiceCorrelationDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceCorrelationDescription ServicePlacementPolicyDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription - ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter - ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult + ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy - AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay - ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory - ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy - ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName - ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradeDeltaHealthPolicy ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterVersionDetails @@ -52,31 +54,29 @@ module Models NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NodeTypeDescription NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription - CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription + ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource - VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource - OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate - ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties + VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource - StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate + StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties - ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource - Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties - OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult - Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource + Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster ProvisioningState = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState - ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase end class ServiceFabricManagementClass - attr_reader :operations, :version, :application, :clusters, :cluster_versions, :application_type, :service, :configurable, :base_url, :options, :model_classes + attr_reader :clusters, :cluster_versions, :operations, :application_type, :service, :version, :application, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -86,13 +86,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @version = @client_0.version - @application = @client_0.application @clusters = @client_0.clusters @cluster_versions = @client_0.cluster_versions + @operations = @client_0.operations @application_type = @client_0.application_type @service = @client_0.service + @version = @client_0.version + @application = @client_0.application @model_classes = ModelClasses.new end @@ -111,12 +111,21 @@ def method_missing(method, *args) end class ModelClasses + def certificate_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + end + def service_properties_base + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase + end def error_model Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ErrorModel end def service_type_health_policy_map_item Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem end + def operation_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + end def application_metric_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription end @@ -126,59 +135,56 @@ def service_correlation_description def service_placement_policy_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePlacementPolicyDescription end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy - end def application_health_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationHealthPolicy end def cluster_update_parameters Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpdateParameters end + def service_type_delta_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeDeltaHealthPolicy + end def application_parameter Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter end - def cluster_code_versions_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult - end def service_load_metric_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription end def cluster_code_versions_result Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsResult end + def cluster_code_versions_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterCodeVersionsListResult + end def partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription end def diagnostics_storage_account_config Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::DiagnosticsStorageAccountConfig end + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + end + def available_operation_display + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay + end def rolling_upgrade_monitoring_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy end def cluster_upgrade_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterUpgradePolicy end - def available_operation_display - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay - end - def cluster_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy - end def azure_active_directory Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy - end - def application_type_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + def cluster_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy end def client_certificate_common_name Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName end - def application_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + def service_type_health_policy + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicy end def client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint @@ -219,23 +225,23 @@ def named_partition_scheme_description def singleton_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription end - def certificate_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription - end def uniform_int64_range_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end + def application_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + end def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end - def version_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + def operation_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult end def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult + def application_type_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList end def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties @@ -243,26 +249,26 @@ def service_properties def application_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end - def service_update_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties + def version_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end def service_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end - def stateless_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + def service_update_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties end def service_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end - def stateful_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties + def stateless_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties end - def proxy_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + def resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource end - def cluster - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster + def stateful_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties end def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties @@ -270,18 +276,12 @@ def stateful_service_update_properties def stateless_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties end - def operation_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult - end - def resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource + def cluster + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster end def provisioning_state Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState end - def service_properties_base - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase - end end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index b561dccd7c..37a750322a 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -12,26 +12,26 @@ module Mgmt module Models TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList - ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end class SignalrManagementClass @@ -68,9 +68,27 @@ class ModelClasses def tracked_resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource end + def signal_rsku_tier + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + end + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + end + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + end def operation_display Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end + def key_type + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + end + def operation_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + end + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end @@ -83,50 +101,32 @@ def name_availability def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - end - def signal_rkeys - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys - end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList - end - def resource_sku - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - end - def name_availability_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation end - def metric_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - end - def key_type - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end - def signal_rsku_tier - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + def metric_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification + end + def signal_rkeys + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end def service_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + end def signal_rcreate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end - def provisioning_state - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + def name_availability_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end end end diff --git a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb index 52f71c82fb..db0339201c 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end class SpellCheckDataClass @@ -53,6 +53,15 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end + def spelling_token_suggestion + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion + end def spelling_flagged_token Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken end @@ -65,36 +74,27 @@ def action_type def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode - end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + def error_response + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end - def error_response - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end + def error + Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + end def identifiable Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end - def error - Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end - def spelling_token_suggestion - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion - end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 3e626ec7a1..e62d0be3e6 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,54 +7,53 @@ module Azure::Profiles::Latest module SQL module Mgmt - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DatabaseThreatDetectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseThreatDetectionPolicies + DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies DataMaskingRules = Azure::SQL::Mgmt::V2014_04_01::DataMaskingRules TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations - DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies Extensions = Azure::SQL::Mgmt::V2014_04_01::Extensions + DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies - DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics - RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts + RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks - ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators - ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities + ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives - ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations + DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups + EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations - DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors - DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations - EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors - FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs + SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies Databases = Azure::SQL::Mgmt::V2017_03_01_preview::Databases @@ -68,6 +67,7 @@ module Mgmt JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions @@ -75,12 +75,13 @@ module Mgmt JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations - ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies module Models + MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText @@ -127,42 +128,42 @@ module Models BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult ServiceObjectiveCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveCapability CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption - ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy ElasticPoolUpdate = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse + ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity - ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator - DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState @@ -177,116 +178,126 @@ module Models RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - ElasticPoolState = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState - UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType - PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType - QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType - QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole - MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName - MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue - ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule + RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord + ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity - ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate - RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo - SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema - SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable + SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable - ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult + SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn - FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint + ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult - Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo - RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn - RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo - FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint + RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo + SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult - FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties - SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult + FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult + RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction + EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning - SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy - SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin + BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName + SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition + JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition @@ -299,81 +310,70 @@ module Models ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult + JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential - JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion - ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias - DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState - JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult - CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job Database = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate - Sku = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint - Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - SampleName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName - SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition - JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end class SQLManagementClass - attr_reader :database_usages, :database_connection_policies, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_rules, :transparent_data_encryption_configurations, :data_masking_policies, :extensions, :elastic_pools, :geo_backup_policies, :disaster_recovery_configurations, :queries, :query_statistics, :recommended_elastic_pools, :query_texts, :replication_links, :server_communication_links, :server_azure_adadministrators, :elastic_pool_activities, :service_objectives, :service_tier_advisors, :elastic_pool_database_activities, :transparent_data_encryption_activities, :transparent_data_encryptions, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :capabilities, :firewall_rules, :managed_instances, :server_keys, :servers, :operations, :database_recommended_actions, :sync_members, :sync_agents, :sync_groups, :subscription_usages, :virtual_network_rules, :server_advisors, :database_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :jobs, :database_blob_auditing_policies, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :restore_points, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :capabilities, :server_advisors, :database_advisors, :database_automatic_tuning_operations, :database_recommended_actions, :failover_groups, :encryption_protectors, :operations, :managed_instances, :server_keys, :servers, :sync_groups, :sync_members, :sync_agents, :virtual_network_rules, :subscription_usages, :firewall_rules, :database_blob_auditing_policies, :backup_long_term_retention_policies, :databases, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_operations, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :restore_points, :server_dns_aliases, :server_automatic_tuning_operations, :server_security_alert_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -383,36 +383,36 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @database_usages = @client_0.database_usages - @database_connection_policies = @client_0.database_connection_policies @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases @server_connection_policies = @client_0.server_connection_policies @database_threat_detection_policies = @client_0.database_threat_detection_policies + @data_masking_policies = @client_0.data_masking_policies @data_masking_rules = @client_0.data_masking_rules @transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations - @data_masking_policies = @client_0.data_masking_policies @extensions = @client_0.extensions + @disaster_recovery_configurations = @client_0.disaster_recovery_configurations @elastic_pools = @client_0.elastic_pools @geo_backup_policies = @client_0.geo_backup_policies - @disaster_recovery_configurations = @client_0.disaster_recovery_configurations @queries = @client_0.queries @query_statistics = @client_0.query_statistics - @recommended_elastic_pools = @client_0.recommended_elastic_pools @query_texts = @client_0.query_texts + @recommended_elastic_pools = @client_0.recommended_elastic_pools @replication_links = @client_0.replication_links - @server_communication_links = @client_0.server_communication_links @server_azure_adadministrators = @client_0.server_azure_adadministrators - @elastic_pool_activities = @client_0.elastic_pool_activities + @server_communication_links = @client_0.server_communication_links @service_objectives = @client_0.service_objectives - @service_tier_advisors = @client_0.service_tier_advisors + @elastic_pool_activities = @client_0.elastic_pool_activities @elastic_pool_database_activities = @client_0.elastic_pool_database_activities - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities + @service_tier_advisors = @client_0.service_tier_advisors @transparent_data_encryptions = @client_0.transparent_data_encryptions - @database_table_auditing_policies = @client_0.database_table_auditing_policies + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @server_table_auditing_policies = @client_0.server_table_auditing_policies + @database_table_auditing_policies = @client_0.database_table_auditing_policies @server_usages = @client_0.server_usages + @database_connection_policies = @client_0.database_connection_policies + @database_usages = @client_0.database_usages @capabilities = @client_0.capabilities @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -420,29 +420,28 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @firewall_rules = @client_1.firewall_rules + @server_advisors = @client_1.server_advisors + @database_advisors = @client_1.database_advisors + @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations + @database_recommended_actions = @client_1.database_recommended_actions + @failover_groups = @client_1.failover_groups + @encryption_protectors = @client_1.encryption_protectors + @operations = @client_1.operations @managed_instances = @client_1.managed_instances @server_keys = @client_1.server_keys @servers = @client_1.servers - @operations = @client_1.operations - @database_recommended_actions = @client_1.database_recommended_actions + @sync_groups = @client_1.sync_groups @sync_members = @client_1.sync_members @sync_agents = @client_1.sync_agents - @sync_groups = @client_1.sync_groups - @subscription_usages = @client_1.subscription_usages @virtual_network_rules = @client_1.virtual_network_rules - @server_advisors = @client_1.server_advisors - @database_advisors = @client_1.database_advisors - @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations - @encryption_protectors = @client_1.encryption_protectors - @failover_groups = @client_1.failover_groups + @subscription_usages = @client_1.subscription_usages + @firewall_rules = @client_1.firewall_rules @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @jobs = @client_2.jobs @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies @databases = @client_2.databases @@ -456,6 +455,7 @@ def initialize(configurable, base_url=nil, options=nil) @job_agents = @client_2.job_agents @job_credentials = @client_2.job_credentials @job_executions = @client_2.job_executions + @jobs = @client_2.jobs @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions @@ -463,9 +463,9 @@ def initialize(configurable, base_url=nil, options=nil) @job_versions = @client_2.job_versions @long_term_retention_backups = @client_2.long_term_retention_backups @managed_databases = @client_2.managed_databases - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations - @server_dns_aliases = @client_2.server_dns_aliases @restore_points = @client_2.restore_points + @server_dns_aliases = @client_2.server_dns_aliases + @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_security_alert_policies = @client_2.server_security_alert_policies @model_classes = ModelClasses.new @@ -489,6 +489,9 @@ def method_missing(method, *args) end class ModelClasses + def metric_value + Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + end def service_objective_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult end @@ -627,68 +630,65 @@ def service_objective_capability def check_name_availability_request Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest end + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + end def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + def top_queries + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def query_interval + Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + end + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def query_statistic Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval - end - def top_queries - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end def elastic_pool_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def top_queries_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + def restorable_dropped_database + Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex - end def recoverable_database Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end - def restorable_dropped_database - Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase - end - def data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end - def elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end def elastic_pool_update Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate @@ -708,32 +708,35 @@ def geo_backup_policy def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end + def elastic_pool + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end def replication_link Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end + def server_azure_adadministrator + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + end def server_communication_link Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink end + def service_objective + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + end def elastic_pool_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator - end - def database_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy - end def elastic_pool_database_activity Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end def transparent_data_encryption_activity Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity end - def service_objective - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + def database_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end def database_table_auditing_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy @@ -777,11 +780,20 @@ def recommended_index_state def recommended_index_type Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end + def read_scale + Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + end def security_alert_policy_email_account_admins Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins end - def read_scale - Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + end + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + end + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus end def data_masking_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState @@ -789,11 +801,11 @@ def data_masking_state def data_masking_rule_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + def disaster_recovery_configuration_role + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + def elastic_pool_state + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState end def disaster_recovery_configuration_auto_failover Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover @@ -801,11 +813,11 @@ def disaster_recovery_configuration_auto_failover def disaster_recovery_configuration_failover_policy Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + def storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + def metric_name + Azure::SQL::Mgmt::V2014_04_01::Models::MetricName end def elastic_pool_edition Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition @@ -813,29 +825,17 @@ def elastic_pool_edition def geo_backup_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - end - def elastic_pool_state - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolState - end - def unit_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitType - end - def primary_aggregation_type - Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - end def unit_definition_type Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType end def authentication_type Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end - def query_execution_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + def unit_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitType end - def query_observed_metric_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + def primary_aggregation_type + Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType end def query_metric_unit Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit @@ -843,11 +843,11 @@ def query_metric_unit def query_aggregation_function Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + def query_execution_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + def query_observed_metric_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType end def transparent_data_encryption_activity_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus @@ -855,26 +855,41 @@ def transparent_data_encryption_activity_status def replication_state Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + end def replication_role Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole end - def metric_name - Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay end - def metric_value - Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end - def operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + end + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + end + def recommended_action_implementation_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + end + def virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end def recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + def managed_instance_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate end def firewall_rule_list Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList @@ -882,56 +897,53 @@ def firewall_rule_list def resource_identity Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity end - def managed_instance_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate - end - def recommended_action_implementation_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + def sync_group_schema + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema end def sync_database_id_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult end - def sync_group_schema - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + def sync_group_schema_table + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end def sync_full_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable end - def sync_group_schema_table - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + def sync_group_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn end def managed_instance_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult end - def sync_group_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + def encryption_protector_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + end + def sync_full_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn end def failover_group_read_only_endpoint Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint end - def encryption_protector_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult + def recommended_action_state_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end - def operation - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation + def sync_group_log_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties end def recommended_action_error_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo end - def recommended_action_state_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo - end - def sync_full_schema_table_column - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + def failover_group_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult end def recommended_action_metric_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo end - def failover_group_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult + def sync_full_schema_properties_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end - def sync_group_log_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties + def server_key_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end def sync_group_log_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult @@ -951,18 +963,15 @@ def sync_group_list_result def sync_agent_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult end - def failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint - end def sync_agent_key_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties end def sync_full_schema_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties end - def sync_member_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult - end + def failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + end def failover_group_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate end @@ -972,35 +981,29 @@ def sync_agent_linked_database_list_result def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + def sync_database_id_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + end + def sync_member_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def sync_database_id_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end - def sync_full_schema_properties_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - end - def server_key_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - end def proxy_resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end - def encryption_protector - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + def failover_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + def sync_agent + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance @@ -1008,35 +1011,17 @@ def managed_instance def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def sync_agent - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - end - def failover_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server - end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - end def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end - def virtual_network_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def sync_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy @@ -1047,26 +1032,14 @@ def implementation_method def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy - end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType @@ -1074,14 +1047,14 @@ def server_key_type def read_write_endpoint_failover_policy Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy end - def sync_group_log_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadOnlyEndpointFailoverPolicy end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState @@ -1089,8 +1062,14 @@ def sync_agent_state def sync_member_db_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + end + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + end + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end def sync_direction Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection @@ -1098,15 +1077,69 @@ def sync_direction def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + end + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + end + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + end + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + end + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + end def firewall_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult end + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + end def firewall_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule end + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + end def operation_origin Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + end + def sample_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName + end + def security_alert_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + end + def job_agent_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + end + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + end + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + end + def resource_move_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition + end + def job_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + end def job_step_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult end @@ -1143,6 +1176,9 @@ def job_execution_target def long_term_retention_backup_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult end + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + end def managed_database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end @@ -1152,23 +1188,38 @@ def job_execution_list_result def import_export_database_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end def complete_database_restore_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end + def tracked_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + end def database_operation_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperationListResult end + def job_step_action + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction + end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end def job_step_output Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + def extended_database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + end + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + end + def database_vulnerability_assessment_rule_baseline + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + end + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment end def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy @@ -1176,68 +1227,59 @@ def extended_server_blob_auditing_policy def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def job_step_action - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - end def database_operation Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - end - def extended_database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessment - end - def database_vulnerability_assessment_rule_baseline - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + def data_warehouse_user_activities + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def data_warehouse_user_activities - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end def job_target_group Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + def sku + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku + end + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end def job_version Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end - def server_automatic_tuning - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + def long_term_retention_backup + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end def server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end + def server_automatic_tuning + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + end def server_dns_alias Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end - def database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + def create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode end def management_operation_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState end - def job_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + def database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus end def catalog_collation_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType @@ -1245,8 +1287,8 @@ def catalog_collation_type def database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult end - def create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode + def job_execution_lifecycle + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end def job_target_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType @@ -1254,8 +1296,8 @@ def job_target_type def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end - def proxy_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource + def resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource end def job_step_action_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource @@ -1263,17 +1305,20 @@ def job_step_action_source def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end + def job_target_group_membership_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def job_execution_lifecycle - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end - def tracked_resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end - def job_target_group_membership_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus @@ -1287,75 +1332,30 @@ def automatic_tuning_server_mode def automatic_tuning_server_reason Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end - def long_term_retention_database_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + end + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - end def database Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database end def database_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseUpdate end - def sku - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku - end def database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy end def restore_point Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint end - def resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource - end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - end - def blob_auditing_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - end - def automatic_tuning_option_mode_desired - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - end - def sample_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SampleName - end - def security_alert_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - end - def job_agent_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end - def resource_move_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ResourceMoveDefinition - end - def job_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - end end end end diff --git a/azure_sdk/lib/latest/modules/storage_profile_module.rb b/azure_sdk/lib/latest/modules/storage_profile_module.rb index b2219c441a..3d6b318ece 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -9,51 +9,55 @@ module Storage module Mgmt Operations = Azure::Storage::Mgmt::V2018_03_01_preview::Operations StorageAccounts = Azure::Storage::Mgmt::V2018_03_01_preview::StorageAccounts - Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus Usages = Azure::Storage::Mgmt::V2018_03_01_preview::Usages + Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers module Models + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State + SKUCapability = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability + AccountSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters + ListAccountSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse + KeyVaultProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties + ServiceSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + ListServiceSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse NetworkRuleSet = Azure::Storage::Mgmt::V2018_03_01_preview::Models::NetworkRuleSet IPRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::IPRule ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageSkuListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageSkuListResult + OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult ListContainerItems = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems LegalHold = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHold LegalHoldProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties - Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction + OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay TagProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty - UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties + UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies AzureEntityResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + Operation = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation + Identity = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode - KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource - Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + TrackedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource + ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction - SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes - HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + SignedResourceTypes = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes + Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus - LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType - Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason - OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - OperationListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult - ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services - Operation = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation - Identity = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity - TrackedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountKey Sku = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Sku @@ -62,20 +66,20 @@ module Models StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters - Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CustomDomain UsageName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageName StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCreateParameters Usage = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage - EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices Dimension = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension UsageListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule - Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource + EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices + Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints StorageAccount = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount + Resource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource + MetricSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification SkuName = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName SkuTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuTier AccessTier = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccessTier @@ -85,16 +89,12 @@ module Models Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission - SKUCapability = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability - AccountSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters - ListAccountSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse - KeyVaultProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties - ServiceSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters - ListServiceSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse + LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState end class StorageManagementClass - attr_reader :operations, :storage_accounts, :skus, :usages, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :storage_accounts, :usages, :skus, :blob_containers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -106,8 +106,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @storage_accounts = @client_0.storage_accounts - @skus = @client_0.skus @usages = @client_0.usages + @skus = @client_0.skus @blob_containers = @client_0.blob_containers @model_classes = ModelClasses.new @@ -127,6 +127,33 @@ def method_missing(method, *args) end class ModelClasses + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + end + def service_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + end + def state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::State + end + def skucapability + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability + end + def account_sas_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters + end + def list_account_sas_response + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse + end + def key_vault_properties + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties + end + def service_sas_parameters + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + end + def list_service_sas_response + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse + end def network_rule_set Azure::Storage::Mgmt::V2018_03_01_preview::Models::NetworkRuleSet end @@ -139,6 +166,9 @@ def management_policies_rules_set_parameter def storage_sku_list_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageSkuListResult end + def operation_list_result + Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult + end def list_container_items Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItems end @@ -148,18 +178,24 @@ def legal_hold def legal_hold_properties Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties end - def restriction - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction + def operation_display + Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay end def tag_property Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty end - def update_history_property - Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + def restriction + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction end def immutability_policy_properties Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties end + def update_history_property + Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty + end + def proxy_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource + end def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end @@ -169,83 +205,59 @@ def azure_entity_resource def blob_container Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer end - def immutability_policy - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + def operation + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation end - def list_container_item - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + def identity + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity end def reason_code Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode end - def key_source - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + def tracked_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource end - def bypass - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + def list_container_item + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem end def default_action Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction end - def signed_resource_types - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes - end - def http_protocol - Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol + def key_source + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource end - def permissions - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + def immutability_policy + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy end def signed_resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource end + def signed_resource_types + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResourceTypes + end + def reason + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + end + def bypass + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + end def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end def lease_status Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus end - def lease_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + def http_protocol + Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol end def lease_duration Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration end - def service_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - end - def state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::State - end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState - end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType - end - def reason - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason - end - def operation_display - Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end - def operation_list_result - Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationListResult - end - def proxy_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource - end def services Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services end - def operation - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Operation - end - def identity - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Identity - end - def tracked_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters @@ -271,8 +283,8 @@ def encryption def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters end - def endpoints - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints + def virtual_network_rule + Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule end def storage_account_update_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters @@ -289,9 +301,6 @@ def storage_account_create_parameters def usage Azure::Storage::Mgmt::V2018_03_01_preview::Models::Usage end - def encryption_services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices - end def dimension Azure::Storage::Mgmt::V2018_03_01_preview::Models::Dimension end @@ -301,17 +310,20 @@ def usage_list_result def check_name_availability_result Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end - def metric_specification - Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification + def encryption_services + Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + def endpoints + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints + end + def storage_account + Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount end def resource Azure::Storage::Mgmt::V2018_03_01_preview::Models::Resource end - def storage_account - Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount + def metric_specification + Azure::Storage::Mgmt::V2018_03_01_preview::Models::MetricSpecification end def sku_name Azure::Storage::Mgmt::V2018_03_01_preview::Models::SkuName @@ -340,23 +352,11 @@ def usage_unit def key_permission Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission end - def skucapability - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability - end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters - end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse - end - def key_vault_properties - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyVaultProperties - end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSasParameters + def lease_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState end - def list_service_sas_response - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListServiceSasResponse + def immutability_policy_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index 066e018a60..3eecf0ac7c 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -9,22 +9,59 @@ module StorSimple8000Series module Mgmt Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs + Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts - Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices + BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers - BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies + StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials module Models + NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch + NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings + HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList + JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage @@ -34,84 +71,84 @@ module Models DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings - StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult FailoverTarget = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget AccessControlRecordList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecordList @@ -135,7 +172,6 @@ module Models ScheduleRecurrence = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails @@ -148,46 +184,10 @@ module Models SendTestAlertEmailRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest HardwareComponent = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings - NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch - NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings - HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList - DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch - JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem - JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings - DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end class StorSimple8000SeriesManagementClass - attr_reader :operations, :backups, :managers, :access_control_records, :alerts, :devices, :cloud_appliances, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :bandwidth_settings, :jobs, :storage_account_credentials, :volumes, :backup_policies, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :backups, :jobs, :devices, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :backup_policies, :storage_account_credentials, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -199,20 +199,20 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @backups = @client_0.backups + @jobs = @client_0.jobs + @devices = @client_0.devices @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts - @devices = @client_0.devices + @bandwidth_settings = @client_0.bandwidth_settings @cloud_appliances = @client_0.cloud_appliances @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers - @bandwidth_settings = @client_0.bandwidth_settings - @jobs = @client_0.jobs - @storage_account_credentials = @client_0.storage_account_credentials @volumes = @client_0.volumes @backup_policies = @client_0.backup_policies + @storage_account_credentials = @client_0.storage_account_credentials @model_classes = ModelClasses.new end @@ -231,6 +231,117 @@ def method_missing(method, *args) end class ModelClasses + def network_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch + end + def network_interface_data0_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings + end + def hardware_component_group_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList + end + def job_error_item + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + end + def device_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + end + def remote_management_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + end + def job_stage + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + end + def device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + end + def webproxy_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + end + def dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + end + def job_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter + end + def job_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + end + def available_provider_operation_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + end + def backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + end + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + end + def backup_schedule_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + end + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + end + def bandwidth_setting_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + end + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + end + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + end + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + end + def cloud_appliance_configuration_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + end + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + end + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + end + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + end + def device_rollover_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + end + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + end + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + end + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + end + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + end + def metric_data + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + end + def backup_policy_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + end + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + end + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + end + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + end + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + end + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end @@ -258,39 +369,33 @@ def metric_list def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def backup_policy_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - end - def alert_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + def alert_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end def backup Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end - def bandwidth_setting - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end def backup_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + def bandwidth_setting + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting end def cloud_appliance_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + end def configure_device_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest end @@ -306,44 +411,41 @@ def manager def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def security_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end - def storage_account_credential - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end def time_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + def storage_account_credential + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end - def alert_scope - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end - def alert_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + def alert_scope + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope end def alert_source_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus @@ -351,17 +453,17 @@ def alert_email_notification_status def backup_job_creation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType end - def recurrence_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end def scheduled_backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end def schedule_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus @@ -369,89 +471,98 @@ def schedule_status def controller_power_state_action Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end def controller_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + end + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + end + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + end def device_configuration_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def controller_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def resource + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end - def target_eligibility_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end def hardware_component_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + def target_eligibility_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus end def target_eligibility_result_code Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - end def job_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end - def net_interface_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + end + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end def metric_unit Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end - def ssl_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + def net_interface_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus end def iscsiand_cloud_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus @@ -459,39 +570,39 @@ def volume_status def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - end def operation_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - end - def resource - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + def device + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end - def device - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - end def metric_name Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end def backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -561,9 +672,6 @@ def symmetric_encrypted_secret def nic_ipv6 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end def acs_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration end @@ -600,114 +708,6 @@ def hardware_component def cloud_appliance_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings end - def network_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch - end - def network_interface_data0_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings - end - def hardware_component_group_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList - end - def device_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - end - def remote_management_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch - end - def job_error_item - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem - end - def job_stage - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - end - def webproxy_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - end - def dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings - end - def device_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - end - def job_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - end - def available_provider_operation_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - end - def backup_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings - end - def backup_schedule_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - end - def bandwidth_setting_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - end - def clone_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - end - def network_adapters - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - end - def cloud_appliance_configuration_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - end - def manager_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - end - def device_rollover_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData - end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - end - def metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - end end end end diff --git a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb index c0e5f133d6..a81afc98c4 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,42 +7,78 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations + Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs - Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations - Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters + BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition @@ -52,46 +88,10 @@ module Models ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput - StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties - FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult - StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult - ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :transformations, :functions, :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,13 +101,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @transformations = @client_0.transformations + @functions = @client_0.functions @operations = @client_0.operations + @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs - @transformations = @client_0.transformations - @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,6 +126,108 @@ def method_missing(method, *args) end class ModelClasses + def start_streaming_job_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters + end + def blob_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + end + def function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + end + def azure_sql_database_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + end + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + end + def input_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + end + def azure_machine_learning_web_service_output_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + end + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + end + def resource_test_status + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + end + def subscription_quotas_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + end + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + end + def input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + end + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + end + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + end + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + end + def streaming_job + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + end + def java_script_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + end + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + end + def scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + end + def avro_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + end + def json_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + end + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + end + def azure_data_lake_store_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + end + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + end + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + end + def service_bus_topic_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + end + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + end + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + end + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + end + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + end + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + end + def blob_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + end + def blob_reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + end def reference_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end @@ -141,45 +243,42 @@ def blob_stream_input_data_source def stream_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties end + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + end def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult end def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end def events_out_of_order_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - end def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end - def json_output_serialization_format - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end - def operation_display - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy end - def operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end def error_response Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse end + def json_output_serialization_format + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + end def operation Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation end @@ -192,6 +291,18 @@ def serialization def sku Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + end def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end @@ -204,9 +315,6 @@ def reference_input_data_source def function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - end def diagnostics Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end @@ -234,114 +342,6 @@ def output_list_result def function_input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput end - def start_streaming_job_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - end - def blob_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties - end - def function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - end - def azure_sql_database_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties - end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - end - def streaming_job_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult - end - def stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource - end - def azure_machine_learning_web_service_output_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - end - def input_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult - end - def resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - end - def oauth_based_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties - end - def input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - end - def subscription_quotas_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - end - def function - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - end - def streaming_job - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - end - def azure_machine_learning_web_service_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - end - def avro_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - end - def scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end - def java_script_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - end - def json_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - end - def azure_data_lake_store_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - end - def service_bus_topic_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - end - def blob_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - end - def blob_reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - end end end end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index e1a864cdad..304d75030c 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -10,12 +10,12 @@ module TextAnalytics module Models Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput KeyPhraseBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem @@ -60,6 +60,9 @@ def input def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def multi_language_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput end @@ -75,9 +78,6 @@ def key_phrase_batch_result def language_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def language_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index 7ab1c45773..537a1a99f7 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -14,10 +14,14 @@ module Mgmt TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys module Models - MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus - TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus + TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint @@ -25,19 +29,15 @@ module Models Region = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig - MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig - TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy - EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus + ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource + HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint TrafficFlow = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow + TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience - ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel + Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel - TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end class TrafficManagerManagementClass @@ -82,18 +82,30 @@ def method_missing(method, *args) end class ModelClasses - def monitor_protocol - Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol + def monitor_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + end + def traffic_manager_geographic_hierarchy + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy + end + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + end + def endpoint_monitor_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end def profile_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus end - def traffic_routing_method - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + def monitor_protocol + Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol end def profile_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus end + def traffic_routing_method + Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod + end def profile Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile end @@ -115,45 +127,33 @@ def check_traffic_manager_relative_dns_name_availability_parameters def dns_config Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig end - def monitor_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig - end - def traffic_manager_geographic_hierarchy - Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy - end - def endpoint_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + def proxy_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end - def endpoint_monitor_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus + def heat_map_endpoint + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end def traffic_flow Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow end + def tracked_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource + end def query_experience Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end - def proxy_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource - end def heat_map_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel end + def resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + end def traffic_manager_user_metrics_key_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end - def tracked_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource - end def delete_operation_result Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult end - def resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - end - def heat_map_endpoint - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint - end end end end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index fbfa91e9e2..37a39d914a 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,13 +9,6 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule @@ -31,16 +24,23 @@ module Models ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end class VideoSearchDataClass @@ -73,27 +73,6 @@ def method_missing(method, *args) end class ModelClasses - def safe_search - Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - end - def error_sub_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - end - def text_format - Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -139,14 +118,14 @@ def query_context def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response end def video_object Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + def search_results_answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable @@ -154,20 +133,41 @@ def identifiable def answer Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - end def thing Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + def creative_work + Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def creative_work - Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + end + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + end + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + end + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end end end diff --git a/azure_sdk/lib/latest/modules/web_profile_module.rb b/azure_sdk/lib/latest/modules/web_profile_module.rb index 7a15e9c9f5..50071307d6 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -8,30 +8,20 @@ module Azure::Profiles::Latest module Web module Mgmt DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider - Domains = Azure::Web::Mgmt::V2015_04_01::Domains TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains + Domains = Azure::Web::Mgmt::V2015_04_01::Domains AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider - Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics Provider = Azure::Web::Mgmt::V2016_03_01::Provider + Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps - AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption - TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier - DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource - TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain - DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus - DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType - DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType - ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse - Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain Contact = Azure::Web::Mgmt::V2015_04_01::Models::Contact DomainPurchaseConsent = Azure::Web::Mgmt::V2015_04_01::Models::DomainPurchaseConsent DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2015_04_01::Models::DomainAvailablilityCheckResult @@ -44,137 +34,163 @@ module Models TopLevelDomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainCollection DomainCollection = Azure::Web::Mgmt::V2015_04_01::Models::DomainCollection TldLegalAgreement = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement - AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType - CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest - CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption + TldLegalAgreementCollection = Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection + ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse + DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + TopLevelDomain = Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + DomainStatus = Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus + DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType + Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain + DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType AppServiceCertificate = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate + AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest - AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource - AppServiceCertificateCollection = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal - CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource + CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + CertificateEmail = Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis + DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory + GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse + PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer + VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters + VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification + AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType - CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes - ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels + CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName - KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate + KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection ValidateRequest = Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection + Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription - DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution - AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource - SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation - ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData - Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension - MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection - DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection - DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection - AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource - DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay - CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory - GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion - DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis - DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse - PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer - VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters - VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails - SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions - NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier - ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo - ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo - SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig + FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection + ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope + HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo + ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn - FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets PublicCertificate = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo - RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance - SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig - ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource + SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference SiteConfigResource = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse - StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary - TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob - SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference + DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl + BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType + ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType - BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType - ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult + SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus - SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig DatabaseBackupSetting = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting @@ -182,50 +198,57 @@ module Models ProcessInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfoCollection ConnStringValueTypePair = Azure::Web::Mgmt::V2016_08_01::Models::ConnStringValueTypePair ProcessModuleInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection - CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion + PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection - EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig - PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig - DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse - HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig - CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity - PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample - BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection - ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob - MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry - CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult - SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection - MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy - FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope - HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection - MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment - BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest - NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures - MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus - RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample + SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules @@ -238,13 +261,15 @@ module Models VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway + VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest - ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition PushSettings = Azure::Web::Mgmt::V2016_09_01::Models::PushSettings HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey + ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition Site = Azure::Web::Mgmt::V2016_09_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType @@ -254,20 +279,19 @@ module Models ManagedPipelineMode = Azure::Web::Mgmt::V2016_09_01::Models::ManagedPipelineMode SiteLoadBalancing = Azure::Web::Mgmt::V2016_09_01::Models::SiteLoadBalancing SslState = Azure::Web::Mgmt::V2016_09_01::Models::SslState + HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection HostType = Azure::Web::Mgmt::V2016_09_01::Models::HostType UsageState = Azure::Web::Mgmt::V2016_09_01::Models::UsageState - MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition SiteAvailabilityState = Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState StatusOptions = Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions - OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus - Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation - HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection + MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString User = Azure::Web::Mgmt::V2016_09_01::Models::User + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping @@ -277,57 +301,33 @@ module Models AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection - SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection - MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource - HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction - InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings - AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction - ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger - SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability - NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domain_registration_provider, :domains, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :diagnostics, :provider, :deleted_web_apps, :recommendations, :certificates, :web_apps, :app_service_plans, :app_service_environments, :configurable, :base_url, :options, :model_classes + attr_reader :domain_registration_provider, :top_level_domains, :domains, :app_service_certificate_orders, :certificate_registration_provider, :provider, :diagnostics, :deleted_web_apps, :recommendations, :certificates, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -338,8 +338,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @domain_registration_provider = @client_0.domain_registration_provider - @domains = @client_0.domains @top_level_domains = @client_0.top_level_domains + @domains = @client_0.domains @client_1 = Azure::Web::Mgmt::V2015_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -354,8 +354,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @diagnostics = @client_2.diagnostics @provider = @client_2.provider + @diagnostics = @client_2.diagnostics @deleted_web_apps = @client_2.deleted_web_apps @recommendations = @client_2.recommendations @certificates = @client_2.certificates @@ -372,8 +372,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_4.subscription_id = configurable.subscription_id end add_telemetry(@client_4) - @app_service_plans = @client_4.app_service_plans @app_service_environments = @client_4.app_service_environments + @app_service_plans = @client_4.app_service_plans @model_classes = ModelClasses.new end @@ -400,36 +400,6 @@ def method_missing(method, *args) end class ModelClasses - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption - end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection - end - def domain_ownership_identifier - Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier - end - def domain_patch_resource - Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource - end - def top_level_domain - Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain - end - def domain_status - Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus - end - def domain_type - Azure::Web::Mgmt::V2015_04_01::Models::DomainType - end - def dns_type - Azure::Web::Mgmt::V2015_04_01::Models::DnsType - end - def error_response - Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse - end - def domain - Azure::Web::Mgmt::V2015_04_01::Models::Domain - end def contact Azure::Web::Mgmt::V2015_04_01::Models::Contact end @@ -466,47 +436,62 @@ def domain_collection def tld_legal_agreement Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomainAgreementOption end - def certificate_product_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection end - def certificate_email - Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail + def error_response + Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse end - def renew_certificate_order_request - Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest + def domain_patch_resource + Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource end - def certificate_order_action_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + def domain_ownership_identifier + Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + end + def top_level_domain + Azure::Web::Mgmt::V2015_04_01::Models::TopLevelDomain + end + def domain_status + Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus + end + def dns_type + Azure::Web::Mgmt::V2015_04_01::Models::DnsType + end + def domain + Azure::Web::Mgmt::V2015_04_01::Models::Domain + end + def domain_type + Azure::Web::Mgmt::V2015_04_01::Models::DomainType end def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate end + def app_service_certificate_collection + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection + end def app_service_certificate_order_collection Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderCollection end def site_seal_request Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest end - def app_service_certificate_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource - end - def app_service_certificate_collection - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateCollection - end def app_service_certificate_order Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder end def site_seal Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal end + def certificate_order_action + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + end def certificate_details Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails end - def certificate_order_action - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + def app_service_certificate_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource end def reissue_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest @@ -514,24 +499,81 @@ def reissue_certificate_order_request def app_service_certificate_order_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource end + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource + end + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType + end + def certificate_product_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType + end + def certificate_email + Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail + end + def renew_certificate_order_request + Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest + end def certificate_order_status Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus end + def analysis_definition + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + end + def diagnostic_analysis + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis + end + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + end + def csm_operation_display + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + end + def csm_operation_collection + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + end + def diagnostic_category + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory + end + def geo_region + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + end + def source_control + Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + end + def diagnostic_detector_response + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse + end + def premier_add_on_offer + Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer + end + def vnet_parameters + Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters + end + def vnet_validation_failure_details + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + end + def service_specification + Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification + end + def app_service_plan_restrictions + Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + end + def name_identifier + Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + end def csm_operation_description Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription end def csm_operation_description_properties Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties end + def validate_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + end def in_availability_reason_type Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType end - def check_name_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes - end - def service_specification - Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType end @@ -547,11 +589,8 @@ def vnet_validation_test_failure def metric_availability Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability end - def validate_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - end - def channels - Azure::Web::Mgmt::V2016_03_01::Models::Channels + def check_name_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes end def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType @@ -559,26 +598,32 @@ def issue_type def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end - def key_vault_secret_status - Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + def channels + Azure::Web::Mgmt::V2016_03_01::Models::Channels end def certificate Azure::Web::Mgmt::V2016_03_01::Models::Certificate end + def key_vault_secret_status + Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + end + def data_source + Azure::Web::Mgmt::V2016_03_01::Models::DataSource + end def hosting_environment_deployment_info Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo end def validate_response Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse end + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end def validate_request Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest end - def resource_name_availability_request - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end def app_service_environment Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment @@ -586,137 +631,143 @@ def app_service_environment def geo_region_collection Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection end + def resource_name_availability_request + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + end def csm_move_resource_envelope Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope end def deployment_locations Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations end + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + end def source_control_collection Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection end + def dimension + Azure::Web::Mgmt::V2016_03_01::Models::Dimension + end def global_csm_sku_description Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription end - def deleted_site - Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite - end def deleted_web_app_collection Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod - end def validate_response_error Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError end def solution Azure::Web::Mgmt::V2016_03_01::Models::Solution end - def abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + def deleted_site + Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite end def recommendation_rule Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - end - def diagnostic_metric_set - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet - end - def analysis_data - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - end - def data_source - Azure::Web::Mgmt::V2016_03_01::Models::DataSource - end - def sku_infos - Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + def abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod end - def recommendation - Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + def detector_abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod end def response_meta_data Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData end - def dimension - Azure::Web::Mgmt::V2016_03_01::Models::Dimension + def diagnostic_metric_sample + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end - def metric_specification - Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability end - def diagnostic_category_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + def sku_infos + Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end def diagnostic_detector_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection end + def diagnostic_metric_set + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + end def diagnostic_analysis_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end - def analysis_definition - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + def analysis_data + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + end + def recommendation + Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + end + def diagnostic_category_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def detector_definition - Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end - def csm_operation_display - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + def file_system_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def csm_operation_collection - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end - def diagnostic_category - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory + def function_secrets + Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets end - def geo_region - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def diagnostic_analysis - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis + def site_config_resource_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection end - def diagnostic_detector_response - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse + def continuous_web_job + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob end - def premier_add_on_offer - Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer + def function_envelope + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end - def vnet_parameters - Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end - def source_control - Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + def host_name_binding + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + def msdeploy_log + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog end - def name_identifier - Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + def msdeploy_status + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus end - def process_thread_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + def migrate_my_sql_request + Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + end + def network_features + Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + end + def process_module_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + end + def relay_service_connection_entity + Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + end + def msdeploy + Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy end def process_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo end - def site_extension_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + def process_thread_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end - def msdeploy_log - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + def site_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig end def backup_schedule Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule @@ -724,9 +775,6 @@ def backup_schedule def premier_add_on Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn end - def function_secrets - Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets - end def public_certificate Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificate end @@ -742,71 +790,71 @@ def migrate_my_sql_status def site_configuration_snapshot_info Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo end - def restore_request - Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest - end def site_instance Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance end - def site_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig + def triggered_job_run + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun end - def process_module_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + def site_patch_resource + Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource end def site_php_error_log_flag Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag end + def restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest + end def slot_config_names_resource Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource end + def slot_difference + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference + end def site_config_resource Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource end def storage_migration_response Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse end - def string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary - end - def triggered_job_run - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + def site_extension_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo end def triggered_job_history Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end - def site_patch_resource - Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot end def web_job Azure::Web::Mgmt::V2016_08_01::Models::WebJob end - def site_source_control - Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl - end - def backup_item_status - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - end - def slot_difference - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference + def database_type + Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end def storage_migration_options Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + def string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary end def triggered_web_job Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob end + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + end def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def database_type - Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType + def site_source_control + Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl end - def frequency_unit - Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + def backup_restore_operation_type + Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType + end + def continuous_web_job_status + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat @@ -820,20 +868,20 @@ def msdeploy_log_entry_type def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end - def public_certificate_location - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end def unauthenticated_client_action Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end - def azure_resource_type - Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end - def backup_restore_operation_type - Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end - def continuous_web_job_status - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end def web_job_type Azure::Web::Mgmt::V2016_08_01::Models::WebJobType @@ -841,23 +889,23 @@ def web_job_type def msdeploy_provisioning_state Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + def public_certificate_location + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult end + def site_extension_type + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + end def built_in_authentication_provider Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def site_extension_type - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment end def azure_table_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig @@ -880,41 +928,20 @@ def conn_string_value_type_pair def process_module_info_collection Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions - end def process_thread_info_collection Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection end + def csm_publishing_profile_options + Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions + end def web_app_instance_collection Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection end - def triggered_job_history_collection - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection - end - def snapshot_collection - Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - end - def site_cloneability_criterion - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - end - def host_name_binding_collection - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - end - def site_cloneability - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - end def identifier_collection Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection end - def web_job_collection - Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - end - def perf_mon_set - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet - end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + def public_certificate_collection + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end def triggered_web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection @@ -922,23 +949,26 @@ def triggered_web_job_collection def enabled_config Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def triggered_job_history_collection + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + def snapshot_collection + Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end - def public_certificate_collection - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection + def host_name_binding_collection + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection end - def file_system_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + def site_cloneability_criterion + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + def site_cloneability + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + end + def web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection end def continuous_web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection @@ -946,71 +976,110 @@ def continuous_web_job_collection def slot_difference_collection Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end + def backup_request + Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + end + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + end def perf_mon_response Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end def csm_slot_entity Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end - def perf_mon_sample - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample + def site_extension_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end def backup_item Azure::Web::Mgmt::V2016_08_01::Models::BackupItem end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def connection_string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end - def continuous_web_job - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + def perf_mon_set + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + end + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig end def msdeploy_log_entry Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + def perf_mon_sample + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample end - def site_config_resource_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection + def slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus end - def msdeploy - Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy + def cloning_info + Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo end - def function_envelope - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope + def hosting_environment_profile + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile end - def host_name_binding - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding + def hosting_environment_status + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + def ip_security_restriction + Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction end - def migrate_my_sql_request - Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + def internal_load_balancing_mode + Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode end - def site_extension_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + def api_definition_info + Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo end - def connection_string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def backup_request - Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + def auto_heal_custom_action + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end - def network_features - Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + def compute_mode_options + Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions end - def msdeploy_status - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + def auto_heal_actions + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def relay_service_connection_entity - Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end + def slow_requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + end + def status_codes_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + end + def requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + end + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + end + def snapshot_recovery_target + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + end + def resource_metric_availability + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + end + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + end + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + end + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + end + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end def host_name_ssl_state Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState @@ -1048,8 +1117,11 @@ def handler_mapping def site_machine_key Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def vnet_route - Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + def operation_status + Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + end + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation end def vnet_info Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo @@ -1057,18 +1129,21 @@ def vnet_info def vnet_gateway Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway end + def vnet_route + Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + end def snapshot_recovery_request Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest end - def resource_metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition - end def push_settings Azure::Web::Mgmt::V2016_09_01::Models::PushSettings end def hybrid_connection_key Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey end + def resource_metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition + end def site Azure::Web::Mgmt::V2016_09_01::Models::Site end @@ -1096,29 +1171,23 @@ def site_load_balancing def ssl_state Azure::Web::Mgmt::V2016_09_01::Models::SslState end + def hybrid_connection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection + end def host_type Azure::Web::Mgmt::V2016_09_01::Models::HostType end def usage_state Azure::Web::Mgmt::V2016_09_01::Models::UsageState end - def metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition - end def site_availability_state Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState end def status_options Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus - end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation - end - def hybrid_connection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection + def metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition end def usage Azure::Web::Mgmt::V2016_09_01::Models::Usage @@ -1138,6 +1207,9 @@ def localizable_string def user Azure::Web::Mgmt::V2016_09_01::Models::User end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def virtual_network_profile Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end @@ -1165,56 +1237,56 @@ def sku_info_collection def network_access_control_entry Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - end - def worker_pool_collection - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - end def resource_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def worker_pool_collection + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection end def hybrid_connection_collection Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity - end def csm_usage_quota_collection Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + end def usage_collection Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + end + def app_service_environment_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource end def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + end def app_service_plan_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection end def resource_metric Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + end def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def stamp_capacity_collection + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end def csm_usage_quota Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota @@ -1225,84 +1297,12 @@ def worker_pool_resource def app_service_plan_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - end - def cloning_info - Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - end - def hosting_environment_profile - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - end - def hosting_environment_status - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - end - def ip_security_restriction - Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction - end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings - end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction - end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - end - def auto_heal_actions - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction - end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger - end - def status_codes_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - end - def requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger - end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability - end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability - end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index 8bffb9dd44..3191b0cfaa 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end class WebSearchDataClass @@ -82,128 +82,128 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def creative_work - Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end - def freshness - Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def image_object - Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places + def creative_work + Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News end def ranking_ranking_group Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def freshness + Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + def image_object + Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end end end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus.rb index 244a0d6401..7306c6f10a 100644 --- a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus.rb +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus.rb @@ -34,34 +34,37 @@ module Azure::ServiceBus::Mgmt::V2017_04_01 autoload :ServiceBusManagementClient, '2017-04-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb' module Models - autoload :OperationDisplay, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_display.rb' - autoload :SBQueueListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue_list_result.rb' - autoload :Destination, '2017-04-01/generated/azure_mgmt_service_bus/models/destination.rb' - autoload :SBTopicListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb' - autoload :MigrationConfigListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/migration_config_list_result.rb' - autoload :PremiumMessagingRegionsListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_list_result.rb' - autoload :ArmDisasterRecoveryListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery_list_result.rb' - autoload :SBSubscriptionListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription_list_result.rb' - autoload :SBAuthorizationRuleListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule_list_result.rb' - autoload :CheckNameAvailability, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb' - autoload :AccessKeys, '2017-04-01/generated/azure_mgmt_service_bus/models/access_keys.rb' - autoload :CheckNameAvailabilityResult, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb' - autoload :MessageCountDetails, '2017-04-01/generated/azure_mgmt_service_bus/models/message_count_details.rb' - autoload :PremiumMessagingRegionsProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb' - autoload :Resource, '2017-04-01/generated/azure_mgmt_service_bus/models/resource.rb' autoload :Operation, '2017-04-01/generated/azure_mgmt_service_bus/models/operation.rb' - autoload :SBNamespaceListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb' autoload :OperationListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb' - autoload :AuthorizationRuleProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb' + autoload :Resource, '2017-04-01/generated/azure_mgmt_service_bus/models/resource.rb' autoload :ErrorResponse, '2017-04-01/generated/azure_mgmt_service_bus/models/error_response.rb' - autoload :CaptureDescription, '2017-04-01/generated/azure_mgmt_service_bus/models/capture_description.rb' + autoload :SBSku, '2017-04-01/generated/azure_mgmt_service_bus/models/sbsku.rb' autoload :Action, '2017-04-01/generated/azure_mgmt_service_bus/models/action.rb' - autoload :EventHubListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/event_hub_list_result.rb' + autoload :SBNamespaceListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb' autoload :SqlFilter, '2017-04-01/generated/azure_mgmt_service_bus/models/sql_filter.rb' - autoload :SBSku, '2017-04-01/generated/azure_mgmt_service_bus/models/sbsku.rb' + autoload :SBNamespaceMigrate, '2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_migrate.rb' autoload :CorrelationFilter, '2017-04-01/generated/azure_mgmt_service_bus/models/correlation_filter.rb' + autoload :SBAuthorizationRuleListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule_list_result.rb' + autoload :OperationDisplay, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_display.rb' + autoload :AccessKeys, '2017-04-01/generated/azure_mgmt_service_bus/models/access_keys.rb' autoload :RegenerateAccessKeyParameters, '2017-04-01/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb' + autoload :MessageCountDetails, '2017-04-01/generated/azure_mgmt_service_bus/models/message_count_details.rb' + autoload :IpFilterRuleListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb' + autoload :SBQueueListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue_list_result.rb' + autoload :PremiumMessagingRegionsProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb' + autoload :SBTopicListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb' + autoload :CaptureDescription, '2017-04-01/generated/azure_mgmt_service_bus/models/capture_description.rb' + autoload :SBSubscriptionListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription_list_result.rb' + autoload :Destination, '2017-04-01/generated/azure_mgmt_service_bus/models/destination.rb' + autoload :CheckNameAvailabilityResult, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb' + autoload :PremiumMessagingRegionsListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_list_result.rb' + autoload :EventHubListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/event_hub_list_result.rb' + autoload :AuthorizationRuleProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb' + autoload :CheckNameAvailability, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb' + autoload :MigrationConfigListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/migration_config_list_result.rb' autoload :RuleListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/rule_list_result.rb' + autoload :ArmDisasterRecoveryListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery_list_result.rb' + autoload :VirtualNetworkRuleListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb' autoload :TrackedResource, '2017-04-01/generated/azure_mgmt_service_bus/models/tracked_resource.rb' autoload :ResourceNamespacePatch, '2017-04-01/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb' autoload :SBNamespace, '2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace.rb' @@ -76,8 +79,11 @@ module Models autoload :Eventhub, '2017-04-01/generated/azure_mgmt_service_bus/models/eventhub.rb' autoload :ArmDisasterRecovery, '2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery.rb' autoload :MigrationConfigProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/migration_config_properties.rb' + autoload :IpFilterRule, '2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb' + autoload :VirtualNetworkRule, '2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb' autoload :SkuName, '2017-04-01/generated/azure_mgmt_service_bus/models/sku_name.rb' autoload :SkuTier, '2017-04-01/generated/azure_mgmt_service_bus/models/sku_tier.rb' + autoload :NameSpaceType, '2017-04-01/generated/azure_mgmt_service_bus/models/name_space_type.rb' autoload :AccessRights, '2017-04-01/generated/azure_mgmt_service_bus/models/access_rights.rb' autoload :KeyType, '2017-04-01/generated/azure_mgmt_service_bus/models/key_type.rb' autoload :EntityStatus, '2017-04-01/generated/azure_mgmt_service_bus/models/entity_status.rb' @@ -86,5 +92,6 @@ module Models autoload :EncodingCaptureDescription, '2017-04-01/generated/azure_mgmt_service_bus/models/encoding_capture_description.rb' autoload :ProvisioningStateDR, '2017-04-01/generated/azure_mgmt_service_bus/models/provisioning_state_dr.rb' autoload :RoleDisasterRecovery, '2017-04-01/generated/azure_mgmt_service_bus/models/role_disaster_recovery.rb' + autoload :IPAction, '2017-04-01/generated/azure_mgmt_service_bus/models/ipaction.rb' end end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb new file mode 100644 index 0000000000..7377ede12f --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb @@ -0,0 +1,89 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # Single item in a List or Get IpFilterRules operation + # + class IpFilterRule < Resource + + include MsRestAzure + + # @return [String] IP Mask + attr_accessor :ip_mask + + # @return [IPAction] The IP Filter Action. Possible values include: + # 'Accept', 'Reject' + attr_accessor :action + + # @return [String] IP Filter name + attr_accessor :filter_name + + + # + # Mapper for IpFilterRule class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'IpFilterRule', + type: { + name: 'Composite', + class_name: 'IpFilterRule', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + ip_mask: { + required: false, + serialized_name: 'properties.ipMask', + type: { + name: 'String' + } + }, + action: { + required: false, + serialized_name: 'properties.action', + type: { + name: 'String' + } + }, + filter_name: { + required: false, + serialized_name: 'properties.filterName', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb new file mode 100644 index 0000000000..f10339752a --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb @@ -0,0 +1,96 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # The response from the List namespace operation. + # + class IpFilterRuleListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] Result of the List IpFilter Rules + # operation. + attr_accessor :value + + # @return [String] Link to the next set of results. Not empty if Value + # contains an incomplete list of IpFilter Rules + attr_accessor :next_link + + # return [Proc] with next page method call. + attr_accessor :next_method + + # + # Gets the rest of the items for the request, enabling auto-pagination. + # + # @return [Array] operation results. + # + def get_all_items + items = @value + page = self + while page.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [IpFilterRuleListResult] with next page content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for IpFilterRuleListResult class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'IpFilterRuleListResult', + type: { + name: 'Composite', + class_name: 'IpFilterRuleListResult', + model_properties: { + value: { + required: false, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'IpFilterRuleElementType', + type: { + name: 'Composite', + class_name: 'IpFilterRule' + } + } + } + }, + next_link: { + required: false, + serialized_name: 'nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ipaction.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ipaction.rb new file mode 100644 index 0000000000..12eef9508e --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/ipaction.rb @@ -0,0 +1,16 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # Defines values for IPAction + # + module IPAction + Accept = "Accept" + Reject = "Reject" + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/name_space_type.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/name_space_type.rb new file mode 100644 index 0000000000..1b7aa2a39c --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/name_space_type.rb @@ -0,0 +1,19 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # Defines values for NameSpaceType + # + module NameSpaceType + Messaging = "Messaging" + NotificationHub = "NotificationHub" + Mixed = "Mixed" + EventHub = "EventHub" + Relay = "Relay" + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_migrate.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_migrate.rb new file mode 100644 index 0000000000..6f57672fcd --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_migrate.rb @@ -0,0 +1,46 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # Namespace Migrate Object + # + class SBNamespaceMigrate + + include MsRestAzure + + # @return [NameSpaceType] Type of namespaces. Possible values include: + # 'Messaging', 'NotificationHub', 'Mixed', 'EventHub', 'Relay' + attr_accessor :target_namespace_type + + + # + # Mapper for SBNamespaceMigrate class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'SBNamespaceMigrate', + type: { + name: 'Composite', + class_name: 'SBNamespaceMigrate', + model_properties: { + target_namespace_type: { + required: true, + serialized_name: 'targetNamespaceType', + type: { + name: 'Enum', + module: 'NameSpaceType' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb new file mode 100644 index 0000000000..97d31ef117 --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb @@ -0,0 +1,68 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # Single item in a List or Get VirtualNetworkRules operation + # + class VirtualNetworkRule < Resource + + include MsRestAzure + + # @return [String] Resource ID of Virtual Network Subnet + attr_accessor :virtual_network_subnet_id + + + # + # Mapper for VirtualNetworkRule class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'VirtualNetworkRule', + type: { + name: 'Composite', + class_name: 'VirtualNetworkRule', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + virtual_network_subnet_id: { + required: false, + serialized_name: 'properties.virtualNetworkSubnetId', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb new file mode 100644 index 0000000000..d6821dfd3d --- /dev/null +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb @@ -0,0 +1,96 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::ServiceBus::Mgmt::V2017_04_01 + module Models + # + # The response from the List namespace operation. + # + class VirtualNetworkRuleListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] Result of the List VirtualNetwork + # Rules operation. + attr_accessor :value + + # @return [String] Link to the next set of results. Not empty if Value + # contains an incomplete list of VirtualNetwork Rules + attr_accessor :next_link + + # return [Proc] with next page method call. + attr_accessor :next_method + + # + # Gets the rest of the items for the request, enabling auto-pagination. + # + # @return [Array] operation results. + # + def get_all_items + items = @value + page = self + while page.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [VirtualNetworkRuleListResult] with next page content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for VirtualNetworkRuleListResult class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'VirtualNetworkRuleListResult', + type: { + name: 'Composite', + class_name: 'VirtualNetworkRuleListResult', + model_properties: { + value: { + required: false, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'VirtualNetworkRuleElementType', + type: { + name: 'Composite', + class_name: 'VirtualNetworkRule' + } + } + } + }, + next_link: { + required: false, + serialized_name: 'nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb index 8f77f97e29..55fb3339e7 100644 --- a/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb +++ b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb @@ -1205,6 +1205,885 @@ def regenerate_keys_async(resource_group_name, namespace_name, authorization_rul promise.execute end + # + # This operation Migrate the given namespace to provided name type + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param parameters [SBNamespaceMigrate] Parameters supplied to migrate + # namespace type. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def migrate(resource_group_name, namespace_name, parameters, custom_headers = nil) + response = migrate_async(resource_group_name, namespace_name, parameters, custom_headers).value! + nil + end + + # + # This operation Migrate the given namespace to provided name type + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param parameters [SBNamespaceMigrate] Parameters supplied to migrate + # namespace type. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def migrate_with_http_info(resource_group_name, namespace_name, parameters, custom_headers = nil) + migrate_async(resource_group_name, namespace_name, parameters, custom_headers).value! + end + + # + # This operation Migrate the given namespace to provided name type + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param parameters [SBNamespaceMigrate] Parameters supplied to migrate + # namespace type. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def migrate_async(resource_group_name, namespace_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.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? + fail ArgumentError, 'parameters is nil' if parameters.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate.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.ServiceBus/namespaces/{namespaceName}/migrate' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'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(:post, path_template, options) + + 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 + end + + promise.execute + end + + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Array] operation results. + # + def list_ip_filter_rules(resource_group_name, namespace_name, custom_headers = nil) + first_page = list_ip_filter_rules_as_lazy(resource_group_name, namespace_name, custom_headers) + first_page.get_all_items + end + + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_ip_filter_rules_with_http_info(resource_group_name, namespace_name, custom_headers = nil) + list_ip_filter_rules_async(resource_group_name, namespace_name, custom_headers).value! + end + + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_ip_filter_rules_async(resource_group_name, namespace_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/ipfilterrules' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Creates or updates an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param parameters [IpFilterRule] The Namespace IpFilterRule. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [IpFilterRule] operation results. + # + def create_or_update_ip_filter_rule(resource_group_name, namespace_name, ip_filter_rule_name, parameters, custom_headers = nil) + response = create_or_update_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Creates or updates an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param parameters [IpFilterRule] The Namespace IpFilterRule. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def create_or_update_ip_filter_rule_with_http_info(resource_group_name, namespace_name, ip_filter_rule_name, parameters, custom_headers = nil) + create_or_update_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, parameters, custom_headers).value! + end + + # + # Creates or updates an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param parameters [IpFilterRule] The Namespace IpFilterRule. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def create_or_update_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'ip_filter_rule_name is nil' if ip_filter_rule_name.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 = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule.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.ServiceBus/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'ipFilterRuleName' => ip_filter_rule_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Deletes an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def delete_ip_filter_rule(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + response = delete_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers).value! + nil + end + + # + # Deletes an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def delete_ip_filter_rule_with_http_info(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + delete_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers).value! + end + + # + # Deletes an IpFilterRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def delete_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'ip_filter_rule_name is nil' if ip_filter_rule_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'ipFilterRuleName' => ip_filter_rule_name,'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(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 || 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 + end + + promise.execute + end + + # + # Gets an IpFilterRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [IpFilterRule] operation results. + # + def get_ip_filter_rule(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + response = get_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets an IpFilterRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def get_ip_filter_rule_with_http_info(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + get_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers).value! + end + + # + # Gets an IpFilterRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param ip_filter_rule_name [String] The IP Filter Rule name. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def get_ip_filter_rule_async(resource_group_name, namespace_name, ip_filter_rule_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'ip_filter_rule_name is nil' if ip_filter_rule_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'ipFilterRuleName' => ip_filter_rule_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Array] operation results. + # + def list_virtual_network_rules(resource_group_name, namespace_name, custom_headers = nil) + first_page = list_virtual_network_rules_as_lazy(resource_group_name, namespace_name, custom_headers) + first_page.get_all_items + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_virtual_network_rules_with_http_info(resource_group_name, namespace_name, custom_headers = nil) + list_virtual_network_rules_async(resource_group_name, namespace_name, custom_headers).value! + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_virtual_network_rules_async(resource_group_name, namespace_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Creates or updates an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param parameters [VirtualNetworkRule] The Namespace VirtualNetworkRule. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [VirtualNetworkRule] operation results. + # + def create_or_update_virtual_network_rule(resource_group_name, namespace_name, virtual_network_rule_name, parameters, custom_headers = nil) + response = create_or_update_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Creates or updates an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param parameters [VirtualNetworkRule] The Namespace VirtualNetworkRule. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def create_or_update_virtual_network_rule_with_http_info(resource_group_name, namespace_name, virtual_network_rule_name, parameters, custom_headers = nil) + create_or_update_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, parameters, custom_headers).value! + end + + # + # Creates or updates an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param parameters [VirtualNetworkRule] The Namespace VirtualNetworkRule. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def create_or_update_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.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 = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule.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.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'virtualNetworkRuleName' => virtual_network_rule_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Deletes an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def delete_virtual_network_rule(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + response = delete_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers).value! + nil + end + + # + # Deletes an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def delete_virtual_network_rule_with_http_info(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + delete_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers).value! + end + + # + # Deletes an VirtualNetworkRule for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def delete_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'virtualNetworkRuleName' => virtual_network_rule_name,'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(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 || 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 + end + + promise.execute + end + + # + # Gets an VirtualNetworkRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [VirtualNetworkRule] operation results. + # + def get_virtual_network_rule(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + response = get_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets an VirtualNetworkRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def get_virtual_network_rule_with_http_info(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + get_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers).value! + end + + # + # Gets an VirtualNetworkRule for a Namespace by rule name. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param virtual_network_rule_name [String] The Virtual Network Rule name. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def get_virtual_network_rule_async(resource_group_name, namespace_name, virtual_network_rule_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'namespace_name is nil' if namespace_name.nil? + fail ArgumentError, 'virtual_network_rule_name is nil' if virtual_network_rule_name.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 = {} + + # 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.ServiceBus/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'namespaceName' => namespace_name,'virtualNetworkRuleName' => virtual_network_rule_name,'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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + # # Creates or updates a service namespace. Once created, this namespace's # resource manifest is immutable. This operation is idempotent. @@ -1678,6 +2557,180 @@ def list_authorization_rules_next_async(next_page_link, custom_headers = nil) promise.execute end + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [IpFilterRuleListResult] operation results. + # + def list_ip_filter_rules_next(next_page_link, custom_headers = nil) + response = list_ip_filter_rules_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_ip_filter_rules_next_with_http_info(next_page_link, custom_headers = nil) + list_ip_filter_rules_next_async(next_page_link, custom_headers).value! + end + + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_ip_filter_rules_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # 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 + + options = { + 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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [VirtualNetworkRuleListResult] operation results. + # + def list_virtual_network_rules_next(next_page_link, custom_headers = nil) + response = list_virtual_network_rules_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_virtual_network_rules_next_with_http_info(next_page_link, custom_headers = nil) + list_virtual_network_rules_next_async(next_page_link, custom_headers).value! + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_virtual_network_rules_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # 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 + + options = { + 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, options) + + 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? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + # # Gets all the available namespaces within the subscription, irrespective of # the resource groups. @@ -1744,5 +2797,51 @@ def list_authorization_rules_as_lazy(resource_group_name, namespace_name, custom end end + # + # Gets a list of IP Filter rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [IpFilterRuleListResult] which provide lazy access to pages of the + # response. + # + def list_ip_filter_rules_as_lazy(resource_group_name, namespace_name, custom_headers = nil) + response = list_ip_filter_rules_async(resource_group_name, namespace_name, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_ip_filter_rules_next_async(next_page_link, custom_headers) + end + page + end + end + + # + # Gets a list of VirtualNetwork rules for a Namespace. + # + # @param resource_group_name [String] Name of the Resource group within the + # Azure subscription. + # @param namespace_name [String] The namespace name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [VirtualNetworkRuleListResult] which provide lazy access to pages of + # the response. + # + def list_virtual_network_rules_as_lazy(resource_group_name, namespace_name, custom_headers = nil) + response = list_virtual_network_rules_async(resource_group_name, namespace_name, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_virtual_network_rules_next_async(next_page_link, custom_headers) + end + page + end + end + end end diff --git a/management/azure_mgmt_service_bus/lib/azure_mgmt_service_bus.rb b/management/azure_mgmt_service_bus/lib/azure_mgmt_service_bus.rb index d53e26c661..f856bc4b84 100644 --- a/management/azure_mgmt_service_bus/lib/azure_mgmt_service_bus.rb +++ b/management/azure_mgmt_service_bus/lib/azure_mgmt_service_bus.rb @@ -2,6 +2,6 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require '2015-08-01/generated/azure_mgmt_service_bus' require '2017-04-01/generated/azure_mgmt_service_bus' +require '2015-08-01/generated/azure_mgmt_service_bus' require 'profiles/latest/servicebus_latest_profile_client' diff --git a/management/azure_mgmt_service_bus/lib/profiles/latest/modules/servicebus_profile_module.rb b/management/azure_mgmt_service_bus/lib/profiles/latest/modules/servicebus_profile_module.rb index 21e75be986..19f8e4234d 100644 --- a/management/azure_mgmt_service_bus/lib/profiles/latest/modules/servicebus_profile_module.rb +++ b/management/azure_mgmt_service_bus/lib/profiles/latest/modules/servicebus_profile_module.rb @@ -19,38 +19,48 @@ module Mgmt Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + NameSpaceType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType + AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay - SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult - Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination - SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult - MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult - PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult - ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult - SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + IPAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IPAction + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + SBNamespaceMigrate = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + IpFilterRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult - AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter - SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + VirtualNetworkRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace @@ -65,12 +75,9 @@ module Models Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + IpFilterRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule + VirtualNetworkRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason end # @@ -128,6 +135,24 @@ def method_missing(method, *args) end class ModelClasses + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def name_space_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType + end + def access_rights + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end + def entity_status + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + end + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + end def filter_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end @@ -140,90 +165,102 @@ def provisioning_state_dr def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + def ipaction + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IPAction end - def sbqueue_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def destination - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination + def operation_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult end - def sbtopic_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end - def migration_config_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end - def premium_messaging_regions_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + def sbsku + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end - def arm_disaster_recovery_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + def sbnamespace_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def sbsubscription_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + end + def sbnamespace_migrate + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate + end + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def message_count_details Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def premium_messaging_regions_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + def ip_filter_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - end - def sbnamespace_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - end - def operation_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + def sbqueue_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end - def authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + def premium_messaging_regions_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def sbtopic_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end + def sbsubscription_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult + end def action Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end + def destination + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination + end + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def premium_messaging_regions_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult + end def event_hub_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter - end - def sbsku - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def migration_config_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult end def rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end + def arm_disaster_recovery_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult + end + def virtual_network_rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRuleListResult + end def tracked_resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end @@ -266,23 +303,14 @@ def arm_disaster_recovery def migration_config_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def sku_name - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + def ip_filter_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + def virtual_network_rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule end - def entity_status - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end end end