diff --git a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb index ae41b49651..6eb8151053 100644 --- a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb +++ b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb @@ -8,7 +8,12 @@ module Azure::Profiles::Latest module Autosuggest module Models + ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType + SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse + ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat + ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode + Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase @@ -19,14 +24,9 @@ module Models CreativeWork = Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork SearchAction = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable - ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType - Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action - SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind - ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch - ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response + SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind end class AutosuggestDataClass @@ -58,9 +58,24 @@ def method_missing(method, *args) end class ModelClasses + def scenario_type + Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType + end + def safe_search + Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + end def error_response Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse end + def response_format + Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat + end + def error_code + Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode + end + def action + Azure::CognitiveServices::Autosuggest::V1_0::Models::Action + end def query_context Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext end @@ -91,30 +106,15 @@ def search_action def identifiable Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable end - def scenario_type - Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType - end - def action - Azure::CognitiveServices::Autosuggest::V1_0::Models::Action - end - def search_kind - Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind - end - def error_code - Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode - end - def safe_search - Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch - end - def response_format - Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat - end def error Azure::CognitiveServices::Autosuggest::V1_0::Models::Error end def response Azure::CognitiveServices::Autosuggest::V1_0::Models::Response end + def search_kind + Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind + end end end end diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index ea03b80cbb..314d46de88 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,22 @@ module Azure::Profiles::Latest module ComputerVision module Models + Word = Azure::CognitiveServices::ComputerVision::V2_0::Models::Word + DomainModelResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults + FaceRectangle = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle + CelebrityResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults + Category = Azure::CognitiveServices::ComputerVision::V2_0::Models::Category + LandmarkResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults + ImageTag = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag + ImageDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription + RecognitionResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult + TagResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult + ColorInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo + ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError + LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel + ImageUrl = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl + 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 @@ -30,22 +46,6 @@ module Models ModelDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription ImageCaption = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageCaption ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult - Word = Azure::CognitiveServices::ComputerVision::V2_0::Models::Word - DomainModelResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults - FaceRectangle = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle - CelebrityResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults - Category = Azure::CognitiveServices::ComputerVision::V2_0::Models::Category - LandmarkResults = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults - ImageTag = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag - ImageDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription - RecognitionResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult - TagResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult - ColorInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo - ComputerVisionError = Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError - LandmarksModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel - ImageUrl = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl - ImageDescriptionDetails = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails - TextOperationStatusCodes = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes end class ComputerVisionDataClass @@ -77,6 +77,54 @@ def method_missing(method, *args) end class ModelClasses + def word + Azure::CognitiveServices::ComputerVision::V2_0::Models::Word + end + def domain_model_results + Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults + end + def face_rectangle + Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle + end + def celebrity_results + Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults + end + def category + Azure::CognitiveServices::ComputerVision::V2_0::Models::Category + end + def landmark_results + Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults + end + def image_tag + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag + end + def image_description + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription + end + def recognition_result + Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult + end + def tag_result + Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult + end + def color_info + Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo + end + def computer_vision_error + Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError + end + def landmarks_model + Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel + end + def image_url + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl + end + def image_description_details + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails + end + def text_operation_status_codes + Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes + end def gender Azure::CognitiveServices::ComputerVision::V2_0::Models::Gender end @@ -143,54 +191,6 @@ def image_caption def list_models_result Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult end - def word - Azure::CognitiveServices::ComputerVision::V2_0::Models::Word - end - def domain_model_results - Azure::CognitiveServices::ComputerVision::V2_0::Models::DomainModelResults - end - def face_rectangle - Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceRectangle - end - def celebrity_results - Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebrityResults - end - def category - Azure::CognitiveServices::ComputerVision::V2_0::Models::Category - end - def landmark_results - Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarkResults - end - def image_tag - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageTag - end - def image_description - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescription - end - def recognition_result - Azure::CognitiveServices::ComputerVision::V2_0::Models::RecognitionResult - end - def tag_result - Azure::CognitiveServices::ComputerVision::V2_0::Models::TagResult - end - def color_info - Azure::CognitiveServices::ComputerVision::V2_0::Models::ColorInfo - end - def computer_vision_error - Azure::CognitiveServices::ComputerVision::V2_0::Models::ComputerVisionError - end - def landmarks_model - Azure::CognitiveServices::ComputerVision::V2_0::Models::LandmarksModel - end - def image_url - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageUrl - end - def image_description_details - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageDescriptionDetails - end - def text_operation_status_codes - Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationStatusCodes - 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 409799c231..f437ad244f 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -21,11 +21,11 @@ module Models TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList ClassificationCategory2 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 TermsData = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification - TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email - Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms - IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA + TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms @@ -35,42 +35,42 @@ module Models MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame - CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem + Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 + CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem + RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN - CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces + CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body - Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem - OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem - KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem - Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem - Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem + Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end @@ -128,20 +128,20 @@ def classification_category2 def terms_data Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData end + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end - def terms_paging - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end def email Azure::CognitiveServices::ContentModerator::V1_0::Models::Email end - def terms - Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms - end - def ipa - Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA + def terms_paging + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging end def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review @@ -170,107 +170,104 @@ def apierror def image_list Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end + def ipa + Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA + end def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end - def refresh_index - Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex - end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end def transcript_moderation_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem end - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end - def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem - end def frame Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame end - def create_video_reviews_body_item_video_frames_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem + def terms + Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms end def classification_category3 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 end - def create_video_reviews_body_item_video_frames_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem + def create_video_reviews_body_item_video_frames_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end - def ssn - Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN + def refresh_index + Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex end - def create_video_reviews_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + def create_video_reviews_body_item_video_frames_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end def pii Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end - def create_video_reviews_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end def found_faces Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def body - Azure::CognitiveServices::ContentModerator::V1_0::Models::Body + def create_video_reviews_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem end - def match - Azure::CognitiveServices::ContentModerator::V1_0::Models::Match + def ssn + Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN end - def classification_category1 - Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 + def body + Azure::CognitiveServices::ContentModerator::V1_0::Models::Body end def term_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end - def phone - Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + def create_video_reviews_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + end + def classification_category1 + Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 end def video_frame_body_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end - def ocr - Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + def match + Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end - def key_value_pair - Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error end def video_frame_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem end - def screen - Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen + def ocr + Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + end + def phone + Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + end + def key_value_pair + Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end def create_review_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end - def content - Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + def screen + Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen end def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end + def content + Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end - def image_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - end def job Azure::CognitiveServices::ContentModerator::V1_0::Models::Job end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + def image_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end def image Azure::CognitiveServices::ContentModerator::V1_0::Models::Image @@ -278,6 +275,9 @@ def image def tag Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end diff --git a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb index 9e789ded7e..d4cdf30bb9 100644 --- a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb @@ -9,30 +9,30 @@ module Customimagesearch CustomInstance = Azure::CognitiveServices::Customimagesearch::V1_0::CustomInstance module Models + SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse + Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images Query = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject - ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse WebPage = Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage + ErrorSubCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode ImageAspect = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent ImageType = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType ImageLicense = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense - ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize - Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images - ErrorSubCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response + ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable - ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch Error = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error + ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode end class CustomimagesearchDataClass @@ -65,6 +65,15 @@ def method_missing(method, *args) end class ModelClasses + def safe_search + Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch + end + def error_response + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse + end + def images + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + end def query Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query end @@ -74,12 +83,12 @@ def image_object def media_object Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject end - def error_response - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse - end def web_page Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage end + def error_sub_code + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode + end def image_aspect Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect end @@ -98,18 +107,12 @@ def image_type def image_license Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense end - def image_size - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize - end - def images - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images - end - def error_sub_code - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode - end def response Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response end + def image_size + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + end def response_base Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase end @@ -128,15 +131,12 @@ def creative_work def identifiable Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable end - def error_code - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode - end - def safe_search - Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch - end def error Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error end + def error_code + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode + 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 0d82f25074..b7cd0f3954 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,25 +9,25 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer + SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer - SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode end class CustomSearchDataClass @@ -60,6 +60,27 @@ def method_missing(method, *args) end class ModelClasses + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + end + def web_meta_tag + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag + 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 error_response + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end def query Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end @@ -75,9 +96,6 @@ def web_page def search_results_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end - def error_response - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse - end def answer Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end @@ -90,33 +108,15 @@ def creative_work def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - end - def web_meta_tag - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - 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 text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat - end def error Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end def response Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb index ed43fb7cf5..a91a524c79 100644 --- a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb @@ -8,21 +8,36 @@ module Azure::Profiles::Latest module Customvisiontraining module Models - ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + IterationPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance + ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult + ImagePerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance + ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch + ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings + ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + ImageRegion = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion + Iteration = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration + ImageUrlCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch + Export = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export + ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch + ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus + Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel ExportStatusModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel - Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType + ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel TagType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain - Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy + Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region ImageTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag ImageUrl = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image + Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project ImageIdCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch BoundingBox = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::BoundingBox ImageTagCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateBatch RegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::RegionProposal - Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag ImageRegionCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateEntry ImageRegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionProposal ImageRegionCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateResult @@ -39,21 +54,6 @@ module Models ImageTagCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateSummary TagPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagPerformance ImageRegionCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary - IterationPerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance - ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult - ImagePerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance - ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch - ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings - ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry - ImageRegion = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion - Iteration = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration - ImageUrlCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch - Export = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export - ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier - ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel - ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus - DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType end class CustomvisiontrainingDataClass @@ -85,14 +85,56 @@ def method_missing(method, *args) end class ModelClasses - def export_flavor_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + def iteration_performance + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance + end + def image_create_result + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult + end + def image_performance + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance + end + def image_file_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch + end + def project_settings + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings + end + def image_tag_create_entry + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry + end + def image_region + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion + end + def iteration + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration + end + def image_url_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch + end + def export + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export + end + def image_region_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch + end + def image_create_status + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus + end + def classifier + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier + end + def export_platform_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel end def export_status_model Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel end - def project - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + def domain_type + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType + end + def export_flavor_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel end def tag_type Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType @@ -100,12 +142,12 @@ def tag_type def domain Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain end - def region - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region - end def order_by Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy end + def region + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region + end def image_tag Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag end @@ -115,6 +157,12 @@ def image_url def image Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image end + def tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + end + def project + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + end def image_id_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch end @@ -127,9 +175,6 @@ def image_tag_create_batch def region_proposal Azure::CognitiveServices::Customvisiontraining::V2_2::Models::RegionProposal end - def tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag - end def image_region_create_entry Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateEntry end @@ -178,51 +223,6 @@ def tag_performance def image_region_create_summary Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateSummary end - def iteration_performance - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::IterationPerformance - end - def image_create_result - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult - end - def image_performance - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance - end - def image_file_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch - end - def project_settings - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings - end - def image_tag_create_entry - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry - end - def image_region - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion - end - def iteration - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Iteration - end - def image_url_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrlCreateBatch - end - def export - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export - end - def image_region_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - end - def classifier - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier - end - def export_platform_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel - end - def image_create_status - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus - end - def domain_type - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType - 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 5829d7532c..92a58d318b 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,42 +9,44 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models + SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure - PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress + LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport - LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness + License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue EntertainmentBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness - License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater + ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution ContractualRulesMediaAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution - ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution + FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment LodgingBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness Restaurant = Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant - FoodEstablishment = Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment + Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer @@ -53,8 +55,6 @@ module Models CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch - ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end class EntitySearchDataClass @@ -87,6 +87,12 @@ def method_missing(method, *args) end class ModelClasses + def safe_search + Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + end + def response_format + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + end def error_response Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end @@ -99,6 +105,9 @@ def media_object def error_sub_code Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def contractual_rules_contractual_rule Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule end @@ -108,8 +117,8 @@ def entities_entity_presentation_info def places Azure::CognitiveServices::EntitySearch::V1_0::Models::Places end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + def postal_address + Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress end def place Azure::CognitiveServices::EntitySearch::V1_0::Models::Place @@ -126,8 +135,8 @@ def contractual_rules_attribution def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end - def postal_address - Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress + def local_business + Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end def tourist_attraction Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction @@ -135,8 +144,8 @@ def tourist_attraction def airport Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport end - def local_business - Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness + def license + Azure::CognitiveServices::EntitySearch::V1_0::Models::License end def structured_value Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue @@ -144,32 +153,32 @@ def structured_value def entertainment_business Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness end - def license - Azure::CognitiveServices::EntitySearch::V1_0::Models::License - end def movie_theater Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater end + def contractual_rules_license_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution + end def contractual_rules_link_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution end def contractual_rules_media_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution end - def contractual_rules_license_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution - end def contractual_rules_text_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution end + def food_establishment + Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment + end def lodging_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LodgingBusiness end def restaurant Azure::CognitiveServices::EntitySearch::V1_0::Models::Restaurant end - def food_establishment - Azure::CognitiveServices::EntitySearch::V1_0::Models::FoodEstablishment + def hotel + Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel end def entity_query_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario @@ -177,24 +186,21 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def hotel - Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel - end def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def error Azure::CognitiveServices::EntitySearch::V1_0::Models::Error end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - end def entities Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities end def entity_type Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + end def query_context Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext end @@ -219,12 +225,6 @@ def identifiable def error_code Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch - end - def response_format - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - end end end end diff --git a/azure_sdk/lib/latest/modules/face_profile_module.rb b/azure_sdk/lib/latest/modules/face_profile_module.rb index e486c5ecfa..9ac334c805 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -13,9 +13,10 @@ module Face module Models APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError - FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle - ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl Error = Azure::CognitiveServices::Face::V1_0::Models::Error + FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle + FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult @@ -42,22 +43,21 @@ module Models DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur + ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl 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 + FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType - HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel - FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType - FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest - SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace end class FaceDataClass @@ -96,14 +96,17 @@ class ModelClasses def apierror Azure::CognitiveServices::Face::V1_0::Models::APIError end + def error + Azure::CognitiveServices::Face::V1_0::Models::Error + end def face_rectangle Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle end - def image_url - Azure::CognitiveServices::Face::V1_0::Models::ImageUrl + def find_similar_request + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error + def similar_face + Azure::CognitiveServices::Face::V1_0::Models::SimilarFace end def group_request Azure::CognitiveServices::Face::V1_0::Models::GroupRequest @@ -183,54 +186,51 @@ def update_person_face_request def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end + def image_url + Azure::CognitiveServices::Face::V1_0::Models::ImageUrl + end def training_status Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end - 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 face_list + Azure::CognitiveServices::Face::V1_0::Models::FaceList + end def glasses_type Azure::CognitiveServices::Face::V1_0::Models::GlassesType end - def hair_color_type - Azure::CognitiveServices::Face::V1_0::Models::HairColorType - end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end def blur_level Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end + def hair_color_type + Azure::CognitiveServices::Face::V1_0::Models::HairColorType + end def exposure_level Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel end def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode - end def gender Azure::CognitiveServices::Face::V1_0::Models::Gender end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + end def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end - def find_similar_request - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest - end - def similar_face - Azure::CognitiveServices::Face::V1_0::Models::SimilarFace - 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 5e66ddce3e..2a2681b357 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,8 +9,9 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models - Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage @@ -21,18 +22,19 @@ module Models ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense - ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule PropertiesItem = Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem RecognizedEntityGroup = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory + PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions RelatedCollectionsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule ImageTagsModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule RecipesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule @@ -48,16 +50,15 @@ module Models NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion - ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating + ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - PivotSuggestions = Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions - ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency - ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer @@ -66,7 +67,6 @@ module Models CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end class ImageSearchDataClass @@ -99,12 +99,15 @@ def method_missing(method, *args) end class ModelClasses - def query - Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + def safe_search + Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end def error_response Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse end + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + end def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end @@ -135,12 +138,12 @@ def image_type def image_license Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense end - def image_size - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize - end def response Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end + def image_size + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + end def organization Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end @@ -150,6 +153,9 @@ def intangible def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -165,12 +171,12 @@ def properties_item def recognized_entity_group Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def trending_images_category Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory end + def pivot_suggestions + Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions + end def related_collections_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule end @@ -216,9 +222,6 @@ def recognized_entity def recognized_entity_region Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion end - def image_insights - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights - end def images Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end @@ -228,24 +231,24 @@ def trending_images def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end + def image_insights + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights + end def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def pivot_suggestions - Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions + def currency + Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def currency - Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - end def person Azure::CognitiveServices::ImageSearch::V1_0::Models::Person end @@ -270,9 +273,6 @@ def identifiable def error_code Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch - end end end end diff --git a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb index 51d586ba9c..be56971945 100644 --- a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb @@ -9,16 +9,20 @@ module LocalSearch Local = Azure::CognitiveServices::LocalSearch::V1_0::Local module Models + SafeSearch = Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + ResponseFormat = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + EntityScenario = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario ErrorSubCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode - SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse - EntitiesEntityPresentationInfo = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo Response = Azure::CognitiveServices::LocalSearch::V1_0::Models::Response - PostalAddress = Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress EntityType = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType + SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + EntitiesEntityPresentationInfo = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo Places = Azure::CognitiveServices::LocalSearch::V1_0::Models::Places - Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible + Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action Place = Azure::CognitiveServices::LocalSearch::V1_0::Models::Place + PostalAddress = Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress + Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible QueryContext = Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext GeoCoordinates = Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates ResponseBase = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase @@ -29,12 +33,8 @@ module Models CreativeWork = Azure::CognitiveServices::LocalSearch::V1_0::Models::CreativeWork SearchAction = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchAction Identifiable = Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable - Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action - ErrorCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch - ResponseFormat = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat - EntityScenario = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario Error = Azure::CognitiveServices::LocalSearch::V1_0::Models::Error + ErrorCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode end class LocalSearchDataClass @@ -67,36 +67,48 @@ def method_missing(method, *args) end class ModelClasses + def safe_search + Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + end + def response_format + Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat + end def error_response Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse end + def entity_scenario + Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario + end def error_sub_code Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode end - def search_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse - end - def entities_entity_presentation_info - Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo - end def response Azure::CognitiveServices::LocalSearch::V1_0::Models::Response end - def postal_address - Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress - end def entity_type Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType end + def search_response + Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + end + def entities_entity_presentation_info + Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo + end def places Azure::CognitiveServices::LocalSearch::V1_0::Models::Places end - def intangible - Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible + def action + Azure::CognitiveServices::LocalSearch::V1_0::Models::Action end def place Azure::CognitiveServices::LocalSearch::V1_0::Models::Place end + def postal_address + Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress + end + def intangible + Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible + end def query_context Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext end @@ -127,24 +139,12 @@ def search_action def identifiable Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable end - def action - Azure::CognitiveServices::LocalSearch::V1_0::Models::Action + def error + Azure::CognitiveServices::LocalSearch::V1_0::Models::Error end def error_code Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch - end - def response_format - Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat - end - def entity_scenario - Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityScenario - end - def error - Azure::CognitiveServices::LocalSearch::V1_0::Models::Error - 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 f3a46ba7bd..f4bc9f06d7 100644 --- a/azure_sdk/lib/latest/modules/newssearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/newssearch_profile_module.rb @@ -9,30 +9,30 @@ module NewsSearch NewsOperations = Azure::CognitiveServices::NewsSearch::V1_0::NewsOperations module Models + ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end class NewsSearchDataClass @@ -65,6 +65,24 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + end + def news_topic + Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic + end + def identifiable + Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable + end def query Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end @@ -74,21 +92,18 @@ def image_object def media_object Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse - end def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end def freshness Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - end def response Azure::CognitiveServices::NewsSearch::V1_0::Models::Response end + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end def organization Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization end @@ -104,39 +119,24 @@ def search_results_answer def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end + def creative_work + Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end def news Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def news_topic - Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - end def video_object Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - end - def error_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - end - def creative_work - Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - end - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - end end end end diff --git a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb index a734528ad1..3cf22298b6 100644 --- a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb +++ b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb @@ -12,6 +12,10 @@ module Qnamaker Operations = Azure::CognitiveServices::Qnamaker::V4_0::Operations module Models + ErrorResponse = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse + CreateKbInputDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbInputDTO + DeleteKbContentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::DeleteKbContentsDTO + QnADTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADTO EndpointKeysDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::EndpointKeysDTO FileDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::FileDTO WordAlterationsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::WordAlterationsDTO @@ -20,6 +24,7 @@ module Models QnADocumentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADocumentsDTO UpdateQuestionsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQuestionsDTO CreateKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO + Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation UpdateMetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO ReplaceKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::ReplaceKbDTO UpdateKbOperationDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTO @@ -29,21 +34,16 @@ module Models MetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO AlterationsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO UpdateKbOperationDTOAdd = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd - ErrorResponse = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse UpdateKbOperationDTODelete = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete UpdateKbOperationDTOUpdate = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate - QnADTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADTO - UpdateQnaDTOMetadata = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata UpdateQnaDTOQuestions = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions + UpdateQnaDTOMetadata = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata + KnowledgebaseEnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType ErrorCodeType = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorCodeType - Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation - EnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType OperationStateType = Azure::CognitiveServices::Qnamaker::V4_0::Models::OperationStateType + EnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType ErrorResponseError = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError - KnowledgebaseEnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error - CreateKbInputDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbInputDTO - DeleteKbContentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::DeleteKbContentsDTO end class QnamakerDataClass @@ -79,6 +79,18 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse + end + def create_kb_input_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbInputDTO + end + def delete_kb_contents_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::DeleteKbContentsDTO + end + def qn_adto + Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADTO + end def endpoint_keys_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::EndpointKeysDTO end @@ -103,6 +115,9 @@ def update_questions_dto def create_kb_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO end + def operation + Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + end def update_metadata_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO end @@ -130,51 +145,36 @@ def alterations_dto def update_kb_operation_dtoadd Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd end - def error_response - Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse - end def update_kb_operation_dtodelete Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete end def update_kb_operation_dtoupdate Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate end - def qn_adto - Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADTO + def update_qna_dtoquestions + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions end def update_qna_dtometadata Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata end - def update_qna_dtoquestions - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions + def knowledgebase_environment_type + Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType end def error_code_type Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorCodeType end - def operation - Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + def operation_state_type + Azure::CognitiveServices::Qnamaker::V4_0::Models::OperationStateType end def environment_type Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType end - def operation_state_type - Azure::CognitiveServices::Qnamaker::V4_0::Models::OperationStateType - end def error_response_error Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError end - def knowledgebase_environment_type - Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType - end def error Azure::CognitiveServices::Qnamaker::V4_0::Models::Error end - def create_kb_input_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbInputDTO - end - def delete_kb_contents_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::DeleteKbContentsDTO - 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 95d5083701..dae7a6aedc 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models - ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end class SpellCheckDataClass @@ -53,20 +53,29 @@ def method_missing(method, *args) end class ModelClasses - def action_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + def error_sub_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end def error_response Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + end + def mode + Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + end + def spell_check + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + end def response_base Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end - def error_sub_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + def error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType end def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion @@ -77,24 +86,15 @@ def spelling_flagged_token def identifiable Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end - def mode - Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end - def spell_check - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck - end - def error_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/sql_profile_module.rb b/azure_sdk/lib/latest/modules/sql_profile_module.rb index 7ac9b8645a..ec00d81ef8 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -64,9 +64,11 @@ module Mgmt LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedBackupShortTermRetentionPolicies ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases + ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies + RestorableDroppedManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::RestorableDroppedManagedDatabases + DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases - DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies ManagedDatabaseSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabaseSecurityAlertPolicies ManagedServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedServerSecurityAlertPolicies @@ -78,16 +80,16 @@ module Mgmt ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies - ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools - Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities - 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 BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates - Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations + InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups module Models UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType @@ -284,68 +286,70 @@ module Models OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput DatabaseVulnerabilityAssessmentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult + JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + RestorableDroppedManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy + ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion - JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + RestorableDroppedManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabase + ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy ManagedDatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy ManagedServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus - JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy - ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState @@ -353,77 +357,77 @@ module Models AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState - DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability - CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities + DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability ElasticPoolPerDatabaseMinPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability 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 + ElasticPoolPerDatabaseMaxPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability InstanceFailoverGroupReadOnlyEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint VulnerabilityAssessmentScanRecordListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability - MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability - ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability + MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo - ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord - BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup - VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType + BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit + VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit - ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup - InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool - ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy - DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult - DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment 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, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :data_masking_rules, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :server_advisors, :database_advisors, :operations, :firewall_rules, :servers, :database_recommended_actions, :database_automatic_tuning_operations, :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_backup_short_term_retention_policies, :managed_databases, :server_automatic_tuning_operations, :server_dns_aliases, :database_vulnerability_assessments, :server_security_alert_policies, :managed_database_security_alert_policies, :managed_server_security_alert_policies, :backup_long_term_retention_policies, :restore_points, :jobs, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_blob_auditing_policies, :elastic_pools, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :databases, :managed_instance_tde_certificates, :database_operations, :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, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :recommended_elastic_pools, :data_masking_rules, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :server_table_auditing_policies, :transparent_data_encryption_activities, :database_connection_policies, :database_table_auditing_policies, :database_usages, :server_usages, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :server_advisors, :database_advisors, :operations, :firewall_rules, :servers, :database_recommended_actions, :database_automatic_tuning_operations, :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_backup_short_term_retention_policies, :managed_databases, :managed_restorable_dropped_database_backup_short_term_retention_policies, :restorable_dropped_managed_databases, :database_vulnerability_assessments, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :managed_database_security_alert_policies, :managed_server_security_alert_policies, :backup_long_term_retention_policies, :restore_points, :jobs, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_blob_auditing_policies, :backup_short_term_retention_policies, :tde_certificates, :elastic_pools, :managed_instance_tde_certificates, :database_vulnerability_assessment_scans, :capabilities, :databases, :database_operations, :elastic_pool_operations, :instance_failover_groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -502,9 +506,11 @@ def initialize(configurable, base_url=nil, options=nil) @long_term_retention_backups = @client_2.long_term_retention_backups @managed_backup_short_term_retention_policies = @client_2.managed_backup_short_term_retention_policies @managed_databases = @client_2.managed_databases + @managed_restorable_dropped_database_backup_short_term_retention_policies = @client_2.managed_restorable_dropped_database_backup_short_term_retention_policies + @restorable_dropped_managed_databases = @client_2.restorable_dropped_managed_databases + @database_vulnerability_assessments = @client_2.database_vulnerability_assessments @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_dns_aliases = @client_2.server_dns_aliases - @database_vulnerability_assessments = @client_2.database_vulnerability_assessments @server_security_alert_policies = @client_2.server_security_alert_policies @managed_database_security_alert_policies = @client_2.managed_database_security_alert_policies @managed_server_security_alert_policies = @client_2.managed_server_security_alert_policies @@ -522,16 +528,16 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @elastic_pools = @client_3.elastic_pools - @capabilities = @client_3.capabilities - @elastic_pool_operations = @client_3.elastic_pool_operations - @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans - @instance_failover_groups = @client_3.instance_failover_groups @backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies @tde_certificates = @client_3.tde_certificates - @databases = @client_3.databases + @elastic_pools = @client_3.elastic_pools @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates + @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans + @capabilities = @client_3.capabilities + @databases = @client_3.databases @database_operations = @client_3.database_operations + @elastic_pool_operations = @client_3.elastic_pool_operations + @instance_failover_groups = @client_3.instance_failover_groups @model_classes = ModelClasses.new end @@ -1138,78 +1144,84 @@ def job def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + end def database_vulnerability_assessment_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult end - def managed_database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + def server_dns_alias_acquisition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + def managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end def job_agent_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult end - def create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end def job_agent_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate end - def managed_backup_short_term_retention_policy_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - end - def long_term_retention_backup_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + def import_export_database_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + def job_execution_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end def database_vulnerability_assessment_rule_baseline_item Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def job_execution_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + def managed_backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult end - def job_version_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + end + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult end def job_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end - def import_export_database_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + def create_database_restore_point_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + def long_term_retention_backup_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult end - def job_target_group_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + end + def job_version_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult end def job_step_execution_options Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + def restorable_dropped_managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult + end + def job_target_group_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy end + def extended_server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end @@ -1219,35 +1231,35 @@ def import_export_operation_result def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end - def extended_server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential - end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end - def job_step - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_version - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion - end - def job_target_group - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + def job_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + def job_step + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + end + def managed_backup_short_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy + end + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + end + def restorable_dropped_managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabase + end + def server_automatic_tuning + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end def server_dns_alias Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias @@ -1261,36 +1273,33 @@ def managed_database_security_alert_policy def managed_server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + 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 restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + def job_schedule_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + end def 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_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def job_schedule_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end @@ -1300,20 +1309,20 @@ def automatic_tuning_server_mode def automatic_tuning_server_reason Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end - def server_automatic_tuning - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - end - def vulnerability_assessment_policy_baseline_name - Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + def job_step_output_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end - def managed_backup_short_term_retention_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy + def job_target_group + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + def job_version + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + end + def long_term_retention_backup + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end def provisioning_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState @@ -1324,6 +1333,9 @@ def job_list_result def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end + def vulnerability_assessment_policy_baseline_name + Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + end def database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy end @@ -1345,18 +1357,9 @@ def restore_point def security_alert_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def management_operation_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState - end - def database_status - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - end def max_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - end def edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability end @@ -1372,24 +1375,39 @@ def elastic_pool_list_result def elastic_pool_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability end + def catalog_collation_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + end def location_capabilities Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities end + def database_status + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + end + def management_operation_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + end + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability end + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + end 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 - end def elastic_pool_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability end def vulnerability_assessment_scan_error Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError end + def elastic_pool_per_database_max_performance_level_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability + end def instance_failover_group_read_only_endpoint Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadOnlyEndpoint end @@ -1399,17 +1417,14 @@ def vulnerability_assessment_scan_record_list_result 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 managed_instance_family_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end - def managed_instance_version_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability + def max_size_range_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability end def elastic_pool_operation_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult @@ -1417,29 +1432,20 @@ def elastic_pool_operation_list_result def managed_instance_pair_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo end - def server_version_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + 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 end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability - end def license_type_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability end - def log_size_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - end - def performance_level_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability - end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end - def elastic_pool_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + def performance_level_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end def elastic_pool_per_database_settings Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings @@ -1447,53 +1453,56 @@ def elastic_pool_per_database_settings def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end - def database_vulnerability_assessment_scans_export - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + def log_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end def vulnerability_assessment_scan_record Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord end - def backup_short_term_retention_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + def database_vulnerability_assessment_scans_export + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + end + def elastic_pool_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation + end + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + end + def elastic_pool_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate end def instance_failover_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup end - def vulnerability_assessment_scan_trigger_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType + def backup_short_term_retention_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy end def tde_certificate Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate end - def max_size_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit + def vulnerability_assessment_scan_trigger_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end def vulnerability_assessment_scan_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + def max_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end - def elastic_pool_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + def database_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult end def database_read_scale Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup - end - def instance_failover_group_replication_role - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + def elastic_pool_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end - def elastic_pool_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate end def read_write_endpoint_failover_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy @@ -1501,38 +1510,41 @@ def read_write_endpoint_failover_policy def read_only_endpoint_failover_policy Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy end - def database_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + def instance_failover_group_replication_role + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end - def database_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType end def resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + end def capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus end def performance_level_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition - end def database Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database end def sample_name Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName end + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + end + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end def elastic_pool_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + def database_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult end def create_mode Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode @@ -1540,12 +1552,12 @@ def create_mode def database_operation Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment - end def sku Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + end end end end diff --git a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb index 5dbf8cb088..143624a5a4 100644 --- a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb @@ -13,46 +13,46 @@ module Mgmt SqlVirtualMachineGroups = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachineGroups module Models + DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource ResourceIdentity = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity DayOfWeek = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek Resource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource + OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay + Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation + OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult LoadBalancerConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration WsfcDomainCredentials = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainCredentials PrivateIPAddress = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::PrivateIPAddress - OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay ServerConfigurationsManagementSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings - Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation - SqlVirtualMachineListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult AutoPatchingSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings - OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + SqlVirtualMachineListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult AutoBackupSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoBackupSettings - SqlVirtualMachineUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate + SqlVirtualMachineGroupUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate KeyVaultCredentialSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings + SqlConnectivityUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings + SqlVirtualMachineUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate + SqlWorkloadTypeUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings WsfcDomainProfile = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile SqlStorageUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlStorageUpdateSettings AvailabilityGroupListenerListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListenerListResult AdditionalFeaturesServerConfigurations = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AdditionalFeaturesServerConfigurations AvailabilityGroupListener = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener - SqlVirtualMachineGroupUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate SqlVirtualMachineGroup = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup - SqlConnectivityUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings + SqlVirtualMachine = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku - SqlWorkloadTypeUpdateSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings - OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin ClusterManagerType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType - SqlVirtualMachine = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine + OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin + SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType SqlImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku BackupScheduleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType - SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType - ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType FullBackupFrequencyType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType ConnectivityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType - DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + SqlWorkloadType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType end @@ -89,6 +89,9 @@ def method_missing(method, *args) end class ModelClasses + def disk_configuration_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + end def tracked_resource Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource end @@ -107,6 +110,18 @@ def day_of_week def resource Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource end + def operation_display + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay + end + def operation + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation + end + def operation_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + end + def cluster_configuration + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration + end def sql_virtual_machine_group_list_result Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult end @@ -119,33 +134,33 @@ def wsfc_domain_credentials def private_ipaddress Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::PrivateIPAddress end - def operation_display - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay - end def server_configurations_management_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings end - def operation - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation - end - def sql_virtual_machine_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult - end def auto_patching_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings end - def operation_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + def sql_virtual_machine_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult end def auto_backup_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoBackupSettings end - def sql_virtual_machine_update - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate + def sql_virtual_machine_group_update + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate end def key_vault_credential_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings end + def sql_connectivity_update_settings + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings + end + def sql_virtual_machine_update + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineUpdate + end + def sql_workload_type_update_settings + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings + end def wsfc_domain_profile Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::WsfcDomainProfile end @@ -161,29 +176,23 @@ def additional_features_server_configurations def availability_group_listener Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener end - def sql_virtual_machine_group_update - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate - end def sql_virtual_machine_group Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup end - def sql_connectivity_update_settings - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings + def sql_virtual_machine + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine end def sql_vm_group_image_sku Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku end - def sql_workload_type_update_settings - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadTypeUpdateSettings + def cluster_manager_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType end def operation_origin Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin end - def cluster_manager_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType - end - def sql_virtual_machine - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine + def sql_server_license_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType end def sql_image_sku Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku @@ -191,23 +200,14 @@ def sql_image_sku def backup_schedule_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType end - def sql_server_license_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType - end - def cluster_configuration - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - end - def sql_workload_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType - end def full_backup_frequency_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType end def connectivity_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType end - def disk_configuration_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + def sql_workload_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlWorkloadType end def scale_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType diff --git a/azure_sdk/lib/latest/modules/storage_profile_module.rb b/azure_sdk/lib/latest/modules/storage_profile_module.rb index 4e8e98a5d1..7518b800a9 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -17,88 +17,88 @@ module Mgmt module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies + LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + State = Azure::Storage::Mgmt::V2018_07_01::Models::State GeoReplicationStats = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy CorsRules = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules - CorsRule = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule - BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties - GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - State = Azure::Storage::Mgmt::V2018_07_01::Models::State - StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey StorageAccountListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult + Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption - StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName - StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount - Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity - Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind + SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + CorsRule = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission - SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier - Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason - UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind + BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus + StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters - SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + 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 ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult - ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation - ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + 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 + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer - TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy - KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification + Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName - Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource + PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus - Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess - MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku + SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end class StorageManagementClass @@ -150,6 +150,9 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end + def lease_duration + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + end def tracked_resource Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end @@ -159,6 +162,12 @@ def proxy_resource def azure_entity_resource Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource end + def provisioning_state + Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + end + def state + Azure::Storage::Mgmt::V2018_07_01::Models::State + end def geo_replication_stats Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats end @@ -168,24 +177,6 @@ def delete_retention_policy def cors_rules Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules end - def cors_rule - Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule - end - def blob_service_properties - Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties - end - def geo_replication_status - Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - end - def provisioning_state - Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - end - def state - Azure::Storage::Mgmt::V2018_07_01::Models::State - end - def storage_account_expand - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand - end def network_rule_set Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet end @@ -198,6 +189,9 @@ def storage_account_key def storage_account_list_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult end + def identity + Azure::Storage::Mgmt::V2018_07_01::Models::Identity + end def encryption_service Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService end @@ -207,15 +201,15 @@ def storage_account_list_keys_result def encryption Azure::Storage::Mgmt::V2018_07_01::Models::Encryption end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters - end def endpoints Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints end def custom_domain Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters + end def encryption_services Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices end @@ -225,14 +219,11 @@ def usage_list_result def usage_name Azure::Storage::Mgmt::V2018_07_01::Models::UsageName end - def storage_account - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount - end - def identity - Azure::Storage::Mgmt::V2018_07_01::Models::Identity + def sku_tier + Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier end - def kind - Azure::Storage::Mgmt::V2018_07_01::Models::Kind + def cors_rule + Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule end def virtual_network_rule Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule @@ -240,39 +231,69 @@ def virtual_network_rule def access_tier Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier end - def key_permission - Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + def storage_account + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount end - def sku_tier - Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus end def reason Azure::Storage::Mgmt::V2018_07_01::Models::Reason end - def usage_unit - Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + def kind + Azure::Storage::Mgmt::V2018_07_01::Models::Kind end - def account_status - Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + def blob_service_properties + Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties end def default_action Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction end + def usage_unit + Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + end def services Azure::Storage::Mgmt::V2018_07_01::Models::Services end + def key_permission + Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + end + def geo_replication_status + Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus + end + def storage_account_expand + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + end def storage_account_create_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters end - def skucapability - Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability - end def storage_account_update_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters end + def resource + Azure::Storage::Mgmt::V2018_07_01::Models::Resource + end + def permissions + Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + 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 def account_sas_parameters Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end + def list_account_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + end def key_vault_properties Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end @@ -282,14 +303,14 @@ def service_sas_parameters def list_service_sas_response Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end - def resource - Azure::Storage::Mgmt::V2018_07_01::Models::Resource + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult end def storage_sku_list_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end def legal_hold Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold @@ -297,105 +318,84 @@ def legal_hold def legal_hold_properties Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties end - def operation_display - Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - end def restriction Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end - def operation - Azure::Storage::Mgmt::V2018_07_01::Models::Operation + def iprule + Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + 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 end def immutability_policy_properties Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end - def update_history_property - Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + def usage + Azure::Storage::Mgmt::V2018_07_01::Models::Usage + end + def immutability_policy + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end def blob_container Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end - def tag_property - Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end def list_container_item Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def immutability_policy - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action end - def key_source - Azure::Storage::Mgmt::V2018_07_01::Models::KeySource + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + def sku_name + Azure::Storage::Mgmt::V2018_07_01::Models::SkuName end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + def metric_specification + Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification + end + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku end def bypass Azure::Storage::Mgmt::V2018_07_01::Models::Bypass end - def reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - end - def iprule - Azure::Storage::Mgmt::V2018_07_01::Models::IPRule - end def signed_resource_types Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end def http_protocol Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol end - def sku_name - Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + def key_source + Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def permissions - Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + 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 usage - Azure::Storage::Mgmt::V2018_07_01::Models::Usage + def lease_state + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState end def signed_resource Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState end def immutability_policy_update_type Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end - def lease_state - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - end - def lease_duration - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration - end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess - end - def metric_specification - Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku - end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState - end end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index 4a898fc9e8..86214c30d0 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,68 +7,84 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices + Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules - HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes + HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials - Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations - BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies + Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups module Models - BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType - RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + 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 + BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction - ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert + RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm 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 @@ -96,6 +112,7 @@ module Models StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails PublicKey = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey ClearAlertRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest FeatureFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter @@ -103,91 +120,74 @@ module Models FeatureList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList SendTestAlertEmailRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest HardwareComponent = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent - CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings NetworkSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch NetworkInterfaceData0Settings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings HardwareComponentGroupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + CloudApplianceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics + BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList + AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter - AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter + DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings - Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting - CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings - AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - 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 + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end class StorSimple8000SeriesManagementClass - attr_reader :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :jobs, :volumes, :storage_account_credentials, :operations, :backup_policies, :backups, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :operations, :device_settings, :backup_schedules, :backup_policies, :volume_containers, :hardware_component_groups, :storage_account_credentials, :volumes, :backups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,21 +197,21 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @jobs = @client_0.jobs @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @bandwidth_settings = @client_0.bandwidth_settings @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices + @operations = @client_0.operations @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules - @hardware_component_groups = @client_0.hardware_component_groups + @backup_policies = @client_0.backup_policies @volume_containers = @client_0.volume_containers - @jobs = @client_0.jobs - @volumes = @client_0.volumes + @hardware_component_groups = @client_0.hardware_component_groups @storage_account_credentials = @client_0.storage_account_credentials - @operations = @client_0.operations - @backup_policies = @client_0.backup_policies + @volumes = @client_0.volumes @backups = @client_0.backups @model_classes = ModelClasses.new @@ -231,47 +231,95 @@ def method_missing(method, *args) end class ModelClasses - def backup_policy_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end - def recurrence_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + end + def time_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + end + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + end + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + end + def storage_account_credential + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + end + def alert_source_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType + end + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + end + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + end + def alert_scope + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + 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 + def backup_job_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType 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 + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + def recurrence_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType + end + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end def kind Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end + def controller_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + end + def backup_policy_creation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + end + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus end def in_eligibility_category Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory end - def encryption_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType end def key_rollover_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus @@ -279,35 +327,20 @@ def key_rollover_status def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - end - def job_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType - end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - end def target_eligibility_result_code Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + def encryption_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end def manager_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end - def metric_unit - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end def job_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus @@ -315,8 +348,8 @@ def job_status def iscsiand_cloud_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end def remote_management_mode_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration @@ -324,6 +357,21 @@ def remote_management_mode_configuration def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + end + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + end + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + end + def job_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType + end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end def volume_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus end @@ -336,18 +384,12 @@ def owner_ship_status def metric_aggregation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus - end - def alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + def monitoring_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus end def authentication_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end - def monitoring_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus - end def backup_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end @@ -363,6 +405,12 @@ def metric_dimension def day_of_week Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm + end def target_eligibility_result Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult end @@ -444,6 +492,9 @@ def alert_error_details def base_model Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel end + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + end def public_key Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey end @@ -465,9 +516,6 @@ def send_test_alert_email_request def hardware_component Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponent end - def cloud_appliance_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings - end def network_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettingsPatch end @@ -483,6 +531,9 @@ def job_error_item def device_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails end + def cloud_appliance_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceSettings + end def remote_management_settings_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch end @@ -492,9 +543,6 @@ def job_stage def device_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - end def webproxy_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings end @@ -504,23 +552,23 @@ def dnssettings def job_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time end def available_provider_operation_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList end - def backup_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end def backup_schedule_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + def backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + end + def job_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList @@ -537,89 +585,89 @@ def manager_sku def cloud_appliance_configuration_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList end def network_adapters Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters end + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + end + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + end def device_rollover_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + def metric_data + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + end + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity end def manager_patch Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end def backup_policy_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings + def volume_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + end + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end def chap_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData + def metric_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage - end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList - end def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end - def volume_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList - end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def metric_name_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage end - def metric_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter + def metrics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def metric_name_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter + 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 metrics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end - def nic_ipv4 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 + def backup + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord @@ -627,8 +675,8 @@ def access_control_record def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end - def backup - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup + def cloud_appliance_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end def backup_policy Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy @@ -636,8 +684,8 @@ def backup_policy def bandwidth_setting Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting end - def cloud_appliance_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + def device + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end def configure_device_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest @@ -645,68 +693,20 @@ def configure_device_request def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def device - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - 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 backup_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - end def hardware_component_group Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end - def storage_account_credential - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings - end - def alert_scope - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope - end - def time_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings - 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 volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - end - def alert_source_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - end - def alert_email_notification_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - end - def backup_job_creation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType - end - def volume_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings 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 80c282b67e..3dfc360d3d 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -16,8 +16,12 @@ module Mgmt Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs module Models + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding 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 @@ -33,61 +37,57 @@ module Models StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource StreamingJobListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult InputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input - Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties 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 + Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties - AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters 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 - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding end class StreamAnalyticsManagementClass @@ -126,12 +126,24 @@ def method_missing(method, *args) end class ModelClasses + 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 error_response Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse end def serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end + def encoding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + end def azure_machine_learning_web_service_input_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn end @@ -177,12 +189,15 @@ def blob_data_source_properties def function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end def azure_sql_database_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + end def streaming_job_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult end @@ -201,95 +216,92 @@ def resource_test_status def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end def input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay end def output Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output end + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + end + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + 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 scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + end def function Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function end def streaming_job Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob end - def java_script_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation end def azure_machine_learning_web_service_function_binding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def json_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + def java_script_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def event_hub_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end - 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 service_bus_queue_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + def json_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource end - def operation_display - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + def service_bus_queue_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource end def document_db_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end - def operation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + def azure_sql_database_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource end def event_hub_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end - def 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 blob_reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - end def azure_table_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end - def azure_sql_database_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + def blob_reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end - def stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -300,11 +312,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 azure_machine_learning_web_service_function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku end def java_script_function_retrieve_default_definition_parameters Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters @@ -312,12 +324,12 @@ 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 - end 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 + end def output_error_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy end @@ -330,18 +342,6 @@ def output_start_mode def events_out_of_order_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy 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 sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end - def encoding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding - end end end end diff --git a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb index 09b6552aef..bc7176b6f6 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -8,14 +8,7 @@ module Azure::Profiles::Latest module TextAnalytics module Models - ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord - EntityRecordV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse - EntitiesBatchResultItemV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 - Input = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input - EntitiesBatchResultV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 - InternalError = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError - MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput DetectedLanguage = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage MultiLanguageInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageInput LanguageBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResultItem @@ -26,6 +19,13 @@ module Models SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult BatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::BatchInput MatchRecordV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MatchRecordV2dot1 + ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord + EntityRecordV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 + EntitiesBatchResultItemV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 + InternalError = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError + Input = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input + EntitiesBatchResultV2dot1 = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 + MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput end class TextAnalyticsDataClass @@ -57,30 +57,9 @@ def method_missing(method, *args) end class ModelClasses - def error_record - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord - end - def entity_record_v2dot1 - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 - end def error_response Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse end - def entities_batch_result_item_v2dot1 - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 - end - def input - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input - end - def entities_batch_result_v2dot1 - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 - end - def internal_error - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError - end - def multi_language_batch_input - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput - end def detected_language Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::DetectedLanguage end @@ -111,6 +90,27 @@ def batch_input def match_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MatchRecordV2dot1 end + def error_record + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorRecord + end + def entity_record_v2dot1 + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 + end + def entities_batch_result_item_v2dot1 + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultItemV2dot1 + end + def internal_error + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError + end + def input + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input + end + def entities_batch_result_v2dot1 + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntitiesBatchResultV2dot1 + end + def multi_language_batch_input + Azure::CognitiveServices::TextAnalytics::V2_1_preview::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 5b626b7d10..b4c96c6f19 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -34,14 +34,14 @@ 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 - EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus - ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus + EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol - 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 - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus end @@ -139,29 +139,29 @@ def user_metrics_model def traffic_manager_geographic_hierarchy Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end - def endpoint_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus + def profile + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint end def endpoint_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus end - def profile_monitor_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus + def endpoint_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus end def monitor_protocol Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol end - def profile_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus + def profile_monitor_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end def traffic_routing_method Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod end - def profile - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + def profile_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus 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 9a2dca6073..ccdcc88870 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,12 +9,16 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule @@ -28,7 +32,6 @@ module Models VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer @@ -36,11 +39,8 @@ module Models Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end class VideoSearchDataClass @@ -73,6 +73,18 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + end def query Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end @@ -82,15 +94,15 @@ def image_object def media_object Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end def error_sub_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end def freshness Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -130,9 +142,6 @@ def text_format def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def query_context Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext end @@ -154,20 +163,11 @@ def creative_work def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject - end - def error_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - end - def safe_search - Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - end def error Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end end end diff --git a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb index f4fc565b56..62fef19baf 100644 --- a/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/visualsearch_profile_module.rb @@ -9,53 +9,53 @@ module VisualSearch Images = Azure::CognitiveServices::VisualSearch::V1_0::Images module Models + ImageTagRegion = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion + KnowledgeRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest + VisualSearchRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest + Point2D = Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D + NormalizedQuadrilateral = Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral + ImageAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction + ImageKnowledge = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge + ImageEntityAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction + ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction + ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction + ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction + ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction + ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject - ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response Organization = Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible StructuredValue = Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue + Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem - Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule - Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating - AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer + AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer Recipe = Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe Rating = Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability Person = Azure::CognitiveServices::VisualSearch::V1_0::Models::Person + Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase Thing = Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable - Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action CropArea = Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea ImageInfo = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo - ImageTagRegion = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion - KnowledgeRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest - VisualSearchRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest - Point2D = Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D - NormalizedQuadrilateral = Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral - ImageAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction - ImageKnowledge = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge - ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction - ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction - ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction - ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction - ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes - ImageEntityAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction - ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode - SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch end class VisualSearchDataClass @@ -88,6 +88,54 @@ def method_missing(method, *args) end class ModelClasses + def image_tag_region + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion + end + def knowledge_request + Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest + end + def visual_search_request + Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest + end + def point2_d + Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D + end + def normalized_quadrilateral + Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral + end + def image_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction + end + def image_knowledge + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge + end + def image_entity_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction + end + def error_response + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + end + def image_module_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction + end + def image_related_searches_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction + end + def image_shopping_sources_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction + end + def image_recipes_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction + end + def content_types + Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + end + def error_code + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + end def query Azure::CognitiveServices::VisualSearch::V1_0::Models::Query end @@ -97,9 +145,6 @@ def image_object def media_object Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject end - def error_response - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse - end def error_sub_code Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode end @@ -115,6 +160,12 @@ def intangible def structured_value Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue end + def error + Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + end + def filters + Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters + end def image_tag Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag end @@ -124,9 +175,6 @@ def related_searches_module def properties_item Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem end - def error - Azure::CognitiveServices::VisualSearch::V1_0::Models::Error - end def recipes_module Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule end @@ -136,18 +184,15 @@ def images_image_metadata def images_module Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule end - def filters - Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters - end def aggregate_rating Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating end - def aggregate_offer - Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer - end def offer Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer end + def aggregate_offer + Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer + end def recipe Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe end @@ -163,6 +208,9 @@ def item_availability def person Azure::CognitiveServices::VisualSearch::V1_0::Models::Person end + def action + Azure::CognitiveServices::VisualSearch::V1_0::Models::Action + end def response_base Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase end @@ -175,60 +223,12 @@ def creative_work def identifiable Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable end - def action - Azure::CognitiveServices::VisualSearch::V1_0::Models::Action - end def crop_area Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea end def image_info Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo end - def image_tag_region - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion - end - def knowledge_request - Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest - end - def visual_search_request - Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest - end - def point2_d - Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D - end - def normalized_quadrilateral - Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral - end - def image_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction - end - def image_knowledge - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge - end - def image_module_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction - end - def image_recipes_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction - end - def image_related_searches_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction - end - def image_shopping_sources_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction - end - def content_types - Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes - end - def image_entity_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction - end - def error_code - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode - end - def safe_search - Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch - 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 fa0f6e18d6..14f1558ef3 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -12,14 +12,14 @@ module Mgmt 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 + CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider + AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders + DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider + TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations + Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations Provider = Azure::Web::Mgmt::V2018_02_01::Provider Domains = Azure::Web::Mgmt::V2018_02_01::Domains - 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 module Models @@ -177,6 +177,7 @@ module Models WorkerPoolResource = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact 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 @@ -188,21 +189,20 @@ module Models DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource @@ -214,24 +214,24 @@ module Models DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag - Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage - AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType - DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState - DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType - Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension - MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + 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 OperationStatus = Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus Deployment = Azure::Web::Mgmt::V2018_02_01::Models::Deployment Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource @@ -362,7 +362,7 @@ module Models end class WebManagementClass - attr_reader :app_service_plans, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :provider, :domains, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :app_service_environments, :configurable, :base_url, :options, :model_classes + attr_reader :app_service_plans, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :certificate_registration_provider, :app_service_certificate_orders, :domain_registration_provider, :top_level_domains, :resource_health_metadata_operations, :recommendations, :provider, :domains, :app_service_environments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -377,14 +377,14 @@ def initialize(configurable, base_url=nil, options=nil) @certificates = @client_0.certificates @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics - @recommendations = @client_0.recommendations + @certificate_registration_provider = @client_0.certificate_registration_provider + @app_service_certificate_orders = @client_0.app_service_certificate_orders + @domain_registration_provider = @client_0.domain_registration_provider + @top_level_domains = @client_0.top_level_domains @resource_health_metadata_operations = @client_0.resource_health_metadata_operations + @recommendations = @client_0.recommendations @provider = @client_0.provider @domains = @client_0.domains - @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 @model_classes = ModelClasses.new @@ -866,6 +866,9 @@ def app_service_plan_patch_resource def hybrid_connection_limits Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact + end def top_level_domain_collection Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end @@ -899,24 +902,24 @@ def domain_control_center_sso_request def domain_ownership_identifier_collection Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact - end def domain_recommendation_search_parameters Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters 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 private_access_virtual_network Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - end def network_trace Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName + end def domain_collection Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end @@ -932,8 +935,8 @@ def site_seal def name_identifier_collection Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end def top_level_domain_agreement_option Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption @@ -941,9 +944,6 @@ def top_level_domain_agreement_option def app_service_certificate_resource Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address - end def app_service_certificate_order Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end @@ -977,60 +977,60 @@ def top_level_domain def azure_storage_property_dictionary_resource Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension + end def deleted_app_restore_request Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end def private_access Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end def swift_virtual_network Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end def certificate_order_status Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + end + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage + end def certificate_order_action_type Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end def ip_filter_tag Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end def azure_storage_state Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end def domain_status Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end def domain_type Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension - end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification - end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType - end def operation_status Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index f897622dd1..5d7f2ee219 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 + RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end class WebSearchDataClass @@ -82,6 +82,42 @@ def method_missing(method, *args) end class ModelClasses + def related_searches_related_search_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer + end + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News + end + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + end + def intangible + Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible + end + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + end + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + end + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article + end + def structured_value + Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + end + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images + end def query Azure::CognitiveServices::WebSearch::V1_0::Models::Query end @@ -97,17 +133,11 @@ def web_page def error_sub_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def structured_value - Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag @@ -124,9 +154,6 @@ def videos def text_format Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response - end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end @@ -145,20 +172,20 @@ def web_web_grouping def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + end def response_base Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end def search_results_answer Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork @@ -166,45 +193,18 @@ def creative_work def news_article Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + end def identifiable Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def spell_suggestions - Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error end def video_object Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject end - def related_searches_related_search_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - end - def intangible - Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article - end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode - end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error - end end end end diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb index 859e68bce0..1ef442b802 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance.rb @@ -58,6 +58,12 @@ class ManagedInstance < TrackedResource # zone this managed instance will share after creation. attr_accessor :dns_zone_partner + # @return [Boolean] Whether or not the public data endpoint is enabled. + attr_accessor :public_data_endpoint_enabled + + # @return [String] Proxy override of the managed instance. + attr_accessor :proxy_override + # # Mapper for ManagedInstance class as Ruby Hash. @@ -211,6 +217,20 @@ def self.mapper() type: { name: 'String' } + }, + public_data_endpoint_enabled: { + required: false, + serialized_name: 'properties.publicDataEndpointEnabled', + type: { + name: 'Boolean' + } + }, + proxy_override: { + required: false, + serialized_name: 'properties.proxyOverride', + type: { + name: 'String' + } } } } diff --git a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb index 83ef096cea..d633de9910 100644 --- a/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb +++ b/management/azure_mgmt_sql/lib/2015-05-01-preview/generated/azure_mgmt_sql/models/managed_instance_update.rb @@ -54,6 +54,12 @@ class ManagedInstanceUpdate # zone this managed instance will share after creation. attr_accessor :dns_zone_partner + # @return [Boolean] Whether or not the public data endpoint is enabled. + attr_accessor :public_data_endpoint_enabled + + # @return [String] Proxy override of the managed instance. + attr_accessor :proxy_override + # @return [Hash{String => String}] Resource tags. attr_accessor :tags @@ -158,6 +164,20 @@ def self.mapper() name: 'String' } }, + public_data_endpoint_enabled: { + required: false, + serialized_name: 'properties.publicDataEndpointEnabled', + type: { + name: 'Boolean' + } + }, + proxy_override: { + required: false, + serialized_name: 'properties.proxyOverride', + type: { + name: 'String' + } + }, tags: { required: false, serialized_name: 'tags', diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb index 448515b2d4..f7c645d8d4 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql.rb @@ -42,6 +42,8 @@ module Azure::SQL::Mgmt::V2017_03_01_preview autoload :BackupLongTermRetentionPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/backup_long_term_retention_policies.rb' autoload :ManagedBackupShortTermRetentionPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/managed_backup_short_term_retention_policies.rb' autoload :ManagedDatabases, '2017-03-01-preview/generated/azure_mgmt_sql/managed_databases.rb' + autoload :ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies, '2017-03-01-preview/generated/azure_mgmt_sql/managed_restorable_dropped_database_backup_short_term_retention_policies.rb' + autoload :RestorableDroppedManagedDatabases, '2017-03-01-preview/generated/azure_mgmt_sql/restorable_dropped_managed_databases.rb' autoload :RestorePoints, '2017-03-01-preview/generated/azure_mgmt_sql/restore_points.rb' autoload :ServerAutomaticTuningOperations, '2017-03-01-preview/generated/azure_mgmt_sql/server_automatic_tuning_operations.rb' autoload :ServerDnsAliases, '2017-03-01-preview/generated/azure_mgmt_sql/server_dns_aliases.rb' @@ -51,40 +53,41 @@ module Azure::SQL::Mgmt::V2017_03_01_preview autoload :SqlManagementClient, '2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb' module Models - autoload :JobListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb' autoload :JobStepAction, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_action.rb' + autoload :JobStepOutput, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb' autoload :DatabaseVulnerabilityAssessmentListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_list_result.rb' + autoload :ManagedDatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb' + autoload :ServerDnsAliasAcquisition, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb' autoload :ManagedDatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_list_result.rb' - autoload :ServerDnsAliasListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb' - autoload :CompleteDatabaseRestoreDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb' autoload :Resource, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource.rb' - autoload :JobStepListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb' - autoload :DatabaseOperationListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb' autoload :JobAgentListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_list_result.rb' - autoload :CreateDatabaseRestorePointDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb' + autoload :AutomaticTuningServerOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb' autoload :JobAgentUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_agent_update.rb' - autoload :DatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb' - autoload :ManagedBackupShortTermRetentionPolicyListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb' - autoload :RestorePointListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb' + autoload :Sku, '2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb' + autoload :CompleteDatabaseRestoreDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/complete_database_restore_definition.rb' + autoload :DatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb' autoload :JobCredentialListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_credential_list_result.rb' - autoload :ResourceMoveDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb' + autoload :ImportExportDatabaseDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb' autoload :JobExecutionTarget, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_target.rb' - autoload :ManagedDatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database_update.rb' - autoload :LongTermRetentionBackupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb' - autoload :AutomaticTuningServerOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/automatic_tuning_server_options.rb' + autoload :DatabaseVulnerabilityAssessmentRuleBaselineItem, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb' + autoload :ManagedBackupShortTermRetentionPolicyListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy_list_result.rb' + autoload :VulnerabilityAssessmentRecurringScansProperties, '2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb' autoload :JobExecutionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_execution_list_result.rb' - autoload :DatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_list_result.rb' autoload :JobSchedule, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_schedule.rb' - autoload :DatabaseVulnerabilityAssessmentRuleBaselineItem, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_vulnerability_assessment_rule_baseline_item.rb' - autoload :JobVersionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb' - autoload :ServerDnsAliasAcquisition, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_acquisition.rb' + autoload :ServerDnsAliasListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias_list_result.rb' autoload :JobTarget, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target.rb' - autoload :ImportExportDatabaseDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/import_export_database_definition.rb' - autoload :JobTargetGroupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb' - autoload :Sku, '2017-03-01-preview/generated/azure_mgmt_sql/models/sku.rb' - autoload :JobStepOutput, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_output.rb' - autoload :VulnerabilityAssessmentRecurringScansProperties, '2017-03-01-preview/generated/azure_mgmt_sql/models/vulnerability_assessment_recurring_scans_properties.rb' + autoload :CreateDatabaseRestorePointDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/create_database_restore_point_definition.rb' + autoload :LongTermRetentionBackupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/long_term_retention_backup_list_result.rb' + autoload :RestorePointListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point_list_result.rb' + autoload :JobListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_list_result.rb' + autoload :ResourceMoveDefinition, '2017-03-01-preview/generated/azure_mgmt_sql/models/resource_move_definition.rb' + autoload :JobStepListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_list_result.rb' + autoload :DatabaseUpdate, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_update.rb' + autoload :JobVersionListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_version_list_result.rb' + autoload :DatabaseOperationListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/database_operation_list_result.rb' autoload :JobStepExecutionOptions, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_step_execution_options.rb' + autoload :RestorableDroppedManagedDatabaseListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database_list_result.rb' + autoload :JobTargetGroupListResult, '2017-03-01-preview/generated/azure_mgmt_sql/models/job_target_group_list_result.rb' autoload :ProxyResource, '2017-03-01-preview/generated/azure_mgmt_sql/models/proxy_resource.rb' autoload :ExtendedDatabaseBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/extended_database_blob_auditing_policy.rb' autoload :ExtendedServerBlobAuditingPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/extended_server_blob_auditing_policy.rb' @@ -108,6 +111,7 @@ module Models autoload :BackupLongTermRetentionPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/backup_long_term_retention_policy.rb' autoload :ManagedBackupShortTermRetentionPolicy, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_backup_short_term_retention_policy.rb' autoload :ManagedDatabase, '2017-03-01-preview/generated/azure_mgmt_sql/models/managed_database.rb' + autoload :RestorableDroppedManagedDatabase, '2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database.rb' autoload :RestorePoint, '2017-03-01-preview/generated/azure_mgmt_sql/models/restore_point.rb' autoload :ServerAutomaticTuning, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_automatic_tuning.rb' autoload :ServerDnsAlias, '2017-03-01-preview/generated/azure_mgmt_sql/models/server_dns_alias.rb' diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_restorable_dropped_database_backup_short_term_retention_policies.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_restorable_dropped_database_backup_short_term_retention_policies.rb new file mode 100644 index 0000000000..6c234ad4d4 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/managed_restorable_dropped_database_backup_short_term_retention_policies.rb @@ -0,0 +1,683 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + # + # The Azure SQL Database management API provides a RESTful set of web + # services that interact with Azure SQL Database services to manage your + # databases. The API enables you to create, retrieve, update, and delete + # databases. + # + class ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies + include MsRestAzure + + # + # Creates and initializes a new instance of the ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [SqlManagementClient] reference to the SqlManagementClient + attr_reader :client + + # + # Gets a dropped database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def get(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a dropped database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def get_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + end + + # + # Gets a dropped database's short term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'restorable_dropped_database_id is nil' if restorable_dropped_database_id.nil? + policy_name = 'default' + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'restorableDroppedDatabaseId' => restorable_dropped_database_id,'policyName' => policy_name,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.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 + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def create_or_update(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + response = create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Concurrent::Promise] promise which provides async access to http + # response. + # + def create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + # Send request + promise = begin_create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers) + + promise = promise.then do |response| + # Defining deserialization method. + deserialize_method = lambda do |parsed_response| + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + parsed_response = @client.deserialize(result_mapper, parsed_response) + end + + # Waiting for response. + @client.get_long_running_operation_result(response, deserialize_method) + end + + promise + end + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def update(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + response = update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Concurrent::Promise] promise which provides async access to http + # response. + # + def update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + # Send request + promise = begin_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers) + + promise = promise.then do |response| + # Defining deserialization method. + deserialize_method = lambda do |parsed_response| + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + parsed_response = @client.deserialize(result_mapper, parsed_response) + end + + # Waiting for response. + @client.get_long_running_operation_result(response, deserialize_method) + end + + promise + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Array] operation results. + # + def list_by_restorable_dropped_database(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + first_page = list_by_restorable_dropped_database_as_lazy(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers) + first_page.get_all_items + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_by_restorable_dropped_database_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + list_by_restorable_dropped_database_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_by_restorable_dropped_database_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'restorable_dropped_database_id is nil' if restorable_dropped_database_id.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'restorableDroppedDatabaseId' => restorable_dropped_database_id,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult.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 + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def begin_create_or_update(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + response = begin_create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @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 begin_create_or_update_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + begin_create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + end + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @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 begin_create_or_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'restorable_dropped_database_id is nil' if restorable_dropped_database_id.nil? + policy_name = 'default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'restorableDroppedDatabaseId' => restorable_dropped_database_id,'policyName' => policy_name,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:put, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 || status_code == 202 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.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 + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicy] operation results. + # + def begin_update(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + response = begin_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + response.body unless response.nil? + end + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @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 begin_update_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + begin_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers).value! + end + + # + # Sets a database's long term retention policy. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param parameters [ManagedBackupShortTermRetentionPolicy] The long term + # retention policy info. + # @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 begin_update_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, parameters, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'restorable_dropped_database_id is nil' if restorable_dropped_database_id.nil? + policy_name = 'default' + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}/backupShortTermRetentionPolicies/{policyName}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'restorableDroppedDatabaseId' => restorable_dropped_database_id,'policyName' => policy_name,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:patch, 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 || status_code == 202 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicyListResult] operation results. + # + def list_by_restorable_dropped_database_next(next_page_link, custom_headers = nil) + response = list_by_restorable_dropped_database_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_by_restorable_dropped_database_next_with_http_info(next_page_link, custom_headers = nil) + list_by_restorable_dropped_database_next_async(next_page_link, custom_headers).value! + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_by_restorable_dropped_database_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a dropped database's short term retention policy list. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ManagedBackupShortTermRetentionPolicyListResult] which provide lazy + # access to pages of the response. + # + def list_by_restorable_dropped_database_as_lazy(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + response = list_by_restorable_dropped_database_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_by_restorable_dropped_database_next_async(next_page_link, custom_headers) + end + page + end + end + + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database.rb new file mode 100644 index 0000000000..b5462bb43b --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database.rb @@ -0,0 +1,124 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A restorable dropped managed database resource. + # + class RestorableDroppedManagedDatabase < TrackedResource + + include MsRestAzure + + # @return [String] The name of the database. + attr_accessor :database_name + + # @return [DateTime] The creation date of the database (ISO8601 format). + attr_accessor :creation_date + + # @return [DateTime] The deletion date of the database (ISO8601 format). + attr_accessor :deletion_date + + # @return [DateTime] The earliest restore date of the database (ISO8601 + # format). + attr_accessor :earliest_restore_date + + + # + # Mapper for RestorableDroppedManagedDatabase class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'RestorableDroppedManagedDatabase', + type: { + name: 'Composite', + class_name: 'RestorableDroppedManagedDatabase', + 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' + } + }, + location: { + required: true, + serialized_name: 'location', + type: { + name: 'String' + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Dictionary', + value: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + database_name: { + required: false, + read_only: true, + serialized_name: 'properties.databaseName', + type: { + name: 'String' + } + }, + creation_date: { + required: false, + read_only: true, + serialized_name: 'properties.creationDate', + type: { + name: 'DateTime' + } + }, + deletion_date: { + required: false, + read_only: true, + serialized_name: 'properties.deletionDate', + type: { + name: 'DateTime' + } + }, + earliest_restore_date: { + required: false, + read_only: true, + serialized_name: 'properties.earliestRestoreDate', + type: { + name: 'DateTime' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database_list_result.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database_list_result.rb new file mode 100644 index 0000000000..b5413b3900 --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/models/restorable_dropped_managed_database_list_result.rb @@ -0,0 +1,98 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + module Models + # + # A list of restorable dropped managed databases. + # + class RestorableDroppedManagedDatabaseListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] Array of results. + attr_accessor :value + + # @return [String] Link to retrieve next page of results. + attr_accessor :next_link + + # return [Proc] with next page method call. + attr_accessor :next_method + + # + # Gets the rest of the items for the request, enabling auto-pagination. + # + # @return [Array] operation results. + # + def get_all_items + items = @value + page = self + while page.next_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [RestorableDroppedManagedDatabaseListResult] with next page + # content. + # + def get_next_page + response = @next_method.call(@next_link).value! unless @next_method.nil? + unless response.nil? + @next_link = response.body.next_link + @value = response.body.value + self + end + end + + # + # Mapper for RestorableDroppedManagedDatabaseListResult class as Ruby + # Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'RestorableDroppedManagedDatabaseListResult', + type: { + name: 'Composite', + class_name: 'RestorableDroppedManagedDatabaseListResult', + model_properties: { + value: { + required: false, + read_only: true, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'RestorableDroppedManagedDatabaseElementType', + type: { + name: 'Composite', + class_name: 'RestorableDroppedManagedDatabase' + } + } + } + }, + next_link: { + required: false, + read_only: true, + serialized_name: 'nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restorable_dropped_managed_databases.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restorable_dropped_managed_databases.rb new file mode 100644 index 0000000000..eecc33e55c --- /dev/null +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/restorable_dropped_managed_databases.rb @@ -0,0 +1,337 @@ +# 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::SQL::Mgmt::V2017_03_01_preview + # + # The Azure SQL Database management API provides a RESTful set of web + # services that interact with Azure SQL Database services to manage your + # databases. The API enables you to create, retrieve, update, and delete + # databases. + # + class RestorableDroppedManagedDatabases + include MsRestAzure + + # + # Creates and initializes a new instance of the RestorableDroppedManagedDatabases class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [SqlManagementClient] reference to the SqlManagementClient + attr_reader :client + + # + # Gets a list of restorable dropped managed databases. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Array] operation results. + # + def list_by_instance(resource_group_name, managed_instance_name, custom_headers = nil) + first_page = list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers) + first_page.get_all_items + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_by_instance_with_http_info(resource_group_name, managed_instance_name, custom_headers = nil) + list_by_instance_async(resource_group_name, managed_instance_name, custom_headers).value! + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_by_instance_async(resource_group_name, managed_instance_name, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a restorable dropped managed database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [RestorableDroppedManagedDatabase] operation results. + # + def get(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + response = get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a restorable dropped managed database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def get_with_http_info(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers).value! + end + + # + # Gets a restorable dropped managed database. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param restorable_dropped_database_id [String] + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def get_async(resource_group_name, managed_instance_name, restorable_dropped_database_id, custom_headers = nil) + fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil? + fail ArgumentError, 'managed_instance_name is nil' if managed_instance_name.nil? + fail ArgumentError, 'restorable_dropped_database_id is nil' if restorable_dropped_database_id.nil? + fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/restorableDroppedDatabases/{restorableDroppedDatabaseId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'resourceGroupName' => resource_group_name,'managedInstanceName' => managed_instance_name,'restorableDroppedDatabaseId' => restorable_dropped_database_id,'subscriptionId' => @client.subscription_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabase.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [RestorableDroppedManagedDatabaseListResult] operation results. + # + def list_by_instance_next(next_page_link, custom_headers = nil) + response = list_by_instance_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def list_by_instance_next_with_http_info(next_page_link, custom_headers = nil) + list_by_instance_next_async(next_page_link, custom_headers).value! + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param next_page_link [String] The NextLink from the previous successful call + # to List operation. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def list_by_instance_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + # + # Gets a list of restorable dropped managed databases. + # + # @param resource_group_name [String] The name of the resource group that + # contains the resource. You can obtain this value from the Azure Resource + # Manager API or the portal. + # @param managed_instance_name [String] The name of the managed instance. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [RestorableDroppedManagedDatabaseListResult] which provide lazy + # access to pages of the response. + # + def list_by_instance_as_lazy(resource_group_name, managed_instance_name, custom_headers = nil) + response = list_by_instance_async(resource_group_name, managed_instance_name, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_by_instance_next_async(next_page_link, custom_headers) + end + page + end + end + + end +end diff --git a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb index 5d1462411c..c4aaa41340 100644 --- a/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb +++ b/management/azure_mgmt_sql/lib/2017-03-01-preview/generated/azure_mgmt_sql/sql_management_client.rb @@ -108,6 +108,15 @@ class SqlManagementClient < MsRestAzure::AzureServiceClient # @return [ManagedDatabases] managed_databases attr_reader :managed_databases + # @return + # [ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies] + # managed_restorable_dropped_database_backup_short_term_retention_policies + attr_reader :managed_restorable_dropped_database_backup_short_term_retention_policies + + # @return [RestorableDroppedManagedDatabases] + # restorable_dropped_managed_databases + attr_reader :restorable_dropped_managed_databases + # @return [RestorePoints] restore_points attr_reader :restore_points @@ -164,6 +173,8 @@ def initialize(credentials = nil, base_url = nil, options = nil) @backup_long_term_retention_policies = BackupLongTermRetentionPolicies.new(self) @managed_backup_short_term_retention_policies = ManagedBackupShortTermRetentionPolicies.new(self) @managed_databases = ManagedDatabases.new(self) + @managed_restorable_dropped_database_backup_short_term_retention_policies = ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies.new(self) + @restorable_dropped_managed_databases = RestorableDroppedManagedDatabases.new(self) @restore_points = RestorePoints.new(self) @server_automatic_tuning_operations = ServerAutomaticTuningOperations.new(self) @server_dns_aliases = ServerDnsAliases.new(self) diff --git a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb index 100a030d50..8a3cb53969 100644 --- a/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb +++ b/management/azure_mgmt_sql/lib/profiles/latest/modules/sql_profile_module.rb @@ -69,23 +69,25 @@ module Mgmt ManagedBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedBackupShortTermRetentionPolicies ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups - ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations + ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedRestorableDroppedDatabaseBackupShortTermRetentionPolicies JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions + ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations + RestorableDroppedManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::RestorableDroppedManagedDatabases ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases - ManagedServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedServerSecurityAlertPolicies - ManagedDatabaseSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabaseSecurityAlertPolicies RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + ManagedDatabaseSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabaseSecurityAlertPolicies + ManagedServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedServerSecurityAlertPolicies DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies - DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations - Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations - Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools module Models @@ -282,88 +284,90 @@ module Models AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput DatabaseVulnerabilityAssessmentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult + ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate + ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult + ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget - ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + ManagedBackupShortTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem - JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + RestorableDroppedManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput ExtendedDatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy - ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions - ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline + ServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy + ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult - DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent - JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep + DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup - ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy + JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + ManagedBackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias - ManagedDatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy - JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + RestorableDroppedManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabase ManagedServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy + ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState + ManagedDatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy - JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType JobScheduleType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType - JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus - ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + ManagedDatabaseStatus = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName + JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType 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 BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability - DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities + Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult @@ -372,9 +376,13 @@ module Models ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool 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 @@ -391,41 +399,37 @@ module Models InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings - DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - ElasticPoolPerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability - MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState - DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + 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 CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus - ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType - PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit - CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode - InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole + CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition end # # SQLManagementClass # 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, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :operations, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :database_advisors, :servers, :sync_groups, :server_advisors, :subscription_usages, :sync_members, :sync_agents, :virtual_network_rules, :firewall_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :backup_long_term_retention_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_steps, :jobs, :job_step_executions, :job_target_groups, :job_target_executions, :managed_backup_short_term_retention_policies, :managed_databases, :long_term_retention_backups, :server_automatic_tuning_operations, :job_versions, :server_security_alert_policies, :server_dns_aliases, :managed_server_security_alert_policies, :managed_database_security_alert_policies, :restore_points, :database_blob_auditing_policies, :database_operations, :capabilities, :elastic_pool_operations, :databases, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :elastic_pools, :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, :recommended_elastic_pools, :replication_links, :server_azure_adadministrators, :server_communication_links, :service_objectives, :elastic_pool_activities, :elastic_pool_database_activities, :service_tier_advisors, :transparent_data_encryptions, :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :operations, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :database_advisors, :servers, :sync_groups, :server_advisors, :subscription_usages, :sync_members, :sync_agents, :virtual_network_rules, :firewall_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :backup_long_term_retention_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :job_steps, :jobs, :job_step_executions, :job_target_groups, :job_target_executions, :managed_backup_short_term_retention_policies, :managed_databases, :long_term_retention_backups, :managed_restorable_dropped_database_backup_short_term_retention_policies, :job_versions, :server_automatic_tuning_operations, :restorable_dropped_managed_databases, :server_security_alert_policies, :server_dns_aliases, :restore_points, :managed_database_security_alert_policies, :managed_server_security_alert_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, :database_operations, :capabilities, :databases, :elastic_pools, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -520,13 +524,15 @@ def initialize(options = {}) @managed_backup_short_term_retention_policies = @client_2.managed_backup_short_term_retention_policies @managed_databases = @client_2.managed_databases @long_term_retention_backups = @client_2.long_term_retention_backups - @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations + @managed_restorable_dropped_database_backup_short_term_retention_policies = @client_2.managed_restorable_dropped_database_backup_short_term_retention_policies @job_versions = @client_2.job_versions + @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations + @restorable_dropped_managed_databases = @client_2.restorable_dropped_managed_databases @server_security_alert_policies = @client_2.server_security_alert_policies @server_dns_aliases = @client_2.server_dns_aliases - @managed_server_security_alert_policies = @client_2.managed_server_security_alert_policies - @managed_database_security_alert_policies = @client_2.managed_database_security_alert_policies @restore_points = @client_2.restore_points + @managed_database_security_alert_policies = @client_2.managed_database_security_alert_policies + @managed_server_security_alert_policies = @client_2.managed_server_security_alert_policies @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -534,15 +540,15 @@ def initialize(options = {}) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @database_operations = @client_3.database_operations - @capabilities = @client_3.capabilities @elastic_pool_operations = @client_3.elastic_pool_operations - @databases = @client_3.databases @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans @instance_failover_groups = @client_3.instance_failover_groups @backup_short_term_retention_policies = @client_3.backup_short_term_retention_policies @tde_certificates = @client_3.tde_certificates @managed_instance_tde_certificates = @client_3.managed_instance_tde_certificates + @database_operations = @client_3.database_operations + @capabilities = @client_3.capabilities + @databases = @client_3.databases @elastic_pools = @client_3.elastic_pools @model_classes = ModelClasses.new @@ -1149,53 +1155,50 @@ def auto_execute_status def restore_point_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - end def job_step_action Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + end def database_vulnerability_assessment_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentListResult end - def managed_database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + def server_dns_alias_acquisition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + def managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end def job_agent_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult end - def create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end def job_agent_update Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate end - def managed_backup_short_term_retention_policy_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end + def import_export_database_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + end def job_execution_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - end - def long_term_retention_backup_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + def database_vulnerability_assessment_rule_baseline_item + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + def managed_backup_short_term_retention_policy_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicyListResult end def job_execution_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult @@ -1203,141 +1206,147 @@ def job_execution_list_result def job_schedule Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end - def database_vulnerability_assessment_rule_baseline_item - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + end + def job_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + end + def create_database_restore_point_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + end + def long_term_retention_backup_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + end + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + end + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult end def job_version_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - end - def job_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + def job_step_execution_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions end - def import_export_database_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + def restorable_dropped_managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabaseListResult end def job_target_group_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy end - def extended_server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy - end - def job_step_execution_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + def extended_server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + end + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + def job_agent + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end + def job_execution + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + end def job_credential Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end - def job_agent - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent + def job_target_group + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end def job_step Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end - def job_execution - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution + def long_term_retention_backup + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end def job_version Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion end - def job_target_group - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end def managed_backup_short_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedBackupShortTermRetentionPolicy end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup + def server_dns_alias + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end - def server_automatic_tuning - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning + def restorable_dropped_managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorableDroppedManagedDatabase end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase + def managed_server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy end def server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end - def server_dns_alias - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + def server_automatic_tuning + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end - def managed_database_security_alert_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy + def database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + end + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end - def managed_server_security_alert_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedServerSecurityAlertPolicy + def managed_database_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseSecurityAlertPolicy end - def provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end def job_execution_lifecycle Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy - end - def job_step_action_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + def job_step_output_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end - def job_target_group_membership_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + def job_step_action_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def managed_database_status - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus + def job_step_action_source + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource end def managed_database_create_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource - end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + def managed_database_status + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end def long_term_retention_database_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end - def job_step_output_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType - end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end + def job_target_group_membership_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType + end def blob_auditing_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState end @@ -1350,6 +1359,9 @@ def automatic_tuning_option_mode_actual def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end + def automatic_tuning_server_reason + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + end def restore_point Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint end @@ -1359,23 +1371,20 @@ def job def security_alert_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end def sku Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku end + def database_operation_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + end def max_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability end - def database_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - end def edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + def database_operation + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation end def elastic_pool_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult @@ -1383,18 +1392,21 @@ def elastic_pool_list_result def elastic_pool_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability end + def database_vulnerability_assessment + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + end def location_capabilities Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities end + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + end def management_operation_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState end def database_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource - end def catalog_collation_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType end @@ -1419,6 +1431,15 @@ def proxy_resource def tracked_resource Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end + def database + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + end + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + end + def elastic_pool + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability end @@ -1428,6 +1449,9 @@ def backup_short_term_retention_policy_list_result def elastic_pool_per_database_max_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMaxPerformanceLevelCapability end + def elastic_pool_performance_level_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability + end def vulnerability_assessment_scan_error Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanError end @@ -1476,23 +1500,14 @@ def performance_level_capability def elastic_pool_per_database_settings Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings end - def database_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - end def partner_region_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end - def elastic_pool_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - end - def vulnerability_assessment_scan_record - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord - end def elastic_pool_operation Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + def vulnerability_assessment_scan_record + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord end def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport @@ -1506,60 +1521,57 @@ def backup_short_term_retention_policy def tde_certificate Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate end - def database - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - end - def elastic_pool_performance_level_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability - end - def max_size_unit - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit - end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end + def elastic_pool_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + end def vulnerability_assessment_scan_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end - def database_read_scale - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale + def max_size_unit + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end - def database_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType - end def capability_status Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus end - def elastic_pool_license_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + def create_mode + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end def performance_level_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit end - def capability_group - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + def sample_name + Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName end - def create_mode - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + def elastic_pool_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType + end + def database_license_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType + end + def database_read_scale + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end def instance_failover_group_replication_role Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - end - def sample_name - Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + def capability_group + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + def vulnerability_assessment_recurring_scans_properties + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties end def elastic_pool_state Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState end + def resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end end end end