From 3c9998134b6aac6d22b018d15cc88be5fde83eef Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Mon, 13 Aug 2018 11:38:55 +0000 Subject: [PATCH] Generated from 05549665a5f0b09fc5e7058ffec2c09d91bf3ab0 managed instance data classification REST API for version 2018-06-01-preview --- .../modules/computervision_profile_module.rb | 56 +- .../contentmoderator_profile_module.rb | 122 ++-- .../modules/customsearch_profile_module.rb | 24 +- .../modules/entitysearch_profile_module.rb | 52 +- .../lib/latest/modules/face_profile_module.rb | 40 +- .../modules/imagesearch_profile_module.rb | 70 +- .../modules/newssearch_profile_module.rb | 44 +- .../modules/spellcheck_profile_module.rb | 38 +- .../latest/modules/storage_profile_module.rb | 86 +-- .../storsimple8000series_profile_module.rb | 414 ++++++------ .../modules/streamanalytics_profile_module.rb | 192 +++--- .../modules/textanalytics_profile_module.rb | 56 +- .../modules/trafficmanager_profile_module.rb | 80 +-- .../modules/videosearch_profile_module.rb | 38 +- .../lib/latest/modules/web_profile_module.rb | 616 +++++++++--------- .../modules/websearch_profile_module.rb | 140 ++-- .../azure_mgmt_sql/sensitivity_labels.rb | 234 +++++++ 17 files changed, 1268 insertions(+), 1034 deletions(-) diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index a943ff0677..e4fc78619c 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,13 @@ module Azure::Profiles::Latest module ComputerVision module Models + ImageCaption = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption + ImageDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription + RecognitionResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult + TagResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult + ImageType = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType + ComputerVisionError = Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionError + CategoryDetail = Azure::CognitiveServices::ComputerVision::V1_0::Models::CategoryDetail ImageUrl = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageUrl ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescriptionDetails TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V1_0::Models::TextOperationStatusCodes @@ -39,13 +46,6 @@ module Models LandmarkResultsLandmarksItem = Azure::CognitiveServices::ComputerVision::V1_0::Models::LandmarkResultsLandmarksItem AdultInfo = Azure::CognitiveServices::ComputerVision::V1_0::Models::AdultInfo LandmarkResults = Azure::CognitiveServices::ComputerVision::V1_0::Models::LandmarkResults - ImageCaption = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption - ImageDescription = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription - RecognitionResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult - TagResult = Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult - ImageType = Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType - ComputerVisionError = Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionError - CategoryDetail = Azure::CognitiveServices::ComputerVision::V1_0::Models::CategoryDetail end class ComputerVisionDataClass @@ -77,6 +77,27 @@ def method_missing(method, *args) end class ModelClasses + def image_caption + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption + end + def image_description + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription + end + def recognition_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult + end + def tag_result + Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult + end + def image_type + Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType + end + def computer_vision_error + Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionError + end + def category_detail + Azure::CognitiveServices::ComputerVision::V1_0::Models::CategoryDetail + end def image_url Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageUrl end @@ -170,27 +191,6 @@ def adult_info def landmark_results Azure::CognitiveServices::ComputerVision::V1_0::Models::LandmarkResults end - def image_caption - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageCaption - end - def image_description - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageDescription - end - def recognition_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::RecognitionResult - end - def tag_result - Azure::CognitiveServices::ComputerVision::V1_0::Models::TagResult - end - def image_type - Azure::CognitiveServices::ComputerVision::V1_0::Models::ImageType - end - def computer_vision_error - Azure::CognitiveServices::ComputerVision::V1_0::Models::ComputerVisionError - end - def category_detail - Azure::CognitiveServices::ComputerVision::V1_0::Models::CategoryDetail - 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 a1da092d2b..005ca36b73 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -6,17 +6,18 @@ module Azure::Profiles::Latest module ContentModerator + 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 - Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews module Models Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList @@ -24,52 +25,51 @@ module Models TermsData = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA - Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata - JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem - Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email - CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem - FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen - VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address @@ -77,7 +77,7 @@ module Models end class ContentModeratorDataClass - attr_reader :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :list_management_image, :list_management_term, :reviews, :configurable, :base_url, :options, :model_classes + attr_reader :list_management_image, :list_management_term, :reviews, :image_moderation, :text_moderation, :list_management_image_lists, :list_management_term_lists, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -87,13 +87,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @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 - @reviews = @client_0.reviews @model_classes = ModelClasses.new end @@ -118,6 +118,9 @@ def image def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def image_ids Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds end @@ -139,17 +142,14 @@ def terms_paging def ipa Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA end - def terms - Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms - end def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end def detected_terms Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end - def job_execution_report_details - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + def terms + Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate @@ -157,8 +157,8 @@ def candidate def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + def job_id + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId end def match_response Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse @@ -166,8 +166,8 @@ def match_response def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end - def job_id - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + def job_execution_report_details + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end def apierror Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError @@ -181,17 +181,14 @@ def transcript_moderation_body_item_terms_item def refresh_index_advanced_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end - def transcript_moderation_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - end def image_additional_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end - def frames - Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames + def transcript_moderation_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end def create_video_reviews_body_item_video_frames_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem @@ -199,36 +196,39 @@ def create_video_reviews_body_item_video_frames_item_metadata_item def email Azure::CognitiveServices::ContentModerator::V1_0::Models::Email end - def create_video_reviews_body_item_video_frames_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + def frames + Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames + end + def pii + Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end def create_video_reviews_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end - def found_faces - Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + def create_video_reviews_body_item_video_frames_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end - def pii - Azure::CognitiveServices::ContentModerator::V1_0::Models::PII + def create_video_reviews_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end - def body_metadata - Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata + def found_faces + Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def create_video_reviews_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end + def body_metadata + Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata + 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 @@ -238,12 +238,18 @@ def video_frame_body_item_reviewer_result_tags_item def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end - def video_frame_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end + def video_frame_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end @@ -259,24 +265,18 @@ def create_review_body_item def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - end def content Azure::CognitiveServices::ContentModerator::V1_0::Models::Content end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end def azure_region_base_url Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl end + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + end def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index abb1d75d38..c697485d86 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,6 +9,8 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase + QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage @@ -16,6 +18,7 @@ module Models SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork @@ -23,11 +26,8 @@ module Models ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat - ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end class CustomSearchDataClass @@ -60,6 +60,12 @@ def method_missing(method, *args) end class ModelClasses + def response_base + Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase + end + def query_context + Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + end def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end @@ -81,6 +87,9 @@ def search_results_answer def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end + def error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + end def answer Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end @@ -102,21 +111,12 @@ def safe_search def text_format Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end - def error_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - end def response Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end - def response_base - Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext - 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 57076b5a24..a826e0428c 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,6 +9,9 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress @@ -24,6 +27,7 @@ module Models License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue EntertainmentBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution @@ -31,14 +35,13 @@ module Models ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment LodgingBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response Restaurant = Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant + Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel - EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase @@ -52,9 +55,6 @@ module Models ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch - ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule - EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject end class EntitySearchDataClass @@ -87,6 +87,15 @@ def method_missing(method, *args) end class ModelClasses + def contractual_rules_contractual_rule + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + end + def entities_entity_presentation_info + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + end + def image_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + end def entities Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities end @@ -132,6 +141,9 @@ def structured_value def entertainment_business Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def movie_theater Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater end @@ -153,29 +165,26 @@ def food_establishment def lodging_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end def restaurant Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant end + def hotel + Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel + end def entity_query_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario end def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def hotel - Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel - end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + def answer_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def answer_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end def error_response Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse @@ -216,15 +225,6 @@ def error_sub_code def safe_search Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end - def contractual_rules_contractual_rule - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule - end - def entities_entity_presentation_info - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - end - def image_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - end 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 a0c47de83c..3d03706818 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,10 +6,10 @@ 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 module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError @@ -31,14 +31,14 @@ module Models FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle - PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace - FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair + Error = Azure::CognitiveServices::Face::V1_0::Models::Error Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair - Error = Azure::CognitiveServices::Face::V1_0::Models::Error + NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl @@ -52,17 +52,17 @@ module Models ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace AzureRegions = Azure::CognitiveServices::Face::V1_0::Models::AzureRegions - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace end class FaceDataClass - attr_reader :person_group_person, :person_group_operations, :face_list_operations, :face, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_operations, :face_list_operations, :face, :person_group_person, :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 @model_classes = ModelClasses.new end @@ -151,11 +151,8 @@ def verify_result def face_rectangle Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle end - def persisted_face - Azure::CognitiveServices::Face::V1_0::Models::PersistedFace - end - def facial_hair - Azure::CognitiveServices::Face::V1_0::Models::FacialHair + def error + Azure::CognitiveServices::Face::V1_0::Models::Error end def coordinate Azure::CognitiveServices::Face::V1_0::Models::Coordinate @@ -172,8 +169,11 @@ def noise def hair Azure::CognitiveServices::Face::V1_0::Models::Hair end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + 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 @@ -214,8 +214,8 @@ def gender def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def name_and_user_data_contract - Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + def facial_hair + Azure::CognitiveServices::Face::V1_0::Models::FacialHair end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType @@ -229,12 +229,12 @@ def training_status_type def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end + def persisted_face + Azure::CognitiveServices::Face::V1_0::Models::PersistedFace + end def azure_regions Azure::CognitiveServices::Face::V1_0::Models::AzureRegions end - def detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - end 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 fa872b3408..0e964949e8 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,6 +9,7 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject @@ -22,38 +23,38 @@ module Models TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule - ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata + ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule - AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion + ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability - ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights - ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize 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 - ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query @@ -66,7 +67,6 @@ module Models ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch - ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end class ImageSearchDataClass @@ -99,6 +99,9 @@ def method_missing(method, *args) end class ModelClasses + def image_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject + end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end @@ -138,8 +141,8 @@ def pivot_suggestions def related_collections_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule end - def image_tags_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse end def recipes_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule @@ -147,6 +150,9 @@ def recipes_module def images_image_metadata Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata end + def image_tags_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + end def image_insights_image_caption Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end @@ -156,9 +162,6 @@ def trending_images_tile def images_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule end - def aggregate_rating - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating - end def offer Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer end @@ -177,12 +180,12 @@ def normalized_rectangle def recognized_entity Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def recognized_entity_region Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion end + def image_insights + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights + end def trending_images Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end @@ -192,32 +195,32 @@ def rating def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def currency Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def image_insights - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights + def aggregate_rating + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating + end + def image_color + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + def image_content + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end def freshness Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end - def image_color - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType - end - def image_content - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + def image_size + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end def image_license Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense @@ -231,8 +234,8 @@ def image_crop_type def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def image_size - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images @@ -270,9 +273,6 @@ def error_sub_code def safe_search Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end - def image_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - 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 a5abeace45..dbdcdb5b4e 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,6 +9,8 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response @@ -16,23 +18,21 @@ module Models News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase + TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer 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 - TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end class NewsSearchDataClass @@ -65,6 +65,12 @@ def method_missing(method, *args) end class ModelClasses + 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 @@ -86,15 +92,15 @@ def news_topic 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 response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end + def trending_topics + Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics + end + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer end @@ -113,14 +119,11 @@ def creative_work def error_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end - def trending_topics - Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - end def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end def error_response Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse @@ -128,15 +131,12 @@ def error_response def text_format Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end - def freshness - Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch end def error Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - 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 dc36c083a1..effc0b54ad 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end class SpellCheckDataClass @@ -53,17 +53,23 @@ def method_missing(method, *args) end class ModelClasses + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + end def identifiable Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end + def error_response + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end def error_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + def spell_check + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion @@ -71,30 +77,24 @@ def spelling_token_suggestion def spelling_flagged_token Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken end - def error_response - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse - end def error_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType end + def response + Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + end def action_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + end def mode Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode end - def spell_check - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - end - def response - Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - 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 884d571299..64c153205f 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -9,24 +9,30 @@ module Storage module Mgmt Operations = Azure::Storage::Mgmt::V2018_03_01_preview::Operations StorageAccounts = Azure::Storage::Mgmt::V2018_03_01_preview::StorageAccounts - Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus Usages = Azure::Storage::Mgmt::V2018_03_01_preview::Usages + Skus = Azure::Storage::Mgmt::V2018_03_01_preview::Skus BlobContainers = Azure::Storage::Mgmt::V2018_03_01_preview::BlobContainers module Models + AzureEntityResource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource + BlobContainer = Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode + KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass 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 - KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission LeaseStatus = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus + Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions LeaseState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState LeaseDuration = Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseDuration ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyState - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType - Permissions = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions ServiceSpecification = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType State = Azure::Storage::Mgmt::V2018_03_01_preview::Models::State OperationDisplay = Azure::Storage::Mgmt::V2018_03_01_preview::Models::OperationDisplay Reason = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Reason @@ -66,6 +72,7 @@ module Models ProvisioningState = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ProvisioningState UsageUnit = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UsageUnit Action = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action + KeyPermission = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission SKUCapability = Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_03_01_preview::Models::AccountSasParameters ListAccountSasResponse = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListAccountSasResponse @@ -84,17 +91,10 @@ module Models UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_03_01_preview::Models::UpdateHistoryProperty 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 - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - ListContainerItem = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - ReasonCode = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode - KeySource = Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource - Bypass = Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass end class StorageManagementClass - attr_reader :operations, :storage_accounts, :skus, :usages, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :storage_accounts, :usages, :skus, :blob_containers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -106,8 +106,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @storage_accounts = @client_0.storage_accounts - @skus = @client_0.skus @usages = @client_0.usages + @skus = @client_0.skus @blob_containers = @client_0.blob_containers @model_classes = ModelClasses.new @@ -127,6 +127,27 @@ def method_missing(method, *args) end class ModelClasses + def azure_entity_resource + Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource + end + def blob_container + Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer + end + def immutability_policy + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy + end + def list_container_item + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem + end + def reason_code + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode + end + def key_source + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource + end + def bypass + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass + end def default_action Azure::Storage::Mgmt::V2018_03_01_preview::Models::DefaultAction end @@ -142,12 +163,12 @@ def signed_resource def public_access Azure::Storage::Mgmt::V2018_03_01_preview::Models::PublicAccess end - def key_permission - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission - end def lease_status Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseStatus end + def permissions + Azure::Storage::Mgmt::V2018_03_01_preview::Models::Permissions + end def lease_state Azure::Storage::Mgmt::V2018_03_01_preview::Models::LeaseState end @@ -157,15 +178,12 @@ def lease_duration 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 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 immutability_policy_update_type + Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicyUpdateType + end def state Azure::Storage::Mgmt::V2018_03_01_preview::Models::State end @@ -283,6 +301,9 @@ def usage_unit def action Azure::Storage::Mgmt::V2018_03_01_preview::Models::Action end + def key_permission + Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeyPermission + end def skucapability Azure::Storage::Mgmt::V2018_03_01_preview::Models::SKUCapability end @@ -337,27 +358,6 @@ def immutability_policy_properties def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - end - def blob_container - Azure::Storage::Mgmt::V2018_03_01_preview::Models::BlobContainer - end - def immutability_policy - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ImmutabilityPolicy - end - def list_container_item - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ListContainerItem - end - def reason_code - Azure::Storage::Mgmt::V2018_03_01_preview::Models::ReasonCode - end - def key_source - Azure::Storage::Mgmt::V2018_03_01_preview::Models::KeySource - end - def bypass - Azure::Storage::Mgmt::V2018_03_01_preview::Models::Bypass - end 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 8011e02615..ccf20b8725 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,92 +7,99 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt - BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules + Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups + AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords + 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 Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices + HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups + BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies - Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers - AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords - Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups - BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings - CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances - DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings module Models + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus - BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus 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 + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource 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 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 @@ -125,6 +132,7 @@ module Models FeatureFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance FeatureList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time 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 @@ -132,11 +140,10 @@ module Models 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 - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time 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 - 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 @@ -144,50 +151,43 @@ module Models 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 Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + 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 - CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end class StorSimple8000SeriesManagementClass - attr_reader :backup_schedules, :operations, :jobs, :hardware_component_groups, :devices, :volumes, :storage_account_credentials, :volume_containers, :backup_policies, :managers, :access_control_records, :alerts, :backups, :bandwidth_settings, :cloud_appliances, :device_settings, :configurable, :base_url, :options, :model_classes + attr_reader :managers, :operations, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :device_settings, :devices, :hardware_component_groups, :backup_schedules, :volumes, :jobs, :storage_account_credentials, :volume_containers, :backup_policies, :backups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,22 +197,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @backup_schedules = @client_0.backup_schedules + @managers = @client_0.managers @operations = @client_0.operations - @jobs = @client_0.jobs - @hardware_component_groups = @client_0.hardware_component_groups + @access_control_records = @client_0.access_control_records + @alerts = @client_0.alerts + @bandwidth_settings = @client_0.bandwidth_settings + @cloud_appliances = @client_0.cloud_appliances + @device_settings = @client_0.device_settings @devices = @client_0.devices + @hardware_component_groups = @client_0.hardware_component_groups + @backup_schedules = @client_0.backup_schedules @volumes = @client_0.volumes + @jobs = @client_0.jobs @storage_account_credentials = @client_0.storage_account_credentials @volume_containers = @client_0.volume_containers @backup_policies = @client_0.backup_policies - @managers = @client_0.managers - @access_control_records = @client_0.access_control_records - @alerts = @client_0.alerts @backups = @client_0.backups - @bandwidth_settings = @client_0.bandwidth_settings - @cloud_appliances = @client_0.cloud_appliances - @device_settings = @client_0.device_settings @model_classes = ModelClasses.new end @@ -231,9 +231,30 @@ def method_missing(method, *args) end class ModelClasses + def nic_ipv4 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + end + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + end + def alert_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + end + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + end + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + end def cloud_appliance_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end + def bandwidth_setting + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end def configure_device_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest end @@ -252,8 +273,8 @@ def manager_extended_info def network_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential @@ -261,8 +282,8 @@ def storage_account_credential def time_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer @@ -270,65 +291,65 @@ def volume_container def alert_scope Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope end - def alert_source_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity end def alert_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end + def alert_source_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + end + def backup_job_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end - def alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType end def volume_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end def controller_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - end - def device_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - end def controller_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def schedule_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def device_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end def device_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + def virtual_machine_api_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end def device_configuration_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus @@ -339,11 +360,11 @@ def authorization_status def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end - def virtual_machine_api_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + 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_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus @@ -354,32 +375,20 @@ def target_eligibility_result_code def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus 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 manager_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - 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 feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end def net_interface_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus @@ -387,11 +396,11 @@ def net_interface_status def iscsiand_cloud_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def owner_ship_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus @@ -399,27 +408,36 @@ def ssl_status def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus end - def monitoring_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end def job_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end def job Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end def volume Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end + def owner_ship_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + end + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + end def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end - def backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus - end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end @@ -435,6 +453,9 @@ def device 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 target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -531,6 +552,9 @@ def cloud_appliance def feature_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def send_test_alert_email_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest end @@ -552,21 +576,18 @@ def hardware_component_group_list def job_error_item Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - 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 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 @@ -588,126 +609,105 @@ def list_failover_targets_request 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 key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key 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_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + def backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + end + def cloud_appliance_configuration_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + end def network_adapter_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList 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_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + 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_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end - def cloud_appliance_configuration_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + 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 manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity 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 + def metric_data + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end def device_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage end - def metric_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + def metric_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def metric_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList - end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + def metrics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - end - def metrics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - end - def alert_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings + def metric_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - end - def bandwidth_setting - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - 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 b69ec05306..cee585da37 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,28 +7,34 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + 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 + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat 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 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 + AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource - AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn + FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties @@ -36,62 +42,56 @@ module Models FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku 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 SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult - ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult 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 - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + 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 - FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :functions, :operations, :subscriptions, :streaming_jobs, :inputs, :outputs, :transformations, :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) + @functions = @client_0.functions @operations = @client_0.operations + @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs @transformations = @client_0.transformations - @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,6 +126,18 @@ def method_missing(method, *args) end class ModelClasses + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + end + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + end + def compatibility_level + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + end + def json_output_serialization_format + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + end def operation_display Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end @@ -144,14 +156,17 @@ def encoding def serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization 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 reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource end - def azure_machine_learning_web_service_input_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn + def function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding end def diagnostics Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics @@ -165,6 +180,9 @@ def diagnostic_condition def output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end def input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties end @@ -186,9 +204,6 @@ def start_streaming_job_parameters def blob_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties end - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end @@ -198,56 +213,47 @@ def azure_sql_database_data_source_properties 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 sub_resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource end - def azure_machine_learning_web_service_output_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult end - def resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + 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 function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def azure_machine_learning_web_service_output_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + 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 transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + 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 streaming_job - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - 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 scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end def output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end def function Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end - def json_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end def java_script_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding @@ -255,53 +261,53 @@ def java_script_function_binding def azure_machine_learning_web_service_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def streaming_job + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + def json_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + def scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end - def event_hub_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end - def function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end - def blob_reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + def event_hub_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + def blob_reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def blob_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -309,8 +315,8 @@ def io_thub_stream_input_data_source def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end - def java_script_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def stream_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties @@ -318,8 +324,8 @@ def stream_input_properties def azure_machine_learning_web_service_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end - def events_out_of_order_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + def blob_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota @@ -327,18 +333,12 @@ def subscription_quota def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end - def json_output_serialization_format - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + def java_script_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters end 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 udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - end def sku_name Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 6a034942a4..8d218cfc7c 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,21 +8,21 @@ module Azure::Profiles::Latest module TextAnalytics module Models + 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 + LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + AzureRegions = Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage - 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 - LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult end class TextAnalyticsDataClass @@ -54,6 +54,24 @@ def method_missing(method, *args) end class ModelClasses + def multi_language_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput + end + def batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput + end + def key_phrase_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem + end + def key_phrase_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult + end + def language_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem + end + def language_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult + end def error_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord end @@ -69,36 +87,18 @@ def sentiment_batch_result def internal_error Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end - def azure_regions - Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions - end def error_response Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse end + def azure_regions + Azure::CognitiveServices::TextAnalytics::V2_0::Models::AzureRegions + end def input Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end - def multi_language_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput - end - def batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - end - def key_phrase_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResultItem - end - def key_phrase_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult - end - def language_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem - end - def language_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult - end end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index adb97ccacf..e7766dba65 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -16,27 +16,27 @@ module Mgmt module Models TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerNameAvailability Region = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region + Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters - DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig MonitorConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy - EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + DnsConfig = Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus - ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus - Profile = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile - ProfileListResult = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + EndpointStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol - Endpoint = Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod - ProfileStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus - HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel - TrafficManagerUserMetricsKeyModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel + ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus TrackedResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource - DeleteOperationResult = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - Resource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource HeatMapEndpoint = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint TrafficFlow = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficFlow QueryExperience = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience + HeatMapModel = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel + 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 ProxyResource = Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end @@ -88,60 +88,48 @@ def traffic_manager_name_availability def region Azure::TrafficManager::Mgmt::V2017_05_01::Models::Region end + def profile + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + end + def profile_list_result + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + end + def endpoint + Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint + end def check_traffic_manager_relative_dns_name_availability_parameters Azure::TrafficManager::Mgmt::V2017_05_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end - def dns_config - Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig - end def monitor_config Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorConfig end def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficManagerGeographicHierarchy end - def endpoint_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus + def dns_config + Azure::TrafficManager::Mgmt::V2017_05_01::Models::DnsConfig end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointMonitorStatus end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus - end - def profile - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Profile + def endpoint_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::EndpointStatus end - def profile_list_result - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileListResult + def profile_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus end def monitor_protocol Azure::TrafficManager::Mgmt::V2017_05_01::Models::MonitorProtocol end - def endpoint - Azure::TrafficManager::Mgmt::V2017_05_01::Models::Endpoint - end def traffic_routing_method Azure::TrafficManager::Mgmt::V2017_05_01::Models::TrafficRoutingMethod end - def profile_status - Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileStatus - end - def heat_map_model - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel - end - def traffic_manager_user_metrics_key_model - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrafficManagerUserMetricsKeyModel + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2017_05_01::Models::ProfileMonitorStatus end def tracked_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::TrackedResource end - def delete_operation_result - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::DeleteOperationResult - end - def resource - Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::Resource - end def heat_map_endpoint Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapEndpoint end @@ -151,6 +139,18 @@ def traffic_flow def query_experience Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::QueryExperience end + def heat_map_model + Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::HeatMapModel + 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 def proxy_resource Azure::TrafficManager::Mgmt::V2017_09_01_preview::Models::ProxyResource end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index c6d4708f37..261f2381db 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,17 +9,19 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject 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 TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule @@ -29,18 +31,16 @@ module Models VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse 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 - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end class VideoSearchDataClass @@ -73,6 +73,12 @@ def method_missing(method, *args) end class ModelClasses + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + end def media_object Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end @@ -91,6 +97,9 @@ def trending_videos_tile def videos Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def trending_videos Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos end @@ -103,9 +112,6 @@ def video_query_scenario def video_length Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def video_pricing Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing end @@ -133,6 +139,9 @@ def pivot_suggestions def search_results_answer Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end def answer Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer end @@ -145,17 +154,14 @@ def creative_work def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable end def safe_search Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end def text_format Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat @@ -163,12 +169,6 @@ def text_format def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - end 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 2fdcfcdbf3..20d98fe54e 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,13 +7,13 @@ module Azure::Profiles::Latest module Web module Mgmt - DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider - Domains = Azure::Web::Mgmt::V2015_04_01::Domains TopLevelDomains = Azure::Web::Mgmt::V2015_04_01::TopLevelDomains - AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders + Domains = Azure::Web::Mgmt::V2015_04_01::Domains + DomainRegistrationProvider = Azure::Web::Mgmt::V2015_04_01::DomainRegistrationProvider CertificateRegistrationProvider = Azure::Web::Mgmt::V2015_08_01::CertificateRegistrationProvider - Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics + AppServiceCertificateOrders = Azure::Web::Mgmt::V2015_08_01::AppServiceCertificateOrders Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates + Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations Provider = Azure::Web::Mgmt::V2016_03_01::Provider @@ -22,11 +22,12 @@ module Mgmt AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models + 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 - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + DnsType = Azure::Web::Mgmt::V2015_04_01::Models::DnsType ErrorResponse = Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse Domain = Azure::Web::Mgmt::V2015_04_01::Models::Domain Contact = Azure::Web::Mgmt::V2015_04_01::Models::Contact @@ -43,35 +44,36 @@ module Models 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 - DomainPatchResource = Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + 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 - AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource - CertificateProductType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType - CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + 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 SiteSealRequest = Azure::Web::Mgmt::V2015_08_01::Models::SiteSealRequest AppServiceCertificateOrder = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrder SiteSeal = Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal + CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + AppServiceCertificateResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest + CertificateOrderStatus = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource - CertificateOrderAction = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource - CertificateDetails = Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails - CertificateOrderActionType = Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - NotificationLevel = Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes 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 + VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + 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 - KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus 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 @@ -86,87 +88,88 @@ module Models GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection - Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + RecommendationRule = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData - AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData Recommendation = Azure::Web::Mgmt::V2016_03_01::Models::Recommendation + ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection - DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection - DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource - DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis - AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition - DiagnosticDetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse - DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + 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 - VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + 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 - SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes - InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType + 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 - MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings MigrateMySqlStatus = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus - RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo RestoreRequest = Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest - SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance - TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig + SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource SitePhpErrorLogFlag = Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource - SiteAuthSettings = Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference SiteConfigResource = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo - StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse + SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + SiteInstance = Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - SitePatchResource = Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus - SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions - StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse - TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig @@ -180,52 +183,54 @@ module Models 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 + HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection + PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection SnapshotCollection = Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection - SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability SiteCloneabilityCriterion = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion - HostNameBindingCollection = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection WebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebJobCollection - ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + SiteCloneability = Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability + SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection PerfMonCounterCollection = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection - HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig - PerfMonSet = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + ContinuousWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection + 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 MSDeployLogEntry = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig - PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection + DeploymentCollection = Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig SiteConfigResourceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection PerfMonSample = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample - SlotDifferenceCollection = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + PerfMonResponse = Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + HttpLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection CsmSlotEntity = Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity BackupItem = Azure::Web::Mgmt::V2016_08_01::Models::BackupItem ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding MSDeployLog = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog - FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope + MigrateMySqlRequest = Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest SiteExtensionInfoCollection = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection - PremierAddOn = Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment MSDeployStatus = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult NetworkFeatures = Azure::Web::Mgmt::V2016_08_01::Models::NetworkFeatures ProcessModuleInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo - BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + RelayServiceConnectionEntity = Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity MSDeploy = Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy ProcessInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessInfo ProcessThreadInfo = Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo - SiteLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig - BackupSchedule = Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule - SiteExtensionInfo = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo - FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + BackupRequest = Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition @@ -233,8 +238,8 @@ module Models HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey Site = Azure::Web::Mgmt::V2016_09_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType AutoHealActionType = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2016_09_01::Models::ConnectionStringType @@ -260,33 +265,33 @@ module Models VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry 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 - HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily 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 + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection 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 + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection 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 @@ -294,12 +299,12 @@ module Models 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 + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions 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 @@ -318,16 +323,11 @@ module Models SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments - VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute - VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo + Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :domain_registration_provider, :domains, :top_level_domains, :app_service_certificate_orders, :certificate_registration_provider, :diagnostics, :certificates, :deleted_web_apps, :recommendations, :provider, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :top_level_domains, :domains, :domain_registration_provider, :certificate_registration_provider, :app_service_certificate_orders, :certificates, :diagnostics, :deleted_web_apps, :recommendations, :provider, :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,25 +337,25 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @domain_registration_provider = @client_0.domain_registration_provider - @domains = @client_0.domains @top_level_domains = @client_0.top_level_domains + @domains = @client_0.domains + @domain_registration_provider = @client_0.domain_registration_provider @client_1 = Azure::Web::Mgmt::V2015_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @app_service_certificate_orders = @client_1.app_service_certificate_orders @certificate_registration_provider = @client_1.certificate_registration_provider + @app_service_certificate_orders = @client_1.app_service_certificate_orders @client_2 = Azure::Web::Mgmt::V2016_03_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @diagnostics = @client_2.diagnostics @certificates = @client_2.certificates + @diagnostics = @client_2.diagnostics @deleted_web_apps = @client_2.deleted_web_apps @recommendations = @client_2.recommendations @provider = @client_2.provider @@ -400,20 +400,23 @@ def method_missing(method, *args) end class ModelClasses + 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 domain_ownership_identifier - Azure::Web::Mgmt::V2015_04_01::Models::DomainOwnershipIdentifier + def dns_type + Azure::Web::Mgmt::V2015_04_01::Models::DnsType end def error_response Azure::Web::Mgmt::V2015_04_01::Models::ErrorResponse @@ -463,8 +466,8 @@ def top_level_domain_agreement_option def tld_legal_agreement_collection Azure::Web::Mgmt::V2015_04_01::Models::TldLegalAgreementCollection end - def domain_patch_resource - Azure::Web::Mgmt::V2015_04_01::Models::DomainPatchResource + def certificate_product_type + Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType end def certificate_email Azure::Web::Mgmt::V2015_08_01::Models::CertificateEmail @@ -472,14 +475,8 @@ def certificate_email def renew_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::RenewCertificateOrderRequest end - def app_service_certificate_resource - Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource - end - def certificate_product_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateProductType - end - def certificate_order_status - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + 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,57 +496,66 @@ def app_service_certificate_order def site_seal Azure::Web::Mgmt::V2015_08_01::Models::SiteSeal end + def certificate_order_action + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction + end + def certificate_details + Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails + end + def app_service_certificate_resource + Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateResource + end def reissue_certificate_order_request Azure::Web::Mgmt::V2015_08_01::Models::ReissueCertificateOrderRequest end + def certificate_order_status + Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderStatus + end def app_service_certificate_order_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificateOrderPatchResource end - def certificate_order_action - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderAction - end def app_service_certificate_patch_resource Azure::Web::Mgmt::V2015_08_01::Models::AppServiceCertificatePatchResource end - def certificate_details - Azure::Web::Mgmt::V2015_08_01::Models::CertificateDetails - end - def certificate_order_action_type - Azure::Web::Mgmt::V2015_08_01::Models::CertificateOrderActionType - end - def geo_region - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion + def in_availability_reason_type + Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType end def metric_availability Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability end - def notification_level - Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel - end def service_specification Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification end - def check_name_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes - end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType end def resource_scope_type Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType end + def notification_level + Azure::Web::Mgmt::V2016_03_01::Models::NotificationLevel + end + def vnet_validation_test_failure + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + end + def vnet_validation_failure_details + Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + end + 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 key_vault_secret_status - Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus - end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def key_vault_secret_status + Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus + end def certificate Azure::Web::Mgmt::V2016_03_01::Models::Certificate end @@ -592,39 +598,39 @@ def deleted_site 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 detector_abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod end def validate_response_error Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - end - def recommendation_rule - Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + def solution + Azure::Web::Mgmt::V2016_03_01::Models::Solution end def abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod end + def recommendation_rule + Azure::Web::Mgmt::V2016_03_01::Models::RecommendationRule + end def diagnostic_metric_sample Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end - def response_meta_data - Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData - end - def analysis_data - Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability end def diagnostic_metric_set Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet end + def analysis_data + Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData + end def recommendation Azure::Web::Mgmt::V2016_03_01::Models::Recommendation end + def response_meta_data + Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData + end def data_source Azure::Web::Mgmt::V2016_03_01::Models::DataSource end @@ -637,35 +643,26 @@ def sku_infos def diagnostic_category_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + def dimension + Azure::Web::Mgmt::V2016_03_01::Models::Dimension end - def detector_definition - Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + def metric_specification + Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def diagnostic_analysis - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection end def analysis_definition Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition end - def diagnostic_detector_response - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorResponse - end - def diagnostic_category - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory - end - def dimension - Azure::Web::Mgmt::V2016_03_01::Models::Dimension - end - def metric_specification - Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification + def diagnostic_analysis + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end def csm_operation_display Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay @@ -673,8 +670,17 @@ def csm_operation_display def csm_operation_collection Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure + 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 @@ -682,11 +688,8 @@ def premier_add_on_offer 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 source_control - Azure::Web::Mgmt::V2016_03_01::Models::SourceControl + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end def app_service_plan_restrictions Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions @@ -703,8 +706,14 @@ def csm_operation_description_properties def validate_resource_types Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes end - def in_availability_reason_type - Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType + def backup_schedule + Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + end + 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 @@ -712,23 +721,23 @@ def public_certificate def restore_response Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse end - def migrate_my_sql_request - Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest + def site_auth_settings + Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings end def migrate_my_sql_status Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlStatus end - def relay_service_connection_entity - Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity - end + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + end def restore_request Azure::Web::Mgmt::V2016_08_01::Models::RestoreRequest end - def site_instance - Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance + def site_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig end - def triggered_job_run - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + def site_patch_resource + Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource end def site_php_error_log_flag Azure::Web::Mgmt::V2016_08_01::Models::SitePhpErrorLogFlag @@ -736,23 +745,26 @@ def site_php_error_log_flag def slot_config_names_resource Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource end - def site_auth_settings - Azure::Web::Mgmt::V2016_08_01::Models::SiteAuthSettings + def slot_difference + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference end def site_config_resource Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResource end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfo + def storage_migration_response + Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse end - def string_dictionary - Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary + def site_extension_info + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + end + def site_instance + Azure::Web::Mgmt::V2016_08_01::Models::SiteInstance end def triggered_job_history Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end - def site_patch_resource - Azure::Web::Mgmt::V2016_08_01::Models::SitePatchResource + def triggered_web_job + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob end def web_job Azure::Web::Mgmt::V2016_08_01::Models::WebJob @@ -763,17 +775,17 @@ def site_source_control def backup_item_status Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end - def slot_difference - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference - end def storage_migration_options Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end - def storage_migration_response - Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse + def string_dictionary + Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary end - def triggered_web_job - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob + def triggered_job_run + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun + end + def dns_verification_test_result + Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult end def azure_resource_type Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType @@ -781,8 +793,8 @@ def azure_resource_type def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def database_type - Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType @@ -790,12 +802,12 @@ def backup_restore_operation_type def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + end def publishing_profile_format Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat end - def dns_verification_test_result - Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - end def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end @@ -805,29 +817,20 @@ def my_sql_migration_type def public_certificate_location Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit 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 unauthenticated_client_action Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + def database_type + Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end def clone_ability_result Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult @@ -835,6 +838,12 @@ def clone_ability_result def site_extension_type Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + end + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider + end def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end @@ -874,11 +883,20 @@ def identifier_collection def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end + def enabled_config + Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig + end + def host_name_binding_collection + Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection + 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 perf_mon_set + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + end + def file_system_application_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig end def triggered_job_history_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection @@ -886,53 +904,41 @@ def triggered_job_history_collection def snapshot_collection Azure::Web::Mgmt::V2016_08_01::Models::SnapshotCollection end - def site_cloneability - Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability - end def site_cloneability_criterion Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneabilityCriterion end - def host_name_binding_collection - Azure::Web::Mgmt::V2016_08_01::Models::HostNameBindingCollection - end def 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 site_cloneability + Azure::Web::Mgmt::V2016_08_01::Models::SiteCloneability end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig + def slot_difference_collection + Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection end def perf_mon_counter_collection Azure::Web::Mgmt::V2016_08_01::Models::PerfMonCounterCollection end - def http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig - end - def file_system_application_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemApplicationLogsConfig + def continuous_web_job_collection + Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobCollection end - def perf_mon_set - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSet + 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 end - def deployment_collection - Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection - end def msdeploy_log_entry Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntry end - def file_system_http_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::FileSystemHttpLogsConfig + def function_envelope_collection + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection end - def perf_mon_response - Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + def deployment_collection + Azure::Web::Mgmt::V2016_08_01::Models::DeploymentCollection end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::AzureBlobStorageHttpLogsConfig end def site_config_resource_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigResourceCollection @@ -940,15 +946,18 @@ def site_config_resource_collection def perf_mon_sample Azure::Web::Mgmt::V2016_08_01::Models::PerfMonSample end - def slot_difference_collection - Azure::Web::Mgmt::V2016_08_01::Models::SlotDifferenceCollection + def perf_mon_response + Azure::Web::Mgmt::V2016_08_01::Models::PerfMonResponse + end + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2016_08_01::Models::SiteConfigurationSnapshotInfoCollection + end + def http_logs_config + Azure::Web::Mgmt::V2016_08_01::Models::HttpLogsConfig end def connection_string_dictionary Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary end - def function_envelope_collection - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelopeCollection - end def csm_slot_entity Azure::Web::Mgmt::V2016_08_01::Models::CsmSlotEntity end @@ -958,8 +967,8 @@ def backup_item def continuous_web_job Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment + def function_envelope + Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end def host_name_binding Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding @@ -967,14 +976,14 @@ def host_name_binding def msdeploy_log Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLog end - def function_envelope - Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope + def migrate_my_sql_request + Azure::Web::Mgmt::V2016_08_01::Models::MigrateMySqlRequest end def site_extension_info_collection Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfoCollection end - def premier_add_on - Azure::Web::Mgmt::V2016_08_01::Models::PremierAddOn + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment end def msdeploy_status Azure::Web::Mgmt::V2016_08_01::Models::MSDeployStatus @@ -988,8 +997,8 @@ def network_features def process_module_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessModuleInfo end - def backup_request - Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest + def relay_service_connection_entity + Azure::Web::Mgmt::V2016_08_01::Models::RelayServiceConnectionEntity end def msdeploy Azure::Web::Mgmt::V2016_08_01::Models::MSDeploy @@ -1000,17 +1009,23 @@ def process_info def process_thread_info Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo end - def site_logs_config - Azure::Web::Mgmt::V2016_08_01::Models::SiteLogsConfig + def backup_request + Azure::Web::Mgmt::V2016_08_01::Models::BackupRequest end - def backup_schedule - Azure::Web::Mgmt::V2016_08_01::Models::BackupSchedule + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def site_extension_info - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionInfo + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping end - def function_secrets - Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets + def site_machine_key + Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey + end + def vnet_route + Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute + end + def vnet_info + Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo end def vnet_gateway Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway @@ -1033,12 +1048,12 @@ def site def app_service_plan Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier - end def metric_definition Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition end + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType end @@ -1114,8 +1129,8 @@ def stamp_capacity def app_service_environment_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics end def address_response Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse @@ -1123,6 +1138,9 @@ def address_response 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 @@ -1132,11 +1150,8 @@ def worker_pool_collection def hybrid_connection_collection Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily end def error_entity Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity @@ -1144,8 +1159,8 @@ def error_entity def usage_collection Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection end def app_service_environment_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource @@ -1153,8 +1168,8 @@ def app_service_environment_resource def resource_metric_property Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo end def app_service_plan_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection @@ -1162,17 +1177,17 @@ def app_service_plan_collection 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 managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def resource_metric_definition_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end def hybrid_connection_limits Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits @@ -1183,17 +1198,17 @@ def csm_usage_quota def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + 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 stamp_capacity_collection + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection end def app_service_environment_patch_resource Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end def slot_swap_status Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus @@ -1216,12 +1231,15 @@ def internal_load_balancing_mode 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 + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction end def cors_settings Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end def auto_heal_custom_action Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction end @@ -1231,9 +1249,6 @@ def compute_mode_options 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 @@ -1288,23 +1303,8 @@ def ramp_up_rule def experiments Azure::Web::Mgmt::V2016_09_01::Models::Experiments end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - end - def site_machine_key - Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - end - def vnet_route - Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute - end - def vnet_info - Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier end end end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index fd0951c2cc..fdd8ff700e 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 + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places 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 Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer News = Azure::CognitiveServices::WebSearch::V1_0::Models::News SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end class WebSearchDataClass @@ -82,30 +82,45 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def freshness + Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + end + def image_object + Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places 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 images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end def answer_type Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end @@ -115,53 +130,53 @@ def news_article def ranking_ranking_item Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - end def query Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer @@ -169,8 +184,8 @@ def search_results_answer def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end def web_web_answer Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer @@ -184,26 +199,11 @@ def spell_suggestions def article Azure::CognitiveServices::WebSearch::V1_0::Models::Article end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - end def error Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def freshness - Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end end end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb index 0e0549b873..31a92619f7 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sensitivity_labels.rb @@ -131,6 +131,123 @@ def list_by_database_async(resource_group_name, server_name, database_name, filt promise.execute end + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param sensitivity_label_source [SensitivityLabelSource] Optional source of + # the sensitivity label. Valid values are current or recommeneded. In not + # specified both returned. Possible values include: 'current', 'recommended' + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database_with_source(resource_group_name, server_name, database_name, sensitivity_label_source, filter = nil, custom_headers = nil) + first_page = list_by_database_with_source_as_lazy(resource_group_name, server_name, database_name, sensitivity_label_source, filter, custom_headers) + first_page.get_all_items + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param sensitivity_label_source [SensitivityLabelSource] Optional source of + # the sensitivity label. Valid values are current or recommeneded. In not + # specified both returned. Possible values include: 'current', 'recommended' + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database_with_source_with_http_info(resource_group_name, server_name, database_name, sensitivity_label_source, filter = nil, custom_headers = nil) + list_by_database_with_source_async(resource_group_name, server_name, database_name, sensitivity_label_source, filter, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param sensitivity_label_source [SensitivityLabelSource] Optional source of + # the sensitivity label. Valid values are current or recommeneded. In not + # specified both returned. Possible values include: 'current', 'recommended' + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @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_by_database_with_source_async(resource_group_name, server_name, database_name, sensitivity_label_source, filter = nil, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'server_name is nil' if server_name.nil? + fail ArgumentError, 'database_name is nil' if database_name.nil? + fail ArgumentError, 'sensitivity_label_source is nil' if sensitivity_label_source.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.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.Sql/servers/{serverName}/databases/{databaseName}/sensitivityLabels/{sensitivityLabelSource}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'serverName' => server_name,'databaseName' => database_name,'sensitivityLabelSource' => sensitivity_label_source,'subscriptionId' => @client.subscription_id}, + query_params: {'$filter' => filter,'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 MsRestAzure::AzureOperationError.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::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity label of a given column # @@ -578,6 +695,93 @@ def list_by_database_next_async(next_page_link, custom_headers = nil) promise.execute end + # + # Gets the sensitivity labels of a given database + # + # @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 [SensitivityLabelListResult] operation results. + # + def list_by_database_with_source_next(next_page_link, custom_headers = nil) + response = list_by_database_with_source_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the sensitivity labels of a given database + # + # @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_by_database_with_source_next_with_http_info(next_page_link, custom_headers = nil) + list_by_database_with_source_next_async(next_page_link, custom_headers).value! + end + + # + # Gets the sensitivity labels of a given database + # + # @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_by_database_with_source_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 MsRestAzure::AzureOperationError.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::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult.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 the sensitivity labels of a given database # @@ -605,5 +809,35 @@ def list_by_database_as_lazy(resource_group_name, server_name, database_name, fi end end + # + # Gets the sensitivity labels of a given database + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param server_name [String] The name of the server. + # @param database_name [String] The name of the database. + # @param sensitivity_label_source [SensitivityLabelSource] Optional source of + # the sensitivity label. Valid values are current or recommeneded. In not + # specified both returned. Possible values include: 'current', 'recommended' + # @param filter [String] An OData filter expression that filters elements in + # the collection. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [SensitivityLabelListResult] which provide lazy access to pages of + # the response. + # + def list_by_database_with_source_as_lazy(resource_group_name, server_name, database_name, sensitivity_label_source, filter = nil, custom_headers = nil) + response = list_by_database_with_source_async(resource_group_name, server_name, database_name, sensitivity_label_source, filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_by_database_with_source_next_async(next_page_link, custom_headers) + end + page + end + end + end end