diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 2a7e5a2600..9d6c4c9526 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,11 @@ module Azure::Profiles::Latest module ComputerVision module Models + ComputerVisionErrorCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes + VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes + OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages + TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode + Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line @@ -41,11 +46,6 @@ module Models ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes Gender = Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender - ComputerVisionErrorCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes - VisualFeatureTypes = Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes - OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages - TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode - Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details end class ComputerVisionDataClass @@ -77,6 +77,21 @@ def method_missing(method, *args) end class ModelClasses + def computer_vision_error_codes + Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes + end + def visual_feature_types + Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes + end + def ocr_languages + Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages + end + def text_recognition_mode + Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode + end + def details + Azure::CognitiveServices::ComputerVision::V2_0::Models::Details + end def face_description Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription end @@ -176,21 +191,6 @@ def text_operation_status_codes def gender Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender end - def computer_vision_error_codes - Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionErrorCodes - end - def visual_feature_types - Azure::CognitiveServices::ComputerVision::V2_0::Models::VisualFeatureTypes - end - def ocr_languages - Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages - end - def text_recognition_mode - Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode - end - def details - Azure::CognitiveServices::ComputerVision::V2_0::Models::Details - 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 17754cfe34..9badb1bf56 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -16,8 +16,12 @@ module ContentModerator module Models JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames @@ -29,54 +33,50 @@ module Models Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms - Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails + TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError - MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem - TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem + FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN - Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem - ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 - CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList - FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem - Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata - Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status - Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl - Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end class ContentModeratorDataClass @@ -118,12 +118,24 @@ class ModelClasses def job_list_result Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end + def term_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList + end + def azure_region_base_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl + end + def classification_category1 + Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 + end def face Azure::CognitiveServices::ContentModerator::V1_0::Models::Face end def error Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def refresh_index Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end @@ -157,38 +169,47 @@ def terms_paging def ipa Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA end + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + end def terms Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms end - def review - Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag 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 review + Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end + def match_response + Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse + end def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate 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 image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + def term_list_metadata + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata end def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + def job_id + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + end + def transcript_moderation_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem @@ -196,68 +217,50 @@ def transcript_moderation_body_item_terms_item def apierror Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError end - def match_response - Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse - end - def transcript_moderation_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - end - def refresh_index_advanced_info_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem - end - def term_list_metadata - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata - end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end - def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem - end - def ssn - Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN + def classification_category3 + Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 end def frame Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + def refresh_index_advanced_info_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end - def classification_category3 - Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + def create_video_reviews_body_item_video_frames_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end def create_video_reviews_body_item_video_frames_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end - def match - Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end - def create_video_reviews_body_item_video_frames_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + def found_faces + Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end def pii Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def image_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + def ssn + Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN end - def found_faces - Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + def match + Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end def create_video_reviews_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end - def body - Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end - def status - Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end - def screen - Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + def body + Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair @@ -265,14 +268,23 @@ def key_value_pair def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end + def screen + Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + end + def status + Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + end + def detected_language + Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def detected_language - Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + def create_review_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR @@ -280,8 +292,8 @@ def ocr def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def phone + Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end def content Azure::CognitiveServices::ContentModerator::V1_0::Models::Content @@ -289,18 +301,6 @@ def content def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end - def classification_category1 - Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - end - def term_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - end - def azure_region_base_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl - end - def phone - Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - end end end end diff --git a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb index db6ce9c49a..41d36e710b 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,7 +9,15 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode @@ -17,17 +25,9 @@ module Models 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 Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query - WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end class CustomSearchDataClass @@ -60,9 +60,33 @@ def method_missing(method, *args) end class ModelClasses + def web_meta_tag + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + end + def web_page + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage + end + def web_web_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + end + def search_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + end + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + end def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end + def query_context + Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + end def creative_work Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end @@ -84,39 +108,15 @@ def error_response 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 def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end - def web_meta_tag - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - end - def web_page - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - end - def web_web_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - end - def search_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - end - def identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer - 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 4d46d6f60b..13e14bf8bc 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,8 +9,8 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse @@ -32,7 +32,7 @@ module Models Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport @@ -51,8 +51,8 @@ module Models EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end @@ -87,12 +87,12 @@ def method_missing(method, *args) end class ModelClasses - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end def response Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end def response_base Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase end @@ -156,8 +156,8 @@ def contractual_rules_attribution def media_object Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + def civic_structure + Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness @@ -213,12 +213,12 @@ def entity_scenario def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def civic_structure - Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure - end def entity_type Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index 2f91f0850b..604a2c1908 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -12,10 +12,18 @@ module Face PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations module Models - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + Person = Azure::CognitiveServices::Face::V1_0::Models::Person + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType Error = Azure::CognitiveServices::Face::V1_0::Models::Error @@ -37,9 +45,9 @@ module Models VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes + VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair - VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion @@ -47,17 +55,9 @@ module Models Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl - UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup - Person = Azure::CognitiveServices::Face::V1_0::Models::Person - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end class FaceDataClass @@ -93,8 +93,14 @@ def method_missing(method, *args) end class ModelClasses - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + end + def person + Azure::CognitiveServices::Face::V1_0::Models::Person + end + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender end def hair_color_type Azure::CognitiveServices::Face::V1_0::Models::HairColorType @@ -102,9 +108,27 @@ def hair_color_type def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType + end + def exposure_level + Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + end + def noise_level + Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + end + def blur_level + Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + end def find_similar_match_mode Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end + def detected_face + Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + end + def update_person_face_request + Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest + end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end @@ -168,15 +192,15 @@ def face_rectangle def face_attributes Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes end + def verify_result + Azure::CognitiveServices::Face::V1_0::Models::VerifyResult + end def persisted_face Azure::CognitiveServices::Face::V1_0::Models::PersistedFace end def facial_hair Azure::CognitiveServices::Face::V1_0::Models::FacialHair end - def verify_result - Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - end def coordinate Azure::CognitiveServices::Face::V1_0::Models::Coordinate end @@ -198,15 +222,6 @@ def name_and_user_data_contract def image_url Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end - def update_person_face_request - Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - end - def detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender - end def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end @@ -216,21 +231,6 @@ def training_status def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup - end - def person - Azure::CognitiveServices::Face::V1_0::Models::Person - end - def blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel - end - def exposure_level - Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - end - def noise_level - Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - 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 a5b548a73c..bd7ad9e0b2 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,6 +9,10 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models + ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query @@ -21,13 +25,13 @@ 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 + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -49,24 +53,20 @@ module Models Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity - RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages + RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize - ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType - Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end class ImageSearchDataClass @@ -99,6 +99,18 @@ def method_missing(method, *args) end class ModelClasses + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + end + def person + Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + end + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + end + def image_insight_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end @@ -135,6 +147,9 @@ def error_sub_code def safe_search Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end @@ -144,18 +159,15 @@ def organization def intangible Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def media_object Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject end - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -219,8 +231,8 @@ def normalized_rectangle def recognized_entity Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity end - def recognized_entity_region - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse end def image_insights Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights @@ -228,6 +240,9 @@ def image_insights def trending_images Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end + def recognized_entity_region + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion + end def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end @@ -243,9 +258,6 @@ def item_availability def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end @@ -261,18 +273,6 @@ def image_license def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType - end - def person - Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - end - def image_insight_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule - end 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 a812c403aa..19fcf92cb3 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,15 +9,17 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer @@ -29,10 +31,8 @@ module Models TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end class NewsSearchDataClass @@ -65,6 +65,15 @@ def method_missing(method, *args) end class ModelClasses + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end @@ -80,17 +89,14 @@ def response_base def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer @@ -125,18 +131,12 @@ def error_response def freshness Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - 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/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index afae13f825..4f0848362e 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,53 +7,57 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt + CheckResourceNameAvailability = Azure::RecoveryServices::Mgmt::V2016_06_01::CheckResourceNameAvailability Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations - VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages + VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults module Models - ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData - VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + ResourceNameAvailabilityInput = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityInput + ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties + ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary - VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage + VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay + ResourceNameAvailabilityResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponse ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage + VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification - MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo - ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + ResourceNameAvailabilityResponseResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponseResource VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource end class RecoveryServicesManagementClass - attr_reader :operations, :vault_extended_info_operations, :replication_usages, :usages, :vault_certificates, :registered_identities, :vaults, :configurable, :base_url, :options, :model_classes + attr_reader :check_resource_name_availability, :operations, :replication_usages, :usages, :vault_extended_info_operations, :vault_certificates, :registered_identities, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,10 +67,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @check_resource_name_availability = @client_0.check_resource_name_availability @operations = @client_0.operations - @vault_extended_info_operations = @client_0.vault_extended_info_operations @replication_usages = @client_0.replication_usages @usages = @client_0.usages + @vault_extended_info_operations = @client_0.vault_extended_info_operations @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities @vaults = @client_0.vaults @@ -88,95 +93,98 @@ def method_missing(method, *args) end class ModelClasses - def client_discovery_value_for_single_api - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - end - def client_discovery_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse + def raw_certificate_data + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData end - def certificate_request - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest + def resource_name_availability_input + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityInput end def client_discovery_for_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties end - def raw_certificate_data - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + def client_discovery_value_for_single_api + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi end - def vault_certificate_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + def resource_certificate_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end def resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource end + def client_discovery_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse + end def jobs_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end - def vault_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + def certificate_request + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest end def replication_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage end + def vault_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList + end def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end + def resource_name_availability_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponse + end def client_discovery_for_service_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification end - def vault_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end + def vault_certificate_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + end + def replication_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + end + def name_info + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + end def client_discovery_for_log_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification end - def monitoring_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - end def upgrade_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails end - def resource_certificate_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - end - def name_info - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + def vault_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList end - def replication_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + def monitoring_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary end - def vault_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + def resource_certificate_and_aad_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def resource_certificate_and_aad_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails - end - def patch_vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties end def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end - def auth_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + def resource_name_availability_response_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponseResource end def vault_extended_info_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end - def trigger_type - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + def patch_vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end def vault_upgrade_state Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end - def usages_unit - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + def auth_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end def vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault @@ -184,6 +192,12 @@ def vault def sku_name Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName end + def usages_unit + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + end + def trigger_type + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType + end def sku Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku end diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 5764330e50..421d1414ff 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,14 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + ProtectedItemOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationResults + ProtectedItemOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationStatuses + RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints + ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections + Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores + JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations + JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults + BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults @@ -25,33 +33,25 @@ module Mgmt ProtectionContainerOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionContainerOperationResults ProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItems Backups = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Backups - ProtectedItemOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationResults - ProtectedItemOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectedItemOperationStatuses - RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints - ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections - Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores - JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations - JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults - BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults + Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport BackupJobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupJobs JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries - Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs module Models - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification - ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureWorkloadContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo @@ -96,13 +96,13 @@ module Models AzureWorkloadSQLRecoveryPointExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo RecoveryPointTierInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation GetProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject - AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine - AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer + AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem - AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer @@ -144,32 +144,32 @@ module Models IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint ILRRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest MabContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer OperationStatusJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo OperationStatusProvisionILRExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList - RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource - RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource + RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource + WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType - WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus - RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType + RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState - ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType - RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState - RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus + RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType + ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy @@ -186,64 +186,64 @@ module Models AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob - AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy - AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent - AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource @@ -253,21 +253,19 @@ module Models JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest @@ -276,9 +274,11 @@ module Models AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy @@ -287,21 +287,21 @@ module Models LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy LongTermSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource + ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState - ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions - RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType + ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType @@ -311,21 +311,21 @@ module Models WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus RetentionScheduleFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat WeekOfMonth = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth MonthOfYear = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo - UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek + UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :operation, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :jobs, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -342,6 +342,14 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @protected_item_operation_results = @client_1.protected_item_operation_results + @protected_item_operation_statuses = @client_1.protected_item_operation_statuses + @recovery_points = @client_1.recovery_points + @item_level_recovery_connections = @client_1.item_level_recovery_connections + @restores = @client_1.restores + @job_cancellations = @client_1.job_cancellations + @job_operation_results = @client_1.job_operation_results + @backup_operation_results = @client_1.backup_operation_results @backup_operation_statuses = @client_1.backup_operation_statuses @protection_policies = @client_1.protection_policies @protection_policy_operation_results = @client_1.protection_policy_operation_results @@ -359,31 +367,23 @@ def initialize(configurable, base_url=nil, options=nil) @protection_container_operation_results = @client_1.protection_container_operation_results @protected_items = @client_1.protected_items @backups = @client_1.backups - @protected_item_operation_results = @client_1.protected_item_operation_results - @protected_item_operation_statuses = @client_1.protected_item_operation_statuses - @recovery_points = @client_1.recovery_points - @item_level_recovery_connections = @client_1.item_level_recovery_connections - @restores = @client_1.restores - @job_cancellations = @client_1.job_cancellations - @job_operation_results = @client_1.job_operation_results - @backup_operation_results = @client_1.backup_operation_results @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.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) + @operation = @client_2.operation @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @backup_jobs = @client_2.backup_jobs @job_details = @client_2.job_details @export_jobs_operation_results = @client_2.export_jobs_operation_results + @jobs = @client_2.jobs @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries - @operation = @client_2.operation - @jobs = @client_2.jobs @model_classes = ModelClasses.new end @@ -406,23 +406,23 @@ def method_missing(method, *args) end class ModelClasses + def client_discovery_for_service_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification + end + def client_discovery_response + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + end def client_discovery_for_log_specification Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification end - def client_discovery_value_for_single_api - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + def client_discovery_for_properties + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties end def client_discovery_display Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay end - def client_discovery_for_service_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification - end - def client_discovery_for_properties - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties - end - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + def client_discovery_value_for_single_api + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi end def storage_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType @@ -556,20 +556,17 @@ def recovery_point_tier_information def get_protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject end - def azure_backup_server_engine - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine - end - def azure_file_share_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest - end def azure_backup_server_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer end + def azure_backup_server_engine + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine + end def azure_file_share_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem end - def azure_iaa_sclassic_compute_vmcontainer - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + def azure_file_share_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest end def azure_file_share_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint @@ -577,6 +574,9 @@ def azure_file_share_recovery_point def azure_iaa_sclassic_compute_vmprotectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem end + def azure_iaa_sclassic_compute_vmcontainer + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + end def azure_iaa_scompute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end @@ -700,6 +700,9 @@ def iaas_vmrecovery_point def ilrrequest_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource end + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + end def mab_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer end @@ -715,9 +718,6 @@ def operation_status_provision_ilrextended_info def protectable_container_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - end def protectable_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList end @@ -727,18 +727,21 @@ def protection_container_resource def protection_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList end - def recovery_point_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource + def restore_request_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource end def recovery_point_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList end - def restore_request_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource - end def workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end + def recovery_point_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource + end + def workload_protectable_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + end def workload_item_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList end @@ -748,36 +751,33 @@ def workload_protectable_item_resource def azure_file_share_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType end - def workload_protectable_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end - def restore_point_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType - end def backup_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType end + def restore_point_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType + end def storage_type_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState end - def container_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType + def enhanced_security_state + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState end def restore_point_query_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end - def enhanced_security_state - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState - end - def recovery_point_tier_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus + def container_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType end def recovery_point_tier_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType end + def recovery_point_tier_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus + end def backup_item_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end @@ -826,8 +826,8 @@ def azure_workload_job_task_details def daily_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end def retention_duration Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration @@ -835,14 +835,14 @@ def retention_duration def daily_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end def mab_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + def mab_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails @@ -850,8 +850,8 @@ def azure_storage_job_task_details def validate_operation_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + def pre_validate_enable_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end def protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject @@ -859,8 +859,11 @@ def protected_item_query_object def protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end - def pre_validate_enable_backup_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + def backup_status_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest + end + def backup_status_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo @@ -868,17 +871,14 @@ def azure_vm_workload_protected_item_extended_info def protection_policy_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end - def backup_status_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - end def backup_management_usage Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end def backup_management_usage_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end - def bmsbackup_summaries_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end def azure_iaa_svmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo @@ -886,8 +886,8 @@ def azure_iaa_svmprotected_item_extended_info def azure_iaa_svmjob_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def bmsbackup_summaries_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end def azure_storage_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo @@ -895,20 +895,20 @@ def azure_storage_error_info def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end def pre_validate_enable_backup_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end def dpmprotected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo @@ -925,41 +925,41 @@ def target_restore_info def azure_iaa_svmhealth_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + end def yearly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - end def monthly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end def weekly_retention_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat end + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + end def encryption_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end def sqldata_directory_mapping Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + end def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end def azure_workload_auto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent @@ -967,38 +967,38 @@ def azure_workload_auto_protection_intent def azure_iaa_svmjob Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + end + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end def azure_fileshare_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo - end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def azure_file_share_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def azure_file_share_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end def azure_workload_sqlauto_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end - def azure_iaa_svmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def azure_iaa_svmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -1027,8 +1027,8 @@ def mab_job def operation_result_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -1039,18 +1039,15 @@ def azure_vm_workload_protection_policy def export_jobs_operation_result_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - end def job_supported_action Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - end def fabric_name Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName end @@ -1069,9 +1066,6 @@ def validate_restore_operation_request def job_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource end - def create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode - end def type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type end @@ -1096,6 +1090,9 @@ def azure_workload_saphana_point_in_time_restore_request def azure_workload_sqlpoint_in_time_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end @@ -1105,6 +1102,9 @@ def mab_server_type def protection_intent_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end @@ -1129,6 +1129,9 @@ def long_term_retention_policy def long_term_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy end + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + end def mab_file_folder_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem end @@ -1138,24 +1141,24 @@ def mab_protection_policy def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - end def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end + def error_detail + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy end def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end - def error_detail - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail - end def health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus end @@ -1165,15 +1168,12 @@ def recovery_type def copy_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + def restore_request_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType end def protected_item_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState end - def restore_request_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType - end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end @@ -1201,6 +1201,9 @@ def protection_status def retention_duration_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType end + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus + end def retention_schedule_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat end @@ -1210,24 +1213,21 @@ def week_of_month def month_of_year Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end def schedule_run_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType end def name_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo end - def usages_unit - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit - end def data_source_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end def day_of_week Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end + def usages_unit + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + end def retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index d127aa75e4..13a3e0d0ac 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,6 +7,13 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt + ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassifications + ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints + ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters + ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs + ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies + ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings @@ -21,16 +28,10 @@ module Mgmt TargetComputeSizes = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::TargetComputeSizes ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainerMappings ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryServicesProviders - ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassifications - ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints - ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters - ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies - ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans - ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs module Models JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event OSDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails FabricCreationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInputProperties FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInput @@ -226,143 +227,142 @@ module Models A2AEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEventDetails A2AFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput A2APolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment A2APolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails - A2AProtectionContainerMappingDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails A2ARecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails A2AReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails + A2AProtectionContainerMappingDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails A2AReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput - A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput A2AUpdateContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput A2AUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput - RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment - Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert - AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails - AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput + A2ASwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput AsrJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails - AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput - AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings + AutomationRunbookTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + Alert = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert AzureFabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails - ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails - ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails + AzureToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput + AzureFabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput - FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails - FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails + ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails + AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric - HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails - HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails + ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails HyperVReplica2012EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails - HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails - HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + HyperVReplica2012R2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + FailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput - HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails - HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput + HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails + HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput - HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput - HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails + HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails - HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails - HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails + HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput + HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails + HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput HyperVReplicaBluePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails HyperVReplicaBluePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput - HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event - HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails + HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + HyperVReplicaBlueReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails - HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails - InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails - InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput - InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails - InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails - InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails + InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails + InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput - InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput - InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput - InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails - InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails - LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork - ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput - RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails - RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails - ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput - TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings - VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails - VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails - VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails - AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails RecoveryPointSyncType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails + AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType - VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails + HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections - ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation - FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason - VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput - PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus - AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus - HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus - A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType + AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation - HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption - RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType - DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection @@ -372,12 +372,12 @@ module Models JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint - EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_vault_health, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :recovery_points, :replicationv_centers, :replication_policies, :replication_recovery_plans, :replication_jobs, :configurable, :base_url, :options, :model_classes + attr_reader :replication_storage_classifications, :replication_storage_classification_mappings, :recovery_points, :replicationv_centers, :replication_jobs, :replication_policies, :replication_recovery_plans, :replication_vault_health, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -387,6 +387,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @replication_storage_classifications = @client_0.replication_storage_classifications + @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings + @recovery_points = @client_0.recovery_points + @replicationv_centers = @client_0.replicationv_centers + @replication_jobs = @client_0.replication_jobs + @replication_policies = @client_0.replication_policies + @replication_recovery_plans = @client_0.replication_recovery_plans @replication_vault_health = @client_0.replication_vault_health @operations = @client_0.operations @replication_alert_settings = @client_0.replication_alert_settings @@ -401,13 +408,6 @@ def initialize(configurable, base_url=nil, options=nil) @target_compute_sizes = @client_0.target_compute_sizes @replication_protection_container_mappings = @client_0.replication_protection_container_mappings @replication_recovery_services_providers = @client_0.replication_recovery_services_providers - @replication_storage_classifications = @client_0.replication_storage_classifications - @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings - @recovery_points = @client_0.recovery_points - @replicationv_centers = @client_0.replicationv_centers - @replication_policies = @client_0.replication_policies - @replication_recovery_plans = @client_0.replication_recovery_plans - @replication_jobs = @client_0.replication_jobs @model_classes = ModelClasses.new end @@ -429,6 +429,9 @@ class ModelClasses def job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails end + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + end def osdisk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end @@ -1014,116 +1017,113 @@ def a2_afailover_provider_input def a2_apolicy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput end + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + end def a2_apolicy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails end - def a2_aprotection_container_mapping_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails - end def a2_arecovery_point_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails end def a2_areplication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails end + def a2_aprotection_container_mapping_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails + end def a2_areprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput end - def a2_aswitch_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput - end def a2_aupdate_container_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput end def a2_aupdate_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput end - def role_assignment - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + def a2_aswitch_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput end - def alert - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert + def asr_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails end def automation_runbook_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails end - def azure_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput + def alert + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert end - def asr_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails end def azure_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput end - def azure_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings + def azure_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails + def azure_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput end def consistency_check_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end - def export_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails + def azure_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings end - def azure_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput + def fabric + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric end def fabric_replication_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails end - def failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails + def export_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails end - def fabric - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric + def hyper_vreplica2012_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails end def hyper_vreplica2012_r2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails end - def hyper_vreplica_azure_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + def failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput end def hyper_vreplica_azure_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails end - def hyper_vreplica_azure_failback_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + def hyper_vreplica_azure_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput + def hyper_vreplica_azure_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end def hyper_vreplica_azure_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails end - def hyper_vreplica_azure_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput + def hyper_vreplica_azure_failback_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput end - def hyper_vreplica_azure_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails end def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + def hyper_vreplica_azure_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end def hyper_vreplica_base_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails end - def hyper_vreplica_base_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails - end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end def hyper_vreplica_blue_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails @@ -1131,126 +1131,129 @@ def hyper_vreplica_blue_policy_details def hyper_vreplica_blue_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput end - def hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails + def hyper_vreplica_base_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails end - def event - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + def hyper_vreplica_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails end def hyper_vreplica_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput end - def hyper_vreplica_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails end def hyper_vsite_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails end + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails + end def hyper_vreplica_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails end - def inline_workflow_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails - end - def hyper_vvirtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput end def in_mage_azure_v2_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + def inline_workflow_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails end def in_mage_azure_v2_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput end + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails + end def in_mage_azure_v2_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails end - def in_mage_azure_v2_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput - end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails end def in_mage_azure_v2_replication_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + def in_mage_azure_v2_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput end def in_mage_azure_v2_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails + end def in_mage_azure_v2_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput end - def in_mage_disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput - end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput end def in_mage_failover_provider_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput end - def in_mage_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + def in_mage_disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput end def in_mage_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput end + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails + end def in_mage_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails end - def in_mage_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput - end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails end def job_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails + def in_mage_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end + def network_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping + end def logical_network Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork end - def protectable_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem - end - def network_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping end def rcm_azure_migration_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails end - def protection_container_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem end def recovery_plan_a2_afailover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput end + def recovery_plan_automation_runbook_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails + end def recovery_plan Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan end def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end - def recovery_plan_automation_runbook_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails - end def recovery_plan_hyper_vreplica_azure_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput + end def recovery_plan_manual_action_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails end @@ -1263,59 +1266,59 @@ def recovery_plan_script_action_details def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput - end def replication_protected_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem end def san_enable_protection_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput end + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails + end def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider - end def storage_classification_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails end + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails + end def vault_health_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails - end def vcenter Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter end def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails end + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails - end def vmm_to_azure_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput end def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput end def vmm_to_vmm_update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput @@ -1323,32 +1326,32 @@ def vmm_to_vmm_update_network_mapping_input def vm_nic_updates_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails end + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + end def vmware_cbt_policy_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput - end def vmware_cbt_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + end + def vmm_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails end def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails end - def vmware_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails - end - def agent_auto_update_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + def vmware_v2_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput end def set_multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails end def recovery_point_sync_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType @@ -1356,44 +1359,44 @@ def recovery_point_sync_type def multi_vm_group_create_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + def vmware_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails + end + def agent_auto_update_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + end + def failover_deployment_model + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel end def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType end - def vmm_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails + def health_error_category + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end def possible_operations_directions Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections end - def replication_protected_item_operation - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation - end - def failover_deployment_model - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel - end def disable_protection_reason Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason end - def vmware_v2_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + def replication_protected_item_operation + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation end - def presence_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + def multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus end def agent_version_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end - def health_error_category - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType end - def multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus + def presence_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType + def data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus end def multi_vm_sync_point_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption @@ -1401,14 +1404,14 @@ def multi_vm_sync_point_option def recovery_plan_action_location Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType end def alternate_location_recovery_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType @@ -1422,9 +1425,6 @@ def source_site_operations def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus - end def severity Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity end @@ -1452,12 +1452,12 @@ def protection_container def recovery_point Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - end def resource Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + end end end end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index e245e1aaa3..5782376b63 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -9,16 +9,18 @@ module Redis module Mgmt Operations = Azure::Redis::Mgmt::V2018_03_01::Operations FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules + PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer Redis = Azure::Redis::Mgmt::V2018_03_01::Redis - PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules module Models CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation + OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters ExportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters RedisListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisListResult @@ -30,32 +32,30 @@ module Models RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult - OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification + RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters - UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse - RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily - TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType - RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource - ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType end class RedisManagementClass - attr_reader :operations, :firewall_rules, :linked_server, :redis, :patch_schedules, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :firewall_rules, :patch_schedules, :linked_server, :redis, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -67,9 +67,9 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @firewall_rules = @client_0.firewall_rules + @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server @redis = @client_0.redis - @patch_schedules = @client_0.patch_schedules @model_classes = ModelClasses.new end @@ -91,6 +91,9 @@ class ModelClasses def check_name_availability_parameters Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters end + def day_of_week + Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + end def resource Azure::Redis::Mgmt::V2018_03_01::Models::Resource end @@ -103,6 +106,9 @@ def operation_display def operation Azure::Redis::Mgmt::V2018_03_01::Models::Operation end + def operation_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + end def redis_reboot_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters end @@ -136,8 +142,11 @@ def schedule_entry def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end - def operation_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + def upgrade_notification + Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification + end + def redis_force_reboot_response + Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse end def redis_linked_server Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer @@ -151,26 +160,20 @@ def redis_linked_server_with_properties_list def redis_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters end - def upgrade_notification - Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - end - def redis_force_reboot_response - Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse + def redis_linked_server_create_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters end def redis_firewall_rule Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end - def redis_linked_server_create_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters + def redis_resource + Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource end def redis_patch_schedule Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule end - def redis_resource - Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - end - def sku_name - Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + def sku + Azure::Redis::Mgmt::V2018_03_01::Models::Sku end def redis_linked_server_with_properties Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties @@ -178,20 +181,17 @@ def redis_linked_server_with_properties def sku_family Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end - def tls_version - Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + def sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end def redis_key_type Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType end - def reboot_type - Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - end - def sku - Azure::Redis::Mgmt::V2018_03_01::Models::Sku + def tls_version + Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end - def day_of_week - Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + def replication_role + Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end def tracked_resource Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource @@ -199,8 +199,8 @@ def tracked_resource def proxy_resource Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource end - def replication_role - Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + def reboot_type + Azure::Redis::Mgmt::V2018_03_01::Models::RebootType end end end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index 78eb337073..3cd54d9f63 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -15,27 +15,27 @@ module Mgmt module Models Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult - WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights - UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse @@ -81,36 +81,48 @@ def resource def key_type Azure::Relay::Mgmt::V2017_04_01::Models::KeyType end - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - end def operation_display Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay end + def operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + end + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + end + def operation_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end def hybrid_connection_list_result Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult end - def wcf_relays_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end def access_keys Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end - def regenerate_access_key_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end - def operation_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + def wcf_relays_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end - def operation - Azure::Relay::Mgmt::V2017_04_01::Models::Operation + def resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + end def relay_update_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end @@ -120,29 +132,17 @@ def authorization_rule def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index c1c4bffc7b..699f728cec 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -68,8 +68,8 @@ module Models ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue end class ResourcesManagementClass @@ -264,12 +264,12 @@ def plan def resource_identity_type Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType end - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - end def sku Azure::Resources::Mgmt::V2018_05_01::Models::Sku end + def identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + end end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index 242eb63a73..62055e72b4 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -14,32 +14,32 @@ module Mgmt module Models ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails - Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo - EntityInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup TenantBackfillStatusResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::TenantBackfillStatusResult EntityListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult - OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults - CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult EntityHierarchyItem = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem + ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails PatchManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - ManagementGroupListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest - ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails - Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason - CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo + EntityInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason end class ResourcesManagementManagementClass @@ -78,23 +78,29 @@ class ModelClasses def error_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails end - def type - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type - end def operation Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation end def operation_list_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult end + def type + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + end + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + end + def operation_results + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults + end def operation_display_properties Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties end def entity_parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo end - def entity_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo + def management_group + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup end def tenant_backfill_status_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::TenantBackfillStatusResult @@ -102,20 +108,20 @@ def tenant_backfill_status_result def entity_list_result Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult end - def operation_results - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults - end - def check_name_availability_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + def management_group_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult end def entity_hierarchy_item Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem end + def management_group_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails + end def patch_management_group_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest end - def management_group - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + def create_parent_group_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo end def create_management_group_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails @@ -132,30 +138,24 @@ def create_management_group_request def management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo end - def management_group_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupListResult - end def check_name_availability_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest end - def management_group_details - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails - end - def reason - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason - end - def create_parent_group_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo - end def management_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo end + def entity_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo + end def status Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status end def error_response Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse end + def reason + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + end end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index b9a11b7bc9..7a88cfcd3e 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -12,6 +12,7 @@ module Mgmt module Models JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence @@ -20,41 +21,40 @@ module Models JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage - JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties + JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction - JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule JobHistoryDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition JobCollectionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties + JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule JobHistoryListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult - JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus JobHistoryFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter JobMaxRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence + JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobStateFilter = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter - JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage - JobErrorAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult + JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication - ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication + ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState - RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType + JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication - JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus - ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek - JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName - JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType + JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties end class SchedulerManagementClass @@ -91,6 +91,9 @@ class ModelClasses def job_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end + def job_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + end def retry_policy Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy end @@ -115,8 +118,8 @@ def http_authentication def storage_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage end - def job_history_definition_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + def job_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end def http_request Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest @@ -124,57 +127,57 @@ def http_request def service_bus_brokered_message_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties end + def job_history_definition_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + end def job_action Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction end - def job_recurrence_schedule - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule - end def job_history_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinition end def job_collection_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionProperties end + def job_recurrence_schedule + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule + end def job_history_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryListResult end - def job_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus - end def job_history_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryFilter end def job_max_recurrence Azure::Scheduler::Mgmt::V2016_03_01::Models::JobMaxRecurrence end + def job_error_action + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction + end def job_state_filter Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStateFilter end - def job_recurrence_schedule_monthly_occurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence - end def service_bus_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage end - def job_error_action - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobErrorAction - end def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end + def job_recurrence_schedule_monthly_occurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence + end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end - def service_bus_queue_message - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage - end def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end + def service_bus_queue_message + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage + end def oauth_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end @@ -184,23 +187,26 @@ def sku_definition def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end - def retry_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType + def job_action_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType end def job_schedule_day Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay end - def basic_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + def job_history_action_name + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName end - def job_execution_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus + def recurrence_frequency + Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency end def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end - def recurrence_frequency - Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + def basic_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + end + def retry_type + Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType @@ -208,18 +214,12 @@ def service_bus_transport_type def day_of_week Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek end - def job_history_action_name - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName - end - def job_action_type - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType + def job_execution_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus end def sku Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku end - def job_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index e0e2b2d130..83fad21fd0 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -14,23 +14,23 @@ module Mgmt module Models CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName + AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay + Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation + OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult - OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation - SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode - UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity + SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService + UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end class SearchManagementClass @@ -69,12 +69,21 @@ class ModelClasses def check_name_availability_input Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput end + def search_service_status + Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + end def check_name_availability_output Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput end def sku_name Azure::Search::Mgmt::V2015_08_19::Models::SkuName end + def admin_key_kind + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + end + def hosting_mode + Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + end def resource Azure::Search::Mgmt::V2015_08_19::Models::Resource end @@ -87,39 +96,30 @@ def sku def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end + def operation + Azure::Search::Mgmt::V2015_08_19::Models::Operation + end + def operation_list_result + Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + end def query_key Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end def admin_key_result Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult end - def operation_list_result - Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + def search_management_request_options + Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end - def operation - Azure::Search::Mgmt::V2015_08_19::Models::Operation + def identity + Azure::Search::Mgmt::V2015_08_19::Models::Identity end def search_service Azure::Search::Mgmt::V2015_08_19::Models::SearchService end - def search_management_request_options - Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions - end - def hosting_mode - Azure::Search::Mgmt::V2015_08_19::Models::HostingMode - end def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def admin_key_kind - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind - end - def search_service_status - Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - end - def identity - Azure::Search::Mgmt::V2015_08_19::Models::Identity - end end end end diff --git a/azure_sdk/lib/latest/modules/security_profile_module.rb b/azure_sdk/lib/latest/modules/security_profile_module.rb index b1bc802508..683c6bba33 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -7,21 +7,13 @@ module Azure::Profiles::Latest module Security module Mgmt + Pricings = Azure::Security::Mgmt::V2017_08_01_preview::Pricings + SecurityContacts = Azure::Security::Mgmt::V2017_08_01_preview::SecurityContacts WorkspaceSettings = Azure::Security::Mgmt::V2017_08_01_preview::WorkspaceSettings AutoProvisioningSettings = Azure::Security::Mgmt::V2017_08_01_preview::AutoProvisioningSettings Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances - Pricings = Azure::Security::Mgmt::V2017_08_01_preview::Pricings - SecurityContacts = Azure::Security::Mgmt::V2017_08_01_preview::SecurityContacts module Models - AlertsToAdmins = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins - PricingTier = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier - AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision - Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList - PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList - ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment - SecurityContactList = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList ComplianceList = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList WorkspaceSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList SecurityContact = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact @@ -30,10 +22,18 @@ module Models AutoProvisioningSetting = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSetting Compliance = Azure::Security::Mgmt::V2017_08_01_preview::Models::Compliance AlertNotifications = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + AlertsToAdmins = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins + PricingTier = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier + AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList + PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList + ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment + SecurityContactList = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList end class SecurityManagementClass - attr_reader :workspace_settings, :auto_provisioning_settings, :compliances, :pricings, :security_contacts, :configurable, :base_url, :options, :model_classes + attr_reader :pricings, :security_contacts, :workspace_settings, :auto_provisioning_settings, :compliances, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,11 +43,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @pricings = @client_0.pricings + @security_contacts = @client_0.security_contacts @workspace_settings = @client_0.workspace_settings @auto_provisioning_settings = @client_0.auto_provisioning_settings @compliances = @client_0.compliances - @pricings = @client_0.pricings - @security_contacts = @client_0.security_contacts @model_classes = ModelClasses.new end @@ -66,30 +66,6 @@ def method_missing(method, *args) end class ModelClasses - def alerts_to_admins - Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins - end - def pricing_tier - Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier - end - def auto_provision - Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision - end - def resource - Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - end - def auto_provisioning_setting_list - Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList - end - def pricing_list - Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList - end - def compliance_segment - Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment - end - def security_contact_list - Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList - end def compliance_list Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList end @@ -114,6 +90,30 @@ def compliance def alert_notifications Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications end + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end + def alerts_to_admins + Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins + end + def pricing_tier + Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier + end + def auto_provision + Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + end + def auto_provisioning_setting_list + Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList + end + def pricing_list + Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList + end + def compliance_segment + Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment + end + def security_contact_list + Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList + end end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index de1010e33f..4ad807d814 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -13,69 +13,69 @@ module Mgmt Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult MigrationConfigListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult PremiumMessagingRegionsListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsListResult ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason - RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end class ServiceBusManagementClass - attr_reader :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :topics, :operations, :namespaces, :regions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :operations, :topics, :namespaces, :regions, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -91,8 +91,8 @@ def initialize(configurable, base_url=nil, options=nil) @rules = @client_0.rules @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @event_hubs = @client_0.event_hubs - @topics = @client_0.topics @operations = @client_0.operations + @topics = @client_0.topics @namespaces = @client_0.namespaces @regions = @client_0.regions @subscriptions = @client_0.subscriptions @@ -114,6 +114,9 @@ def method_missing(method, *args) end class ModelClasses + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + end def key_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType end @@ -129,6 +132,9 @@ def entity_status def resource Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult end @@ -138,6 +144,9 @@ def destination def sbtopic_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult end + def operation_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + end def migration_config_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigListResult end @@ -150,56 +159,53 @@ def arm_disaster_recovery_list_result def sbsubscription_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult end - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay - end def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def message_count_details - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability + end + def capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end def access_keys Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end - def sbnamespace_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult + def message_count_details + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end - def operation_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + def sql_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end def operation Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - end def authorization_rule_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + def sbsku + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end - def sql_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter + def sbnamespace_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def sbsku - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end - def capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end def resource_namespace_patch Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch @@ -210,11 +216,11 @@ def sbnamespace_update_parameters def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription @@ -225,11 +231,11 @@ def rule def sbqueue Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end - def eventhub - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse end def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery @@ -240,8 +246,8 @@ def sql_rule_action def premium_messaging_regions Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR @@ -252,21 +258,15 @@ def migration_config_properties def filter_type Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + def encoding_capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def eventhub + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end def role_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def tracked_resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource - end - def encoding_capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - end def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index ba9135df47..665e357862 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,10 +7,10 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt - ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType - Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions @@ -26,61 +26,61 @@ module Models PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList + ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList ApplicationUpgradePolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription - UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription - VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource - ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource + VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties + ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource - ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate - ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties - ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription - Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription - Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy - OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult - ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters + CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult - ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName + ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy - AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory - ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName - ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint - ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy - ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails end class ServiceFabricManagementClass - attr_reader :application_type, :service, :version, :application, :operations, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes + attr_reader :version, :application_type, :application, :service, :operations, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -90,10 +90,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_type = @client_0.application_type - @service = @client_0.service @version = @client_0.version + @application_type = @client_0.application_type @application = @client_0.application + @service = @client_0.service @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -153,6 +153,9 @@ def rolling_upgrade_monitoring_policy def application_type_resource_list Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList end + def application_resource_list + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + end def application_upgrade_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationUpgradePolicy end @@ -165,36 +168,36 @@ def service_resource_list def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end - def uniform_int64_range_partition_scheme_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription - end def singleton_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription end - def version_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + def uniform_int64_range_partition_scheme_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end - def application_resource_update - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate - end def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end + def version_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + end + def service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties + end + def service_update_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties + end def service_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end - def application_resource_list - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList + def application_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end def service_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end - def service_update_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties - end def stateless_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties end @@ -204,26 +207,41 @@ def stateless_service_update_properties def stateful_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties end - def service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties - end def stateful_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties end def proxy_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end + def azure_active_directory + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + end + def service_type_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + end + def client_certificate_common_name + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + end + def client_certificate_thumbprint + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + end + def cluster_upgrade_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + end + def cluster_version_details + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + end def settings_parameter_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end def settings_section_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end - def cluster - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end def endpoint_range_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription @@ -231,15 +249,18 @@ def endpoint_range_description def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end def operation_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult end + def cluster + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + end + def operation_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + end def error_model Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end @@ -249,27 +270,30 @@ def server_certificate_common_names def service_type_delta_health_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy end - def operation_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + def application_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + end + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult end def cluster_update_parameters Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters end - def application_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy + def certificate_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end def cluster_code_versions_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult end - def error_model_error - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError - end def cluster_code_versions_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult end def server_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName end + def error_model_error + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + end def diagnostics_storage_account_config Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig end @@ -282,30 +306,6 @@ def available_operation_display def cluster_health_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy end - def azure_active_directory - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory - end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - end - def certificate_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - end - def client_certificate_common_name - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName - end - def client_certificate_thumbprint - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint - end - def cluster_upgrade_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy - end - def cluster_version_details - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails - end end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 2b1aab3c41..2fead91e8b 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -12,6 +12,11 @@ module Mgmt SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models + SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType @@ -23,20 +28,15 @@ module Models MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability - SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage - SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource end class SignalrManagementClass @@ -71,6 +71,21 @@ def method_missing(method, *args) end class ModelClasses + def signal_rupdate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters + end + def signal_rusage_name + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName + end + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + end + def signal_rcreate_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + end + def signal_rsku_tier + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end @@ -104,6 +119,9 @@ def resource_sku def regenerate_key_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters end + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end @@ -122,30 +140,12 @@ def signal_rkeys def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end - def signal_rupdate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - end - def signal_rusage_name - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName - end def signal_rusage Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end - def signal_rcreate_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters - end - def signal_rsku_tier - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource - 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 4169ff5add..1434ab209d 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,6 +8,8 @@ module Azure::Profiles::Latest module SpellCheck module Models + Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType @@ -17,11 +19,9 @@ module Models ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end class SpellCheckDataClass @@ -53,6 +53,12 @@ def method_missing(method, *args) end class ModelClasses + def identifiable + Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end @@ -80,21 +86,15 @@ def spell_check def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end def action_type Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def answer - Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 9453d0fc50..89ab134a30 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -27,55 +27,55 @@ module Mgmt ServiceObjectives = Azure::SQL::Mgmt::V2014_04_01::ServiceObjectives ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities - ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors - ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies + ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules - DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions + DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations + JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents + JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions + JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions + JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps + JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps - BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels - DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases + ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies - DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines - DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs - JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents - JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials - JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions - JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups @@ -83,11 +83,16 @@ module Mgmt TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations - Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities module Models + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy @@ -124,11 +129,11 @@ module Models QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus - MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType @@ -167,54 +172,55 @@ module Models ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult + Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability - QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex - ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective - ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup + AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult @@ -222,8 +228,8 @@ module Models FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule + ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate @@ -262,26 +268,23 @@ module Models RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult @@ -324,31 +327,30 @@ module Models ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName @@ -366,60 +368,58 @@ module Models ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability + BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability ElasticPoolPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability VulnerabilityAssessmentScanError = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError InstanceFailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint VulnerabilityAssessmentScanRecordListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult - BackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult - ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability + ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult + ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability - InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability - LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability - ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord - ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :subscription_usages, :firewall_rules, :server_advisors, :database_advisors, :servers, :operations, :virtual_network_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :job_steps, :backup_long_term_retention_policies, :server_automatic_tuning_operations, :sensitivity_labels, :data_warehouse_user_activities_operations, :server_dns_aliases, :server_security_alert_policies, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :jobs, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_target_executions, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :elastic_pools, :database_operations, :capabilities, :configurable, :base_url, :options, :model_classes + attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :transparent_data_encryptions, :service_tier_advisors, :elastic_pool_activities, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :firewall_rules, :server_keys, :sync_agents, :servers, :sync_members, :sync_groups, :server_advisors, :database_advisors, :subscription_usages, :operations, :virtual_network_rules, :database_recommended_actions, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :sensitivity_labels, :backup_long_term_retention_policies, :database_vulnerability_assessment_rule_baselines, :server_dns_aliases, :server_automatic_tuning_operations, :server_security_alert_policies, :restore_points, :jobs, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :capabilities, :elastic_pools, :database_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -449,67 +449,67 @@ def initialize(configurable, base_url=nil, options=nil) @service_objectives = @client_0.service_objectives @server_communication_links = @client_0.server_communication_links @elastic_pool_database_activities = @client_0.elastic_pool_database_activities - @elastic_pool_activities = @client_0.elastic_pool_activities @transparent_data_encryptions = @client_0.transparent_data_encryptions @service_tier_advisors = @client_0.service_tier_advisors - @server_table_auditing_policies = @client_0.server_table_auditing_policies + @elastic_pool_activities = @client_0.elastic_pool_activities @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities - @database_connection_policies = @client_0.database_connection_policies + @server_table_auditing_policies = @client_0.server_table_auditing_policies @database_table_auditing_policies = @client_0.database_table_auditing_policies - @database_usages = @client_0.database_usages + @database_connection_policies = @client_0.database_connection_policies @server_usages = @client_0.server_usages + @database_usages = @client_0.database_usages @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.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) - @subscription_usages = @client_1.subscription_usages - @firewall_rules = @client_1.firewall_rules - @server_advisors = @client_1.server_advisors - @database_advisors = @client_1.database_advisors - @servers = @client_1.servers - @operations = @client_1.operations - @virtual_network_rules = @client_1.virtual_network_rules - @database_recommended_actions = @client_1.database_recommended_actions @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors @failover_groups = @client_1.failover_groups @managed_instances = @client_1.managed_instances + @firewall_rules = @client_1.firewall_rules @server_keys = @client_1.server_keys @sync_agents = @client_1.sync_agents - @sync_groups = @client_1.sync_groups + @servers = @client_1.servers @sync_members = @client_1.sync_members + @sync_groups = @client_1.sync_groups + @server_advisors = @client_1.server_advisors + @database_advisors = @client_1.database_advisors + @subscription_usages = @client_1.subscription_usages + @operations = @client_1.operations + @virtual_network_rules = @client_1.virtual_network_rules + @database_recommended_actions = @client_1.database_recommended_actions @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @database_vulnerability_assessments = @client_2.database_vulnerability_assessments + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations + @job_agents = @client_2.job_agents + @job_credentials = @client_2.job_credentials + @job_executions = @client_2.job_executions + @job_step_executions = @client_2.job_step_executions + @job_steps = @client_2.job_steps + @job_target_executions = @client_2.job_target_executions @job_target_groups = @client_2.job_target_groups @job_versions = @client_2.job_versions @long_term_retention_backups = @client_2.long_term_retention_backups @managed_databases = @client_2.managed_databases - @job_steps = @client_2.job_steps - @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @sensitivity_labels = @client_2.sensitivity_labels - @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines @server_dns_aliases = @client_2.server_dns_aliases + @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_security_alert_policies = @client_2.server_security_alert_policies @restore_points = @client_2.restore_points + @jobs = @client_2.jobs @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies @server_blob_auditing_policies = @client_2.server_blob_auditing_policies @database_blob_auditing_policies = @client_2.database_blob_auditing_policies - @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines - @database_vulnerability_assessments = @client_2.database_vulnerability_assessments - @jobs = @client_2.jobs - @job_agents = @client_2.job_agents - @job_credentials = @client_2.job_credentials - @job_executions = @client_2.job_executions - @job_step_executions = @client_2.job_step_executions - @job_target_executions = @client_2.job_target_executions @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @@ -523,9 +523,9 @@ def initialize(configurable, base_url=nil, options=nil) @tde_certificates = @client_3.tde_certificates @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates @databases = @client_3.databases + @capabilities = @client_3.capabilities @elastic_pools = @client_3.elastic_pools @database_operations = @client_3.database_operations - @capabilities = @client_3.capabilities @model_classes = ModelClasses.new end @@ -550,6 +550,21 @@ def method_missing(method, *args) end class ModelClasses + def import_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + end + def server_azure_adadministrator + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + end + def server_communication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + end + def service_objective + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + end + def elastic_pool_database_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + end def transparent_data_encryption_activity Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity end @@ -658,21 +673,21 @@ def server_version def query_observed_metric_type Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType end + def metric_value + Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + end + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end def query_metric_unit Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end def replication_state Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - end def transparent_data_encryption_activity_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus end - def metric_value - Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue - end def replication_role Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole end @@ -787,29 +802,26 @@ def operation_impact def metric_definition_list_result Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult end - def metric_availability - Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability + def metric + Azure::SQL::Mgmt::V2014_04_01::Models::Metric end - def query_metric - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + def metric_availability + Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end def backup_long_term_retention_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - end def query_interval Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end + def query_metric + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric + end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end - def metric - Azure::SQL::Mgmt::V2014_04_01::Models::Metric - end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries @@ -817,38 +829,38 @@ def top_queries def elastic_pool_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability end + def top_queries_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult + end def advisor_list_result Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def top_queries_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - end - def recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + end + def server_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + end def service_tier_advisor Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption - end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end - def server_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end def database_security_alert_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy @@ -856,38 +868,41 @@ def database_security_alert_policy def data_masking_policy Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def import_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + end + def recommended_elastic_pool + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool + end + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + end + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy + end def replication_link Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end - def recommended_elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def server_communication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end - def service_objective - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def elastic_pool_database_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end def sync_agent_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState @@ -898,8 +913,8 @@ def advisor_status def auto_execute_status Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def sync_group_log_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end def sync_group_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState @@ -910,26 +925,29 @@ def sync_conflict_resolution_policy def sync_member_db_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end def sync_member_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + def sync_member + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end - def recommended_action_initiated_by - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + def failover_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + def auto_execute_status_inherited_from + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + end + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -952,12 +970,12 @@ def operation_origin def virtual_network_rule_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end - def server_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult - end def virtual_network_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end + def server_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + end def recommended_action_implementation_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo end @@ -1072,14 +1090,11 @@ def database_automatic_tuning def encryption_protector Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end - def failover_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - end def advisor Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def server_key Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey @@ -1096,42 +1111,36 @@ def sync_group def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end - def auto_execute_status_inherited_from - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - end def recommended_action_current_state Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + def recommended_action_initiated_by + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end def implementation_method Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - end def job_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end @@ -1258,12 +1267,12 @@ def server_security_alert_policy def restore_point_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end - def job_execution_lifecycle - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - end def job_target_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end @@ -1273,20 +1282,17 @@ def job_step_action_type def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end + def job_step_action_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + end def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + def job_execution_lifecycle + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode @@ -1297,6 +1303,9 @@ def automatic_tuning_server_mode def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end + def security_alert_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState + end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end @@ -1312,9 +1321,6 @@ def sensitivity_label_source def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end - def security_alert_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end @@ -1327,11 +1333,11 @@ def restore_point def blob_auditing_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState end - def automatic_tuning_option_mode_desired - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + def read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy end def capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus @@ -1384,11 +1390,14 @@ def location_capabilities def catalog_collation_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType end + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + def backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult end def elastic_pool_per_database_max_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability @@ -1405,60 +1414,60 @@ def instance_failover_group_read_only_endpoint def vulnerability_assessment_scan_record_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult end - def backup_short_term_retention_policy_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicyListResult - end - def managed_instance_vcores_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability - end def server_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability end - def managed_instance_family_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability + def managed_instance_vcores_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end def max_size_range_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - end - def elastic_pool_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult + def managed_instance_family_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end def managed_instance_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability end - def instance_failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + def elastic_pool_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end - def license_type_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + def managed_instance_pair_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + end + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end def log_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end - def managed_instance_pair_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo - end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end - def elastic_pool_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + def license_type_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + end + def elastic_pool_per_database_settings + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings end def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end + def elastic_pool_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + end def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport end + def instance_failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + end def database_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult end @@ -1471,8 +1480,8 @@ def instance_failover_group def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord end - def elastic_pool_per_database_settings - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + def tde_certificate + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType @@ -1480,8 +1489,8 @@ def vulnerability_assessment_scan_trigger_type def vulnerability_assessment_scan_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end - def tde_certificate - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end def database Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database @@ -1501,38 +1510,29 @@ def database_license_type def database_read_scale Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end def elastic_pool_update Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate end - def create_mode - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode - end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool end def elastic_pool_license_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + def create_mode + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode 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 1da1ce6e82..2f4e8b6214 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -8,15 +8,18 @@ module Azure::Profiles::Latest module Storage module Mgmt Operations = Azure::Storage::Mgmt::V2018_07_01::Operations - StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts Skus = Azure::Storage::Mgmt::V2018_07_01::Skus - Usages = Azure::Storage::Mgmt::V2018_07_01::Usages BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers + StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts + Usages = Azure::Storage::Mgmt::V2018_07_01::Usages module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey @@ -45,56 +48,53 @@ module Models Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation + OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties - ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation + ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage + UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer - Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy - DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction - SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services - HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode + SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess - LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus - LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource - ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end class StorageManagementClass - attr_reader :operations, :storage_accounts, :skus, :usages, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :skus, :blob_containers, :storage_accounts, :usages, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -111,10 +111,10 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_1) @operations = @client_1.operations - @storage_accounts = @client_1.storage_accounts @skus = @client_1.skus - @usages = @client_1.usages @blob_containers = @client_1.blob_containers + @storage_accounts = @client_1.storage_accounts + @usages = @client_1.usages @model_classes = ModelClasses.new end @@ -141,9 +141,18 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + end + def bypass + Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + end def lease_duration Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + end def provisioning_state Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState end @@ -228,6 +237,15 @@ def storage_account_update_parameters def resource Azure::Storage::Mgmt::V2018_07_01::Models::Resource end + def operation_display + Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + end + def operation + Azure::Storage::Mgmt::V2018_07_01::Models::Operation + end + def operation_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + end def skucapability Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end @@ -240,23 +258,23 @@ def list_account_sas_response def key_vault_properties Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult end def list_service_sas_response Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end - def operation_display - Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + def service_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end - def operation - Azure::Storage::Mgmt::V2018_07_01::Models::Operation + def legal_hold + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + end + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension end def legal_hold_properties Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties @@ -264,92 +282,65 @@ def legal_hold_properties def restriction Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - end - def tag_property - Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - end - def update_history_property - Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + def metric_specification + Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end def immutability_policy_properties Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + def usage + Azure::Storage::Mgmt::V2018_07_01::Models::Usage + end + def update_history_property + Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty end def storage_sku_list_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - end - def legal_hold - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - end - def metric_specification - Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - end - def list_container_item - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end def blob_container Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end - def usage - Azure::Storage::Mgmt::V2018_07_01::Models::Usage - end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action - end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - end - def sku_name - Azure::Storage::Mgmt::V2018_07_01::Models::SkuName - end def immutability_policy Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end - def default_action - Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + def list_container_item + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def signed_resource_types - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + def tag_property + Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty end def key_source Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def bypass - Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - end def sku Azure::Storage::Mgmt::V2018_07_01::Models::Sku end - def services - Azure::Storage::Mgmt::V2018_07_01::Models::Services + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end - def http_protocol - Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol + def signed_resource_types + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end - def signed_resource - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + def sku_name + Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + end + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action end def public_access Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess end - def lease_status - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus - end - def lease_state - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + def http_protocol + Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol end def tracked_resource Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + def default_action + Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction end def iprule Azure::Storage::Mgmt::V2018_07_01::Models::IPRule @@ -363,8 +354,17 @@ def azure_entity_resource def proxy_resource Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + def lease_status + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + end + def lease_state + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + end + def services + Azure::Storage::Mgmt::V2018_07_01::Models::Services + end + def signed_resource + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource 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 dd9b323a8f..3fc9624ac4 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -12,6 +12,7 @@ module Mgmt Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances + Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules @@ -19,59 +20,66 @@ module Mgmt VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials - Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs module Models - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId 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 - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - 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 - OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule 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 @@ -124,15 +132,15 @@ module Models ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity @@ -142,20 +150,20 @@ module Models ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - 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 + VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord + NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy @@ -163,31 +171,23 @@ module Models CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + 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 - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings 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 - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + 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 + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus - AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end class StorSimple8000SeriesManagementClass - attr_reader :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :operations, :backup_policies, :backups, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :operations, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :jobs, :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 @@ -202,6 +202,7 @@ def initialize(configurable, base_url=nil, options=nil) @alerts = @client_0.alerts @bandwidth_settings = @client_0.bandwidth_settings @cloud_appliances = @client_0.cloud_appliances + @operations = @client_0.operations @devices = @client_0.devices @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules @@ -209,10 +210,9 @@ def initialize(configurable, base_url=nil, options=nil) @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes @storage_account_credentials = @client_0.storage_account_credentials - @operations = @client_0.operations + @jobs = @client_0.jobs @backup_policies = @client_0.backup_policies @backups = @client_0.backups - @jobs = @client_0.jobs @model_classes = ModelClasses.new end @@ -231,26 +231,38 @@ def method_missing(method, *args) end class ModelClasses - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + def alert_source_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def alert_email_notification_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus + end + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + end + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end def schedule_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType end def controller_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId @@ -258,11 +270,11 @@ def controller_id def controller_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + def backup_job_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType end - def device_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end def device_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType @@ -270,26 +282,38 @@ def device_type def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + def device_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + end + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + end + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + end + def target_eligibility_result_code + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + end def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus end - def target_eligibility_result_code - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end def feature_support_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus @@ -297,8 +321,8 @@ def feature_support_status def hardware_component_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end def net_interface_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId @@ -309,11 +333,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 job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType end def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus @@ -321,48 +345,45 @@ def ssl_status def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + end + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end - 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 + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus 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_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics 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 resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - 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 end + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + end def metric_name Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName end @@ -372,6 +393,9 @@ def alert_severity def key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -528,32 +552,32 @@ def backup_schedule_list def manager_intrinsic_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - end def clone_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest end def network_adapter_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList end + def 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_adapters - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - end def security_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end def manager_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails @@ -582,48 +606,48 @@ def metric_data def secondary_dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + def metric_definition_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end def volume_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end - def metric_definition_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end def metric_name_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end - def alert_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def metric_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end - def metric_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage end def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def alert_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + def metric_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end + def nic_ipv4 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + end + def metric_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end @@ -645,23 +669,14 @@ def configure_device_request def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - end def device Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end def hardware_component_group Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo @@ -669,8 +684,8 @@ def manager_extended_info def network_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def storage_account_credential Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential @@ -678,36 +693,21 @@ 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 job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end def alert_scope Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope end - def alert_source_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end def alert_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end - def volume_container - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - 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 - end - def alert_email_notification_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - 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 29566430ae..f475caa7da 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -16,12 +16,13 @@ module Mgmt Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties @@ -31,60 +32,59 @@ 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 + 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 - FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay 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 + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters - SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse @@ -126,6 +126,12 @@ def method_missing(method, *args) end class ModelClasses + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end @@ -141,9 +147,6 @@ def function_binding def function_output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput end - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - end def diagnostic_condition Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition end @@ -171,41 +174,44 @@ def start_streaming_job_parameters def blob_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties end + def function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + end def azure_sql_database_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end def stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource end - def function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - end def streaming_job_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end def input_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - end - def oauth_based_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn 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 resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + 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 function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + end + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end def function Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function @@ -222,41 +228,50 @@ def azure_machine_learning_web_service_function_binding def scalar_function_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + def azure_data_lake_store_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end def csv_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end - def azure_data_lake_store_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end def power_bioutput_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end - def service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + end + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + end + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end def azure_sql_database_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource @@ -264,29 +279,20 @@ def azure_sql_database_output_data_source def event_hub_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end - def document_db_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end - def operation_display - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - end - def operation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - end def blob_reference_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + def io_thub_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource end def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource @@ -294,11 +300,11 @@ def event_hub_stream_input_data_source def blob_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + def stream_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties end - def io_thub_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + def azure_machine_learning_web_service_function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters end def java_script_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters @@ -306,11 +312,11 @@ def java_script_function_retrieve_default_definition_parameters def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def stream_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end - def azure_machine_learning_web_service_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + def events_out_of_order_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end def output_error_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy @@ -321,18 +327,12 @@ def compatibility_level def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end - def events_out_of_order_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - end def encoding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 9ac630b8a9..b07330de94 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,6 +8,13 @@ module Azure::Profiles::Latest module TextAnalytics module Models + EntityRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord + Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input + EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem + InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult + MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageInput LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResultItem @@ -16,16 +23,9 @@ module Models KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput MatchRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord - EntityRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord - EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem - Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input - EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput end class TextAnalyticsDataClass @@ -57,6 +57,27 @@ def method_missing(method, *args) end class ModelClasses + def entity_record + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord + end + def input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input + end + def entities_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem + end + def internal_error + Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError + end + def entities_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult + end + def multi_language_batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput + end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def detected_language Azure::CognitiveServices::TextAnalytics::V2_0::Models::DetectedLanguage end @@ -81,9 +102,6 @@ def sentiment_batch_result_item def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse - end def batch_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput end @@ -93,24 +111,6 @@ def match_record def error_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord end - def entity_record - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord - end - def entities_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem - end - def input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input - end - def entities_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - end - def internal_error - Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - end - def multi_language_batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput - 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 6f0411909a..70c7bffbb2 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -8,12 +8,15 @@ module Azure::Profiles::Latest module TrafficManager module Mgmt Endpoints = Azure::TrafficManager::Mgmt::V2018_04_01::Endpoints + Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles GeographicHierarchies = Azure::TrafficManager::Mgmt::V2018_04_01::GeographicHierarchies HeatMap = Azure::TrafficManager::Mgmt::V2018_04_01::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys - Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles module Models + Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem MonitorConfigExpectedStatusCodeRangesItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem @@ -30,15 +33,12 @@ module Models HeatMapModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy - Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus - ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus + TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource @@ -46,7 +46,7 @@ module Models end class TrafficManagerManagementClass - attr_reader :endpoints, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :profiles, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -57,10 +57,10 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @endpoints = @client_0.endpoints + @profiles = @client_0.profiles @geographic_hierarchies = @client_0.geographic_hierarchies @heat_map = @client_0.heat_map @traffic_manager_user_metrics_keys = @client_0.traffic_manager_user_metrics_keys - @profiles = @client_0.profiles @model_classes = ModelClasses.new end @@ -79,6 +79,15 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + end + def profile + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + end def monitor_config_custom_headers_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end @@ -127,32 +136,23 @@ def user_metrics_model def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end - def resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + def endpoint_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus end - def endpoint_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end - def profile - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - end - def traffic_routing_method - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod - end def profile_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus + def traffic_routing_method + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod end def traffic_view_enrollment_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index 5c7475d6be..3131640c29 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,23 +9,24 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + 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 - TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario + TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext - VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query + VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable @@ -38,9 +39,8 @@ module Models TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end class VideoSearchDataClass @@ -73,6 +73,9 @@ def method_missing(method, *args) end class ModelClasses + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -88,8 +91,8 @@ def trending_videos_tile def videos Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end - def trending_videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response end def video_details Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails @@ -97,6 +100,9 @@ def video_details def video_query_scenario Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario end + def trending_videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos + end def video_length Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength end @@ -109,21 +115,18 @@ def video_resolution def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end def query_context Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - end def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + end def pivot_suggestions Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end @@ -160,15 +163,12 @@ def error_response 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 def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error 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 d2edcd71e7..13cb74af0e 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -9,17 +9,17 @@ module Web module Mgmt Provider = Azure::Web::Mgmt::V2018_02_01::Provider Domains = Azure::Web::Mgmt::V2018_02_01::Domains + AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments + AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider - AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments - AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans - WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates - DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations + DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations module Models @@ -59,115 +59,115 @@ module Models StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo - AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo - CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings - DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample - ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute - VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo - VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway - User = Azure::Web::Mgmt::V2018_02_01::Models::User - HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection - ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource - AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction - AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + User = Azure::Web::Mgmt::V2018_02_01::Models::User + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway Site = Azure::Web::Mgmt::V2018_02_01::Models::Site - AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings - DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite - DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis - Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier + HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse - DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule - DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse - CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource - DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier - DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation BillingMeter = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter - GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion - DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource SourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SourceControl VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters - VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure - Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation - SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary - TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails - TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob - ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo - ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification - PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig - SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource - SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag - SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl - CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag - AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing - SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions - TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory - RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType + KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode - SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo - SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType - KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus - UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState + HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate - AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType - HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType - ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType + PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType - SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState - HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType - ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType - SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState - StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus - SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions - CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus - ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState - RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState - AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions - InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState + HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode - ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse @@ -187,32 +187,32 @@ module Models HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels - PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation - UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes - IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel - SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit - BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType - PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat - DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult - ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult - SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName - BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus - DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType - AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage @@ -281,6 +281,14 @@ module Models PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection @@ -288,81 +296,73 @@ module Models SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue - ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem - PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties - DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability - TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay - NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest - ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection - CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection - LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules - CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo - DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction - HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile - GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule - NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier - ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack - SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion - ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue - SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig - IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping - ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty - WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError - VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection - ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability - AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end class WebManagementClass - attr_reader :provider, :domains, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :app_service_environments, :app_service_plans, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes + attr_reader :provider, :domains, :app_service_environments, :app_service_plans, :web_apps, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :certificates, :diagnostics, :recommendations, :deleted_web_apps, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -374,17 +374,17 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @provider = @client_0.provider @domains = @client_0.domains + @app_service_environments = @client_0.app_service_environments + @app_service_plans = @client_0.app_service_plans + @web_apps = @client_0.web_apps @app_service_certificate_orders = @client_0.app_service_certificate_orders @certificate_registration_provider = @client_0.certificate_registration_provider @top_level_domains = @client_0.top_level_domains @domain_registration_provider = @client_0.domain_registration_provider - @app_service_environments = @client_0.app_service_environments - @app_service_plans = @client_0.app_service_plans - @web_apps = @client_0.web_apps @certificates = @client_0.certificates - @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics @recommendations = @client_0.recommendations + @deleted_web_apps = @client_0.deleted_web_apps @resource_health_metadata_operations = @client_0.resource_health_metadata_operations @model_classes = ModelClasses.new @@ -512,14 +512,14 @@ def auto_heal_triggers def resource_metric_name Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + def resource_metric_definition_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end def conn_string_info Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end def slot_swap_status Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus @@ -527,119 +527,140 @@ def slot_swap_status def hosting_environment_deployment_info Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + def deleted_web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end def diagnostic_metric_set Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def detector_abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + end + def abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + end + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + end + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + end + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + end + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end def user Azure::Web::Mgmt::V2018_02_01::Models::User end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end def resource_metric_definition Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + end + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site + end + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + end + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition end def app_service_certificate_patch_resource Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def diagnostic_metric_sample + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end def renew_certificate_order_request Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site - end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + def domain_ownership_identifier + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier end - def top_level_domain - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + def domain_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource end def push_settings Azure::Web::Mgmt::V2018_02_01::Models::PushSettings end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite - end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end def diagnostic_detector_response Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end def recommendation_rule Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end def premier_add_on_offer Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + end def recommendation Azure::Web::Mgmt::V2018_02_01::Models::Recommendation end - def domain_ownership_identifier - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def domain_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end def billing_meter Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def top_level_domain + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end def source_control Azure::Web::Mgmt::V2018_02_01::Models::SourceControl @@ -647,197 +668,176 @@ def source_control def vnet_parameters Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure - end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation - end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary - end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end def vnet_validation_failure_details Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end def web_job Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def managed_service_identity_type - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end def log_specification Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end def service_specification Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end def site_source_control Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end def triggered_job_history Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory end - def route_type - Azure::Web::Mgmt::V2018_02_01::Models::RouteType + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def auto_heal_action_type + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end def connection_string_type Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end def managed_pipeline_mode Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def usage_state - Azure::Web::Mgmt::V2018_02_01::Models::UsageState + def route_type + Azure::Web::Mgmt::V2018_02_01::Models::RouteType end def certificate Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def compute_mode_options + Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end def site_availability_state Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + def managed_service_identity_type + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end def worker_size_options Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end def azure_resource_type Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def usage_state + Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end def internal_load_balancing_mode Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end def app_service_environment_collection Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection @@ -896,17 +896,17 @@ def notification_level def channels Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end def check_name_resource_types Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end def site_extension_type Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType @@ -917,17 +917,17 @@ def triggered_web_job_status def log_level Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end def frequency_unit Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end def continuous_web_job_status Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus @@ -935,14 +935,14 @@ def continuous_web_job_status def web_job_type Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end def msdeploy_log_entry_type Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType @@ -956,23 +956,23 @@ def my_sql_migration_type def contact Azure::Web::Mgmt::V2018_02_01::Models::Contact end + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + end def built_in_authentication_provider Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end def clone_ability_result Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName - end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end def dimension Azure::Web::Mgmt::V2018_02_01::Models::Dimension @@ -1178,6 +1178,30 @@ def restore_request def site_auth_settings Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + end + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + end + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + end + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + end + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + end + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + end + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + end + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + end def top_level_domain_collection Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end @@ -1199,119 +1223,95 @@ def app_service_certificate def azure_storage_info_value Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent - end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection - end def default_error_response_error_details_item Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork - end def default_error_response_error Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end def certificate_collection Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + end def default_error_response Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet - end def validate_response Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end def csm_operation_description_properties Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end def api_definition_info Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end def resource_metric_availability Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end def auto_heal_rules Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end def virtual_directory Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory @@ -1319,80 +1319,80 @@ def virtual_directory def cloning_info Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end def global_csm_sku_description Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end - def ramp_up_rule - Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def resource_metric - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def resource_metric_value - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end def identifier_collection Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def resource_metric_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end def resource_metric_property Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + def resource_metric_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end def network_access_control_entry Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry @@ -1400,17 +1400,17 @@ def network_access_control_entry def solution Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + def resource_metric_value + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def deleted_web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def resource_metric + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection 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 a2fdf3798f..6caa7f4a4e 100644 --- a/azure_sdk/lib/latest/modules/websearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/websearch_profile_module.rb @@ -9,47 +9,47 @@ module WebSearch Web = Azure::CognitiveServices::WebSearch::V1_0::Web module Models - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode 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 - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response News = Azure::CognitiveServices::WebSearch::V1_0::Models::News ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end class WebSearchDataClass @@ -82,12 +82,24 @@ def method_missing(method, *args) end class ModelClasses - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + end + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode 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 @@ -97,9 +109,6 @@ def answer_type def news_article Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News end @@ -109,23 +118,23 @@ def response_base def query_context Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query + def ranking_ranking_group + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + end + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end - def ranking_ranking_item - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem - end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable @@ -139,8 +148,8 @@ def thing def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer @@ -148,63 +157,54 @@ def search_results_answer def web_page Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end def time_zone Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def ranking_ranking_group - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer end def spell_suggestions Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end def text_format Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error + 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 - Azure::CognitiveServices::WebSearch::V1_0::Models::Error - end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject - end end end end diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services.rb index 0a5bff3d38..e895ba0aad 100644 --- a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services.rb +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services.rb @@ -23,6 +23,7 @@ module Azure::RecoveryServices::Mgmt::V2016_06_01 autoload :VaultCertificates, '2016-06-01/generated/azure_mgmt_recovery_services/vault_certificates.rb' autoload :RegisteredIdentities, '2016-06-01/generated/azure_mgmt_recovery_services/registered_identities.rb' autoload :ReplicationUsages, '2016-06-01/generated/azure_mgmt_recovery_services/replication_usages.rb' + autoload :CheckResourceNameAvailability, '2016-06-01/generated/azure_mgmt_recovery_services/check_resource_name_availability.rb' autoload :Vaults, '2016-06-01/generated/azure_mgmt_recovery_services/vaults.rb' autoload :Operations, '2016-06-01/generated/azure_mgmt_recovery_services/operations.rb' autoload :VaultExtendedInfoOperations, '2016-06-01/generated/azure_mgmt_recovery_services/vault_extended_info_operations.rb' @@ -30,30 +31,33 @@ module Azure::RecoveryServices::Mgmt::V2016_06_01 autoload :RecoveryServicesClient, '2016-06-01/generated/azure_mgmt_recovery_services/recovery_services_client.rb' module Models - autoload :ClientDiscoveryValueForSingleApi, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_value_for_single_api.rb' - autoload :ClientDiscoveryResponse, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_response.rb' - autoload :CertificateRequest, '2016-06-01/generated/azure_mgmt_recovery_services/models/certificate_request.rb' autoload :Resource, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource.rb' - autoload :ClientDiscoveryForProperties, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_for_properties.rb' autoload :RawCertificateData, '2016-06-01/generated/azure_mgmt_recovery_services/models/raw_certificate_data.rb' - autoload :VaultCertificateResponse, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_certificate_response.rb' + autoload :ResourceNameAvailabilityInput, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_input.rb' + autoload :ClientDiscoveryForProperties, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_for_properties.rb' + autoload :ClientDiscoveryValueForSingleApi, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_value_for_single_api.rb' + autoload :ResourceCertificateDetails, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_certificate_details.rb' + autoload :ClientDiscoveryResponse, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_response.rb' autoload :JobsSummary, '2016-06-01/generated/azure_mgmt_recovery_services/models/jobs_summary.rb' - autoload :VaultList, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_list.rb' + autoload :CertificateRequest, '2016-06-01/generated/azure_mgmt_recovery_services/models/certificate_request.rb' autoload :ReplicationUsage, '2016-06-01/generated/azure_mgmt_recovery_services/models/replication_usage.rb' + autoload :VaultUsageList, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_usage_list.rb' autoload :ClientDiscoveryDisplay, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_display.rb' - autoload :Sku, '2016-06-01/generated/azure_mgmt_recovery_services/models/sku.rb' + autoload :ResourceNameAvailabilityResponse, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response.rb' autoload :ClientDiscoveryForServiceSpecification, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_for_service_specification.rb' - autoload :VaultUsageList, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_usage_list.rb' - autoload :MonitoringSummary, '2016-06-01/generated/azure_mgmt_recovery_services/models/monitoring_summary.rb' autoload :VaultUsage, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_usage.rb' + autoload :VaultCertificateResponse, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_certificate_response.rb' + autoload :Sku, '2016-06-01/generated/azure_mgmt_recovery_services/models/sku.rb' + autoload :ReplicationUsageList, '2016-06-01/generated/azure_mgmt_recovery_services/models/replication_usage_list.rb' + autoload :NameInfo, '2016-06-01/generated/azure_mgmt_recovery_services/models/name_info.rb' + autoload :VaultList, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_list.rb' autoload :ClientDiscoveryForLogSpecification, '2016-06-01/generated/azure_mgmt_recovery_services/models/client_discovery_for_log_specification.rb' autoload :UpgradeDetails, '2016-06-01/generated/azure_mgmt_recovery_services/models/upgrade_details.rb' - autoload :ReplicationUsageList, '2016-06-01/generated/azure_mgmt_recovery_services/models/replication_usage_list.rb' + autoload :MonitoringSummary, '2016-06-01/generated/azure_mgmt_recovery_services/models/monitoring_summary.rb' autoload :VaultProperties, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault_properties.rb' - autoload :ResourceCertificateDetails, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_certificate_details.rb' - autoload :NameInfo, '2016-06-01/generated/azure_mgmt_recovery_services/models/name_info.rb' autoload :ResourceCertificateAndAadDetails, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_certificate_and_aad_details.rb' autoload :ResourceCertificateAndAcsDetails, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_certificate_and_acs_details.rb' + autoload :ResourceNameAvailabilityResponseResource, '2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response_resource.rb' autoload :TrackedResource, '2016-06-01/generated/azure_mgmt_recovery_services/models/tracked_resource.rb' autoload :PatchTrackedResource, '2016-06-01/generated/azure_mgmt_recovery_services/models/patch_tracked_resource.rb' autoload :Vault, '2016-06-01/generated/azure_mgmt_recovery_services/models/vault.rb' diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/check_resource_name_availability.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/check_resource_name_availability.rb new file mode 100644 index 0000000000..06aae83dc0 --- /dev/null +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/check_resource_name_availability.rb @@ -0,0 +1,140 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServices::Mgmt::V2016_06_01 + # + # Recovery Services Client + # + class CheckResourceNameAvailability + include MsRestAzure + + # + # Creates and initializes a new instance of the CheckResourceNameAvailability class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [RecoveryServicesClient] reference to the RecoveryServicesClient + attr_reader :client + + # + # API to check for resource name availability. + # A name is available if no other resource exists that has the same + # SubscriptionId, Resource Name and Type + # or if one or more such resources exist, each of these must be GCed and their + # time of deletion be more than 24 Hours Ago + # + # @param location [String] Location of the resource + # @param input [ResourceNameAvailabilityInput] Contains information about + # Resource type and Resource name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ResourceNameAvailabilityResponseResource] operation results. + # + def post(location, input, custom_headers = nil) + response = post_async(location, input, custom_headers).value! + response.body unless response.nil? + end + + # + # API to check for resource name availability. + # A name is available if no other resource exists that has the same + # SubscriptionId, Resource Name and Type + # or if one or more such resources exist, each of these must be GCed and their + # time of deletion be more than 24 Hours Ago + # + # @param location [String] Location of the resource + # @param input [ResourceNameAvailabilityInput] Contains information about + # Resource type and Resource name + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def post_with_http_info(location, input, custom_headers = nil) + post_async(location, input, custom_headers).value! + end + + # + # API to check for resource name availability. + # A name is available if no other resource exists that has the same + # SubscriptionId, Resource Name and Type + # or if one or more such resources exist, each of these must be GCed and their + # time of deletion be more than 24 Hours Ago + # + # @param location [String] Location of the resource + # @param input [ResourceNameAvailabilityInput] Contains information about + # Resource type and Resource name + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def post_async(location, input, custom_headers = 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? + fail ArgumentError, 'location is nil' if location.nil? + fail ArgumentError, 'input is nil' if input.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityInput.mapper() + request_content = @client.serialize(request_mapper, input) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.RecoveryServices/locations/{location}/checkNameAvailability' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'subscriptionId' => @client.subscription_id,'location' => location}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail 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::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponseResource.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 + + end +end diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_input.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_input.rb new file mode 100644 index 0000000000..905602116a --- /dev/null +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_input.rb @@ -0,0 +1,55 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServices::Mgmt::V2016_06_01 + module Models + # + # Resource information, as sent to the regional resource provider from + # Global RP. + # + class ResourceNameAvailabilityInput + + include MsRestAzure + + # @return [String] + attr_accessor :type + + # @return [String] + attr_accessor :name + + + # + # Mapper for ResourceNameAvailabilityInput class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceNameAvailabilityInput', + type: { + name: 'Composite', + class_name: 'ResourceNameAvailabilityInput', + model_properties: { + type: { + required: false, + serialized_name: 'type', + type: { + name: 'String' + } + }, + name: { + required: false, + serialized_name: 'name', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response.rb new file mode 100644 index 0000000000..3c44f6bbfc --- /dev/null +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response.rb @@ -0,0 +1,65 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServices::Mgmt::V2016_06_01 + module Models + # + # Response for check name availability API. Resource provider will set + # availability as true | false. + # + class ResourceNameAvailabilityResponse + + include MsRestAzure + + # @return [Boolean] + attr_accessor :name_available + + # @return [String] + attr_accessor :reason + + # @return [String] + attr_accessor :message + + + # + # Mapper for ResourceNameAvailabilityResponse class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceNameAvailabilityResponse', + type: { + name: 'Composite', + class_name: 'ResourceNameAvailabilityResponse', + model_properties: { + name_available: { + required: false, + serialized_name: 'nameAvailable', + type: { + name: 'Boolean' + } + }, + reason: { + required: false, + serialized_name: 'reason', + type: { + name: 'String' + } + }, + message: { + required: false, + serialized_name: 'message', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response_resource.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response_resource.rb new file mode 100644 index 0000000000..d5b53193ee --- /dev/null +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/models/resource_name_availability_response_resource.rb @@ -0,0 +1,78 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::RecoveryServices::Mgmt::V2016_06_01 + module Models + # + # Response for check name availability API. Resource provider will set + # availability as true | false. + # + class ResourceNameAvailabilityResponseResource < Resource + + include MsRestAzure + + # @return [ResourceNameAvailabilityResponse] + # ResourceNameAvailabilityResponseResource properties + attr_accessor :properties + + + # + # Mapper for ResourceNameAvailabilityResponseResource class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ResourceNameAvailabilityResponseResource', + type: { + name: 'Composite', + class_name: 'ResourceNameAvailabilityResponseResource', + model_properties: { + id: { + required: false, + read_only: true, + serialized_name: 'id', + type: { + name: 'String' + } + }, + name: { + required: false, + read_only: true, + serialized_name: 'name', + type: { + name: 'String' + } + }, + type: { + required: false, + read_only: true, + serialized_name: 'type', + type: { + name: 'String' + } + }, + e_tag: { + required: false, + serialized_name: 'eTag', + type: { + name: 'String' + } + }, + properties: { + required: false, + serialized_name: 'properties', + type: { + name: 'Composite', + class_name: 'ResourceNameAvailabilityResponse' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/recovery_services_client.rb b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/recovery_services_client.rb index 238b9c971e..7c07d1a109 100644 --- a/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/recovery_services_client.rb +++ b/management/azure_mgmt_recovery_services/lib/2016-06-01/generated/azure_mgmt_recovery_services/recovery_services_client.rb @@ -43,6 +43,9 @@ class RecoveryServicesClient < MsRestAzure::AzureServiceClient # @return [ReplicationUsages] replication_usages attr_reader :replication_usages + # @return [CheckResourceNameAvailability] check_resource_name_availability + attr_reader :check_resource_name_availability + # @return [Vaults] vaults attr_reader :vaults @@ -71,6 +74,7 @@ def initialize(credentials = nil, base_url = nil, options = nil) @vault_certificates = VaultCertificates.new(self) @registered_identities = RegisteredIdentities.new(self) @replication_usages = ReplicationUsages.new(self) + @check_resource_name_availability = CheckResourceNameAvailability.new(self) @vaults = Vaults.new(self) @operations = Operations.new(self) @vault_extended_info_operations = VaultExtendedInfoOperations.new(self) diff --git a/management/azure_mgmt_recovery_services/lib/profiles/latest/modules/recoveryservices_profile_module.rb b/management/azure_mgmt_recovery_services/lib/profiles/latest/modules/recoveryservices_profile_module.rb index bc123421b5..124c96a938 100644 --- a/management/azure_mgmt_recovery_services/lib/profiles/latest/modules/recoveryservices_profile_module.rb +++ b/management/azure_mgmt_recovery_services/lib/profiles/latest/modules/recoveryservices_profile_module.rb @@ -9,36 +9,40 @@ module Mgmt VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages + CheckResourceNameAvailability = Azure::RecoveryServices::Mgmt::V2016_06_01::CheckResourceNameAvailability Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages module Models - ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData - VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + ResourceNameAvailabilityInput = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityInput + ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties + ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails + ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary - VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage + VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + ResourceNameAvailabilityResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponse ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage + VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails + ResourceNameAvailabilityResponseResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponseResource TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault @@ -55,7 +59,7 @@ module Models # RecoveryServicesManagementClass # class RecoveryServicesManagementClass - attr_reader :vault_certificates, :registered_identities, :replication_usages, :vaults, :operations, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :vault_certificates, :registered_identities, :replication_usages, :check_resource_name_availability, :vaults, :operations, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -78,6 +82,7 @@ def initialize(options = {}) @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities @replication_usages = @client_0.replication_usages + @check_resource_name_availability = @client_0.check_resource_name_availability @vaults = @client_0.vaults @operations = @client_0.operations @vault_extended_info_operations = @client_0.vault_extended_info_operations @@ -102,78 +107,87 @@ def method_missing(method, *args) end class ModelClasses - def client_discovery_value_for_single_api - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - end - def client_discovery_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - end - def certificate_request - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - end def resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource end + def raw_certificate_data + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + end + def resource_name_availability_input + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityInput + end def client_discovery_for_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties end - def raw_certificate_data - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + def client_discovery_value_for_single_api + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi end - def vault_certificate_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + def resource_certificate_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails + end + def client_discovery_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse end def jobs_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end - def vault_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + def certificate_request + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest end def replication_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage end + def vault_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList + end def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + def resource_name_availability_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponse end def client_discovery_for_service_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification end - def vault_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList - end - def monitoring_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end + def vault_certificate_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + end + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end + def replication_usage_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + end + def name_info + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo + end + def vault_list + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList + end def client_discovery_for_log_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification end def upgrade_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails end - def replication_usage_list - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList + def monitoring_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary end def vault_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties end - def resource_certificate_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails - end - def name_info - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo - end def resource_certificate_and_aad_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails end def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end + def resource_name_availability_response_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceNameAvailabilityResponseResource + end def tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource end