diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 20c368304f..834acb1521 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,15 +8,6 @@ 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 @@ -46,6 +37,15 @@ 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 end class ComputerVisionDataClass @@ -77,33 +77,6 @@ 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 @@ -191,6 +164,33 @@ 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 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 60e3ce55ad..cade4c5ea6 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,20 +6,17 @@ module Azure::Profiles::Latest module ContentModerator - 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 + ListManagementTermLists = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTermLists + ListManagementImage = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementImage + ListManagementTerm = Azure::CognitiveServices::ContentModerator::V1_0::ListManagementTerm 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 @@ -47,37 +44,40 @@ 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 FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification - 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 + Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem - CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR - Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + 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 :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 + attr_reader :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :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) - @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 + @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 @model_classes = ModelClasses.new end @@ -118,15 +118,6 @@ 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 @@ -208,9 +199,6 @@ 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 @@ -229,56 +217,59 @@ def create_video_reviews_body_item def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end - def image_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end - def status - Azure::CognitiveServices::ContentModerator::V1_0::Models::Status - end - def screen - Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - end def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end - def detected_language - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + def screen + Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end - def create_review_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + def detected_language + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end - def content - Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + def create_review_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end - def azure_region_base_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + def create_review_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + end + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + end + def content + Azure::CognitiveServices::ContentModerator::V1_0::Models::Content end def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl @@ -286,8 +277,17 @@ def image_url def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + def azure_region_base_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + 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 diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index f65a98f50a..665ea3cdaa 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 - 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 + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch 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 - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end class CustomSearchDataClass @@ -60,30 +60,21 @@ def method_missing(method, *args) end class ModelClasses - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end def error_code Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat 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 @@ -93,9 +84,6 @@ def response_base 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 @@ -111,12 +99,24 @@ def web_web_answer def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + 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 error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + end + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end + def creative_work + Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + end 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 1926ee5f12..ec74f8d9b9 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,20 +9,8 @@ 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 @@ -30,12 +18,13 @@ module Models Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place - Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution + MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness + Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License @@ -52,9 +41,20 @@ module Models Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + 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 end class EntitySearchDataClass @@ -87,48 +87,12 @@ 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 @@ -150,11 +114,8 @@ def postal_address def place Azure::CognitiveServices::EntitySearch::V1_0::Models::Place end - def organization - Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible @@ -162,12 +123,18 @@ def intangible def contractual_rules_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution end + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end + def organization + Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization + end def tourist_attraction Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction end @@ -216,14 +183,47 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + end + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + end def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + 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 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 76100ab51e..f36b896cfb 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,29 +6,19 @@ module Azure::Profiles::Latest module Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson - PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson + PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations 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 GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult - HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose + Error = Azure::CognitiveServices::Face::V1_0::Models::Error IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate @@ -44,25 +34,35 @@ module Models PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair 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 + Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair - NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest + NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup 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 - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose + TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end class FaceDataClass - attr_reader :person_group_person, :person_group_operations, :face_list_operations, :face, :configurable, :base_url, :options, :model_classes + attr_reader :face_list_operations, :face, :person_group_person, :person_group_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -72,10 +72,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @person_group_person = @client_0.person_group_person - @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations @face = @client_0.face + @person_group_person = @client_0.person_group_person + @person_group_operations = @client_0.person_group_operations @model_classes = ModelClasses.new end @@ -94,36 +94,6 @@ 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 @@ -142,8 +112,8 @@ def face_landmarks def group_result Azure::CognitiveServices::Face::V1_0::Models::GroupResult end - def head_pose - Azure::CognitiveServices::Face::V1_0::Models::HeadPose + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def identify_request Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest @@ -190,27 +160,27 @@ def facial_hair def coordinate Azure::CognitiveServices::Face::V1_0::Models::Coordinate end - def emotion - Azure::CognitiveServices::Face::V1_0::Models::Emotion - end def occlusion Azure::CognitiveServices::Face::V1_0::Models::Occlusion end def noise Azure::CognitiveServices::Face::V1_0::Models::Noise end + def emotion + Azure::CognitiveServices::Face::V1_0::Models::Emotion + 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 detected_face Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end def update_person_face_request Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest end + def name_and_user_data_contract + Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + end def image_url Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end @@ -220,20 +190,50 @@ def training_status def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup 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 blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + def head_pose + Azure::CognitiveServices::Face::V1_0::Models::HeadPose + 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 find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + end + def azure_regions + Azure::CognitiveServices::Face::V1_0::Models::AzureRegions 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 2a8e54cb2a..03a73124eb 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,26 +9,15 @@ 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 + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - 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 - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -59,14 +48,25 @@ module Models ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error 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 + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + 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 end class ImageSearchDataClass @@ -99,54 +99,21 @@ 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 response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end @@ -156,8 +123,8 @@ def media_object def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule @@ -249,30 +216,63 @@ def image_aspect def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def freshness Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end 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 + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + def image_license + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense 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_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + 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 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 ce08bae287..8558081e4e 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 + ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase 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 + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - 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,35 +65,65 @@ def method_missing(method, *args) end class ModelClasses - def news_article - Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + def error_sub_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def news - Azure::CognitiveServices::NewsSearch::V1_0::Models::News + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end + def news_article + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end def response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + def news + Azure::CognitiveServices::NewsSearch::V1_0::Models::News + end + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable end def answer Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer @@ -107,36 +137,6 @@ def creative_work def error_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - end - 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 end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 7d6bbaeacb..68691614ae 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -20,45 +20,41 @@ 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 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 - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + SBNamespaceMigrate = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - IpFilterRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter 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 - AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - 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 + PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult 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 - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription 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 PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + NameSpaceType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - VirtualNetworkRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule + AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - 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 @@ -78,7 +74,6 @@ 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 @@ -121,9 +116,6 @@ 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 @@ -142,47 +134,41 @@ def tracked_resource def operation Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + def sbnamespace_migrate + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceMigrate end def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def ip_filter_rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + end + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end - 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 sbsubscription_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end 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 + def premium_messaging_regions_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + end + def migration_config_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult end def sbnamespace Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace @@ -193,38 +179,41 @@ 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 resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + end + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end 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 + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def name_space_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::NameSpaceType end def migration_config_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def virtual_network_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + end + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end def sbtopic_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult @@ -232,12 +221,6 @@ def sbtopic_list_result def key_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType end - 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 end @@ -295,9 +278,6 @@ 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 c8c05f3c5a..0b683f1aa5 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,40 +7,39 @@ 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 - AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory + AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AvailableOperationDisplay ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClusterHealthPolicy - ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName + 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 + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName + ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList 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 +51,32 @@ module Models EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::EndpointRangeDescription ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NodeTypeDescription + CertificateDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription 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 - OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult + OperationListResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource - ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate - VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource - ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties - ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate + ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties - Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties - StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties + ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate + StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties Cluster = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster + OperationResult = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult + Resource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource ProvisioningState = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState end class ServiceFabricManagementClass - attr_reader :clusters, :cluster_versions, :operations, :application_type, :service, :version, :application, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :version, :application, :clusters, :cluster_versions, :application_type, :service, :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,9 +111,6 @@ 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 @@ -123,9 +120,6 @@ def error_model 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 @@ -135,57 +129,60 @@ 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 azure_active_directory - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::AzureActiveDirectory + 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 client_certificate_common_name - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateCommonName + 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 + 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 + end def client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ClientCertificateThumbprint end @@ -219,6 +216,9 @@ def service_resource_list def node_type_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NodeTypeDescription end + def certificate_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::CertificateDescription + end def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end @@ -228,20 +228,17 @@ def singleton_partition_scheme_description 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 operation_result - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationResult + def operation_list_result + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::OperationListResult end def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end - def application_type_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + def version_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource end def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties @@ -249,36 +246,39 @@ def service_properties def application_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end - 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 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 + 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 end - def resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Resource + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end 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 - end def stateless_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties end + def service_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate + end + def stateful_service_update_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties + end def cluster Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::Cluster 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 + end def provisioning_state Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProvisioningState end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 37a750322a..f789dde820 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -13,25 +13,25 @@ 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 - Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + 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 - 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 + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end class SignalrManagementClass @@ -71,24 +71,12 @@ def tracked_resource 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 @@ -101,33 +89,45 @@ def name_availability def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def operation - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + 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_rkeys + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end 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 + 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 signal_rkeys - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end - def service_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource 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 + def service_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end + def provisioning_state + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState + end 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 db0339201c..eff98641aa 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,7 +8,6 @@ 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 @@ -19,9 +18,10 @@ module Models 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 end class SpellCheckDataClass @@ -53,9 +53,6 @@ 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 @@ -86,15 +83,18 @@ def response_base 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 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 e62d0be3e6..af9e78b708 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,16 +7,20 @@ module Azure::Profiles::Latest module SQL module Mgmt + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages 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 + ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies DataMaskingRules = Azure::SQL::Mgmt::V2014_04_01::DataMaskingRules - TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations Extensions = Azure::SQL::Mgmt::V2014_04_01::Extensions DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations + TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations ElasticPools = Azure::SQL::Mgmt::V2014_04_01::ElasticPools GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies Queries = Azure::SQL::Mgmt::V2014_04_01::Queries @@ -25,35 +29,32 @@ module Mgmt RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators - ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives - ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities + ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities - ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions - TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors 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 + TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities Capabilities = Azure::SQL::Mgmt::V2014_04_01::Capabilities - 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 + FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + 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 + DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs 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 @@ -67,7 +68,6 @@ 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,9 +75,9 @@ 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 - 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 + ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies module Models @@ -128,37 +128,37 @@ 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 + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult 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 + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - 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 - DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor 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 + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse ElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration 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 + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity @@ -176,126 +176,117 @@ module Models ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus 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 ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState 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 + DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState 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 + ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy 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 - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType 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 + GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction 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 + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit 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 + QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole - OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay - OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName 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 + OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay 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 + OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity - SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable + SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable - SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn ManagedInstanceListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceListResult EncryptionProtectorListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtectorListResult - SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn + SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation FailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint - RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo + SyncFullSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn SyncGroupLogProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogProperties - RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo + RecommendedActionStateInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo 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 + RecommendedActionErrorInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult + RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo 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 - FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult 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 SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties - SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult + SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult 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 - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup 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 - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + 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 - 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 + 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 - 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 + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState 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 @@ -310,70 +301,79 @@ 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 - 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 + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy + DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem 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 - DatabaseOperation = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential 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 + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias - CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode - ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState DatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus - CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + ManagementOperationState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + CreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode DatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + ProxyResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + CatalogCollationType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + TrackedResource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType 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 - 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 + BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + 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 + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + Resource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + 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 + 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 end class SQLManagementClass - 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 + attr_reader :database_connection_policies, :server_usages, :database_table_auditing_policies, :database_usages, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :database_threat_detection_policies, :server_connection_policies, :data_masking_policies, :data_masking_rules, :extensions, :disaster_recovery_configurations, :transparent_data_encryption_configurations, :elastic_pools, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :server_table_auditing_policies, :transparent_data_encryption_activities, :capabilities, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :operations, :database_automatic_tuning_operations, :servers, :server_advisors, :sync_members, :sync_agents, :sync_groups, :subscription_usages, :virtual_network_rules, :database_recommended_actions, :database_advisors, :firewall_rules, :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 def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -383,16 +383,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @database_connection_policies = @client_0.database_connection_policies + @server_usages = @client_0.server_usages + @database_table_auditing_policies = @client_0.database_table_auditing_policies + @database_usages = @client_0.database_usages @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 + @server_connection_policies = @client_0.server_connection_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 @extensions = @client_0.extensions @disaster_recovery_configurations = @client_0.disaster_recovery_configurations + @transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations @elastic_pools = @client_0.elastic_pools @geo_backup_policies = @client_0.geo_backup_policies @queries = @client_0.queries @@ -401,18 +405,14 @@ def initialize(configurable, base_url=nil, options=nil) @recommended_elastic_pools = @client_0.recommended_elastic_pools @replication_links = @client_0.replication_links @server_azure_adadministrators = @client_0.server_azure_adadministrators - @server_communication_links = @client_0.server_communication_links @service_objectives = @client_0.service_objectives - @elastic_pool_activities = @client_0.elastic_pool_activities + @server_communication_links = @client_0.server_communication_links @elastic_pool_database_activities = @client_0.elastic_pool_database_activities - @service_tier_advisors = @client_0.service_tier_advisors + @elastic_pool_activities = @client_0.elastic_pool_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions - @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities + @service_tier_advisors = @client_0.service_tier_advisors @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 + @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities @capabilities = @client_0.capabilities @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -420,21 +420,21 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @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 + @failover_groups = @client_1.failover_groups @managed_instances = @client_1.managed_instances @server_keys = @client_1.server_keys + @operations = @client_1.operations + @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @servers = @client_1.servers - @sync_groups = @client_1.sync_groups + @server_advisors = @client_1.server_advisors @sync_members = @client_1.sync_members @sync_agents = @client_1.sync_agents - @virtual_network_rules = @client_1.virtual_network_rules + @sync_groups = @client_1.sync_groups @subscription_usages = @client_1.subscription_usages + @virtual_network_rules = @client_1.virtual_network_rules + @database_recommended_actions = @client_1.database_recommended_actions + @database_advisors = @client_1.database_advisors @firewall_rules = @client_1.firewall_rules @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -442,6 +442,7 @@ def initialize(configurable, base_url=nil, options=nil) @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 @@ -455,7 +456,6 @@ 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 - @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_dns_aliases = @client_2.server_dns_aliases + @restore_points = @client_2.restore_points @server_security_alert_policies = @client_2.server_security_alert_policies @model_classes = ModelClasses.new @@ -630,11 +630,14 @@ def service_objective_capability def check_name_availability_request Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest end + def query_metric + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + 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 + def query_interval + Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult @@ -642,8 +645,8 @@ def recoverable_database_list_result def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end def advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult @@ -651,14 +654,14 @@ def advisor_list_result def query_statistic Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult 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 + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult @@ -666,38 +669,38 @@ def query_statistic_list_result 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 + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + def backup_long_term_retention_vault + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption 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 data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end def elastic_pool_update Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolUpdate end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + 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 import_request Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest @@ -705,24 +708,21 @@ def import_request def geo_backup_policy Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end - def import_export_response - Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - end - def elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPool + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration 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 replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + end def service_objective Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective end @@ -774,29 +774,32 @@ def transparent_data_encryption_status def recommended_index_action Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction end - def recommended_index_state - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState - end 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 recommended_index_state + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + end def security_alert_policy_email_account_admins Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins end def security_alert_policy_use_server_default Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault end + def data_masking_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + 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 + def disaster_recovery_configuration_auto_failover + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover end def data_masking_rule_state Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState @@ -807,8 +810,8 @@ def disaster_recovery_configuration_role 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 + def elastic_pool_edition + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition end def disaster_recovery_configuration_failover_policy Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy @@ -816,11 +819,11 @@ def disaster_recovery_configuration_failover_policy def storage_key_type Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end - def metric_name - Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType end - def elastic_pool_edition - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + def unit_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitType end def geo_backup_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState @@ -828,11 +831,11 @@ def geo_backup_policy_state def unit_definition_type Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction end - def unit_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + def query_execution_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType end def primary_aggregation_type Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType @@ -840,11 +843,11 @@ def primary_aggregation_type def query_metric_unit Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end - def query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end - def query_execution_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion end def query_observed_metric_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType @@ -852,99 +855,87 @@ def query_observed_metric_type def transparent_data_encryption_activity_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus end - 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 operation_display - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def operation_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + def metric_name + Azure::SQL::Mgmt::V2014_04_01::Models::MetricName end def server_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult end - 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 + def operation_display + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay 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 managed_instance_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate end + def operation_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + end def firewall_rule_list Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList end def resource_identity Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity end - 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_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end + def sync_group_schema + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + end def sync_full_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable end - 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 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 + def sync_group_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn + end + def operation + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end def failover_group_read_only_endpoint Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadOnlyEndpoint end - def recommended_action_state_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo + def sync_full_schema_table_column + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTableColumn end 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 + def recommended_action_state_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionStateInfo end 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 sync_full_schema_properties_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + def recommended_action_error_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionErrorInfo end def server_key_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end + def recommended_action_metric_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo + end def sync_group_log_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end @@ -963,65 +954,92 @@ 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 failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint + def sync_member_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult end def failover_group_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate end - def sync_agent_linked_database_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult - end def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end 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 + def sync_agent_linked_database_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - 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 proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + def sync_full_schema_properties_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult + end + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + end + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + end + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + end + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + end def managed_instance Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + 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 advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + 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 recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy @@ -1032,108 +1050,63 @@ def implementation_method def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def automatic_tuning_mode - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ReadWriteEndpointFailoverPolicy + 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 + end def identity_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - 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 end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + 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 end 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 end - 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 + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState 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 @@ -1176,9 +1149,6 @@ 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 @@ -1188,12 +1158,6 @@ def job_execution_list_result def import_export_database_definition Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition 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 @@ -1203,8 +1167,8 @@ def database_operation_list_result 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 + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end def job_step_output Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput @@ -1212,8 +1176,17 @@ def job_step_output 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 + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + end + def server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy + end + def database_operation + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation + end + def database_vulnerability_assessment_rule_baseline_item + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline @@ -1224,65 +1197,56 @@ def database_vulnerability_assessment def extended_server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy end - def server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy - end - def database_operation - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseOperation - end 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 job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end def job_target_group Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - end - def sku - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Sku + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep 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 job_version Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + 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 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 create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode + def database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus end def management_operation_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagementOperationState end - def database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseStatus + def job_agent_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + def create_mode + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateMode end def database_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseListResult @@ -1290,14 +1254,23 @@ def database_list_result 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 + def proxy_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProxyResource end def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end - def resource - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Resource + def job_step_action_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + end + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + end + def catalog_collation_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CatalogCollationType + end + def tracked_resource + Azure::SQL::Mgmt::V2017_03_01_preview::Models::TrackedResource end def job_step_action_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource @@ -1308,18 +1281,6 @@ def job_step_output_type 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_agent_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - 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 managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end @@ -1332,17 +1293,14 @@ def automatic_tuning_server_mode def automatic_tuning_server_reason Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason 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 + def backup_long_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + end + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end def database Azure::SQL::Mgmt::V2017_03_01_preview::Models::Database @@ -1350,12 +1308,54 @@ def database 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 vulnerability_assessment_policy_baseline_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + 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 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 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 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 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 3d6b318ece..a85b1ae9b9 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -14,50 +14,48 @@ module Mgmt 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 - OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay - TagProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty Restriction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction - ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties + TagProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TagProperty UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty - ProxyResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource + ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties 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 - 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 - TrackedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - DefaultAction = Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction + ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode 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 + 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 + SignedResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource PublicAccess = Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus - HttpProtocol = Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol + ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State + LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration - Services = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services + 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 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 @@ -66,7 +64,7 @@ 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 - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule + Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints 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 @@ -76,7 +74,7 @@ module Models UsageListResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageListResult CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult EncryptionServices = Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices - Endpoints = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Endpoints + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_03_01_preview::Models::VirtualNetworkRule 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 @@ -89,8 +87,10 @@ 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 - LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + 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 end class StorageManagementClass @@ -127,27 +127,6 @@ 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 @@ -166,9 +145,6 @@ 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 @@ -178,23 +154,17 @@ def legal_hold def legal_hold_properties Azure::Storage::Mgmt::V2018_03_01_preview::Models::LegalHoldProperties end - 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 restriction Azure::Storage::Mgmt::V2018_03_01_preview::Models::Restriction end - def immutability_policy_properties - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties + 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 end - def proxy_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProxyResource + def immutability_policy_properties + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyProperties end def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies @@ -205,60 +175,84 @@ def azure_entity_resource def blob_container Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer 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 reason_code - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode - end - def tracked_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::TrackedResource + def immutability_policy + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy end 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 + 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 end - def immutability_policy - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + def bypass + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass end - def signed_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource + 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 reason - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason + def http_protocol + Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol end - def bypass - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + def signed_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SignedResource end def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + end def lease_status Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus end - def http_protocol - Azure::Storage::Mgmt::V2018_03_01_preview::Models::HttpProtocol + 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 lease_state + Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState end def lease_duration Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration end - def services - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Services + 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 + end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountCheckNameAvailabilityParameters end @@ -283,8 +277,8 @@ def encryption def storage_account_regenerate_key_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountRegenerateKeyParameters 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_update_parameters Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountUpdateParameters @@ -313,8 +307,8 @@ def check_name_availability_result def encryption_services Azure::Storage::Mgmt::V2018_03_01_preview::Models::EncryptionServices 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 Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccount @@ -352,11 +346,17 @@ def usage_unit def key_permission Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission end - def lease_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState + def skucapability + Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState + 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 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 3eecf0ac7c..77c66da337 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -10,56 +10,21 @@ 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 + Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts 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 + AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes - BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies 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 @@ -70,85 +35,85 @@ module Models Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics 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 + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule 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 - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - 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 + VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity 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 + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek 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 + 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 + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType 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 - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory 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 + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + 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 + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus 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 + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + 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 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 @@ -173,6 +138,7 @@ module Models SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel @@ -184,10 +150,44 @@ 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 + JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + 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 end class StorSimple8000SeriesManagementClass - 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 + attr_reader :operations, :backups, :jobs, :managers, :devices, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :backup_schedules, :access_control_records, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :backup_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -200,19 +200,19 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @devices = @client_0.devices @alerts = @client_0.alerts @bandwidth_settings = @client_0.bandwidth_settings @cloud_appliances = @client_0.cloud_appliances @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules + @access_control_records = @client_0.access_control_records @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes - @backup_policies = @client_0.backup_policies @storage_account_credentials = @client_0.storage_account_credentials + @backup_policies = @client_0.backup_policies @model_classes = ModelClasses.new end @@ -231,111 +231,6 @@ 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 @@ -366,24 +261,33 @@ def data_statistics def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + 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 nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end def backup_policy Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end def backup_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end @@ -393,9 +297,6 @@ def bandwidth_setting 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 @@ -411,71 +312,56 @@ def manager def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - 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 network_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def time_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end - def volume_container - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + def time_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end def updates Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - end + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + end 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 alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - end - def alert_email_notification_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end def alert_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def alert_email_notification_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity end def volume_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + 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 end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end def metric_definition Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition @@ -483,29 +369,38 @@ def metric_definition def controller_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + 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 + end + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def resource - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + def in_eligibility_category + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus @@ -513,56 +408,68 @@ def encryption_status def authorization_eligibility Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end - def in_eligibility_category - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + 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 hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end 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 job_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + end + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + end + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + end + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + end + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + end def net_interface_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + 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 metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType end 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 + end 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 network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - end def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def ssl_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus @@ -570,39 +477,27 @@ def volume_status def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def resource + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end - def device - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + end + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind 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 @@ -675,6 +570,9 @@ def nic_ipv6 def acs_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def storage_account_credential_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList end @@ -708,6 +606,108 @@ 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 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 job_stage + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + end + def device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + end + def remote_management_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + end + def webproxy_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + 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 dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + end + def available_provider_operation_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + 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 backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + end + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + 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 key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + 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 bandwidth_setting_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + end + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + end + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + end + def device_rollover_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + end + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + end + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + end + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + end + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + end + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + 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 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 a81afc98c4..9bb56de320 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,47 +7,15 @@ 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 @@ -55,28 +23,26 @@ module Models 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 - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult 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 + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics @@ -88,10 +54,44 @@ 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 + FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + 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 + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + 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 end class StreamAnalyticsManagementClass - attr_reader :transformations, :functions, :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :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,102 +126,6 @@ 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 @@ -243,42 +147,45 @@ 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 operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def output_start_mode + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end def events_out_of_order_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end - def output_start_mode - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + def output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + 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 sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + end + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + end + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + 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 @@ -291,24 +198,15 @@ 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 def azure_machine_learning_web_service_inputs Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + end def reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource end @@ -342,6 +240,108 @@ 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 function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end + def blob_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + end + def azure_sql_database_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + end + def input_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + end + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + end + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + 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 resource_test_status + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + end + def azure_machine_learning_web_service_output_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + end + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + end + def input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + end + def streaming_job + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + 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 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 output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + end + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + end + def azure_data_lake_store_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + end + def service_bus_topic_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + end + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + end + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + end + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + end + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + 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 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 304d75030c..e1a864cdad 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,9 +60,6 @@ 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 @@ -78,6 +75,9 @@ 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 537a1a99f7..45cbf8ba7a 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -10,12 +10,10 @@ module Mgmt Endpoints = Azure::TrafficManager::Mgmt::V2017_05_01::Endpoints Profiles = Azure::TrafficManager::Mgmt::V2017_05_01::Profiles GeographicHierarchies = Azure::TrafficManager::Mgmt::V2017_05_01::GeographicHierarchies - HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2017_09_01_preview::TrafficManagerUserMetricsKeys + HeatMap = Azure::TrafficManager::Mgmt::V2017_09_01_preview::HeatMap module Models - 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 @@ -29,19 +27,21 @@ 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 - ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource + MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig + TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy 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 + TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel + Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult end class TrafficManagerManagementClass - attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :traffic_manager_user_metrics_keys, :heat_map, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -60,8 +60,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @heat_map = @client_1.heat_map @traffic_manager_user_metrics_keys = @client_1.traffic_manager_user_metrics_keys + @heat_map = @client_1.heat_map @model_classes = ModelClasses.new end @@ -82,12 +82,6 @@ def method_missing(method, *args) end class ModelClasses - 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 @@ -127,8 +121,11 @@ def check_traffic_manager_relative_dns_name_availability_parameters def dns_config Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig end - def proxy_resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource + 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 heat_map_endpoint Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint @@ -136,21 +133,24 @@ def heat_map_endpoint 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 + def tracked_resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource end def traffic_manager_user_metrics_key_model Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel end + def resource + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource + end def delete_operation_result Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index 37a39d914a..7832481f91 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,6 +9,15 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + 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 @@ -21,26 +30,17 @@ module Models VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing - 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 + CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end class VideoSearchDataClass @@ -73,6 +73,33 @@ def method_missing(method, *args) end class ModelClasses + def search_results_answer + Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + end + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + end + def error_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + end + def text_format + Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + 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 @@ -109,6 +136,9 @@ def video_resolution def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end @@ -118,14 +148,11 @@ def query_context def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def video_object Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end - def search_results_answer - Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable @@ -136,38 +163,11 @@ def answer def thing Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing end - def creative_work - Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - end - 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 + def creative_work + Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork 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 50071307d6..e2ff0be9ed 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,21 +7,31 @@ module Azure::Profiles::Latest module Web module Mgmt + Domains = Azure::Web::Mgmt::V2015_04_01::Domains DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider 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 + Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates 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 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 + DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType + DomainType = Azure::Web::Mgmt::V2015_04_01::Models::DomainType + 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 @@ -34,16 +44,11 @@ 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 - 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 + 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 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 @@ -55,142 +60,121 @@ module Models 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 + AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType + 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 CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName - 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 + Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate 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 - 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 + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope + GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection 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 DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection - ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution 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 + AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod 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 + ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData 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 Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation - DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension + MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource - 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 + DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory + CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + 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 + AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier 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 + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment 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 + StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance - TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun - SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo 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 + RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest SiteConfigResource = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob - DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions - StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + 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 + FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot 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 - SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus + StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary 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 - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType 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 + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider 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 @@ -198,56 +182,50 @@ 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 - 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 + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - 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 + HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - 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 + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + 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 + WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + 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 + ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry + PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample + SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + 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 BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem - ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary - 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 + MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity 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 @@ -261,15 +239,13 @@ 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 - OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus - Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation + VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute 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 @@ -279,19 +255,20 @@ 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 - MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + 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 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 @@ -299,35 +276,58 @@ module Models AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry 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 SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection 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 + UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - 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 + WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection 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 + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + 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 Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - 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 + attr_reader :domains, :domain_registration_provider, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :certificates, :provider, :diagnostics, :deleted_web_apps, :recommendations, :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 @@ -337,9 +337,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @domains = @client_0.domains @domain_registration_provider = @client_0.domain_registration_provider @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,11 +354,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @certificates = @client_2.certificates @provider = @client_2.provider @diagnostics = @client_2.diagnostics @deleted_web_apps = @client_2.deleted_web_apps @recommendations = @client_2.recommendations - @certificates = @client_2.certificates @client_3 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -400,6 +400,36 @@ 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 dns_type + Azure::Web::Mgmt::V2015_04_01::Models::DnsType + end + def domain_type + Azure::Web::Mgmt::V2015_04_01::Models::DomainType + 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 @@ -436,35 +466,20 @@ def domain_collection def tld_legal_agreement Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreement end - 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 error_response - Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse - end - def domain_patch_resource - Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource - end - 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 + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end - def domain_status - Azure::Web::Mgmt::V2015_04_01::Models::DomainStatus + def certificate_product_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType end - def dns_type - Azure::Web::Mgmt::V2015_04_01::Models::DnsType + def certificate_email + Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail end - def domain - Azure::Web::Mgmt::V2015_04_01::Models::Domain + def renew_certificate_order_request + Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end - def domain_type - Azure::Web::Mgmt::V2015_04_01::Models::DomainType + def certificate_order_action_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType end def app_service_certificate Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificate @@ -499,69 +514,9 @@ 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 @@ -571,9 +526,15 @@ def csm_operation_description_properties def validate_resource_types Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes end + def app_service_plan_restrictions + Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions + end def in_availability_reason_type Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType 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 @@ -592,23 +553,20 @@ def metric_availability def check_name_resource_types Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes end + def channels + Azure::Web::Mgmt::V2016_03_01::Models::Channels + end def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end - 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 + def certificate + Azure::Web::Mgmt::V2016_03_01::Models::Certificate end def hosting_environment_deployment_info Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo @@ -616,146 +574,137 @@ def hosting_environment_deployment_info 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 metric_specification - Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + 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 end def app_service_environment Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment end - 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 geo_region_collection + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection + 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_web_app_collection Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection end + def solution + Azure::Web::Mgmt::V2016_03_01::Models::Solution + end + def deleted_site + Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite + end + def detector_abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + end + def abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + end + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + 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 deleted_site - Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite - end def recommendation_rule Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule end - def abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + def diagnostic_metric_sample + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection end def response_meta_data Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + def diagnostic_metric_set + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + def recommendation + Azure::Web::Mgmt::V2016_03_01::Models::Recommendation end - def sku_infos - Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + def analysis_data + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + end + def dimension + Azure::Web::Mgmt::V2016_03_01::Models::Dimension + end + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification 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_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 + def data_source + Azure::Web::Mgmt::V2016_03_01::Models::DataSource end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - end - def file_system_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end - def function_secrets - Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + def diagnostic_category_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult + def sku_infos + Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos end - def site_config_resource_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection + def diagnostic_category + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory end - def continuous_web_job - Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob + def csm_operation_display + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay end - def function_envelope - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope + def csm_operation_collection + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig + def source_control + Azure::Web::Mgmt::V2016_03_01::Models::SourceControl end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + def geo_region + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion end - def host_name_binding - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding + def diagnostic_analysis + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end - def msdeploy_log - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog + def diagnostic_detector_response + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse end - def msdeploy_status - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus + def premier_add_on_offer + Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer end - def migrate_my_sql_request - Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + def vnet_parameters + Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters end - def network_features - Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures + def vnet_validation_failure_details + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails end - def process_module_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo + def analysis_definition + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition end - def relay_service_connection_entity - Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + def name_identifier + Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier end def msdeploy Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy @@ -763,8 +712,8 @@ def msdeploy def process_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo end - def process_thread_info - Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment end def site_logs_config Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig @@ -775,6 +724,9 @@ 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 @@ -787,29 +739,26 @@ def site_auth_settings def migrate_my_sql_status Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + def storage_migration_options + Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + end + def network_features + Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures end def site_instance Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance end - def triggered_job_run - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun - end - def site_patch_resource - Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + def process_thread_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo 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 + def restore_request + Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest end def site_config_resource Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource @@ -820,35 +769,44 @@ def storage_migration_response def site_extension_info Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo end + def triggered_job_run + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + end def triggered_job_history Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + def site_patch_resource + Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource end def web_job Azure::Web::Mgmt::V2016_08_01::Models::WebJob 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 storage_migration_options - Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end - def string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + def slot_difference + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference + end + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + end + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot 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 site_source_control - Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + end + def unauthenticated_client_action + Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType @@ -856,6 +814,9 @@ def backup_restore_operation_type def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end + def string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat end @@ -868,44 +829,35 @@ def msdeploy_log_entry_type def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end - 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 + def public_certificate_location + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end - def frequency_unit - Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType 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 - end def web_job_type Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState - end - 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 + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + end + def database_type + Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end def azure_table_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig @@ -928,26 +880,17 @@ def conn_string_value_type_pair def process_module_info_collection Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfoCollection 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 identifier_collection - Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - end 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 end - def enabled_config - Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection end def triggered_job_history_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection @@ -955,56 +898,59 @@ def triggered_job_history_collection def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end - def host_name_binding_collection - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - end def site_cloneability_criterion Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection + 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 process_thread_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfoCollection + 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 + def perf_mon_set + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet end - def slot_difference_collection - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end - def backup_request - Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + def enabled_config + Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig end - def perf_mon_response - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + def perf_mon_counter_collection + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def web_app_instance_collection + Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection + end + def file_system_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig end - def csm_slot_entity - Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageApplicationLogsConfig end - def site_extension_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end - def backup_item - Azure::Web::Mgmt::V2016_08_01::Models::BackupItem + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection end def connection_string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end - def perf_mon_set - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + def perf_mon_response + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end def msdeploy_log_entry Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry @@ -1012,71 +958,59 @@ def msdeploy_log_entry def perf_mon_sample Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample 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 + def slot_difference_collection + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + def csm_slot_entity + Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + def site_config_resource_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + def continuous_web_job + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob end - def auto_heal_actions - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + def function_envelope + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def backup_item + Azure::Web::Mgmt::V2016_08_01::Models::BackupItem end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + def msdeploy_log + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog end - def status_codes_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + def migrate_my_sql_request + Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest end - def requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + def site_extension_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + def backup_request + Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + def msdeploy_status + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + def process_module_info + Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + def host_name_binding + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + def relay_service_connection_entity + Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity end def capability Azure::Web::Mgmt::V2016_09_01::Models::Capability @@ -1117,11 +1051,8 @@ def handler_mapping def site_machine_key Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus - end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation + def vnet_route + Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute end def vnet_info Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo @@ -1129,21 +1060,18 @@ 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 @@ -1171,23 +1099,29 @@ 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 metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + 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 end def usage Azure::Web::Mgmt::V2016_09_01::Models::Usage @@ -1207,9 +1141,6 @@ 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 @@ -1231,35 +1162,35 @@ def hosting_environment_diagnostics def address_response Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def sku_info_collection Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - end def resource_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection end 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 + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end def csm_usage_quota_collection Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + 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 sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def app_service_plan_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def hybrid_connection_collection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty @@ -1267,29 +1198,29 @@ def resource_metric_property 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 + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection 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 stamp_capacity_collection Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + def app_service_environment_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource @@ -1297,12 +1228,81 @@ def worker_pool_resource def app_service_plan_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits end def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + 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 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 3191b0cfaa..bf46df01a0 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 - 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 - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - 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 + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork 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 + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions 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 + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer 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 + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + 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 end class WebSearchDataClass @@ -82,74 +82,20 @@ def method_missing(method, *args) end class ModelClasses - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end - def ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query - end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + def creative_work + Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end def web_web_grouping Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping @@ -163,8 +109,8 @@ def web_web_answer def news Azure::CognitiveServices::WebSearch::V1_0::Models::News end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone @@ -175,11 +121,8 @@ def safe_search def text_format Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images - end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article @@ -190,21 +133,78 @@ def freshness def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response end def intangible Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end def media_object Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + end + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + end + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + 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_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + end + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + end + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + end + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + end + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query + end + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + end + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + end + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end 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 7306c6f10a..a4bc71f5d6 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,37 +34,35 @@ 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 :Operation, '2017-04-01/generated/azure_mgmt_service_bus/models/operation.rb' - autoload :OperationListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb' + autoload :CheckNameAvailabilityResult, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb' + autoload :OperationDisplay, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_display.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 :Operation, '2017-04-01/generated/azure_mgmt_service_bus/models/operation.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 :OperationListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/operation_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 :ErrorResponse, '2017-04-01/generated/azure_mgmt_service_bus/models/error_response.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 :Action, '2017-04-01/generated/azure_mgmt_service_bus/models/action.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 :SqlFilter, '2017-04-01/generated/azure_mgmt_service_bus/models/sql_filter.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 :CorrelationFilter, '2017-04-01/generated/azure_mgmt_service_bus/models/correlation_filter.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 :AuthorizationRuleProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/authorization_rule_properties.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 :RegenerateAccessKeyParameters, '2017-04-01/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb' autoload :SBTopicListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb' + autoload :EventHubListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/event_hub_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 :CheckNameAvailability, '2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.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 :SBSubscriptionListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription_list_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 :PremiumMessagingRegionsProperties, '2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb' + autoload :MigrationConfigListResult, '2017-04-01/generated/azure_mgmt_service_bus/models/migration_config_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' @@ -79,8 +77,6 @@ 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' @@ -92,6 +88,5 @@ 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/namespaces.rb b/management/azure_mgmt_service_bus/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb index 55fb3339e7..9e1790a56f 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 @@ -1304,786 +1304,6 @@ def migrate_async(resource_group_name, namespace_name, parameters, custom_header 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. @@ -2557,180 +1777,6 @@ 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. @@ -2797,51 +1843,5 @@ 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/profiles/latest/modules/servicebus_profile_module.rb b/management/azure_mgmt_service_bus/lib/profiles/latest/modules/servicebus_profile_module.rb index 19f8e4234d..b55948ecb8 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,48 +19,41 @@ 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 - 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 + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse 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 - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails - IpFilterRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult - PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult 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 + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - 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 + PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult 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 @@ -75,9 +68,11 @@ 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 + 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 end # @@ -135,18 +130,6 @@ 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 @@ -165,102 +148,93 @@ def provisioning_state_dr def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def ipaction - Azure::ServiceBus::Mgmt::V2017_04_01::Models::IPAction - end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end - def operation_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end def resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end def sbsku Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end + def operation_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + end def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse 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 operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def message_count_details Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def ip_filter_rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRuleListResult + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end - def premium_messaging_regions_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def sbtopic_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult + 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 check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + 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 + def sbsubscription_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult 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 authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + def premium_messaging_regions_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties 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 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 @@ -303,15 +277,21 @@ def arm_disaster_recovery def migration_config_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def ip_filter_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::IpFilterRule - end - def virtual_network_rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::VirtualNetworkRule - 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 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 end end end