diff --git a/azure_sdk/lib/azure_sdk.rb b/azure_sdk/lib/azure_sdk.rb index c9bc1bc56f..777a7b47d3 100644 --- a/azure_sdk/lib/azure_sdk.rb +++ b/azure_sdk/lib/azure_sdk.rb @@ -3,6 +3,6 @@ # Licensed under the MIT License. See License.txt in the project root for license information. require 'azure_sdk/version' +require 'v2018_03_01/v2018_03_01_profile_client' require 'v2017_03_09/v2017_03_09_profile_client' require 'latest/latest_profile_client' -require 'v2018_03_01/v2018_03_01_profile_client' diff --git a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb index f2ff35ae4a..d3766b0037 100644 --- a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb @@ -7,16 +7,14 @@ module Azure::Profiles::Latest module AnalysisServices module Mgmt - Servers = Azure::AnalysisServices::Mgmt::V2017_08_01::Servers Operations = Azure::AnalysisServices::Mgmt::V2017_08_01::Operations + Servers = Azure::AnalysisServices::Mgmt::V2017_08_01::Servers module Models + SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters - OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay GatewayListStatusLive = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive - OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult GatewayError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayError - Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource GatewayListStatusError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusError AnalysisServicesServers = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServers CheckServerNameAvailabilityParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::CheckServerNameAvailabilityParameters @@ -24,24 +22,26 @@ module Models CheckServerNameAvailabilityResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::CheckServerNameAvailabilityResult IPv4FirewallSettings = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::IPv4FirewallSettings ErrorResponse = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ErrorResponse - ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus ServerAdministrators = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ServerAdministrators SkuEnumerationForNewResourceResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForNewResourceResult - Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation SkuDetailsForExistingResource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuDetailsForExistingResource IPv4FirewallRule = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::IPv4FirewallRule SkuEnumerationForExistingResourceResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForExistingResourceResult AnalysisServicesServer = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer - SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier - State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State - ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode + OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource + State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay + Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status + OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult + ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku end class AnalysisServicesManagementClass - attr_reader :servers, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :servers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -51,8 +51,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @servers = @client_0.servers @operations = @client_0.operations + @servers = @client_0.servers @model_classes = ModelClasses.new end @@ -71,24 +71,18 @@ def method_missing(method, *args) end class ModelClasses + def sku_tier + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + end def analysis_services_server_update_parameters Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters end - def operation_display - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay - end def gateway_list_status_live Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive end - def operation_list_result - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult - end def gateway_error Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayError end - def resource - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource - end def gateway_list_status_error Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusError end @@ -110,21 +104,12 @@ def ipv4_firewall_settings def error_response Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ErrorResponse end - def resource_sku - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - end - def operation_status - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus - end def server_administrators Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ServerAdministrators end def sku_enumeration_for_new_resource_result Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuEnumerationForNewResourceResult end - def operation - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation - end def sku_details_for_existing_resource Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuDetailsForExistingResource end @@ -137,21 +122,36 @@ def sku_enumeration_for_existing_resource_result def analysis_services_server Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer end - def sku_tier - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + def connection_mode + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode + end + def operation_status + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus + end + def resource + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource end def state Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State end - def provisioning_state - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + def operation_display + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay end - def connection_mode - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode + def operation + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation end def status Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status end + def operation_list_result + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult + end + def provisioning_state + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + end + def resource_sku + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + end end end end diff --git a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb index 378e87d145..349a12838f 100644 --- a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb @@ -7,16 +7,18 @@ module Azure::Profiles::Latest module ApiManagement module Mgmt - Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy + Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate + Group = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Group + Subscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Subscription PolicySnippets = Azure::ApiManagement::Mgmt::V2018_06_01_preview::PolicySnippets Regions = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Regions Api = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Api + Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy ApiRevisions = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiRevisions ApiRelease = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiRelease - ApiOperation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiOperation ApiOperationPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiOperationPolicy ApiProduct = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiProduct - ApiPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiPolicy + ApiOperation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiOperation ApiSchema = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiSchema ApiDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiDiagnostic ApiIssue = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssue @@ -24,15 +26,12 @@ module Mgmt ApiIssueAttachment = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiIssueAttachment AuthorizationServer = Azure::ApiManagement::Mgmt::V2018_06_01_preview::AuthorizationServer Backend = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Backend - Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate ApiManagementOperations = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiManagementOperations ApiManagementService = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiManagementService Diagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Diagnostic EmailTemplate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::EmailTemplate - Group = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Group GroupUser = Azure::ApiManagement::Mgmt::V2018_06_01_preview::GroupUser IdentityProvider = Azure::ApiManagement::Mgmt::V2018_06_01_preview::IdentityProvider - Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger Notification = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Notification NotificationRecipientUser = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NotificationRecipientUser NotificationRecipientEmail = Azure::ApiManagement::Mgmt::V2018_06_01_preview::NotificationRecipientEmail @@ -50,45 +49,47 @@ module Mgmt QuotaByCounterKeys = Azure::ApiManagement::Mgmt::V2018_06_01_preview::QuotaByCounterKeys QuotaByPeriodKeys = Azure::ApiManagement::Mgmt::V2018_06_01_preview::QuotaByPeriodKeys Reports = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Reports - Subscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Subscription TagResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagResource - Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag TagDescription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagDescription + Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag OperationOperations = Azure::ApiManagement::Mgmt::V2018_06_01_preview::OperationOperations TenantAccess = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccess - TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccessGit + Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger TenantConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantConfiguration - User = Azure::ApiManagement::Mgmt::V2018_06_01_preview::User - UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup + TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccessGit UserSubscription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserSubscription - UserIdentities = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserIdentities + UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup ApiVersionSet = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiVersionSet + UserIdentities = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserIdentities ApiExport = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiExport + ApiPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiPolicy + User = Azure::ApiManagement::Mgmt::V2018_06_01_preview::User module Models + ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay ApiManagementServiceListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult + Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation ErrorFieldContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorFieldContract - ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult - ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + OperationListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult ApiManagementServiceCheckNameAvailabilityParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceCheckNameAvailabilityParameters - PolicyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection + ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult ApiManagementServiceNameAvailabilityResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceNameAvailabilityResult - PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection + PolicyCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection ApiManagementServiceApplyNetworkConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceApplyNetworkConfigurationParameters - RegionListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult + PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection ApiManagementServiceUploadCertificateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters - ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult + RegionListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult HostnameConfigurationOld = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfigurationOld - CertificateInformation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation + ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult CertificateConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration - ApiCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection + CertificateInformation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation HostnameConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration - ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter + ApiCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection VirtualNetworkConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration - OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract + ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter ApiManagementServiceSkuProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties - SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract - AdditionalLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation + OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract ApiRevisionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract ApiManagementServiceBackupRestoreParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract @@ -111,7 +112,6 @@ module Models UserTokenParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserTokenParameters RegionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract BodyDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BodyDiagnosticSettings - Resource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource PipelineDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings ApiVersionSetContractDetails = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails UserIdentityCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection @@ -119,11 +119,8 @@ module Models ProductEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters ApiManagementServiceUpdateHostnameParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters OperationTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationTagResourceContractProperties - OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay TagTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties - Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation TagResourceCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection - OperationListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult ProductCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection EmailTemplateParametersContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties AuthorizationServerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerCollection @@ -157,68 +154,67 @@ module Models RequestContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestContract IdentityProviderUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderUpdateParameters ApiVersionSetCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetCollection - IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters + SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract + AdditionalLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation IssueCommentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentCollection - RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters HttpMessageDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic - LoggerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection + RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection DiagnosticCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection - LoggerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract + LoggerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection GenerateSsoUrlResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult - RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties + LoggerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract TenantConfigurationSyncStateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TenantConfigurationSyncStateContract - RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract + RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties OperationResultContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationResultContract - NotificationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection + RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract X509CertificateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::X509CertificateName - ReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection + NotificationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection BackendProxyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProxyContract - RecipientUserCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection + ReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection BackendCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendCollection - ReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract - CertificateCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + RecipientUserCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection RecipientEmailCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailCollection - ApiUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract + ReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract ConnectivityStatusContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusContract - ApiVersionSetUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters + ApiUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract NetworkStatusContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContract - OperationEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract + ApiVersionSetUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters NetworkStatusContractByLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContractByLocation - IssueAttachmentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection + OperationEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract QuotaCounterValueContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContract - UserCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters + IssueAttachmentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection OpenIdConnectProviderCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenIdConnectProviderCollection - SaveConfigurationParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter + UserCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters OpenidConnectProviderUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderUpdateContract - BackendProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties + SaveConfigurationParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter QuotaCounterCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterCollection - DeployConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters + BackendProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties TermsOfServiceProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TermsOfServiceProperties - ApiEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract + DeployConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters QuotaCounterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterContract - IssueCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection + ApiEntityBaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract SubscriptionsDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionsDelegationSettingsProperties - TagResourceContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract + IssueCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection RegistrationDelegationSettingsProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegistrationDelegationSettingsProperties - BackendBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters + TagResourceContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract QuotaCounterValueContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContractProperties - ParameterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract + BackendBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters ProductUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductUpdateParameters - AuthorizationServerContractBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties + ParameterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract PropertyEntityBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyEntityBaseParameters - SamplingSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings + AuthorizationServerContractBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties SubscriptionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCollection - PropertyUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters + SamplingSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings PolicyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContract - ApiContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties + PropertyUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters ApiContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract - ApiReleaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract + ApiContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties OperationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationContract - SchemaContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract + ApiReleaseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract IssueContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueContract - IssueCommentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract + SchemaContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract IssueAttachmentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentContract - DiagnosticContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract ProductTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductTagResourceContractProperties ApiTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiTagResourceContractProperties ProductContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductContract @@ -237,31 +233,32 @@ module Models NotificationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract RecipientUserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract + IssueCommentContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract - PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings + DiagnosticContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings - PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings + PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract - PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract + PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract - TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract + PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract - PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat - SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType + PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType - State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog - ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState + SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType - AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod + ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod - BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol - HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State SkuType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType + HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod VirtualNetworkType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType NameAvailabilityReason = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason GroupType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType @@ -270,18 +267,21 @@ module Models IdentityProviderType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType LoggerType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType ConnectivityStatusType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType - SubscriptionState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState - AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus KeyType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType VersioningScheme = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme TemplateName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName NotificationName = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName PolicyScopeContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract ExportFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat + AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + Resource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + SubscriptionState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + CertificateCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection end class ApiManagementManagementClass - attr_reader :policy, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :api_policy, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :authorization_server, :backend, :certificate, :api_management_operations, :api_management_service, :diagnostic, :email_template, :group, :group_user, :identity_provider, :logger, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :delegation_settings, :product, :product_api, :product_group, :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :reports, :subscription, :tag_resource, :tag, :tag_description, :operation_operations, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_group, :user_subscription, :user_identities, :api_version_set, :api_export, :configurable, :base_url, :options, :model_classes + attr_reader :certificate, :group, :subscription, :policy_snippets, :regions, :api, :policy, :api_revisions, :api_release, :api_operation_policy, :api_product, :api_operation, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :authorization_server, :backend, :api_management_operations, :api_management_service, :diagnostic, :email_template, :group_user, :identity_provider, :notification, :notification_recipient_user, :notification_recipient_email, :network_status, :open_id_connect_provider, :sign_in_settings, :sign_up_settings, :delegation_settings, :product, :product_api, :product_group, :product_subscriptions, :product_policy, :property, :quota_by_counter_keys, :quota_by_period_keys, :reports, :tag_resource, :tag_description, :tag, :operation_operations, :tenant_access, :logger, :tenant_configuration, :tenant_access_git, :user_subscription, :user_group, :api_version_set, :user_identities, :api_export, :api_policy, :user, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,16 +291,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy = @client_0.policy + @certificate = @client_0.certificate + @group = @client_0.group + @subscription = @client_0.subscription @policy_snippets = @client_0.policy_snippets @regions = @client_0.regions @api = @client_0.api + @policy = @client_0.policy @api_revisions = @client_0.api_revisions @api_release = @client_0.api_release - @api_operation = @client_0.api_operation @api_operation_policy = @client_0.api_operation_policy @api_product = @client_0.api_product - @api_policy = @client_0.api_policy + @api_operation = @client_0.api_operation @api_schema = @client_0.api_schema @api_diagnostic = @client_0.api_diagnostic @api_issue = @client_0.api_issue @@ -308,15 +310,12 @@ def initialize(configurable, base_url=nil, options=nil) @api_issue_attachment = @client_0.api_issue_attachment @authorization_server = @client_0.authorization_server @backend = @client_0.backend - @certificate = @client_0.certificate @api_management_operations = @client_0.api_management_operations @api_management_service = @client_0.api_management_service @diagnostic = @client_0.diagnostic @email_template = @client_0.email_template - @group = @client_0.group @group_user = @client_0.group_user @identity_provider = @client_0.identity_provider - @logger = @client_0.logger @notification = @client_0.notification @notification_recipient_user = @client_0.notification_recipient_user @notification_recipient_email = @client_0.notification_recipient_email @@ -334,20 +333,21 @@ def initialize(configurable, base_url=nil, options=nil) @quota_by_counter_keys = @client_0.quota_by_counter_keys @quota_by_period_keys = @client_0.quota_by_period_keys @reports = @client_0.reports - @subscription = @client_0.subscription @tag_resource = @client_0.tag_resource - @tag = @client_0.tag @tag_description = @client_0.tag_description + @tag = @client_0.tag @operation_operations = @client_0.operation_operations @tenant_access = @client_0.tenant_access - @tenant_access_git = @client_0.tenant_access_git + @logger = @client_0.logger @tenant_configuration = @client_0.tenant_configuration - @user = @client_0.user - @user_group = @client_0.user_group + @tenant_access_git = @client_0.tenant_access_git @user_subscription = @client_0.user_subscription - @user_identities = @client_0.user_identities + @user_group = @client_0.user_group @api_version_set = @client_0.api_version_set + @user_identities = @client_0.user_identities @api_export = @client_0.api_export + @api_policy = @client_0.api_policy + @user = @client_0.user @model_classes = ModelClasses.new end @@ -366,74 +366,77 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + end + def operation_display + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay + end def api_management_service_list_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult end + def operation + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation + end def error_field_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorFieldContract end - def api_management_service_get_sso_token_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult - end - def error_response - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse + def operation_list_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult end def api_management_service_check_name_availability_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceCheckNameAvailabilityParameters end - def policy_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection + def api_management_service_get_sso_token_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult end def api_management_service_name_availability_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceNameAvailabilityResult end - def policy_snippets_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection + def policy_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyCollection end def api_management_service_apply_network_configuration_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceApplyNetworkConfigurationParameters end - def region_list_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult + def policy_snippets_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection end def api_management_service_upload_certificate_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters end - def api_export_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult + def region_list_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult end def hostname_configuration_old Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfigurationOld end - def certificate_information - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation + def api_export_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult end def certificate_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration end - def api_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection + def certificate_information + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation end def hostname_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration end - def api_create_or_update_parameter - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter + def api_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCollection end def virtual_network_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration end - def oauth2_authentication_settings_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract + def api_create_or_update_parameter + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter end def api_management_service_sku_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties end - def subscription_key_parameter_names_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract - end - def additional_location - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation + def oauth2_authentication_settings_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract end def api_revision_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract @@ -501,9 +504,6 @@ def region_contract def body_diagnostic_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BodyDiagnosticSettings end - def resource - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource - end def pipeline_diagnostic_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings end @@ -525,21 +525,12 @@ def api_management_service_update_hostname_parameters def operation_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationTagResourceContractProperties end - def operation_display - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay - end def tag_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties end - def operation - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation - end def tag_resource_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection end - def operation_list_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult - end def product_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection end @@ -639,192 +630,189 @@ def identity_provider_update_parameters def api_version_set_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetCollection end - def identity_provider_base_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters + def subscription_key_parameter_names_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract + end + def additional_location + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation end def issue_comment_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentCollection end - def request_report_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + def identity_provider_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters end def http_message_diagnostic Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic end - def logger_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection + def request_report_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection end def diagnostic_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection end - def logger_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract + def logger_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection end def generate_sso_url_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult end - def recipients_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties + def logger_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerUpdateContract end def tenant_configuration_sync_state_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TenantConfigurationSyncStateContract end - def request_report_record_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract + def recipients_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties end def operation_result_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationResultContract end - def notification_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection + def request_report_record_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract end def x509_certificate_name Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::X509CertificateName end - def report_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection + def notification_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationCollection end def backend_proxy_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProxyContract end - def recipient_user_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection + def report_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportCollection end def backend_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendCollection end - def report_record_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract - end - def certificate_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + def recipient_user_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserCollection end def recipient_email_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailCollection end - def api_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract + def report_record_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ReportRecordContract end def connectivity_status_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusContract end - def api_version_set_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters + def api_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiUpdateContract end def network_status_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContract end - def operation_entity_base_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract + def api_version_set_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetUpdateParameters end def network_status_contract_by_location Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NetworkStatusContractByLocation end - def issue_attachment_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection + def operation_entity_base_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationEntityBaseContract end def quota_counter_value_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContract end - def user_create_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters + def issue_attachment_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentCollection end def open_id_connect_provider_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenIdConnectProviderCollection end - def save_configuration_parameter - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter + def user_create_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserCreateParameters end def openid_connect_provider_update_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderUpdateContract end - def backend_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties + def save_configuration_parameter + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SaveConfigurationParameter end def quota_counter_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterCollection end - def deploy_configuration_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters + def backend_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProperties end def terms_of_service_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TermsOfServiceProperties end - def api_entity_base_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract + def deploy_configuration_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DeployConfigurationParameters end def quota_counter_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterContract end - def issue_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection + def api_entity_base_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiEntityBaseContract end def subscriptions_delegation_settings_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionsDelegationSettingsProperties end - def tag_resource_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract + def issue_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCollection end def registration_delegation_settings_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegistrationDelegationSettingsProperties end - def backend_base_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters + def tag_resource_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceContract end def quota_counter_value_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::QuotaCounterValueContractProperties end - def parameter_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract + def backend_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendBaseParameters end def product_update_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductUpdateParameters end - def authorization_server_contract_base_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties + def parameter_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ParameterContract end def property_entity_base_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyEntityBaseParameters end - def sampling_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings + def authorization_server_contract_base_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerContractBaseProperties end def subscription_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCollection end - def property_update_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters + def sampling_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingSettings end def policy_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContract end - def api_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties + def property_update_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyUpdateParameters end def api_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContract end - def api_release_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract + def api_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiContractProperties end def operation_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationContract end - def schema_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract + def api_release_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseContract end def issue_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueContract end - def issue_comment_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract + def schema_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaContract end def issue_attachment_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueAttachmentContract end - def diagnostic_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract - end def product_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductTagResourceContractProperties end @@ -879,81 +867,84 @@ def recipient_user_contract def recipient_email_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract end + def issue_comment_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentContract + end def openid_connect_provider_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract end - def portal_signin_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings + def diagnostic_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticContract end def portal_signup_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings end - def portal_delegation_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings + def portal_signin_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings end def subscription_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract end - def property_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract + def portal_delegation_settings + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings end def tag_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract end - def tag_description_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract + def property_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract end def api_version_set_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract end - def policy_content_format - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - end - def protocol - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + def tag_description_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract end def content_format Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat end - def soap_api_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType + def policy_content_format + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat end def api_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType end - def state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - end - def sampling_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + def soap_api_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType end def always_log Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog end - def product_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState + def sampling_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType end def grant_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType end - def authorization_method - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod + def product_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState end def client_authentication_method Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod end - def bearer_token_sending_method - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + def authorization_method + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod end def backend_protocol Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol end - def hostname_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + def state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State end def sku_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType end + def hostname_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + end + def bearer_token_sending_method + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + end def virtual_network_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType end @@ -978,12 +969,6 @@ def logger_type def connectivity_status_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType end - def subscription_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState - end - def async_operation_status - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus - end def key_type Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType end @@ -1002,6 +987,21 @@ def policy_scope_contract def export_format Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat end + def async_operation_status + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + end + def protocol + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + end + def resource + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + end + def subscription_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + end + def certificate_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + end end end end diff --git a/azure_sdk/lib/latest/modules/authorization_profile_module.rb b/azure_sdk/lib/latest/modules/authorization_profile_module.rb index c42897b78d..47e0deeee7 100644 --- a/azure_sdk/lib/latest/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/latest/modules/authorization_profile_module.rb @@ -8,38 +8,38 @@ module Azure::Profiles::Latest module Authorization module Mgmt ClassicAdministrators = Azure::Authorization::Mgmt::V2015_06_01_preview::ClassicAdministrators - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations - Permissions = Azure::Authorization::Mgmt::V2018_01_01_preview::Permissions RoleDefinitions = Azure::Authorization::Mgmt::V2018_01_01_preview::RoleDefinitions + Permissions = Azure::Authorization::Mgmt::V2018_01_01_preview::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2018_01_01_preview::ProviderOperationsMetadataOperations DenyAssignments = Azure::Authorization::Mgmt::V2018_07_01_preview::DenyAssignments RoleAssignments = Azure::Authorization::Mgmt::V2018_09_01_preview::RoleAssignments module Models - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult ClassicAdministrator = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator - ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType - RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter - ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult - Permission = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission - RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult RoleDefinitionListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult ProviderOperation = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata + Permission = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission + RoleDefinitionFilter = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter PermissionGetResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult + ResourceType = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType + ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + RoleDefinition = Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition Principal = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal DenyAssignment = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignment DenyAssignmentPermission = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentPermission DenyAssignmentListResult = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentListResult DenyAssignmentFilter = Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter - RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult - RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter RoleAssignmentCreateParameters = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters - RoleAssignment = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment PrincipalType = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + RoleAssignment = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment + RoleAssignmentListResult = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult + RoleAssignmentFilter = Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter end class AuthorizationManagementClass - attr_reader :classic_administrators, :provider_operations_metadata_operations, :permissions, :role_definitions, :deny_assignments, :role_assignments, :configurable, :base_url, :options, :model_classes + attr_reader :classic_administrators, :role_definitions, :permissions, :provider_operations_metadata_operations, :deny_assignments, :role_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,9 +56,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations - @permissions = @client_1.permissions @role_definitions = @client_1.role_definitions + @permissions = @client_1.permissions + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @client_2 = Azure::Authorization::Mgmt::V2018_07_01_preview::AuthorizationManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -97,39 +97,39 @@ def method_missing(method, *args) end class ModelClasses - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult - end def classic_administrator Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministrator end - def resource_type - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType - end - def role_definition_filter - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter - end - def provider_operations_metadata_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_06_01_preview::Models::ClassicAdministratorListResult end - def permission - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission + def role_definition_list_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult end - def role_definition - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + def provider_operation + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation end def provider_operations_metadata Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadata end - def role_definition_list_result - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionListResult + def permission + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::Permission end - def provider_operation - Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperation + def role_definition_filter + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinitionFilter end def permission_get_result Azure::Authorization::Mgmt::V2018_01_01_preview::Models::PermissionGetResult end + def resource_type + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ResourceType + end + def provider_operations_metadata_list_result + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::ProviderOperationsMetadataListResult + end + def role_definition + Azure::Authorization::Mgmt::V2018_01_01_preview::Models::RoleDefinition + end def principal Azure::Authorization::Mgmt::V2018_07_01_preview::Models::Principal end @@ -145,20 +145,20 @@ def deny_assignment_list_result def deny_assignment_filter Azure::Authorization::Mgmt::V2018_07_01_preview::Models::DenyAssignmentFilter end - def role_assignment_list_result - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult - end - def role_assignment_filter - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter - end def role_assignment_create_parameters Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentCreateParameters end + def principal_type + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + end def role_assignment Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignment end - def principal_type - Azure::Authorization::Mgmt::V2018_09_01_preview::Models::PrincipalType + def role_assignment_list_result + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentListResult + end + def role_assignment_filter + Azure::Authorization::Mgmt::V2018_09_01_preview::Models::RoleAssignmentFilter end end end diff --git a/azure_sdk/lib/latest/modules/automation_profile_module.rb b/azure_sdk/lib/latest/modules/automation_profile_module.rb index bfb000644e..5367077e24 100644 --- a/azure_sdk/lib/latest/modules/automation_profile_module.rb +++ b/azure_sdk/lib/latest/modules/automation_profile_module.rb @@ -7,10 +7,20 @@ module Azure::Profiles::Latest module Automation module Mgmt - AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations + ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations + ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes + Fields = Azure::Automation::Mgmt::V2015_10_31::Fields + RunbookDraftOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookDraftOperations + RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations + TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams + TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations + ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations + VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations + WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations + Usages = Azure::Automation::Mgmt::V2015_10_31::Usages Operations = Azure::Automation::Mgmt::V2015_10_31::Operations + AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations - Usages = Azure::Automation::Mgmt::V2015_10_31::Usages Keys = Azure::Automation::Mgmt::V2015_10_31::Keys CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations @@ -29,41 +39,46 @@ module Mgmt JobScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::JobScheduleOperations LinkedWorkspaceOperations = Azure::Automation::Mgmt::V2015_10_31::LinkedWorkspaceOperations ActivityOperations = Azure::Automation::Mgmt::V2015_10_31::ActivityOperations - ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations - ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes - Fields = Azure::Automation::Mgmt::V2015_10_31::Fields - RunbookDraftOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookDraftOperations - RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations - TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams - TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations - ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations - VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations - WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations module Models + DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName + GroupTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum + DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState + RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState + RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState + ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku + ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay + ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse + TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource + HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode + Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job + Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource + OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay + Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation + OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult + Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource - Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult - UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult - Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku - KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence - ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters - CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult @@ -82,7 +97,6 @@ module Models VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters ScheduleAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty JobStream = Azure::Automation::Mgmt::V2015_10_31::Models::JobStream - Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter @@ -94,67 +108,63 @@ module Models AgentRegistrationKeys = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters + CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters LinkedWorkspace = Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace - OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay - ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter + ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet Key = Azure::Automation::Mgmt::V2015_10_31::Models::Key - ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet - Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType - CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity + ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters - ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult ConnectionType = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo + KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult + UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult + ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink - DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters - ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult - ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult - DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters + ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters + CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter - ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters - TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField - Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage + ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult + DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult - CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters - RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter + TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField + ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters + DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft - CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters + RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource - RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult + CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters - AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters + RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters + CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters + DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult - DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult + TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty - TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob - OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult + RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult - RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters - TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount - ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource - Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection - Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential - DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob + DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode - DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration + Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule @@ -168,21 +178,11 @@ module Models JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType - DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState - DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState - AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName - GroupTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum - ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState - RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum - RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState - RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState - HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode - ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay - ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage end class AutomationManagementClass - attr_reader :automation_account_operations, :operations, :statistics_operations, :usages, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :configurable, :base_url, :options, :model_classes + attr_reader :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :usages, :operations, :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -192,10 +192,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @automation_account_operations = @client_0.automation_account_operations + @module_model_operations = @client_0.module_model_operations + @object_data_types = @client_0.object_data_types + @fields = @client_0.fields + @runbook_draft_operations = @client_0.runbook_draft_operations + @runbook_operations = @client_0.runbook_operations + @test_job_streams = @client_0.test_job_streams + @test_job_operations = @client_0.test_job_operations + @schedule_operations = @client_0.schedule_operations + @variable_operations = @client_0.variable_operations + @webhook_operations = @client_0.webhook_operations + @usages = @client_0.usages @operations = @client_0.operations + @automation_account_operations = @client_0.automation_account_operations @statistics_operations = @client_0.statistics_operations - @usages = @client_0.usages @keys = @client_0.keys @certificate_operations = @client_0.certificate_operations @connection_operations = @client_0.connection_operations @@ -214,16 +224,6 @@ def initialize(configurable, base_url=nil, options=nil) @job_schedule_operations = @client_0.job_schedule_operations @linked_workspace_operations = @client_0.linked_workspace_operations @activity_operations = @client_0.activity_operations - @module_model_operations = @client_0.module_model_operations - @object_data_types = @client_0.object_data_types - @fields = @client_0.fields - @runbook_draft_operations = @client_0.runbook_draft_operations - @runbook_operations = @client_0.runbook_operations - @test_job_streams = @client_0.test_job_streams - @test_job_operations = @client_0.test_job_operations - @schedule_operations = @client_0.schedule_operations - @variable_operations = @client_0.variable_operations - @webhook_operations = @client_0.webhook_operations @model_classes = ModelClasses.new end @@ -242,6 +242,69 @@ def method_missing(method, *args) end class ModelClasses + def dsc_configuration_state + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState + end + def agent_registration_key_name + Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName + end + def group_type_enum + Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum + end + def dsc_configuration_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState + end + def runbook_type_enum + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum + end + def runbook_state + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState + end + def runbook_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState + end + def module_provisioning_state + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState + end + def sku + Azure::Automation::Mgmt::V2015_10_31::Models::Sku + end + def schedule_day + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay + end + def schedule_frequency + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + end + def error_response + Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse + end + def tracked_resource + Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + end + def proxy_resource + Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource + end + def http_status_code + Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode + end + def job + Azure::Automation::Mgmt::V2015_10_31::Models::Job + end + def resource + Azure::Automation::Mgmt::V2015_10_31::Models::Resource + end + def operation_display + Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay + end + def operation + Azure::Automation::Mgmt::V2015_10_31::Models::Operation + end + def operation_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult + end + def certificate + Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + end def agent_registration Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration end @@ -260,9 +323,6 @@ def automation_account_list_result def dsc_report_resource Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource end - def operation - Azure::Automation::Mgmt::V2015_10_31::Models::Operation - end def dsc_meta_configuration Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration end @@ -278,15 +338,6 @@ def usage_counter_name def dsc_node_report_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult end - def usage_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult - end - def sku - Azure::Automation::Mgmt::V2015_10_31::Models::Sku - end - def key_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult - end def variable_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters end @@ -296,9 +347,6 @@ def schedule_list_result def advanced_schedule_monthly_occurrence Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence end - def error_response - Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse - end def dsc_node_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult end @@ -308,9 +356,6 @@ def webhook_create_or_update_parameters def schedule_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters end - def certificate_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters - end def dsc_node_configuration_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters end @@ -365,9 +410,6 @@ def schedule_association_property def job_stream Azure::Automation::Mgmt::V2015_10_31::Models::JobStream end - def job - Azure::Automation::Mgmt::V2015_10_31::Models::Job - end def content_hash Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash end @@ -401,98 +443,92 @@ def job_schedule_create_parameters def dsc_node_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters end + def certificate_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters + end def linked_workspace Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace end - def operation_display - Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay - end - def activity_parameter_validation_set - Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet - end def statistics_list_result Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult end def activity_parameter Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter end + def activity_parameter_validation_set + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet + end def key Azure::Automation::Mgmt::V2015_10_31::Models::Key end - def activity_parameter_set - Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet - end - def resource - Azure::Automation::Mgmt::V2015_10_31::Models::Resource - end def activity_output_type Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType end - def certificate_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult - end def activity Azure::Automation::Mgmt::V2015_10_31::Models::Activity end + def activity_parameter_set + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet + end def webhook_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters end - def activity_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult - end def connection_type Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType end def module_error_info Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo end + def key_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult + end def webhook_list_result Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult end - def content_link - Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink + def usage_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult end - def dsc_compilation_job_create_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters + def activity_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult end - def schedule_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters + def content_link + Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink end def job_stream_list_result Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult end - def module_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult - end - def dsc_configuration_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters + def schedule_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters end def module_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters end + def certificate_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult + end def agent_registration_regenerate_key_parameter Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter end - def module_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters - end def automation_account_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters end - def type_field - Azure::Automation::Mgmt::V2015_10_31::Models::TypeField + def module_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult end - def usage - Azure::Automation::Mgmt::V2015_10_31::Models::Usage + def dsc_compilation_job_create_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters end def type_field_list_result Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult end - def certificate_create_or_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + def type_field + Azure::Automation::Mgmt::V2015_10_31::Models::TypeField end - def runbook_parameter - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter + def module_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters + end + def dsc_configuration_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters end def connection_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters @@ -500,8 +536,8 @@ def connection_update_parameters def runbook_draft Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft end - def credential_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters + def runbook_parameter + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter end def advanced_schedule Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule @@ -509,8 +545,8 @@ def advanced_schedule def content_source Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource end - def runbook_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult + def credential_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters end def dsc_node_configuration_association_property Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty @@ -518,20 +554,29 @@ def dsc_node_configuration_association_property def runbook_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters end - def automation_account_update_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters + def runbook_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult end def runbook_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters end + def certificate_create_or_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters + end + def automation_account_update_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters + end + def dsc_configuration_list_result + Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult + end def connection_type_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters end def runbook_draft_undo_edit_result Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult end - def dsc_configuration_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult + def test_job + Azure::Automation::Mgmt::V2015_10_31::Models::TestJob end def test_job_create_parameters Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters @@ -539,11 +584,8 @@ def test_job_create_parameters def connection_type_association_property Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty end - def test_job - Azure::Automation::Mgmt::V2015_10_31::Models::TestJob - end - def operation_list_result - Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult + def runbook_create_or_update_draft_parameters + Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters end def runbook_create_or_update_draft_properties Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties @@ -551,29 +593,17 @@ def runbook_create_or_update_draft_properties def dsc_compilation_job_list_result Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult end - def runbook_create_or_update_draft_parameters - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters - end - def tracked_resource - Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource + def dsc_compilation_job + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob end def automation_account Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount end - def proxy_resource - Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource - end - def certificate - Azure::Automation::Mgmt::V2015_10_31::Models::Certificate - end def connection Azure::Automation::Mgmt::V2015_10_31::Models::Connection end - def credential - Azure::Automation::Mgmt::V2015_10_31::Models::Credential - end - def dsc_compilation_job - Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob + def dsc_node_configuration + Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration end def dsc_configuration Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration @@ -581,8 +611,8 @@ def dsc_configuration def dsc_node Azure::Automation::Mgmt::V2015_10_31::Models::DscNode end - def dsc_node_configuration - Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration + def credential + Azure::Automation::Mgmt::V2015_10_31::Models::Credential end def module_model Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel @@ -623,38 +653,8 @@ def job_stream_type def content_source_type Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType end - def dsc_configuration_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState - end - def dsc_configuration_state - Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState - end - def agent_registration_key_name - Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName - end - def group_type_enum - Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum - end - def module_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState - end - def runbook_type_enum - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum - end - def runbook_state - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState - end - def runbook_provisioning_state - Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState - end - def http_status_code - Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode - end - def schedule_day - Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay - end - def schedule_frequency - Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency + def usage + Azure::Automation::Mgmt::V2015_10_31::Models::Usage end end end diff --git a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb index 5a59c5a0c3..38b097a4ca 100644 --- a/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb +++ b/azure_sdk/lib/latest/modules/autosuggest_profile_module.rb @@ -8,25 +8,25 @@ module Azure::Profiles::Latest module Autosuggest module Models - Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error - QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext - SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup - ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase - Answer = Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer - Suggestions = Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions - Thing = Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork - Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action SearchAction = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response - ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse - ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType + Suggestions = Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind - ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode + ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch + ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat + Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action + ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse + QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext + SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup + ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer + Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing end class AutosuggestDataClass @@ -58,36 +58,9 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::Autosuggest::V1_0::Models::Error - end - def query_context - Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext - end - def suggestions_suggestion_group - Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup - end - def response_base - Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase - end - def answer - Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer - end - def search_results_answer - Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer - end - def suggestions - Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions - end - def thing - Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing - end def creative_work Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork end - def action - Azure::CognitiveServices::Autosuggest::V1_0::Models::Action - end def search_action Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction end @@ -97,24 +70,51 @@ def identifiable def response Azure::CognitiveServices::Autosuggest::V1_0::Models::Response end - def error_response - Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse - end - def scenario_type - Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType + def suggestions + Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions end def search_kind Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind end - def error_code - Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode + def scenario_type + Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType end def safe_search Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch end + def error_code + Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode + end def response_format Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat end + def action + Azure::CognitiveServices::Autosuggest::V1_0::Models::Action + end + def error_response + Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse + end + def query_context + Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext + end + def suggestions_suggestion_group + Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup + end + def response_base + Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase + end + def answer + Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer + end + def error + Azure::CognitiveServices::Autosuggest::V1_0::Models::Error + end + def search_results_answer + Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer + end + def thing + Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing + end end end end diff --git a/azure_sdk/lib/latest/modules/batch_profile_module.rb b/azure_sdk/lib/latest/modules/batch_profile_module.rb index 3145f68949..0f7ee64520 100644 --- a/azure_sdk/lib/latest/modules/batch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/batch_profile_module.rb @@ -7,15 +7,20 @@ module Azure::Profiles::Latest module Batch module Mgmt + Location = Azure::Batch::Mgmt::V2017_09_01::Location BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations ApplicationPackageOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationPackageOperations ApplicationOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationOperations - Location = Azure::Batch::Mgmt::V2017_09_01::Location + PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations Operations = Azure::Batch::Mgmt::V2017_09_01::Operations CertificateOperations = Azure::Batch::Mgmt::V2017_09_01::CertificateOperations - PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations module Models + Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool + OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration + ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource FixedScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings AutoStorageBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties AutoScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings @@ -23,9 +28,7 @@ module Models ScaleSettings = Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings KeyVaultReference = Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference BatchAccountUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters - OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters - OperationListResult = Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters AutoScaleRunError = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError ApplicationPackage = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage @@ -33,8 +36,6 @@ module Models ListApplicationsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult NetworkSecurityGroupRule = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRule BatchLocationQuota = Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota - InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool - ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource PoolEndpointConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration DeleteCertificateError = Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError NetworkConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration @@ -42,45 +43,38 @@ module Models TaskSchedulingPolicy = Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy CloudServiceConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::CloudServiceConfiguration LinuxUserConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::LinuxUserConfiguration - OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk UserAccount = Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount - DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk MetadataItem = Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem DeploymentConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration + DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk ResourceFile = Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile BatchAccountKeys = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountKeys EnvironmentSetting = Azure::Batch::Mgmt::V2017_09_01::Models::EnvironmentSetting Application = Azure::Batch::Mgmt::V2017_09_01::Models::Application AutoUserSpecification = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification - Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource UserIdentity = Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity - CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult - StartTask = Azure::Batch::Mgmt::V2017_09_01::Models::StartTask - ImageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference CertificateReference = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference VirtualMachineConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration + StartTask = Azure::Batch::Mgmt::V2017_09_01::Models::StartTask ApplicationPackageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters ResizeError = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties ResizeOperationStatus = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus - WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration - Operation = Azure::Batch::Mgmt::V2017_09_01::Models::Operation ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters ListPoolsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult ListCertificatesResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties BatchAccount = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount - Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate - CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters Pool = Azure::Batch::Mgmt::V2017_09_01::Models::Pool PoolAllocationMode = Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode - ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState AccountKeyType = Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType PackageState = Azure::Batch::Mgmt::V2017_09_01::Models::PackageState - CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters CertificateProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState + CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState PoolProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState AllocationState = Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType @@ -94,11 +88,17 @@ module Models AutoUserScope = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserScope CertificateStoreLocation = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateStoreLocation CertificateVisibility = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility + Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource + ImageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + Operation = Azure::Batch::Mgmt::V2017_09_01::Models::Operation + OperationListResult = Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult + CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult NameAvailabilityReason = Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason end class BatchManagementClass - attr_reader :batch_account_operations, :application_package_operations, :application_operations, :location, :operations, :certificate_operations, :pool_operations, :configurable, :base_url, :options, :model_classes + attr_reader :location, :batch_account_operations, :application_package_operations, :application_operations, :pool_operations, :operations, :certificate_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -108,13 +108,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @location = @client_0.location @batch_account_operations = @client_0.batch_account_operations @application_package_operations = @client_0.application_package_operations @application_operations = @client_0.application_operations - @location = @client_0.location + @pool_operations = @client_0.pool_operations @operations = @client_0.operations @certificate_operations = @client_0.certificate_operations - @pool_operations = @client_0.pool_operations @model_classes = ModelClasses.new end @@ -133,6 +133,21 @@ def method_missing(method, *args) end class ModelClasses + def certificate + Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + end + def inbound_nat_pool + Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool + end + def osdisk + Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + end + def windows_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration + end + def proxy_resource + Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + end def fixed_scale_settings Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings end @@ -154,15 +169,9 @@ def key_vault_reference def batch_account_update_parameters Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters end - def operation_display - Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay - end def batch_account_regenerate_key_parameters Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters end - def operation_list_result - Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult - end def activate_application_package_parameters Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters end @@ -184,12 +193,6 @@ def network_security_group_rule def batch_location_quota Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota end - def inbound_nat_pool - Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool - end - def proxy_resource - Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource - end def pool_endpoint_configuration Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration end @@ -211,21 +214,18 @@ def cloud_service_configuration def linux_user_configuration Azure::Batch::Mgmt::V2017_09_01::Models::LinuxUserConfiguration end - def osdisk - Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk - end def user_account Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount end - def data_disk - Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk - end def metadata_item Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem end def deployment_configuration Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration end + def data_disk + Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk + end def resource_file Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile end @@ -241,27 +241,18 @@ def application def auto_user_specification Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification end - def resource - Azure::Batch::Mgmt::V2017_09_01::Models::Resource - end def user_identity Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity end - def check_name_availability_result - Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult - end - def start_task - Azure::Batch::Mgmt::V2017_09_01::Models::StartTask - end - def image_reference - Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference - end def certificate_reference Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference end def virtual_machine_configuration Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration end + def start_task + Azure::Batch::Mgmt::V2017_09_01::Models::StartTask + end def application_package_reference Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference end @@ -277,12 +268,6 @@ def certificate_base_properties def resize_operation_status Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus end - def windows_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration - end - def operation - Azure::Batch::Mgmt::V2017_09_01::Models::Operation - end def application_update_parameters Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters end @@ -301,33 +286,30 @@ def auto_storage_properties def batch_account Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount end - def certificate - Azure::Batch::Mgmt::V2017_09_01::Models::Certificate - end - def certificate_create_or_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters - end def pool Azure::Batch::Mgmt::V2017_09_01::Models::Pool end def pool_allocation_mode Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode end - def provisioning_state - Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState - end def account_key_type Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType end def package_state Azure::Batch::Mgmt::V2017_09_01::Models::PackageState end - def certificate_format - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + def certificate_create_or_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters end def certificate_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState end + def certificate_format + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + end + def provisioning_state + Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState + end def pool_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState end @@ -367,6 +349,24 @@ def certificate_store_location def certificate_visibility Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility end + def resource + Azure::Batch::Mgmt::V2017_09_01::Models::Resource + end + def image_reference + Azure::Batch::Mgmt::V2017_09_01::Models::ImageReference + end + def operation_display + Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay + end + def operation + Azure::Batch::Mgmt::V2017_09_01::Models::Operation + end + def operation_list_result + Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult + end + def check_name_availability_result + Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult + end def name_availability_reason Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason end diff --git a/azure_sdk/lib/latest/modules/billing_profile_module.rb b/azure_sdk/lib/latest/modules/billing_profile_module.rb index e2b7e7ec8c..bee4457a45 100644 --- a/azure_sdk/lib/latest/modules/billing_profile_module.rb +++ b/azure_sdk/lib/latest/modules/billing_profile_module.rb @@ -13,19 +13,19 @@ module Mgmt Operations = Azure::Billing::Mgmt::V2018_03_01_preview::Operations module Models - ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse - ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails - OperationListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource DownloadUrl = Azure::Billing::Mgmt::V2018_03_01_preview::Models::DownloadUrl InvoicesListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::InvoicesListResult BillingPeriodsListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriodsListResult - OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay EnrollmentAccountListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult + ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay + BillingPeriod = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod Operation = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation + OperationListResult = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult EnrollmentAccount = Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount - BillingPeriod = Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod Invoice = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice + ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse end class BillingManagementClass @@ -61,15 +61,6 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse - end - def error_details - Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails - end - def operation_list_result - Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult - end def resource Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource end @@ -82,24 +73,33 @@ def invoices_list_result def billing_periods_list_result Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriodsListResult end + def enrollment_account_list_result + Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult + end + def error_details + Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + end def operation_display Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay end - def enrollment_account_list_result - Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccountListResult + def billing_period + Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod end def operation Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation end + def operation_list_result + Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationListResult + end def enrollment_account Azure::Billing::Mgmt::V2018_03_01_preview::Models::EnrollmentAccount end - def billing_period - Azure::Billing::Mgmt::V2018_03_01_preview::Models::BillingPeriod - end def invoice Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice end + def error_response + Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse + end end end end diff --git a/azure_sdk/lib/latest/modules/cdn_profile_module.rb b/azure_sdk/lib/latest/modules/cdn_profile_module.rb index 5c103f5df4..7c29b45286 100644 --- a/azure_sdk/lib/latest/modules/cdn_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cdn_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module CDN module Mgmt - Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles Endpoints = Azure::CDN::Mgmt::V2017_10_12::Endpoints + Profiles = Azure::CDN::Mgmt::V2017_10_12::Profiles Origins = Azure::CDN::Mgmt::V2017_10_12::Origins CustomDomains = Azure::CDN::Mgmt::V2017_10_12::CustomDomains ResourceUsageOperations = Azure::CDN::Mgmt::V2017_10_12::ResourceUsageOperations @@ -16,8 +16,10 @@ module Mgmt EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes module Models - OriginUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku + ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource + OriginUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters OriginListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult ProfileListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters @@ -34,11 +36,9 @@ module Models CustomDomainParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters EdgenodeResult = Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult CustomDomainListResult = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult - ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput IpAddressGroup = Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput - Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput DeliveryRuleCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput @@ -51,34 +51,34 @@ module Models UrlFileExtensionConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters ResourceUsageListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy - OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult - Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation Profile = Azure::CDN::Mgmt::V2017_10_12::Models::Profile Endpoint = Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint DeliveryRuleUrlPathCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlPathCondition DeliveryRuleUrlFileExtensionCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlFileExtensionCondition DeliveryRuleCacheExpirationAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction - Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin - ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource - CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain EdgeNode = Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode - TrackedResource = Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource - SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName ProfileResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState OptimizationType = Azure::CDN::Mgmt::V2017_10_12::Models::OptimizationType - EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin + CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain QueryStringCachingBehavior = Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior + EndpointResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource GeoFilterActions = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions OriginResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::OriginResourceState CustomDomainResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainResourceState CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate ResourceType = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType + Resource = Azure::CDN::Mgmt::V2017_10_12::Models::Resource + OperationDisplay = Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay + Operation = Azure::CDN::Mgmt::V2017_10_12::Models::Operation + SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName end class CDNManagementClass - attr_reader :profiles, :endpoints, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :origins, :custom_domains, :resource_usage_operations, :operations, :edge_nodes, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -88,8 +88,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @profiles = @client_0.profiles @endpoints = @client_0.endpoints + @profiles = @client_0.profiles @origins = @client_0.origins @custom_domains = @client_0.custom_domains @resource_usage_operations = @client_0.resource_usage_operations @@ -113,12 +113,18 @@ def method_missing(method, *args) end class ModelClasses - def origin_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters - end def sku Azure::CDN::Mgmt::V2017_10_12::Models::Sku end + def error_response + Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + end + def tracked_resource + Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource + end + def origin_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::OriginUpdateParameters + end def origin_list_result Azure::CDN::Mgmt::V2017_10_12::Models::OriginListResult end @@ -167,9 +173,6 @@ def edgenode_result def custom_domain_list_result Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult end - def error_response - Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse - end def validate_custom_domain_input Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput end @@ -179,9 +182,6 @@ def ip_address_group def validate_custom_domain_output Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput end - def resource - Azure::CDN::Mgmt::V2017_10_12::Models::Resource - end def check_name_availability_input Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput end @@ -218,15 +218,9 @@ def resource_usage_list_result def endpoint_properties_update_parameters_delivery_policy Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy end - def operation_display - Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay - end def supported_optimization_types_list_result Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult end - def operation - Azure::CDN::Mgmt::V2017_10_12::Models::Operation - end def profile Azure::CDN::Mgmt::V2017_10_12::Models::Profile end @@ -242,36 +236,30 @@ def delivery_rule_url_file_extension_condition def delivery_rule_cache_expiration_action Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction end - def origin - Azure::CDN::Mgmt::V2017_10_12::Models::Origin - end - def proxy_resource - Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource - end - def custom_domain - Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain - end def edge_node Azure::CDN::Mgmt::V2017_10_12::Models::EdgeNode end - def tracked_resource - Azure::CDN::Mgmt::V2017_10_12::Models::TrackedResource - end - def sku_name - Azure::CDN::Mgmt::V2017_10_12::Models::SkuName - end def profile_resource_state Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState end def optimization_type Azure::CDN::Mgmt::V2017_10_12::Models::OptimizationType end - def endpoint_resource_state - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + def origin + Azure::CDN::Mgmt::V2017_10_12::Models::Origin + end + def custom_domain + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain end def query_string_caching_behavior Azure::CDN::Mgmt::V2017_10_12::Models::QueryStringCachingBehavior end + def endpoint_resource_state + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointResourceState + end + def proxy_resource + Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource + end def geo_filter_actions Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilterActions end @@ -290,6 +278,18 @@ def custom_https_provisioning_substate def resource_type Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType end + def resource + Azure::CDN::Mgmt::V2017_10_12::Models::Resource + end + def operation_display + Azure::CDN::Mgmt::V2017_10_12::Models::OperationDisplay + end + def operation + Azure::CDN::Mgmt::V2017_10_12::Models::Operation + end + def sku_name + Azure::CDN::Mgmt::V2017_10_12::Models::SkuName + end end end end diff --git a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb index 021b149c7a..e836053729 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -7,15 +7,20 @@ module Azure::Profiles::Latest module CognitiveServices module Mgmt - Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts - ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations + ResourceSkus = Azure::CognitiveServices::Mgmt::V2017_04_18::ResourceSkus + Accounts = Azure::CognitiveServices::Mgmt::V2017_04_18::Accounts CheckSkuAvailability = Azure::CognitiveServices::Mgmt::V2017_04_18::CheckSkuAvailability module Models - ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult + SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku - Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody CognitiveServicesAccountUpdateParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountUpdateParameters OperationDisplayInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationDisplayInfo CognitiveServicesAccountListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountListResult @@ -24,32 +29,27 @@ module Models OperationEntityListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult CognitiveServicesAccountEnumerateSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult CheckSkuAvailabilityParameter = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter - Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage CheckSkuAvailabilityResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult CognitiveServicesAccountCreateParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountCreateParameters CheckSkuAvailabilityResultList = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResultList CognitiveServicesAccountKeys = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountKeys ResourceSkuRestrictionInfo = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionInfo MetricName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName - ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions CognitiveServicesAccount = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount - ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku UsagesResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult - ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku - SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState + ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage end class CognitiveServicesManagementClass - attr_reader :accounts, :resource_skus, :operations, :check_sku_availability, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :resource_skus, :accounts, :check_sku_availability, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,9 +59,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @accounts = @client_0.accounts - @resource_skus = @client_0.resource_skus @operations = @client_0.operations + @resource_skus = @client_0.resource_skus + @accounts = @client_0.accounts @check_sku_availability = @client_0.check_sku_availability @model_classes = ModelClasses.new @@ -81,14 +81,29 @@ def method_missing(method, *args) end class ModelClasses - def error_body - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + def resource_skus_result + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult + end + def sku_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName end def sku Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku end - def error - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + def sku_tier + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + end + def kind + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + end + def resource_sku_restrictions_type + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + end + def resource_sku_restrictions_reason_code + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + end + def error_body + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody end def cognitive_services_account_update_parameters Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountUpdateParameters @@ -114,9 +129,6 @@ def cognitive_services_account_enumerate_skus_result def check_sku_availability_parameter Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter end - def usage - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage - end def check_sku_availability_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult end @@ -135,36 +147,15 @@ def resource_sku_restriction_info def metric_name Azure::CognitiveServices::Mgmt::V2017_04_18::Models::MetricName end - def resource_sku_restrictions - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions - end def cognitive_services_account Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccount end - def resource_sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku - end def usages_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult end - def resource_skus_result - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult - end def cognitive_services_resource_and_sku Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku end - def sku_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - end - def sku_tier - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - end - def kind - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - end - def provisioning_state - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState - end def key_name Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName end @@ -174,11 +165,20 @@ def unit_type def quota_usage_status Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus end - def resource_sku_restrictions_type - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + def provisioning_state + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState end - def resource_sku_restrictions_reason_code - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + def resource_sku_restrictions + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + end + def error + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error + end + def resource_sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + end + def usage + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage end end end diff --git a/azure_sdk/lib/latest/modules/commerce_profile_module.rb b/azure_sdk/lib/latest/modules/commerce_profile_module.rb index 55cb470975..8805dacdc2 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -11,18 +11,18 @@ module Mgmt RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard module Models - MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo - ResourceRateCardInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ResourceRateCardInfo - UsageAggregation = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregation - InfoField = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::InfoField - UsageAggregationListResult = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregationListResult OfferTermInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::OfferTermInfo RateCardQueryParameters = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RateCardQueryParameters - ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse MonetaryCredit = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCredit MonetaryCommitment = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCommitment RecurringCharge = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RecurringCharge AggregationGranularity = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity + ErrorResponse = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse + MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo + ResourceRateCardInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ResourceRateCardInfo + UsageAggregation = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregation + InfoField = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::InfoField + UsageAggregationListResult = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregationListResult end class CommerceManagementClass @@ -56,30 +56,12 @@ def method_missing(method, *args) end class ModelClasses - def meter_info - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo - end - def resource_rate_card_info - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ResourceRateCardInfo - end - def usage_aggregation - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregation - end - def info_field - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::InfoField - end - def usage_aggregation_list_result - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregationListResult - end def offer_term_info Azure::Commerce::Mgmt::V2015_06_01_preview::Models::OfferTermInfo end def rate_card_query_parameters Azure::Commerce::Mgmt::V2015_06_01_preview::Models::RateCardQueryParameters end - def error_response - Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse - end def monetary_credit Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MonetaryCredit end @@ -92,6 +74,24 @@ def recurring_charge def aggregation_granularity Azure::Commerce::Mgmt::V2015_06_01_preview::Models::AggregationGranularity end + def error_response + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ErrorResponse + end + def meter_info + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo + end + def resource_rate_card_info + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::ResourceRateCardInfo + end + def usage_aggregation + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregation + end + def info_field + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::InfoField + end + def usage_aggregation_list_result + Azure::Commerce::Mgmt::V2015_06_01_preview::Models::UsageAggregationListResult + end end end end diff --git a/azure_sdk/lib/latest/modules/compute_profile_module.rb b/azure_sdk/lib/latest/modules/compute_profile_module.rb index fb47521f1d..4f256f10c6 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -8,261 +8,261 @@ module Azure::Profiles::Latest module Compute module Mgmt ResourceSkus = Azure::Compute::Mgmt::V2017_09_01::ResourceSkus - Operations = Azure::Compute::Mgmt::V2018_06_01::Operations - AvailabilitySets = Azure::Compute::Mgmt::V2018_06_01::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensionImages - VirtualMachineExtensions = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensions - VirtualMachineImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineImages UsageOperations = Azure::Compute::Mgmt::V2018_06_01::UsageOperations - VirtualMachines = Azure::Compute::Mgmt::V2018_06_01::VirtualMachines VirtualMachineSizes = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineSizes Images = Azure::Compute::Mgmt::V2018_06_01::Images VirtualMachineScaleSets = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSets VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetExtensions VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetRollingUpgrades VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineScaleSetVMs - LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics - VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands - Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries GalleryImages = Azure::Compute::Mgmt::V2018_06_01::GalleryImages - GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions + Operations = Azure::Compute::Mgmt::V2018_06_01::Operations + VirtualMachineRunCommands = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineRunCommands Disks = Azure::Compute::Mgmt::V2018_06_01::Disks + GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions + Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries Snapshots = Azure::Compute::Mgmt::V2018_06_01::Snapshots + LogAnalytics = Azure::Compute::Mgmt::V2018_06_01::LogAnalytics + AvailabilitySets = Azure::Compute::Mgmt::V2018_06_01::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensionImages + VirtualMachineExtensions = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineExtensions + VirtualMachines = Azure::Compute::Mgmt::V2018_06_01::VirtualMachines + VirtualMachineImages = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineImages module Models - ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions - ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity - ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo - ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities - ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku - ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts ResourceSkusResult = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult + ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity + ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts + ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities ResourceSkuCapacityScaleType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacityScaleType + ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions ResourceSkuRestrictionsType = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode - ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku + ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse - ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference - VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + ComputeOperationValue = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue + AutoOSUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy ComputeOperationListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationListResult - VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - SubResource = Azure::Compute::Mgmt::V2018_06_01::Models::SubResource - VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + RecoveryWalkResponse = Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse + VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory + LogAnalyticsOutput = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + LogAnalyticsInputBase = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + UpgradeOperationHistoricalStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo + UpgradeOperationHistoricalStatusInfoProperties = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties + RollbackStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus + AvailabilitySetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate + VirtualMachineUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate + ImageUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + RequestRateByIntervalInput = Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + ThrottledRequestsInput = Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + LogAnalyticsOperationResult = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes + VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + UpgradeState = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + UpgradeOperationInvoker = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + IntervalInMins = Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk - AvailabilitySetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + SubResource = Azure::Compute::Mgmt::V2018_06_01::Models::SubResource VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSDisk + EncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + AvailabilitySetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk - GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile - GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity + RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult - ComputeOperationValue = Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue OSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage - InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus - GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku + RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage - CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan - SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference - VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk - Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed - SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList - DataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk - VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities - VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener - SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration - VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration SshConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration - VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile + OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault + VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + VirtualMachineScaleSetNetworkConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + CreationData = Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile + BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile + DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile + VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile + VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult + VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile + ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMProfile - OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference VirtualMachineScaleSetUpdateVMProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateVMProfile - NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile - AccessUri = Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri - DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile - GrantAccessData = Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData - VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceIDs - BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + DataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs - VirtualMachineIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity + WinRMConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineStatusCodeCount - VirtualMachineInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + LinuxConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary - GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + GrantAccessData = Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMExtensionsSummary - AutoOSUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy + ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus VirtualMachineScaleSetInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceView - UpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy + VirtualMachineIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListResult - ImageDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk + GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListWithLinkResult - DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + ImageDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuCapacity - ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult - VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile - ApiErrorBase = Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase - VirtualMachineSize = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize - InnerError = Azure::Compute::Mgmt::V2018_06_01::Models::InnerError VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionInstanceView - ApiError = Azure::Compute::Mgmt::V2018_06_01::Models::ApiError - PurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan - RollbackStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku UsageName = Azure::Compute::Mgmt::V2018_06_01::Models::UsageName - UpgradeOperationHistoryStatus = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus - ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult KeyVaultSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultSecretReference - UpgradeOperationHistoricalStatusInfoProperties = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties - DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings - UpgradeOperationHistoricalStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo - StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - VirtualMachineScaleSetListOSUpgradeHistory = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory - WinRMConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration VirtualMachineHealthStatus = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineHealthStatus - LinuxConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration + ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceView - ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView + VaultSecretGroup = Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup + SubResourceReadOnly = Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly + DiskList = Azure::Compute::Mgmt::V2018_06_01::Models::DiskList VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult - VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + UpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy + VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView + PurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan + RollingUpgradeProgressInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + AccessUri = Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri + ApiErrorBase = Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase + GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + InnerError = Azure::Compute::Mgmt::V2018_06_01::Models::InnerError + VirtualMachineSize = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize + ApiError = Azure::Compute::Mgmt::V2018_06_01::Models::ApiError + SshPublicKey = Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey RollingUpgradeRunningStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus - RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus - DiskList = Azure::Compute::Mgmt::V2018_06_01::Models::DiskList - RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy - Resource = Azure::Compute::Mgmt::V2018_06_01::Models::Resource - ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile UpdateResource = Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource - VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - SubResourceReadOnly = Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly - GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList - RecoveryWalkResponse = Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse - GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult - EncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings - DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings - LogAnalyticsInputBase = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase - AdditionalUnattendContent = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent - LogAnalyticsOutput = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput - VaultSecretGroup = Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup - LogAnalyticsOperationResult = Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult DiskInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView - RunCommandInputParameter = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter - VirtualMachineListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult - RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput - ImageDiskReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + VirtualMachineInstanceView = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + Resource = Azure::Compute::Mgmt::V2018_06_01::Models::Resource + BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics RunCommandParameterDefinition = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition + RunCommandInputParameter = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList - RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + VirtualMachineListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult + GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + AdditionalUnattendContent = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent HardwareProfile = Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile - KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference - SshPublicKey = Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey - RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + VirtualMachineImageResource = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource + DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings + AvailabilitySet = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet + VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult MaintenanceRedeployStatus = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus - RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + ImageDiskReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + VirtualMachineImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + VirtualMachine = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference - ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics - ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - DataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration - AvailabilitySet = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet - AvailabilitySetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate - VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage - VirtualMachineImageResource = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource - VirtualMachineExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + Image = Azure::Compute::Mgmt::V2018_06_01::Models::Image + DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate + ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionUpdate - VirtualMachineImage = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage - VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult + RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration ImageReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageReference - ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration NetworkInterfaceReference = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference - VirtualMachine = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine - VirtualMachineUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate - Image = Azure::Compute::Mgmt::V2018_06_01::Models::Image - ImageUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate - VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration + VirtualMachineExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk + ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration - VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration + RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo VirtualMachineScaleSetUpdateNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration VirtualMachineScaleSetExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension VirtualMachineScaleSet = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet + DataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk + OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes VirtualMachineScaleSetUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate VirtualMachineScaleSetVM = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM - RollingUpgradeStatusInfo = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo - RequestRateByIntervalInput = Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput - ThrottledRequestsInput = Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput - RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes + ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery GalleryImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile - GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion - Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk - Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot - StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes - AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes - CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes - DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames - ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames - SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType + DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption ProtocolTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes - ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes - IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - VirtualMachinePriorityTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes - VirtualMachineEvictionPolicyTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes - VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType - UpgradeState = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState - UpgradeOperationInvoker = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel + InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode - RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType - IntervalInMins = Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins - AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState ReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState HostCaching = Azure::Compute::Mgmt::V2018_06_01::Models::HostCaching DiskStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes - DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption - SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes - AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel - InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes ReplicationStatusTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes + VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState + SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes end class ComputeManagementClass - attr_reader :resource_skus, :operations, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machine_images, :usage_operations, :virtual_machines, :virtual_machine_sizes, :images, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :log_analytics, :virtual_machine_run_commands, :galleries, :gallery_images, :gallery_image_versions, :disks, :snapshots, :configurable, :base_url, :options, :model_classes + attr_reader :resource_skus, :usage_operations, :virtual_machine_sizes, :images, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :gallery_images, :operations, :virtual_machine_run_commands, :disks, :gallery_image_versions, :galleries, :snapshots, :log_analytics, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,26 +291,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) - @operations = @client_3.operations - @availability_sets = @client_3.availability_sets - @virtual_machine_extension_images = @client_3.virtual_machine_extension_images - @virtual_machine_extensions = @client_3.virtual_machine_extensions - @virtual_machine_images = @client_3.virtual_machine_images @usage_operations = @client_3.usage_operations - @virtual_machines = @client_3.virtual_machines @virtual_machine_sizes = @client_3.virtual_machine_sizes @images = @client_3.images @virtual_machine_scale_sets = @client_3.virtual_machine_scale_sets @virtual_machine_scale_set_extensions = @client_3.virtual_machine_scale_set_extensions @virtual_machine_scale_set_rolling_upgrades = @client_3.virtual_machine_scale_set_rolling_upgrades @virtual_machine_scale_set_vms = @client_3.virtual_machine_scale_set_vms - @log_analytics = @client_3.log_analytics - @virtual_machine_run_commands = @client_3.virtual_machine_run_commands - @galleries = @client_3.galleries @gallery_images = @client_3.gallery_images - @gallery_image_versions = @client_3.gallery_image_versions + @operations = @client_3.operations + @virtual_machine_run_commands = @client_3.virtual_machine_run_commands @disks = @client_3.disks + @gallery_image_versions = @client_3.gallery_image_versions + @galleries = @client_3.galleries @snapshots = @client_3.snapshots + @log_analytics = @client_3.log_analytics + @availability_sets = @client_3.availability_sets + @virtual_machine_extension_images = @client_3.virtual_machine_extension_images + @virtual_machine_extensions = @client_3.virtual_machine_extensions + @virtual_machines = @client_3.virtual_machines + @virtual_machine_images = @client_3.virtual_machine_images @model_classes = ModelClasses.new end @@ -335,62 +335,110 @@ def method_missing(method, *args) end class ModelClasses - def resource_sku_restrictions - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions - end - def resource_sku_capacity - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity + def resource_skus_result + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult end - def resource_sku_location_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo + def resource_sku_restrictions_reason_code + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode end - def resource_sku_capabilities - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities + def resource_sku_restriction_info + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo end - def resource_sku - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku + def resource_sku_capacity + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity end def resource_sku_costs Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts end - def resource_skus_result - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult - end - def resource_sku_restriction_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo + def resource_sku_capabilities + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities end def resource_sku_capacity_scale_type Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacityScaleType end + def resource_sku_restrictions + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictions + end def resource_sku_restrictions_type Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsType end - def resource_sku_restrictions_reason_code - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + def resource_sku + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku end - def compute_long_running_operation_properties - Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties + def resource_sku_location_info + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo end def operation_status_response Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse end - def api_entity_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference + def compute_long_running_operation_properties + Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties end - def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + def compute_operation_value + Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue + end + def auto_osupgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy end def compute_operation_list_result Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationListResult end - def virtual_machine_scale_set_ip_tag - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + def recovery_walk_response + Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse end - def sub_resource - Azure::Compute::Mgmt::V2018_06_01::Models::SubResource + def virtual_machine_scale_set_list_osupgrade_history + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory end - def virtual_machine_scale_set_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + def log_analytics_output + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + end + def log_analytics_input_base + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + end + def upgrade_operation_historical_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo + end + def upgrade_operation_historical_status_info_properties + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties + end + def rollback_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + end + def upgrade_operation_history_status + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus + end + def availability_set_update + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate + end + def virtual_machine_update + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate + end + def image_update + Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + end + def request_rate_by_interval_input + Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput + end + def throttled_requests_input + Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + end + def log_analytics_operation_result + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + end + def virtual_machine_priority_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes + end + def virtual_machine_eviction_policy_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + end + def upgrade_state + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + end + def upgrade_operation_invoker + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + end + def interval_in_mins + Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins end def virtual_machine_scale_set_managed_disk_parameters Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters @@ -398,395 +446,389 @@ def virtual_machine_scale_set_managed_disk_parameters def virtual_machine_scale_set_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk end - def availability_set_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + def sub_resource + Azure::Compute::Mgmt::V2018_06_01::Models::SubResource end def virtual_machine_scale_set_update_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSDisk end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult + def encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + def availability_set_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult end - def gallery_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + def image_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult end - def gallery_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + def run_command_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + end + def run_command_document_base + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase end def virtual_machine_extensions_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult end - def compute_operation_value - Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue - end def osdisk_image Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage end + def run_command_input + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + end + def usage + Azure::Compute::Mgmt::V2018_06_01::Models::Usage + end + def virtual_machine_scale_set_ip_tag + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + end + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + end + def snapshot_sku + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + end + def plan + Azure::Compute::Mgmt::V2018_06_01::Models::Plan + end + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + end + def snapshot_list + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + end def instance_view_status Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus end + def gallery_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + end + def gallery_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + end def gallery_artifact_source Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource end + def target_region + Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + end def sku Azure::Compute::Mgmt::V2018_06_01::Models::Sku end - def usage - Azure::Compute::Mgmt::V2018_06_01::Models::Usage + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk end - def creation_data - Azure::Compute::Mgmt::V2018_06_01::Models::CreationData + def key_vault_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + end + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + end + def image_purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + end + def api_entity_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference + end + def additional_capabilities + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + end + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + end + def win_rmlistener + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + end + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + end + def windows_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration end def virtual_machine_scale_set_update_public_ipaddress_configuration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration end - def plan - Azure::Compute::Mgmt::V2018_06_01::Models::Plan + def ssh_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration + end + def osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + end + def disallowed + Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed end def source_vault Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault end - def target_region - Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - end - def image_purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan - end - def key_vault_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + def virtual_machine_agent_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView end def virtual_machine_scale_set_network_configuration_dns_settings Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfigurationDnsSettings end - def virtual_hard_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + def vault_certificate + Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate end - def disallowed - Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + def creation_data + Azure::Compute::Mgmt::V2018_06_01::Models::CreationData end - def snapshot_list - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + def diagnostics_profile + Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile end - def data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + end + def network_profile + Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile end def virtual_machine_scale_set_network_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkProfile end - def additional_capabilities - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + def diff_disk_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings end def virtual_machine_scale_set_update_network_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile end - def win_rmlistener - Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + def virtual_machine_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue end - def snapshot_update - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate + def regional_replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus end - def windows_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + def storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile end def virtual_machine_scale_set_extension_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult end - def ssh_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration - end def virtual_machine_scale_set_extension_profile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile end - def vault_certificate - Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + def image_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile end def virtual_machine_scale_set_vmprofile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMProfile end - def osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + def key_vault_and_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference end def virtual_machine_scale_set_update_vmprofile Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateVMProfile end - def network_profile - Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + def virtual_machine_scale_set_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue end - def access_uri - Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri + def disk_sku + Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku end - def diagnostics_profile - Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile + def gallery_image_version_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile end - def grant_access_data - Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData + def managed_artifact + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact end - def virtual_machine_agent_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineAgentInstanceView + def rolling_upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy end def virtual_machine_scale_set_vminstance_ids Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceIDs end - def boot_diagnostics_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnosticsInstanceView + def data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk end def virtual_machine_scale_set_vminstance_required_ids Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def virtual_machine_identity - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity + def win_rmconfiguration + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration end def virtual_machine_status_code_count Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineStatusCodeCount end - def virtual_machine_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView + def linux_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration end def virtual_machine_scale_set_instance_view_statuses_summary Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceViewStatusesSummary end - def gallery_image_version_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + def grant_access_data + Azure::Compute::Mgmt::V2018_06_01::Models::GrantAccessData end def virtual_machine_scale_set_vmextensions_summary Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMExtensionsSummary end - def auto_osupgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy + def replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus end def virtual_machine_scale_set_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetInstanceView end - def upgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy + def virtual_machine_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentity end def virtual_machine_scale_set_list_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListResult end - def image_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk + def gallery_image_version_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList end def virtual_machine_scale_set_list_with_link_result Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListWithLinkResult end - def disk_sku - Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku + def image_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::ImageDataDisk end def virtual_machine_scale_set_sku_capacity Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuCapacity end - def image_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - end - def virtual_machine_scale_set_sku - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku - end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - end - def virtual_machine_scale_set_list_skus_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult - end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile - end - def api_error_base - Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase - end - def virtual_machine_size - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize - end - def inner_error - Azure::Compute::Mgmt::V2018_06_01::Models::InnerError - end def virtual_machine_extension_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionInstanceView end - def api_error - Azure::Compute::Mgmt::V2018_06_01::Models::ApiError - end - def purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan - end - def rollback_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollbackStatusInfo + def virtual_machine_scale_set_sku + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSku end def usage_name Azure::Compute::Mgmt::V2018_06_01::Models::UsageName end - def upgrade_operation_history_status - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoryStatus - end - def managed_artifact - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - end - def rolling_upgrade_progress_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo + def virtual_machine_scale_set_list_skus_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListSkusResult end def key_vault_secret_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultSecretReference end - def upgrade_operation_historical_status_info_properties - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfoProperties - end - def diff_disk_settings - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings - end - def upgrade_operation_historical_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationHistoricalStatusInfo - end - def storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - end - def virtual_machine_scale_set_list_osupgrade_history - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory - end - def win_rmconfiguration - Azure::Compute::Mgmt::V2018_06_01::Models::WinRMConfiguration - end def virtual_machine_health_status Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineHealthStatus end - def linux_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::LinuxConfiguration + def list_usages_result + Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult end def virtual_machine_scale_set_vminstance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceView end - def replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - end - def snapshot_sku - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - end - def virtual_machine_extension_handler_instance_view - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView - end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult - end - def virtual_machine_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue - end - def rolling_upgrade_running_status - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus + def vault_secret_group + Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup end - def regional_replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + def sub_resource_read_only + Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly end def disk_list Azure::Compute::Mgmt::V2018_06_01::Models::DiskList end - def rolling_upgrade_policy - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy - end - def resource - Azure::Compute::Mgmt::V2018_06_01::Models::Resource + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMListResult end - def image_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile + def upgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::UpgradePolicy end - def update_resource - Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionHandlerInstanceView end - def virtual_machine_scale_set_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + def purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::PurchasePlan end - def sub_resource_read_only - Azure::Compute::Mgmt::V2018_06_01::Models::SubResourceReadOnly + def rolling_upgrade_progress_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeProgressInfo end - def gallery_image_version_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + def access_uri + Azure::Compute::Mgmt::V2018_06_01::Models::AccessUri end - def recovery_walk_response - Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse + def api_error_base + Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase end def gallery_artifact_publishing_profile_base Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase end - def disk_update - Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - end - def list_usages_result - Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult - end - def encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings - end - def disk_encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings - end - def log_analytics_input_base - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsInputBase + def inner_error + Azure::Compute::Mgmt::V2018_06_01::Models::InnerError end - def additional_unattend_content - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent + def virtual_machine_size + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSize end - def log_analytics_output - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput + def api_error + Azure::Compute::Mgmt::V2018_06_01::Models::ApiError end - def vault_secret_group - Azure::Compute::Mgmt::V2018_06_01::Models::VaultSecretGroup + def ssh_public_key + Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey end - def log_analytics_operation_result - Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOperationResult + def rolling_upgrade_running_status + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeRunningStatus + end + def update_resource + Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource end def disk_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::DiskInstanceView end - def run_command_input_parameter - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter - end - def virtual_machine_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult + def virtual_machine_instance_view + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView end - def run_command_input - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + def resource + Azure::Compute::Mgmt::V2018_06_01::Models::Resource end - def image_disk_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference + def boot_diagnostics + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics end def run_command_parameter_definition Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandParameterDefinition end + def run_command_input_parameter + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter + end def gallery_image_list Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList end - def run_command_document_base - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + def virtual_machine_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineListResult + end + def gallery_image_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + end + def additional_unattend_content + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalUnattendContent end def hardware_profile Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + def virtual_machine_image_resource + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource end - def ssh_public_key - Azure::Compute::Mgmt::V2018_06_01::Models::SshPublicKey + def disk_encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings end - def run_command_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + def availability_set + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet + end + def virtual_machine_extension_image + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + end + def virtual_machine_capture_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult end def maintenance_redeploy_status Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceRedeployStatus end - def run_command_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult + def image_disk_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ImageDiskReference end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + def virtual_machine_image + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + end + def virtual_machine + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine end def gallery_identifier Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier @@ -797,77 +839,53 @@ def osdisk def key_vault_and_secret_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference end - def image_osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - end - def gallery_image_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - end - def boot_diagnostics - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics - end - def resource_range - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - end - def data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage - end def recommended_machine_configuration Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration end - def availability_set - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet - end - def availability_set_update - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetUpdate + def image + Azure::Compute::Mgmt::V2018_06_01::Models::Image end - def virtual_machine_extension_image - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionImage + def disk_update + Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate end - def virtual_machine_image_resource - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource + def managed_disk_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters end - def virtual_machine_extension - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + def snapshot_update + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate end def virtual_machine_extension_update Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionUpdate end - def virtual_machine_image - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImage + def run_command_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult end - def virtual_machine_capture_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureResult + def virtual_machine_scale_set_ipconfiguration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration end def image_reference Azure::Compute::Mgmt::V2018_06_01::Models::ImageReference end - def managed_disk_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters + def virtual_machine_scale_set_network_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration end def network_interface_reference Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference end - def virtual_machine - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine - end - def virtual_machine_update - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineUpdate - end - def image - Azure::Compute::Mgmt::V2018_06_01::Models::Image + def virtual_machine_extension + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension end - def image_update - Azure::Compute::Mgmt::V2018_06_01::Models::ImageUpdate + def image_osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk end - def virtual_machine_scale_set_ipconfiguration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration + def resource_range + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange end def virtual_machine_scale_set_update_ipconfiguration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration end - def virtual_machine_scale_set_network_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration + def rolling_upgrade_status_info + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo end def virtual_machine_scale_set_update_network_configuration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration @@ -878,23 +896,38 @@ def virtual_machine_scale_set_extension def virtual_machine_scale_set Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet end + def data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::DataDiskImage + end + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + end + def availability_set_sku_types + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + end + def disk + Azure::Compute::Mgmt::V2018_06_01::Models::Disk + end + def operating_system_types + Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + end + def snapshot + Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + end + def caching_types + Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + end def virtual_machine_scale_set_update Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdate end def virtual_machine_scale_set_vm Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM end - def rolling_upgrade_status_info - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusInfo - end - def request_rate_by_interval_input - Azure::Compute::Mgmt::V2018_06_01::Models::RequestRateByIntervalInput - end - def throttled_requests_input - Azure::Compute::Mgmt::V2018_06_01::Models::ThrottledRequestsInput + def status_level_types + Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes end - def run_command_document - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + def component_names + Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames end def gallery Azure::Compute::Mgmt::V2018_06_01::Models::Gallery @@ -905,8 +938,8 @@ def gallery_image def gallery_image_version_publishing_profile Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile end - def gallery_osdisk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage + def run_command_document + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument end def gallery_data_disk_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage @@ -914,26 +947,14 @@ def gallery_data_disk_image def gallery_image_version Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion end - def disk - Azure::Compute::Mgmt::V2018_06_01::Models::Disk - end - def snapshot - Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot - end - def status_level_types - Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes - end - def availability_set_sku_types - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - end - def operating_system_types - Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes + def setting_names + Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames end def virtual_machine_size_types Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes end - def caching_types - Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + def resource_identity_type + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType end def disk_create_option_types Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes @@ -941,23 +962,20 @@ def disk_create_option_types def storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes end - def diff_disk_options - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions - end def pass_names Azure::Compute::Mgmt::V2018_06_01::Models::PassNames end - def component_names - Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + def rolling_upgrade_action_type + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType end - def setting_names - Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + def disk_create_option + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption end def protocol_types Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes end - def resource_identity_type - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + def ipversion + Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion end def maintenance_operation_result_code_types Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes @@ -968,36 +986,21 @@ def upgrade_mode def operating_system_state_types Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes end - def ipversion - Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion - end - def virtual_machine_priority_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachinePriorityTypes - end - def virtual_machine_eviction_policy_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineEvictionPolicyTypes + def gallery_osdisk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage end - def virtual_machine_scale_set_sku_scale_type - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType + def access_level + Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel end - def upgrade_state - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeState + def instance_view_types + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes end - def upgrade_operation_invoker - Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeOperationInvoker + def diff_disk_options + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions end def rolling_upgrade_status_code Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode end - def rolling_upgrade_action_type - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType - end - def interval_in_mins - Azure::Compute::Mgmt::V2018_06_01::Models::IntervalInMins - end - def aggregated_replication_state - Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState - end def replication_state Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationState end @@ -1007,20 +1010,17 @@ def host_caching def disk_storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::DiskStorageAccountTypes end - def disk_create_option - Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption - end - def snapshot_storage_account_types - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes + def replication_status_types + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes end - def access_level - Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel + def virtual_machine_scale_set_sku_scale_type + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType end - def instance_view_types - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes + def aggregated_replication_state + Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState end - def replication_status_types - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes + def snapshot_storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes 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 2a7e5a2600..ff0bae0b0e 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,6 +8,7 @@ module Azure::Profiles::Latest module ComputerVision module Models + ImageType = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line @@ -20,7 +21,6 @@ module Models OcrRegion = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion AdultInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo OcrResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult - ImageType = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType ModelDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription ImageCaption = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageCaption ListModelsResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::ListModelsResult @@ -77,6 +77,9 @@ def method_missing(method, *args) end class ModelClasses + def image_type + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType + end def face_description Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription end @@ -113,9 +116,6 @@ def adult_info def ocr_result Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult end - def image_type - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageType - end def model_description Azure::CognitiveServices::ComputerVision::V2_0::Models::ModelDescription end diff --git a/azure_sdk/lib/latest/modules/consumption_profile_module.rb b/azure_sdk/lib/latest/modules/consumption_profile_module.rb index 467b6a9845..0f337565e6 100644 --- a/azure_sdk/lib/latest/modules/consumption_profile_module.rb +++ b/azure_sdk/lib/latest/modules/consumption_profile_module.rb @@ -16,11 +16,13 @@ module Mgmt Budgets = Azure::Consumption::Mgmt::V2018_06_30::Budgets PriceSheet = Azure::Consumption::Mgmt::V2018_06_30::PriceSheet CostTags = Azure::Consumption::Mgmt::V2018_06_30::CostTags - Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts Operations = Azure::Consumption::Mgmt::V2018_06_30::Operations + Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags module Models + ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource Notification = Azure::Consumption::Mgmt::V2018_06_30::Models::Notification MeterDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails CurrentSpend = Azure::Consumption::Mgmt::V2018_06_30::Models::CurrentSpend @@ -29,48 +31,46 @@ module Models MarketplacesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::MarketplacesListResult Filters = Azure::Consumption::Mgmt::V2018_06_30::Models::Filters BalancePropertiesAdjustmentDetailsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesAdjustmentDetailsItem - ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse - OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult - ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails - Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation ReservationRecommendation = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation BudgetsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetsListResult - Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag CostTagProperties = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTagProperties BalancePropertiesNewPurchasesDetailsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesNewPurchasesDetailsItem QueryOptions = Azure::Consumption::Mgmt::V2018_06_30::Models::QueryOptions + Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag ReservationSummariesListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult - PriceSheetProperties = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetProperties ReservationRecommendationsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult - ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource - Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource ForecastPropertiesConfidenceLevelsItem = Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem - OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay + PriceSheetProperties = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetProperties ResourceAttributes = Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes ReservationDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource + ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails + OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay + Balance = Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation ForecastsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastsListResult - UsageDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail + OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult Marketplace = Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace - Balance = Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult ReservationSummary = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary + UsageDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail + CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType + Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast + CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail - TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult + TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget - CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag + Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain PriceSheetResult = Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult - Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast - BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency - CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType - TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType - Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain + BillingFrequency = Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency ChargeType = Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain end class ConsumptionManagementClass - attr_reader :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :price_sheet, :cost_tags, :tags, :forecasts, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :price_sheet, :cost_tags, :forecasts, :operations, :tags, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -89,9 +89,9 @@ def initialize(configurable, base_url=nil, options=nil) @budgets = @client_0.budgets @price_sheet = @client_0.price_sheet @cost_tags = @client_0.cost_tags - @tags = @client_0.tags @forecasts = @client_0.forecasts @operations = @client_0.operations + @tags = @client_0.tags @model_classes = ModelClasses.new end @@ -110,6 +110,12 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + end + def proxy_resource + Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource + end def notification Azure::Consumption::Mgmt::V2018_06_30::Models::Notification end @@ -134,27 +140,12 @@ def filters def balance_properties_adjustment_details_item Azure::Consumption::Mgmt::V2018_06_30::Models::BalancePropertiesAdjustmentDetailsItem end - def error_response - Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse - end - def operation_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult - end - def error_details - Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails - end - def operation - Azure::Consumption::Mgmt::V2018_06_30::Models::Operation - end def reservation_recommendation Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendation end def budgets_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::BudgetsListResult end - def tag - Azure::Consumption::Mgmt::V2018_06_30::Models::Tag - end def cost_tag_properties Azure::Consumption::Mgmt::V2018_06_30::Models::CostTagProperties end @@ -164,80 +155,89 @@ def balance_properties_new_purchases_details_item def query_options Azure::Consumption::Mgmt::V2018_06_30::Models::QueryOptions end + def tag + Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + end def reservation_summaries_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummariesListResult end + def reservation_recommendations_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult + end + def forecast_properties_confidence_levels_item + Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem + end def price_sheet_properties Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetProperties end - def reservation_recommendations_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationRecommendationsListResult + def resource_attributes + Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes end - def proxy_resource - Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource + def reservation_details_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult end def resource Azure::Consumption::Mgmt::V2018_06_30::Models::Resource end - def forecast_properties_confidence_levels_item - Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastPropertiesConfidenceLevelsItem + def error_details + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails end def operation_display Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay end - def resource_attributes - Azure::Consumption::Mgmt::V2018_06_30::Models::ResourceAttributes + def balance + Azure::Consumption::Mgmt::V2018_06_30::Models::Balance end - def reservation_details_list_result - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetailsListResult + def operation + Azure::Consumption::Mgmt::V2018_06_30::Models::Operation end def forecasts_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::ForecastsListResult end - def usage_detail - Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail + def operation_list_result + Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult end def marketplace Azure::Consumption::Mgmt::V2018_06_30::Models::Marketplace end - def balance - Azure::Consumption::Mgmt::V2018_06_30::Models::Balance + def tags_result + Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult end def reservation_summary Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationSummary end - def reservation_detail - Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail + def usage_detail + Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetail end - def tags_result - Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult + def category_type + Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType end - def budget - Azure::Consumption::Mgmt::V2018_06_30::Models::Budget + def forecast + Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast end def cost_tag Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag end - def price_sheet_result - Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult + def reservation_detail + Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail end - def forecast - Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast + def time_grain_type + Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType end - def billing_frequency - Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency + def budget + Azure::Consumption::Mgmt::V2018_06_30::Models::Budget end - def category_type - Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType + def grain + Azure::Consumption::Mgmt::V2018_06_30::Models::Grain end - def time_grain_type - Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType + def price_sheet_result + Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult end def operator_type Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType end - def grain - Azure::Consumption::Mgmt::V2018_06_30::Models::Grain + def billing_frequency + Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency end def charge_type Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index c2c23fc2cd..084ec9e629 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,40 +7,19 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt - ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroups - Operations = Azure::ContainerInstance::Mgmt::V2018_10_01::Operations ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroupUsage ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerOperations ServiceAssociationLink = Azure::ContainerInstance::Mgmt::V2018_10_01::ServiceAssociationLink + Operations = Azure::ContainerInstance::Mgmt::V2018_10_01::Operations + ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_10_01::ContainerGroups module Models - Port = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port - ContainerPort = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPort - IpAddress = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::IpAddress - ContainerState = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerState - ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupPropertiesInstanceView - ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView - LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics - ResourceRequests = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests - ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupDiagnostics - ResourceRequirements = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequirements - ContainerGroupNetworkProfile = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProfile - ContainerExec = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExec - DnsConfiguration = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::DnsConfiguration - ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerProbe Container = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Container GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GitRepoVolume - OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay ContainerGroupIdentityUserAssignedIdentitiesValue = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue - Operation = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ImageRegistryCredential - OperationListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult - Event = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event - UsageName = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceLimits - Usage = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet - UsageListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult Volume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Volume ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupListResult EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::EnvironmentVariable @@ -48,25 +27,46 @@ module Models VolumeMount = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::VolumeMount ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequestTerminalSize ContainerGroupIdentity = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity + Event = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest - AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse GpuResource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource - Resource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource - ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup + AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol GpuSku = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku - ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType + ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy - ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType ContainerGroupIpAddressType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType + ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes + ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerProbe LogAnalyticsLogType = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType - ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin + UsageListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult + UsageName = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName + LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics + Resource = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource + OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay + Operation = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation + OperationListResult = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult + Port = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port + ContainerPort = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPort + IpAddress = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::IpAddress + ContainerState = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerState + ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupPropertiesInstanceView + ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView + ResourceRequests = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests + ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupDiagnostics + ResourceRequirements = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequirements + ContainerGroupNetworkProfile = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProfile + ContainerExec = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExec + DnsConfiguration = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::DnsConfiguration + Usage = Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage end class ContainerInstanceManagementClass - attr_reader :container_groups, :operations, :container_group_usage, :container_operations, :service_association_link, :configurable, :base_url, :options, :model_classes + attr_reader :container_group_usage, :container_operations, :service_association_link, :operations, :container_groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,11 +76,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @container_groups = @client_0.container_groups - @operations = @client_0.operations @container_group_usage = @client_0.container_group_usage @container_operations = @client_0.container_operations @service_association_link = @client_0.service_association_link + @operations = @client_0.operations + @container_groups = @client_0.container_groups @model_classes = ModelClasses.new end @@ -99,87 +99,24 @@ def method_missing(method, *args) end class ModelClasses - def port - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port - end - def container_port - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPort - end - def ip_address - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::IpAddress - end - def container_state - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerState - end - def container_group_properties_instance_view - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupPropertiesInstanceView - end - def container_properties_instance_view - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView - end - def log_analytics - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics - end - def resource_requests - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests - end - def container_group_diagnostics - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupDiagnostics - end - def resource_requirements - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequirements - end - def container_group_network_profile - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProfile - end - def container_exec - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExec - end - def dns_configuration - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::DnsConfiguration - end - def container_probe - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerProbe - end def container Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Container end def git_repo_volume Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GitRepoVolume end - def operation_display - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay - end def container_group_identity_user_assigned_identities_value Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue end - def operation - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation - end def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ImageRegistryCredential end - def operation_list_result - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult - end - def event - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event - end - def usage_name - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName - end def resource_limits Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceLimits end - def usage - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage - end def container_http_get Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerHttpGet end - def usage_list_result - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult - end def volume Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Volume end @@ -201,23 +138,20 @@ def container_exec_request_terminal_size def container_group_identity Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIdentity end + def event + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Event + end def container_exec_request Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecRequest end - def azure_file_volume - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume - end def container_exec_response Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExecResponse end def gpu_resource Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuResource end - def resource - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource - end - def container_group - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup + def azure_file_volume + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::AzureFileVolume end def container_network_protocol Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerNetworkProtocol @@ -225,26 +159,92 @@ def container_network_protocol def gpu_sku Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GpuSku end - def resource_identity_type - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType + def container_group + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroup end def container_group_restart_policy Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupRestartPolicy end - def container_group_network_protocol - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + def resource_identity_type + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceIdentityType end def container_group_ip_address_type Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupIpAddressType end + def container_group_network_protocol + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProtocol + end + def container_instance_operations_origin + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin + end def operating_system_types Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperatingSystemTypes end + def container_probe + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerProbe + end def log_analytics_log_type Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalyticsLogType end - def container_instance_operations_origin - Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerInstanceOperationsOrigin + def usage_list_result + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageListResult + end + def usage_name + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::UsageName + end + def log_analytics + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::LogAnalytics + end + def resource + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Resource + end + def operation_display + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationDisplay + end + def operation + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Operation + end + def operation_list_result + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::OperationListResult + end + def port + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Port + end + def container_port + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPort + end + def ip_address + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::IpAddress + end + def container_state + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerState + end + def container_group_properties_instance_view + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupPropertiesInstanceView + end + def container_properties_instance_view + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerPropertiesInstanceView + end + def resource_requests + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequests + end + def container_group_diagnostics + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupDiagnostics + end + def resource_requirements + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ResourceRequirements + end + def container_group_network_profile + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerGroupNetworkProfile + end + def container_exec + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::ContainerExec + end + def dns_configuration + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::DnsConfiguration + end + def usage + Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Usage end end end diff --git a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb index e052991918..fd0b2bcc10 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -10,11 +10,14 @@ module Mgmt Operations = Azure::ContainerRegistry::Mgmt::V2017_10_01::Operations Replications = Azure::ContainerRegistry::Mgmt::V2017_10_01::Replications Webhooks = Azure::ContainerRegistry::Mgmt::V2017_10_01::Webhooks - Registries = Azure::ContainerRegistry::Mgmt::V2018_09_01::Registries Runs = Azure::ContainerRegistry::Mgmt::V2018_09_01::Runs Tasks = Azure::ContainerRegistry::Mgmt::V2018_09_01::Tasks + Registries = Azure::ContainerRegistry::Mgmt::V2018_09_01::Registries module Models + Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event RegistryUsageListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource @@ -25,7 +28,6 @@ module Models RegistryNameStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus OperationMetricSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition OperationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition - Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult @@ -33,42 +35,40 @@ module Models RegistryUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters WebhookCreateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookCreateParameters RegistryPassword = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPassword - WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters RegenerateCredentialParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters - WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult + WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters ImportSourceCredentials = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSourceCredentials EventInfo = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventInfo OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition - CallbackConfig = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig - Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult Target = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target - EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult + CallbackConfig = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult - Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor - OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult - EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent VirtualNetworkRule = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::VirtualNetworkRule EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters + RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry + EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication - Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode - SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName - SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier - DefaultAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction + ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + DefaultAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction PolicyStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus - TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + SkuTier = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier WebhookStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus + TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit WebhookAction = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction + Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source PlatformUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformUpdateParameters TaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepUpdateParameters ImageDescriptor = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ImageDescriptor @@ -84,32 +84,31 @@ module Models RunGetLogResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunGetLogResult TaskUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskUpdateParameters TaskStepProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepProperties - Resource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource SourceProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceProperties - ProxyResource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource BaseImageTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTrigger - Argument = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument + ProxyResource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource RunUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunUpdateParameters TaskListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskListResult BaseImageDependency = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependency ImageUpdateTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ImageUpdateTrigger AuthInfo = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::AuthInfo + Argument = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument SetValue = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue - RunListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult SourceTrigger = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTrigger PlatformProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformProperties + RunListResult = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult TriggerProperties = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties - RunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest Run = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Run Task = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Task + RunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest DockerBuildRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest - FileTaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest TaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskRunRequest EncodedTaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskRunRequest + FileTaskRunRequest = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest DockerBuildStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep - FileTaskStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep EncodedTaskStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStep DockerBuildStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStepUpdateParameters + FileTaskStep = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep FileTaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters EncodedTaskStepUpdateParameters = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStepUpdateParameters RunStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunStatus @@ -117,18 +116,19 @@ module Models OS = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::OS Architecture = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Architecture Variant = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Variant - ProvisioningState = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState TaskStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus - BaseImageDependencyType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType + ProvisioningState = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState SourceControlType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType - TokenType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType + BaseImageDependencyType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType SourceTriggerEvent = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent - TriggerStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus + TokenType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType BaseImageTriggerType = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType + TriggerStatus = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus + Resource = Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource end class ContainerRegistryManagementClass - attr_reader :operations, :replications, :webhooks, :registries, :runs, :tasks, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :replications, :webhooks, :runs, :tasks, :registries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -147,9 +147,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @registries = @client_1.registries @runs = @client_1.runs @tasks = @client_1.tasks + @registries = @client_1.registries @model_classes = ModelClasses.new end @@ -170,6 +170,15 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + end + def request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + end + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + end def registry_usage_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageListResult end @@ -200,9 +209,6 @@ def operation_metric_specification_definition def operation_definition Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition end - def sku - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku - end def replication_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters end @@ -224,14 +230,11 @@ def webhook_create_parameters def registry_password Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPassword end - def webhook_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters - end def regenerate_credential_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters end - def webhook_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult + def webhook_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters end def import_source_credentials Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSourceCredentials @@ -242,50 +245,35 @@ def event_info def operation_service_specification_definition Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition end - def callback_config - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig - end - def status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + def webhook_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end def target Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Target end - def event_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult + def callback_config + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::CallbackConfig end def registry_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult end - def request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - end - def registry_usage - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + def event_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult end def actor Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor end - def operation_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - end - def source - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source - end def registry_list_credentials_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult end - def event_content - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent - end def virtual_network_rule Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::VirtualNetworkRule end def event_request_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end - def import_image_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters + def registry_usage + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage end def event_response_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage @@ -293,45 +281,57 @@ def event_response_message def registry Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end + def event_content + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent + end def replication Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication end - def webhook - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook - end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - end def import_mode Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode end - def sku_name - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName - end - def sku_tier - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier - end - def default_action - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction + def import_image_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters end def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def registry_usage_unit - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + def default_action + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::DefaultAction end def policy_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus end - def trust_policy_type - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + def sku_tier + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuTier end def webhook_status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookStatus end + def trust_policy_type + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType + end + def registry_usage_unit + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit + end def webhook_action Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookAction end + def status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + end + def operation_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult + end + def webhook + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook + end + def sku_name + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + end + def source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source + end def platform_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformUpdateParameters end @@ -377,20 +377,14 @@ def task_update_parameters def task_step_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStepProperties end - def resource - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource - end def source_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceProperties end - def proxy_resource - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource - end def base_image_trigger Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTrigger end - def argument - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument + def proxy_resource + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProxyResource end def run_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunUpdateParameters @@ -407,54 +401,57 @@ def image_update_trigger def auth_info Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::AuthInfo end + def argument + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Argument + end def set_value Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SetValue end - def run_list_result - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult - end def source_trigger Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTrigger end def platform_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::PlatformProperties end + def run_list_result + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunListResult + end def trigger_properties Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerProperties end - def run_request - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest - end def run Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Run end def task Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Task end + def run_request + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::RunRequest + end def docker_build_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildRequest end - def file_task_run_request - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest - end def task_run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskRunRequest end def encoded_task_run_request Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskRunRequest end + def file_task_run_request + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskRunRequest + end def docker_build_step Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStep end - def file_task_step - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep - end def encoded_task_step Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::EncodedTaskStep end def docker_build_step_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::DockerBuildStepUpdateParameters end + def file_task_step + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStep + end def file_task_step_update_parameters Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::FileTaskStepUpdateParameters end @@ -476,29 +473,32 @@ def architecture def variant Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Variant end + def task_status + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus + end def provisioning_state Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::ProvisioningState end - def task_status - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TaskStatus + def source_control_type + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType end def base_image_dependency_type Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageDependencyType end - def source_control_type - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceControlType + def source_trigger_event + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent end def token_type Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TokenType end - def source_trigger_event - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::SourceTriggerEvent + def base_image_trigger_type + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType end def trigger_status Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::TriggerStatus end - def base_image_trigger_type - Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::BaseImageTriggerType + def resource + Azure::ContainerRegistry::Mgmt::V2018_09_01::Models::Resource end end end diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 7f52e7fb1d..5d00a58913 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -12,42 +12,42 @@ module Mgmt ContainerServices = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServices module Models - ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile ContainerServiceOrchestratorProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile ContainerServiceAgentPoolProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceAgentPoolProfile ContainerServiceListResult = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult - ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + ContainerServiceCustomProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile + TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject + ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile + ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey + ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration + ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile - ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile - OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics - TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile - ContainerServiceServicePrincipalProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile + Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef + ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes + ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes + OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType + OperationListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAgentPoolProfile ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile - ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey - ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue - KeyVaultSecretRef = Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult - ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile - ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile - Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile - ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes - ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes - OSType = Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy + OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult - OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile end class ContainerServiceManagementClass @@ -98,9 +98,6 @@ def method_missing(method, *args) end class ModelClasses - def container_service_custom_profile - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile - end def container_service_orchestrator_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorProfile end @@ -110,32 +107,62 @@ def container_service_agent_pool_profile def container_service_list_result Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceListResult end + def container_service_orchestrator_types + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + end def container_service Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService end - def container_service_orchestrator_types - Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes + def container_service_custom_profile + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile + end + def tags_object + Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject + end + def container_service_windows_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile + end + def container_service_ssh_public_key + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey + end + def container_service_ssh_configuration + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration + end + def container_service_service_principal_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile end def container_service_linux_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceLinuxProfile end - def container_service_network_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile - end - def operation_list_result - Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + def container_service_master_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile end def container_service_vmdiagnostics Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMDiagnostics end - def tags_object - Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - end def container_service_diagnostics_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceDiagnosticsProfile end - def container_service_service_principal_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceServicePrincipalProfile + def resource + Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource + end + def key_vault_secret_ref + Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef + end + def container_service_storage_profile_types + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes + end + def container_service_vmsize_types + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes + end + def ostype + Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType + end + def operation_list_result + Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationListResult + end + def container_service_network_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceNetworkProfile end def managed_cluster_addon_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAddonProfile @@ -146,33 +173,15 @@ def managed_cluster_agent_pool_profile def managed_cluster_aadprofile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile end - def container_service_ssh_public_key - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey - end - def container_service_ssh_configuration - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshConfiguration - end def operation_value Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue end - def key_vault_secret_ref - Azure::ContainerService::Mgmt::V2018_03_31::Models::KeyVaultSecretRef - end def managed_cluster_list_result Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult end - def container_service_windows_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile - end - def container_service_master_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceMasterProfile - end def managed_cluster_upgrade_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile end - def resource - Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource - end def managed_cluster_pool_upgrade_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile end @@ -182,30 +191,21 @@ def managed_cluster def managed_cluster_access_profile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile end - def container_service_storage_profile_types - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceStorageProfileTypes - end - def container_service_vmsize_types - Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceVMSizeTypes - end - def ostype - Azure::ContainerService::Mgmt::V2018_03_31::Models::OSType - end def network_plugin Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin end def network_policy Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy end + def orchestrator_profile + Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile + end def orchestrator_version_profile Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile end def orchestrator_version_profile_list_result Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult end - def orchestrator_profile - Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile - 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 ea95ccaebe..18070195da 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -15,30 +15,27 @@ module ContentModerator Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews module Models + Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address + Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList ClassificationCategory2 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 - TermsData = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification TermsPaging = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsPaging Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email Terms = Azure::CognitiveServices::ContentModerator::V1_0::Models::Terms IPA = Azure::CognitiveServices::ContentModerator::V1_0::Models::IPA Review = Azure::CognitiveServices::ContentModerator::V1_0::Models::Review - Address = Azure::CognitiveServices::ContentModerator::V1_0::Models::Address JobExecutionReportDetails = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails DetectedTerms = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Candidate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job Evaluate = Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList @@ -51,27 +48,30 @@ module Models CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces - CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList - ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem + TermsData = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData + CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage + ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end class ContentModeratorDataClass @@ -110,14 +110,17 @@ def method_missing(method, *args) end class ModelClasses - def image_additional_info_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem + def address + Azure::CognitiveServices::ContentModerator::V1_0::Models::Address end - def image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + def face + Azure::CognitiveServices::ContentModerator::V1_0::Models::Face end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult + end + def image_additional_info_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem end def image_ids Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds @@ -125,15 +128,15 @@ def image_ids def frames Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + end def terms_in_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList end def classification_category2 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 end - def terms_data - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData - end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end @@ -152,36 +155,24 @@ def ipa def review Azure::CognitiveServices::ContentModerator::V1_0::Models::Review end - def address - Azure::CognitiveServices::ContentModerator::V1_0::Models::Address - end def job_execution_report_details Azure::CognitiveServices::ContentModerator::V1_0::Models::JobExecutionReportDetails end def detected_terms Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedTerms end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - end - def face - Azure::CognitiveServices::ContentModerator::V1_0::Models::Face - end - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end def candidate Azure::CognitiveServices::ContentModerator::V1_0::Models::Candidate end def job_id Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId end + def job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + end def evaluate Azure::CognitiveServices::ContentModerator::V1_0::Models::Evaluate end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end def match_response Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse end @@ -218,17 +209,14 @@ def ssn 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_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem end def found_faces Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces end - def create_video_reviews_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + def pii + Azure::CognitiveServices::ContentModerator::V1_0::Models::PII end def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match @@ -239,21 +227,27 @@ def body def term_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList end - def image_url - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - 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 tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag + end def phone Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone end def video_frame_body_item_metadata_item Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem end + def terms_data + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData + end + def create_video_reviews_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem + end def ocr Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end @@ -272,15 +266,21 @@ def screen def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end + def content + Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + end def status Azure::CognitiveServices::ContentModerator::V1_0::Models::Status end - def content - Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end def detected_language Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage end + def image_url + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + end end end end diff --git a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb index 744733e667..65e2b5d80f 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,9 +7,10 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt + Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs - Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships RelationshipLinks = Azure::CustomerInsights::Mgmt::V2017_04_26::RelationshipLinks @@ -18,22 +19,20 @@ module Mgmt ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes + Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views - Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments - Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments module Models KpiListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiListResult HubBillingInfoFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubBillingInfoFormat Participant = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Participant StrongId = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::StrongId + ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult MetadataDefinitionBase = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::MetadataDefinitionBase - PredictionSystemGeneratedEntities = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionSystemGeneratedEntities DataSourcePrecedence = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourcePrecedence - ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult SuggestRelationshipLinksResponse = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SuggestRelationshipLinksResponse AuthorizationPolicy = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicy PredictionGradesItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionGradesItem @@ -46,23 +45,19 @@ module Models RelationshipsLookup = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipsLookup ConnectorMappingAvailability = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingAvailability ConnectorMappingCompleteOperation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingCompleteOperation - OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult KpiThresholds = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiThresholds ConnectorListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorListResult KpiParticipantProfilesMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiParticipantProfilesMetadata - Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation KpiExtract = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiExtract ConnectorMappingListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult - Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource - OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay TypePropertiesMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::TypePropertiesMapping AuthorizationPolicyListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyListResult + PredictionSystemGeneratedEntities = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionSystemGeneratedEntities RelationshipTypeFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeFieldMapping PredictionListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionListResult - RelationshipLinkFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping LinkListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkListResult HubListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubListResult - PredictionModelStatus = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus + RelationshipLinkFieldMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping PropertyDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition RelationshipListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipListResult SalesforceConnectorProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceConnectorProperties @@ -72,29 +67,30 @@ module Models ConnectorMappingProperties = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingProperties CanonicalProfileDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinition KpiAlias = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiAlias + PredictionModelStatus = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus ViewListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewListResult - ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource CanonicalProfileDefinitionPropertiesItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinitionPropertiesItem RelationshipTypeMapping = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeMapping WidgetTypeListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeListResult ProfileEnumValidValuesFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileEnumValidValuesFormat - AssignmentPrincipal = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal + ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource CrmConnectorEntities = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CrmConnectorEntities - ResourceSetDescription = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription + AssignmentPrincipal = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal KpiGroupByMetadata = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata - PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition + ResourceSetDescription = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription ParticipantPropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference - RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult - SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting + PredictionDistributionDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition PredictionDistributionDefinitionDistributionsItem = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem - KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition + SalesforceDiscoverSetting = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting RoleListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult - ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure + KpiDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition GetImageUploadUrlInput = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput - ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference + ConnectorMappingStructure = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure ImageDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition - Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult EntityTypeDefinition = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition + Hub = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + ParticipantProfilePropertyReference = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference ProfileResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat InteractionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InteractionResourceFormat KpiResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiResourceFormat @@ -102,38 +98,42 @@ module Models ConnectorResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorResourceFormat ConnectorMappingResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingResourceFormat AuthorizationPolicyResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyResourceFormat - LinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat + Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource RelationshipResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipResourceFormat RelationshipLinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkResourceFormat - ViewResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat + LinkResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat WidgetTypeResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeResourceFormat RoleAssignmentResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentResourceFormat - RoleResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + ViewResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat PredictionResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat + OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + RoleResourceFormat = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation EntityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes - DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult ProvisioningStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates PermissionTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PermissionTypes ConnectorTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes - ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates + DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType ErrorManagementTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes FrequencyTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::FrequencyTypes CompletionOperationTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes - ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates + ConnectorStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates CalculationWindowTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes KpiFunctions = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType - LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes - CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle + CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status end class CustomerInsightsManagementClass - attr_reader :operations, :hubs, :profiles, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :links, :roles, :role_assignments, :images, :predictions, :configurable, :base_url, :options, :model_classes + attr_reader :images, :links, :operations, :hubs, :interactions, :relationships, :relationship_links, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :profiles, :views, :roles, :predictions, :role_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,9 +143,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @images = @client_0.images + @links = @client_0.links @operations = @client_0.operations @hubs = @client_0.hubs - @profiles = @client_0.profiles @interactions = @client_0.interactions @relationships = @client_0.relationships @relationship_links = @client_0.relationship_links @@ -154,12 +155,11 @@ def initialize(configurable, base_url=nil, options=nil) @connector_mappings = @client_0.connector_mappings @kpi = @client_0.kpi @widget_types = @client_0.widget_types + @profiles = @client_0.profiles @views = @client_0.views - @links = @client_0.links @roles = @client_0.roles - @role_assignments = @client_0.role_assignments - @images = @client_0.images @predictions = @client_0.predictions + @role_assignments = @client_0.role_assignments @model_classes = ModelClasses.new end @@ -190,18 +190,15 @@ def participant def strong_id Azure::CustomerInsights::Mgmt::V2017_04_26::Models::StrongId end + def profile_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult + end def metadata_definition_base Azure::CustomerInsights::Mgmt::V2017_04_26::Models::MetadataDefinitionBase end - def prediction_system_generated_entities - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionSystemGeneratedEntities - end def data_source_precedence Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourcePrecedence end - def profile_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult - end def suggest_relationship_links_response Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SuggestRelationshipLinksResponse end @@ -238,9 +235,6 @@ def connector_mapping_availability def connector_mapping_complete_operation Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingCompleteOperation end - def operation_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult - end def kpi_thresholds Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiThresholds end @@ -250,44 +244,35 @@ def connector_list_result def kpi_participant_profiles_metadata Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiParticipantProfilesMetadata end - def operation - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation - end def kpi_extract Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiExtract end def connector_mapping_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingListResult end - def resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource - end - def operation_display - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay - end def type_properties_mapping Azure::CustomerInsights::Mgmt::V2017_04_26::Models::TypePropertiesMapping end def authorization_policy_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyListResult end + def prediction_system_generated_entities + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionSystemGeneratedEntities + end def relationship_type_field_mapping Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipTypeFieldMapping end def prediction_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionListResult end - def relationship_link_field_mapping - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping - end def link_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkListResult end def hub_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::HubListResult end - def prediction_model_status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus + def relationship_link_field_mapping + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkFieldMapping end def property_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PropertyDefinition @@ -316,12 +301,12 @@ def canonical_profile_definition def kpi_alias Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiAlias end + def prediction_model_status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelStatus + end def view_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewListResult end - def proxy_resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource - end def canonical_profile_definition_properties_item Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalProfileDefinitionPropertiesItem end @@ -334,57 +319,60 @@ def widget_type_list_result def profile_enum_valid_values_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileEnumValidValuesFormat end - def assignment_principal - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal + def proxy_resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource end def crm_connector_entities Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CrmConnectorEntities end - def resource_set_description - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription + def assignment_principal + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AssignmentPrincipal end def kpi_group_by_metadata Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiGroupByMetadata end - def prediction_distribution_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition + def resource_set_description + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ResourceSetDescription end def participant_property_reference Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantPropertyReference end - def role_assignment_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult - end - def salesforce_discover_setting - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting + def prediction_distribution_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinition end def prediction_distribution_definition_distributions_item Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionDistributionDefinitionDistributionsItem end - def kpi_definition - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition + def salesforce_discover_setting + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::SalesforceDiscoverSetting end def role_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleListResult end - def connector_mapping_structure - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure + def kpi_definition + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiDefinition end def get_image_upload_url_input Azure::CustomerInsights::Mgmt::V2017_04_26::Models::GetImageUploadUrlInput end - def participant_profile_property_reference - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference + def connector_mapping_structure + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStructure end def image_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ImageDefinition end - def hub - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + def role_assignment_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult end def entity_type_definition Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypeDefinition end + def hub + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Hub + end + def participant_profile_property_reference + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ParticipantProfilePropertyReference + end def profile_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileResourceFormat end @@ -406,8 +394,8 @@ def connector_mapping_resource_format def authorization_policy_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::AuthorizationPolicyResourceFormat end - def link_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat + def resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource end def relationship_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipResourceFormat @@ -415,8 +403,8 @@ def relationship_resource_format def relationship_link_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RelationshipLinkResourceFormat end - def view_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat + def link_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkResourceFormat end def widget_type_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::WidgetTypeResourceFormat @@ -424,20 +412,26 @@ def widget_type_resource_format def role_assignment_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentResourceFormat end - def role_resource_format - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + def view_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ViewResourceFormat end def prediction_resource_format Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionResourceFormat end + def operation_display + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay + end + def role_resource_format + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleResourceFormat + end + def operation + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation + end def entity_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes end - def data_source_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType - end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + def operation_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult end def provisioning_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates @@ -448,8 +442,8 @@ def permission_types def connector_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorTypes end - def connector_states - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates + def data_source_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType end def error_management_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ErrorManagementTypes @@ -460,8 +454,8 @@ def frequency_types def completion_operation_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CompletionOperationTypes end - def connector_mapping_states - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates + def connector_states + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorStates end def calculation_window_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CalculationWindowTypes @@ -472,8 +466,8 @@ def kpi_functions def entity_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType end - def link_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + def connector_mapping_states + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates end def instance_operation_type Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType @@ -484,12 +478,18 @@ def cardinality_types def role_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes end - def canonical_property_value_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + def link_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes end def prediction_model_life_cycle Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle end + def canonical_property_value_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end end end end diff --git a/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/customimagesearch_profile_module.rb index 32b749c9d6..e31fc2d8ce 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 - Query = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query + ImageContent = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent + ImageType = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType + ImageLicense = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense Error = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error + ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase - ImageObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject - Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images - Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer + Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer - MediaObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork + Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse - WebPage = Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch + Query = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject + 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 - SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch - ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize end class CustomimagesearchDataClass @@ -65,51 +65,66 @@ def method_missing(method, *args) end class ModelClasses - def query - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query + def image_content + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent + end + def image_type + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType + end + def image_license + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense end def error Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error end + def image_size + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize + end + def error_response + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse + end def response_base Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase end - def image_object - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject - end - def images - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + def answer + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer end def response Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response end - def answer - Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer - end def search_results_answer Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer end - def media_object - Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject - end def thing Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork end + def images + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images + end def identifiable Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable end - def error_response - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse + def error_code + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch + end + def query + Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query + end + def image_object + Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject + end + def media_object + Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject end def web_page Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage end - def error_code - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode - end def error_sub_code Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode end @@ -122,21 +137,6 @@ def image_color def freshness Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness end - def image_content - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent - end - def image_type - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType - end - def image_license - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense - end - def safe_search - Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch - end - def image_size - Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize - 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 8ae22a3efb..89355c8886 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 - ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext - Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch WebMetaTag = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebMetaTag - WebPage = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage WebWebAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + 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 - Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - 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 - ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end class CustomSearchDataClass @@ -60,62 +60,62 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end - def query_context - Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext + def creative_work + Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork end - def query - Azure::CognitiveServices::CustomSearch::V1_0::Models::Query + def identifiable + Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error + def thing + Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + end + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + 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_page - Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage - end def web_web_answer Azure::CognitiveServices::CustomSearch::V1_0::Models::WebWebAnswer end def search_response Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse end - def search_results_answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + def query + Azure::CognitiveServices::CustomSearch::V1_0::Models::Query end - def thing - Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + def query_context + Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + def response_base + Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + def web_page + Azure::CognitiveServices::CustomSearch::V1_0::Models::WebPage end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + def search_results_answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response end - def text_format - Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + def answer + Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end end end diff --git a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb index a6e4181cc6..b8fd580264 100644 --- a/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisionprediction_profile_module.rb @@ -9,8 +9,8 @@ module Customvisionprediction module Models Prediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction - ImageUrl = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl ImagePrediction = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction + ImageUrl = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl BoundingBox = Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox end @@ -46,12 +46,12 @@ class ModelClasses def prediction Azure::CognitiveServices::Customvisionprediction::V2_0::Models::Prediction end - def image_url - Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl - end def image_prediction Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImagePrediction end + def image_url + Azure::CognitiveServices::Customvisionprediction::V2_0::Models::ImageUrl + end def bounding_box Azure::CognitiveServices::Customvisionprediction::V2_0::Models::BoundingBox end diff --git a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb index bd1531689f..ae401e4aab 100644 --- a/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customvisiontraining_profile_module.rb @@ -9,17 +9,13 @@ module Customvisiontraining module Models ImageIdCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch - Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain BoundingBox = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::BoundingBox ImageTagCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateBatch RegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::RegionProposal ImageRegionCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateEntry ImageRegionProposal = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionProposal ImageRegionCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateResult - ImageUrl = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl - ImageTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag Prediction = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Prediction - Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image ImagePrediction = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePrediction ImageCreateSummary = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateSummary PredictionQueryTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::PredictionQueryTag @@ -36,24 +32,28 @@ module Models ImageCreateResult = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateResult ImagePerformance = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePerformance ImageFileCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch + Domain = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain ProjectSettings = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ProjectSettings ImageTagCreateEntry = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTagCreateEntry - Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project 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 - Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region - Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag - ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType ImageCreateStatus = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus - OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy Classifier = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier ExportPlatformModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportPlatformModel ExportStatusModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel - ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + DomainType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType + ImageRegionCreateBatch = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch TagType = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType + ExportFlavorModel = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + Region = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region + Tag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + OrderBy = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy + ImageTag = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag + Image = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image + ImageUrl = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl + Project = Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project end class CustomvisiontrainingDataClass @@ -88,9 +88,6 @@ class ModelClasses def image_id_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageIdCreateBatch end - def domain - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain - end def bounding_box Azure::CognitiveServices::Customvisiontraining::V2_2::Models::BoundingBox end @@ -109,18 +106,9 @@ def image_region_proposal def image_region_create_result Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateResult end - def image_url - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl - end - def image_tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag - end def prediction Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Prediction end - def image - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image - end def image_prediction Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImagePrediction end @@ -169,15 +157,15 @@ def image_performance def image_file_create_batch Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageFileCreateBatch end + def domain + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Domain + 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 project - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project - end def image_region Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegion end @@ -190,24 +178,9 @@ def image_url_create_batch def export Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Export end - def region - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region - end - def tag - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag - end - def image_region_create_batch - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch - end - def domain_type - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType - end def image_create_status Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageCreateStatus end - def order_by - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy - end def classifier Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Classifier end @@ -217,12 +190,39 @@ def export_platform_model def export_status_model Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportStatusModel end - def export_flavor_model - Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + def domain_type + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::DomainType + end + def image_region_create_batch + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageRegionCreateBatch end def tag_type Azure::CognitiveServices::Customvisiontraining::V2_2::Models::TagType end + def export_flavor_model + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ExportFlavorModel + end + def region + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Region + end + def tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Tag + end + def order_by + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::OrderBy + end + def image_tag + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageTag + end + def image + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Image + end + def image_url + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::ImageUrl + end + def project + Azure::CognitiveServices::Customvisiontraining::V2_2::Models::Project + end end end end diff --git a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb index 22bcea2ec7..68484ecc93 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -9,20 +9,18 @@ module DataLakeAnalytics module Mgmt Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts - StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies + StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules - Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations + Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations module Models + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState CapabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation - Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource NameAvailabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult @@ -33,41 +31,43 @@ module Models CreateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateComputePolicyWithAccountParameters ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult CreateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters - OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay CreateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters UpdateDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult UpdateStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult + Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters - CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult - AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation - StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation + Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy - FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule - DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic - StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer - AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState - FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType + StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus - DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - SubscriptionState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState end class DataLakeAnalyticsManagementClass - attr_reader :accounts, :data_lake_store_accounts, :storage_accounts, :compute_policies, :firewall_rules, :operations, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :accounts, :data_lake_store_accounts, :compute_policies, :storage_accounts, :firewall_rules, :locations, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -79,11 +79,11 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @accounts = @client_0.accounts @data_lake_store_accounts = @client_0.data_lake_store_accounts - @storage_accounts = @client_0.storage_accounts @compute_policies = @client_0.compute_policies + @storage_accounts = @client_0.storage_accounts @firewall_rules = @client_0.firewall_rules - @operations = @client_0.operations @locations = @client_0.locations + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -102,27 +102,21 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end + def subscription_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + end def capability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CapabilityInformation end - def resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource - end def name_availability_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation end - def operation - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - end - def operation_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult - end def update_firewall_rule_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters end - def sub_resource - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource - end def update_compute_policy_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters end @@ -153,9 +147,6 @@ def compute_policy_list_result def create_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end - def operation_display - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay - end def create_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters end @@ -174,12 +165,12 @@ def update_storage_account_with_account_parameters def sas_token_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult end + def resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource + end def update_compute_policy_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters end - def check_name_availability_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end def update_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end @@ -198,53 +189,62 @@ def add_data_lake_store_parameters def firewall_rule_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult end - def add_storage_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + def operation_display + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end def data_lake_store_account_information Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation end - def storage_account_information - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation + def operation + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation end def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy end - def firewall_rule - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + def operation_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult end - def data_lake_analytics_account - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + def sub_resource + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource end def data_lake_analytics_account_basic Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic end - def storage_container - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer - end - def aadobject_type - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + def storage_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end def firewall_state Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState end - def firewall_allow_azure_ips_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + def add_storage_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters + end + def data_lake_analytics_account + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount end def tier_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType end + def storage_container + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + end + def firewall_rule + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + end def data_lake_analytics_account_status Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus end - def data_lake_analytics_account_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + def firewall_allow_azure_ips_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState end def operation_origin Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin end - def subscription_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubscriptionState + def aadobject_type + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType + end + def data_lake_analytics_account_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState end end end diff --git a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb index 10c09344ed..2d3c3d4655 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -8,16 +8,13 @@ module Azure::Profiles::Latest module DataLakeStore module Mgmt Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts + Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations FirewallRules = Azure::DataLakeStore::Mgmt::V2016_11_01::FirewallRules + Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations VirtualNetworkRules = Azure::DataLakeStore::Mgmt::V2016_11_01::VirtualNetworkRules TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders - Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations - Locations = Azure::DataLakeStore::Mgmt::V2016_11_01::Locations module Models - NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource - CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity CreateVirtualNetworkRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateVirtualNetworkRuleWithAccountParameters EncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfig @@ -26,46 +23,49 @@ module Models UpdateVirtualNetworkRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleParameters UpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderParameters CreateOrUpdateTrustedIdProviderParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters - FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult CreateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters TrustedIdProviderListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderListResult UpdateKeyVaultMetaInfo = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo - Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation UpdateEncryptionConfig = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig - CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation - UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters UpdateVirtualNetworkRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleWithAccountParameters VirtualNetworkRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRuleListResult + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters UpdateTrustedIdProviderWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters - OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult UpdateDataLakeStoreAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters - DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource - UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay CreateOrUpdateVirtualNetworkRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateVirtualNetworkRuleParameters - FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule - VirtualNetworkRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule TrustedIdProvider = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider DataLakeStoreAccount = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccount DataLakeStoreAccountBasic = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountBasic EncryptionConfigType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType - EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState + DataLakeStoreAccountListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult EncryptionProvisioningState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState - FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState - FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState TrustedIdProviderState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState - TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + EncryptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState DataLakeStoreAccountStatus = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus DataLakeStoreAccountState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState - OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState + VirtualNetworkRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule + CapabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation + NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation + UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters + CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + UpdateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + FirewallRuleListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult + SubResource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + FirewallState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + FirewallAllowAzureIpsState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin end class DataLakeStoreManagementClass - attr_reader :accounts, :firewall_rules, :virtual_network_rules, :trusted_id_providers, :operations, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :accounts, :operations, :firewall_rules, :locations, :virtual_network_rules, :trusted_id_providers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,11 +76,11 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @accounts = @client_0.accounts + @operations = @client_0.operations @firewall_rules = @client_0.firewall_rules + @locations = @client_0.locations @virtual_network_rules = @client_0.virtual_network_rules @trusted_id_providers = @client_0.trusted_id_providers - @operations = @client_0.operations - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -99,15 +99,6 @@ def method_missing(method, *args) end class ModelClasses - def name_availability_information - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation - end - def resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource - end - def create_firewall_rule_with_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters - end def encryption_identity Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity end @@ -132,9 +123,6 @@ def update_trusted_id_provider_parameters def create_or_update_trusted_id_provider_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateTrustedIdProviderParameters end - def firewall_rule_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult - end def create_data_lake_store_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateDataLakeStoreAccountParameters end @@ -144,60 +132,27 @@ def trusted_id_provider_list_result def update_key_vault_meta_info Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateKeyVaultMetaInfo end - def operation - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation - end def update_encryption_config Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateEncryptionConfig end - def capability_information - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation - end - def update_firewall_rule_with_account_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end def update_virtual_network_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateVirtualNetworkRuleWithAccountParameters end def virtual_network_rule_list_result Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRuleListResult end + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end def update_trusted_id_provider_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateTrustedIdProviderWithAccountParameters end - def operation_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult - end def update_data_lake_store_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreAccountParameters end - def data_lake_store_account_list_result - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult - end - def create_or_update_firewall_rule_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters - end - def sub_resource - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource - end - def update_firewall_rule_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters - end - def operation_display - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay - end def create_or_update_virtual_network_rule_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateVirtualNetworkRuleParameters end - def firewall_rule - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule - end - def virtual_network_rule - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule - end def trusted_id_provider Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProvider end @@ -210,23 +165,17 @@ def data_lake_store_account_basic def encryption_config_type Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionConfigType end - def encryption_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState + def data_lake_store_account_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountListResult end def encryption_provisioning_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionProvisioningState end - def firewall_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState - end - def firewall_allow_azure_ips_state - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState - end def trusted_id_provider_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TrustedIdProviderState end - def tier_type - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + def encryption_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionState end def data_lake_store_account_status Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountStatus @@ -234,12 +183,63 @@ def data_lake_store_account_status def data_lake_store_account_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::DataLakeStoreAccountState end - def operation_origin - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - end def subscription_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState end + def virtual_network_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::VirtualNetworkRule + end + def capability_information + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CapabilityInformation + end + def name_availability_information + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation + end + def update_firewall_rule_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters + end + def create_firewall_rule_with_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + end + def create_or_update_firewall_rule_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + end + def resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource + end + def update_firewall_rule_with_account_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters + end + def firewall_rule_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRuleListResult + end + def operation_display + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + end + def operation + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation + end + def firewall_rule + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule + end + def operation_list_result + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult + end + def sub_resource + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubResource + end + def firewall_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallState + end + def firewall_allow_azure_ips_state + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + end + def tier_type + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType + end + def operation_origin + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin + end end end end diff --git a/azure_sdk/lib/latest/modules/datamigration_profile_module.rb b/azure_sdk/lib/latest/modules/datamigration_profile_module.rb index 09d994aa89..a3f97a0e90 100644 --- a/azure_sdk/lib/latest/modules/datamigration_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datamigration_profile_module.rb @@ -7,18 +7,16 @@ module Azure::Profiles::Latest module DataMigration module Mgmt + Usages = Azure::DataMigration::Mgmt::V2018_07_15_preview::Usages ResourceSkus = Azure::DataMigration::Mgmt::V2018_07_15_preview::ResourceSkus Services = Azure::DataMigration::Mgmt::V2018_07_15_preview::Services - Tasks = Azure::DataMigration::Mgmt::V2018_07_15_preview::Tasks Projects = Azure::DataMigration::Mgmt::V2018_07_15_preview::Projects - Usages = Azure::DataMigration::Mgmt::V2018_07_15_preview::Usages - Operations = Azure::DataMigration::Mgmt::V2018_07_15_preview::Operations Files = Azure::DataMigration::Mgmt::V2018_07_15_preview::Files + Operations = Azure::DataMigration::Mgmt::V2018_07_15_preview::Operations + Tasks = Azure::DataMigration::Mgmt::V2018_07_15_preview::Tasks module Models MigrateSqlServerSqlMITaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutput - ResourceSkuRestrictions = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions - Resource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource DataMigrationServiceStatusResponse = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationServiceStatusResponse ServiceSkuList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceSkuList ReportableException = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ReportableException @@ -36,7 +34,6 @@ module Models DataMigrationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationError TaskList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TaskList NonSqlMigrationTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlMigrationTaskInput - ValidationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError NonSqlDataMigrationTable = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlDataMigrationTable WaitStatistics = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::WaitStatistics MongoDbProgress = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbProgress @@ -69,9 +66,7 @@ module Models MigrationReportResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationReportResult ServerProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerProperties QuotaList = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::QuotaList - ResourceSkusResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult Quota = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Quota - ResourceSkuCapacity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity MigrateSqlServerSqlDbTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbTaskOutput MigrateMySqlAzureDbForMySqlSyncTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateMySqlAzureDbForMySqlSyncTaskOutput MigrateSqlServerSqlDbDatabaseInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbDatabaseInput @@ -90,7 +85,6 @@ module Models GetProjectDetailsNonSqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetProjectDetailsNonSqlTaskInput StartMigrationScenarioServerRoleResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::StartMigrationScenarioServerRoleResult MongoDbShardKeyField = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyField - ApiError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError MongoDbMigrationSettings = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationSettings DatabaseInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseInfo BlobShare = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BlobShare @@ -103,7 +97,6 @@ module Models ConnectToTargetAzureDbForMySqlTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskOutput MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigratePostgreSqlAzureDbForPostgreSqlSyncTaskInput ConnectToTargetAzureDbForMySqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskInput - ResourceSku = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku MongoDbClusterInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterInfo MigrateMySqlAzureDbForMySqlSyncDatabaseInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateMySqlAzureDbForMySqlSyncDatabaseInput ConnectToTargetSqlMITaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetSqlMITaskOutput @@ -121,7 +114,6 @@ module Models MongoDbShardKeyInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyInfo ConnectToSourceMySqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskInput GetUserTablesSqlTaskOutput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskOutput - ResourceSkuCapabilities = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities GetUserTablesSqlTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskInput ConnectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectionInfo ConnectToSourceSqlServerTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskInput @@ -135,9 +127,7 @@ module Models ConnectToTargetSqlDbTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetSqlDbTaskInput DataMigrationProjectMetadata = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationProjectMetadata DatabaseFileInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileInfo - ResourceSkuCosts = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts MigrationEligibilityInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationEligibilityInfo - TrackedResource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource ProjectFile = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectFile MigrateSyncCompleteCommandProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSyncCompleteCommandProperties PostgreSqlConnectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::PostgreSqlConnectionInfo @@ -166,6 +156,7 @@ module Models MigrateSqlServerSqlDbSyncTaskOutputDatabaseError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputDatabaseError MigrateSqlServerSqlDbSyncTaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputError MigrateSqlServerSqlDbSyncTaskOutputTableLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputTableLevel + ValidationError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputMigrationLevel MigrateSqlServerSqlDbSyncTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskInput @@ -197,67 +188,76 @@ module Models ConnectToSourceSqlServerTaskOutputTaskLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskOutputTaskLevel ConnectToSourceSqlServerSyncTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerSyncTaskProperties ConnectToSourceSqlServerTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskProperties - MongoDbCollectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + ResourceSkuCapacity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity MongoDbDatabaseInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbDatabaseInfo - ConnectToMongoDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + ResourceSkuCosts = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts ProjectTask = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTask + ResourceSkuCapabilities = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities + MongoDbCollectionInfo = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + ResourceSkuRestrictions = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions + ConnectToMongoDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + ResourceSku = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku DataMigrationService = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationService - Project = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project + ResourceSkusResult = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult ConnectToSourceMySqlTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskProperties MigrateSchemaSqlServerSqlDbTaskInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskInput MigrateSchemaSqlServerSqlDbTaskProperties = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskProperties - MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel + Project = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel MigrateSchemaSqlServerSqlDbTaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputError MigrateSchemaSqlTaskOutputError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlTaskOutputError - MongoDbCancelCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand + MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel MongoDbFinishCommandInput = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommandInput MongoDbFinishCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommand MongoDbRestartCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbRestartCommand - CommandState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState + MongoDbCancelCommand = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand SqlSourcePlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SqlSourcePlatform AuthenticationType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::AuthenticationType MongoDbErrorType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbErrorType - MongoDbMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState + CommandState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState MongoDbShardKeyOrder = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyOrder MongoDbReplication = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbReplication BackupType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupType - BackupMode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + MongoDbMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState SyncTableMigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncTableMigrationState SyncDatabaseMigrationReportingState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncDatabaseMigrationReportingState ValidationStatus = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationStatus + BackupMode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + TrackedResource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource Severity = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Severity + DatabaseMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage UpdateActionType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::UpdateActionType ObjectType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ObjectType MigrationState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState - DatabaseMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage + DatabaseState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState MigrationStatus = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationStatus LoginMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginMigrationStage LoginType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType - DatabaseState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState + MongoDbClusterType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType DatabaseCompatLevel = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseCompatLevel DatabaseFileType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileType ServerLevelPermissionsGroup = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup - MongoDbClusterType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType + ProjectSourcePlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform TaskState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TaskState ServiceProvisioningState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceProvisioningState ProjectTargetPlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform - ProjectSourcePlatform = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform + MySqlTargetPlatformType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType ProjectProvisioningState = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectProvisioningState NameCheckFailureReason = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NameCheckFailureReason ServiceScalability = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability - ResourceSkuRestrictionsType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType - ResourceSkuRestrictionsReasonCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode - ResourceSkuCapacityScaleType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType - MySqlTargetPlatformType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType + ErrorType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType SchemaMigrationOption = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationOption SchemaMigrationStage = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationStage DataMigrationResultCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode - ErrorType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType + ApiError = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError + Resource = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource + ResourceSkuCapacityScaleType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + ResourceSkuRestrictionsType = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType + ResourceSkuRestrictionsReasonCode = Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode end class DataMigrationManagementClass - attr_reader :resource_skus, :services, :tasks, :projects, :usages, :operations, :files, :configurable, :base_url, :options, :model_classes + attr_reader :usages, :resource_skus, :services, :projects, :files, :operations, :tasks, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -267,13 +267,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @usages = @client_0.usages @resource_skus = @client_0.resource_skus @services = @client_0.services - @tasks = @client_0.tasks @projects = @client_0.projects - @usages = @client_0.usages - @operations = @client_0.operations @files = @client_0.files + @operations = @client_0.operations + @tasks = @client_0.tasks @model_classes = ModelClasses.new end @@ -295,12 +295,6 @@ class ModelClasses def migrate_sql_server_sql_mitask_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlMITaskOutput end - def resource_sku_restrictions - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions - end - def resource - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource - end def data_migration_service_status_response Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationServiceStatusResponse end @@ -352,9 +346,6 @@ def task_list def non_sql_migration_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlMigrationTaskInput end - def validation_error - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError - end def non_sql_data_migration_table Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::NonSqlDataMigrationTable end @@ -451,15 +442,9 @@ def server_properties def quota_list Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::QuotaList end - def resource_skus_result - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult - end def quota Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Quota end - def resource_sku_capacity - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity - end def migrate_sql_server_sql_db_task_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbTaskOutput end @@ -514,9 +499,6 @@ def start_migration_scenario_server_role_result def mongo_db_shard_key_field Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyField end - def api_error - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError - end def mongo_db_migration_settings Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationSettings end @@ -553,9 +535,6 @@ def migrate_postgre_sql_azure_db_for_postgre_sql_sync_task_input def connect_to_target_azure_db_for_my_sql_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToTargetAzureDbForMySqlTaskInput end - def resource_sku - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku - end def mongo_db_cluster_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterInfo end @@ -607,9 +586,6 @@ def connect_to_source_my_sql_task_input def get_user_tables_sql_task_output Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskOutput end - def resource_sku_capabilities - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities - end def get_user_tables_sql_task_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::GetUserTablesSqlTaskInput end @@ -649,15 +625,9 @@ def data_migration_project_metadata def database_file_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseFileInfo end - def resource_sku_costs - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts - end def migration_eligibility_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationEligibilityInfo end - def tracked_resource - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource - end def project_file Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectFile end @@ -742,6 +712,9 @@ def migrate_sql_server_sql_db_sync_task_output_error def migrate_sql_server_sql_db_sync_task_output_table_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputTableLevel end + def validation_error + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationError + end def migrate_sql_server_sql_db_sync_task_output_database_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSqlServerSqlDbSyncTaskOutputDatabaseLevel end @@ -835,23 +808,38 @@ def connect_to_source_sql_server_sync_task_properties def connect_to_source_sql_server_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskProperties end - def mongo_db_collection_info - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + def resource_sku_capacity + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacity end def mongo_db_database_info Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbDatabaseInfo end - def connect_to_mongo_db_task_properties - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + def resource_sku_costs + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCosts end def project_task Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTask end + def resource_sku_capabilities + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapabilities + end + def mongo_db_collection_info + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCollectionInfo + end + def resource_sku_restrictions + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictions + end + def connect_to_mongo_db_task_properties + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToMongoDbTaskProperties + end + def resource_sku + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSku + end def data_migration_service Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationService end - def project - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project + def resource_skus_result + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkusResult end def connect_to_source_my_sql_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceMySqlTaskProperties @@ -862,8 +850,8 @@ def migrate_schema_sql_server_sql_db_task_input def migrate_schema_sql_server_sql_db_task_properties Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskProperties end - def migrate_schema_sql_server_sql_db_task_output_migration_level - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel + def project + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Project end def migrate_schema_sql_server_sql_db_task_output_database_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputDatabaseLevel @@ -874,8 +862,8 @@ def migrate_schema_sql_server_sql_db_task_output_error def migrate_schema_sql_task_output_error Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlTaskOutputError end - def mongo_db_cancel_command - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand + def migrate_schema_sql_server_sql_db_task_output_migration_level + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrateSchemaSqlServerSqlDbTaskOutputMigrationLevel end def mongo_db_finish_command_input Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbFinishCommandInput @@ -886,8 +874,8 @@ def mongo_db_finish_command def mongo_db_restart_command Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbRestartCommand end - def command_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState + def mongo_db_cancel_command + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCancelCommand end def sql_source_platform Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SqlSourcePlatform @@ -898,8 +886,8 @@ def authentication_type def mongo_db_error_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbErrorType end - def mongo_db_migration_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState + def command_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::CommandState end def mongo_db_shard_key_order Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbShardKeyOrder @@ -910,8 +898,8 @@ def mongo_db_replication def backup_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupType end - def backup_mode - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + def mongo_db_migration_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbMigrationState end def sync_table_migration_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SyncTableMigrationState @@ -922,9 +910,18 @@ def sync_database_migration_reporting_state def validation_status Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidationStatus end + def backup_mode + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::BackupMode + end + def tracked_resource + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TrackedResource + end def severity Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Severity end + def database_migration_stage + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage + end def update_action_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::UpdateActionType end @@ -934,8 +931,8 @@ def object_type def migration_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationState end - def database_migration_stage - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseMigrationStage + def database_state + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState end def migration_status Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MigrationStatus @@ -946,8 +943,8 @@ def login_migration_stage def login_type Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::LoginType end - def database_state - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseState + def mongo_db_cluster_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType end def database_compat_level Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DatabaseCompatLevel @@ -958,8 +955,8 @@ def database_file_type def server_level_permissions_group Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServerLevelPermissionsGroup end - def mongo_db_cluster_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbClusterType + def project_source_platform + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform end def task_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::TaskState @@ -970,8 +967,8 @@ def service_provisioning_state def project_target_platform Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectTargetPlatform end - def project_source_platform - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectSourcePlatform + def my_sql_target_platform_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType end def project_provisioning_state Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ProjectProvisioningState @@ -982,17 +979,8 @@ def name_check_failure_reason def service_scalability Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ServiceScalability end - def resource_sku_restrictions_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType - end - def resource_sku_restrictions_reason_code - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode - end - def resource_sku_capacity_scale_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType - end - def my_sql_target_platform_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MySqlTargetPlatformType + def error_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType end def schema_migration_option Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::SchemaMigrationOption @@ -1003,8 +991,20 @@ def schema_migration_stage def data_migration_result_code Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::DataMigrationResultCode end - def error_type - Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ErrorType + def api_error + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ApiError + end + def resource + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::Resource + end + def resource_sku_capacity_scale_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuCapacityScaleType + end + def resource_sku_restrictions_type + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsType + end + def resource_sku_restrictions_reason_code + Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ResourceSkuRestrictionsReasonCode end end end diff --git a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb index 3143fe83e5..c112ac6338 100644 --- a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb @@ -7,31 +7,31 @@ module Azure::Profiles::Latest module DevSpaces module Mgmt - Controllers = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Controllers Operations = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Operations + Controllers = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Controllers module Models ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList - Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku - ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse ControllerUpdateParameters = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters ResourceProviderOperationDisplay = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay OrchestratorSpecificConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails ResourceProviderOperationDefinition = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition ResourceProviderOperationList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList ControllerConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails - Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku ControllerList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList - ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails - TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller + Resource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier KubernetesConnectionDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails + ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState - SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource end class DevSpacesManagementClass - attr_reader :controllers, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :controllers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,8 +41,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @controllers = @client_0.controllers @operations = @client_0.operations + @controllers = @client_0.controllers @model_classes = ModelClasses.new end @@ -64,12 +64,6 @@ class ModelClasses def controller_connection_details_list Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList end - def sku - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku - end - def error_response - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse - end def controller_update_parameters Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters end @@ -88,29 +82,35 @@ def resource_provider_operation_list def controller_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails end - def resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + def sku + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku end def controller_list Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList end - def error_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails - end - def tracked_resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource - end def controller Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller end + def resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource + end + def sku_tier + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + end def kubernetes_connection_details Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails end + def error_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails + end def provisioning_state Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState end - def sku_tier - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier + def error_response + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + end + def tracked_resource + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource end end end diff --git a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb index d2fa1e310d..80c9afff79 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -7,9 +7,10 @@ module Azure::Profiles::Latest module DevTestLabs module Mgmt + GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages + VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs - Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates @@ -17,25 +18,28 @@ module Mgmt Costs = Azure::DevTestLabs::Mgmt::V2016_05_15::Costs CustomImages = Azure::DevTestLabs::Mgmt::V2016_05_15::CustomImages Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas - GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies + VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules - ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users - Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets - VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules - VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks + ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners + Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks + Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies module Models + GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode + User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource ExternalSubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment GalleryImageReference = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReference DayDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails - InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule NotificationSettings = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters @@ -44,6 +48,7 @@ module Models HourDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment WeekDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails UserSecretStore = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore + InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule HourDetails = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails ArtifactParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties ArtifactInstallProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties @@ -52,15 +57,13 @@ module Models ResponseWithContinuationLabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine ArmTemplateInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo NetworkInterfaceProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties - ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser + Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter - ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + ResponseWithContinuationUser = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser FormulaPropertiesFromVm = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm - ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment ResponseWithContinuationLabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd - Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment - AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions + ArtifactInstallPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment GalleryImageReferenceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment ParameterInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo ComputeDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk @@ -87,16 +90,15 @@ module Models SubnetOverrideFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetOverrideFragment PolicySetResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicySetResult SubnetSharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment - Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event LabVhd = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd DayDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetailsFragment SubnetFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment - UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity SharedPublicIpAddressConfigurationFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment ResponseWithContinuationServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationServiceRunner NetworkInterfacePropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfacePropertiesFragment ArtifactDeploymentStatusProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusProperties ShutdownNotificationContent = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent + Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event ResponseWithContinuationSecret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret RetargetScheduleProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::RetargetScheduleProperties BulkCreationParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::BulkCreationParameters @@ -116,82 +118,80 @@ module Models EventFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EventFragment SubnetSharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfiguration ApplyArtifactsRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest - Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port ArtifactParameterPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment PortFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PortFragment ProviderOperationResult = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ProviderOperationResult CostThresholdProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource DetachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties + UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity + ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment ResponseWithContinuationArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate EvaluatePoliciesResponse = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesResponse ResponseWithContinuationArtifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifact ArmTemplateParameterProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties - ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource + AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions ComputeVmInstanceViewStatusFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment ResponseWithContinuationCustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage - EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + ResponseWithContinuationArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource ResponseWithContinuationDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk AttachDiskProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties - ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment + EvaluatePoliciesProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties NotificationSettingsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment ResponseWithContinuationFormula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula - CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom + ResponseWithContinuationDtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage - Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule - ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment + CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom ApplicableScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment ArmTemplate = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate - Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact + ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment - CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage - Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk + Artifact = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage - Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment - LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine + Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel - NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment - Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy + LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment + Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy + NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment + Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret ServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner - User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment - EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus + VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus - SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus - WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState - LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus + SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions - NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType - TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol - VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType + VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port + PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType + TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol + LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType - HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode - PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus - PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType - UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType end class DevTestLabsManagementClass - attr_reader :provider_operations, :labs, :operations, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :notification_channels, :policy_sets, :policies, :schedules, :service_runners, :users, :disks, :environments, :secrets, :virtual_machines, :virtual_machine_schedules, :virtual_networks, :configurable, :base_url, :options, :model_classes + attr_reader :gallery_images, :virtual_networks, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :notification_channels, :policy_sets, :virtual_machines, :schedules, :users, :environments, :secrets, :virtual_machine_schedules, :service_runners, :disks, :operations, :policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,9 +201,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @gallery_images = @client_0.gallery_images + @virtual_networks = @client_0.virtual_networks @provider_operations = @client_0.provider_operations @labs = @client_0.labs - @operations = @client_0.operations @global_schedules = @client_0.global_schedules @artifact_sources = @client_0.artifact_sources @arm_templates = @client_0.arm_templates @@ -211,19 +212,18 @@ def initialize(configurable, base_url=nil, options=nil) @costs = @client_0.costs @custom_images = @client_0.custom_images @formulas = @client_0.formulas - @gallery_images = @client_0.gallery_images @notification_channels = @client_0.notification_channels @policy_sets = @client_0.policy_sets - @policies = @client_0.policies + @virtual_machines = @client_0.virtual_machines @schedules = @client_0.schedules - @service_runners = @client_0.service_runners @users = @client_0.users - @disks = @client_0.disks @environments = @client_0.environments @secrets = @client_0.secrets - @virtual_machines = @client_0.virtual_machines @virtual_machine_schedules = @client_0.virtual_machine_schedules - @virtual_networks = @client_0.virtual_networks + @service_runners = @client_0.service_runners + @disks = @client_0.disks + @operations = @client_0.operations + @policies = @client_0.policies @model_classes = ModelClasses.new end @@ -242,6 +242,21 @@ def method_missing(method, *args) end class ModelClasses + def gallery_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage + end + def http_status_code + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode + end + def user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User + end + def policy_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + end + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + end def external_subnet_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnetFragment end @@ -251,9 +266,6 @@ def gallery_image_reference def day_details Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DayDetails end - def inbound_nat_rule - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule - end def notification_settings Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettings end @@ -278,6 +290,9 @@ def week_details def user_secret_store Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore end + def inbound_nat_rule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule + end def hour_details Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails end @@ -302,32 +317,26 @@ def arm_template_info def network_interface_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NetworkInterfaceProperties end - def response_with_continuation_user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser + def subnet + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet end def lab_virtual_machine_creation_parameter Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter end - def artifact_deployment_status_properties_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + def response_with_continuation_user + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationUser end def formula_properties_from_vm Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FormulaPropertiesFromVm end - def artifact_install_properties_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment - end def response_with_continuation_lab_vhd Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVhd end - def subnet - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet - end def user_secret_store_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment end - def attach_new_data_disk_options - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions + def artifact_install_properties_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallPropertiesFragment end def gallery_image_reference_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment @@ -407,9 +416,6 @@ def policy_set_result def subnet_shared_public_ip_address_configuration_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetSharedPublicIpAddressConfigurationFragment end - def event - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event - end def lab_vhd Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVhd end @@ -419,9 +425,6 @@ def day_details_fragment def subnet_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SubnetFragment end - def user_identity - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity - end def shared_public_ip_address_configuration_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfigurationFragment end @@ -437,6 +440,9 @@ def artifact_deployment_status_properties def shutdown_notification_content Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ShutdownNotificationContent end + def event + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + end def response_with_continuation_secret Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationSecret end @@ -494,9 +500,6 @@ def subnet_shared_public_ip_address_configuration def apply_artifacts_request Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplyArtifactsRequest end - def port - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port - end def artifact_parameter_properties_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterPropertiesFragment end @@ -509,12 +512,15 @@ def provider_operation_result def cost_threshold_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdProperties end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource - end def detach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DetachDiskProperties end + def user_identity + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity + end + def artifact_deployment_status_properties_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + end def response_with_continuation_arm_template Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArmTemplate end @@ -527,8 +533,8 @@ def response_with_continuation_artifact def arm_template_parameter_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateParameterProperties end - def response_with_continuation_artifact_source - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource + def attach_new_data_disk_options + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions end def compute_vm_instance_view_status_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatusFragment @@ -536,8 +542,8 @@ def compute_vm_instance_view_status_fragment def response_with_continuation_custom_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationCustomImage end - def evaluate_policies_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties + def response_with_continuation_artifact_source + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationArtifactSource end def response_with_continuation_disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDisk @@ -545,8 +551,8 @@ def response_with_continuation_disk def attach_disk_properties Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachDiskProperties end - def response_with_continuation_dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment + def evaluate_policies_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EvaluatePoliciesProperties end def notification_settings_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationSettingsFragment @@ -554,20 +560,17 @@ def notification_settings_fragment def response_with_continuation_formula Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationFormula end - def custom_image_properties_custom - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom + def response_with_continuation_dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationDtlEnvironment end def response_with_continuation_gallery_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage end - def schedule - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule - end def applicable_schedule Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule end - def schedule_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment + def custom_image_properties_custom + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom end def applicable_schedule_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment @@ -575,8 +578,8 @@ def applicable_schedule_fragment def arm_template Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplate end - def artifact - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact + def schedule_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment end def artifact_source Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource @@ -584,11 +587,8 @@ def artifact_source def artifact_source_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment end - def custom_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage - end - def disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk + def artifact + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Artifact end def dtl_environment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment @@ -596,11 +596,8 @@ def dtl_environment def formula Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula end - def gallery_image - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage - end - def lab - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab + def custom_image + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage end def lab_cost Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost @@ -608,8 +605,8 @@ def lab_cost def lab_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment end - def lab_virtual_machine - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine + def lab + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab end def lab_virtual_machine_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment @@ -617,14 +614,20 @@ def lab_virtual_machine_fragment def notification_channel Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel end - def notification_channel_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment + def lab_virtual_machine + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine + end + def policy_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment end def policy Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy end - def policy_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment + def notification_channel_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment + end + def disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk end def secret Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret @@ -632,38 +635,29 @@ def secret def service_runner Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner end - def user - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - end - def virtual_network - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork - end def user_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment end def virtual_network_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment end - def enable_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus + def virtual_network + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork end def notification_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus end - def source_control_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType - end def storage_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType end def cost_threshold_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus end - def windows_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + def enable_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus end - def linux_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + def source_control_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType end def custom_image_os_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType @@ -671,14 +665,11 @@ def custom_image_os_type def host_caching_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions end - def notification_channel_event_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType - end - def transport_protocol - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol + def windows_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState end - def virtual_machine_creation_source - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + def schedule + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule end def file_upload_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions @@ -686,30 +677,39 @@ def file_upload_options def premium_data_disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk end + def notification_channel_event_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType + end + def virtual_machine_creation_source + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource + end + def port + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port + end + def policy_fact_name + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName + end def target_cost_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus end def reporting_cycle_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType end - def cost_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType + def transport_protocol + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol end - def http_status_code - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode + def linux_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState end - def policy_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus + def usage_permission_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType end - def policy_fact_name - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName + def cost_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType end def policy_evaluator_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType end - def usage_permission_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType - end end end end diff --git a/azure_sdk/lib/latest/modules/dns_profile_module.rb b/azure_sdk/lib/latest/modules/dns_profile_module.rb index 9eefb6b119..b7dc6411ae 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -11,29 +11,29 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2018_03_01_preview::Zones module Models + ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + CaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType RecordSetUpdateParameters = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters - ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord RecordSetListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult + AaaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + ARecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord MxRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord - SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource PtrRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord - NsRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord SrvRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord CnameRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord - SoaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord - Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource RecordSet = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSet - ZoneUpdate = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate - TxtRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord ZoneListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult - AaaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord - CaaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + TxtRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord + NsRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord + SoaRecord = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord TrackedResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::TrackedResource Zone = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Zone ProxyResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ProxyResource AzureEntityResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::AzureEntityResource - ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType + Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource end class DnsManagementClass @@ -67,56 +67,53 @@ def method_missing(method, *args) end class ModelClasses + def zone_update + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + end + def caa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + end + def zone_type + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType + end def record_set_update_parameters Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters end - def arecord - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord - end def record_set_list_result Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult end + def aaaa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + end + def arecord + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ARecord + end def mx_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::MxRecord end - def sub_resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource - end def ptr_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::PtrRecord end - def ns_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord - end def srv_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::SrvRecord end def cname_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::CnameRecord end - def soa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord - end - def resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource - end def record_set Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSet end - def zone_update - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneUpdate + def zone_list_result + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult end def txt_record Azure::Dns::Mgmt::V2018_03_01_preview::Models::TxtRecord end - def zone_list_result - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneListResult - end - def aaaa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::AaaaRecord + def ns_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::NsRecord end - def caa_record - Azure::Dns::Mgmt::V2018_03_01_preview::Models::CaaRecord + def soa_record + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SoaRecord end def tracked_resource Azure::Dns::Mgmt::V2018_03_01_preview::Models::TrackedResource @@ -130,12 +127,15 @@ def proxy_resource def azure_entity_resource Azure::Dns::Mgmt::V2018_03_01_preview::Models::AzureEntityResource end - def zone_type - Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType - end def record_type Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType end + def resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + end + def sub_resource + Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + 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 31c2610086..db0841e439 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,28 +9,32 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models - ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule - EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + ImageObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + EntitiesEntityPresentationInfo = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + Places = Azure::CognitiveServices::EntitySearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::EntitySearch::V1_0::Models::Place Organization = Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization - CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork Intangible = Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution - MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction @@ -49,12 +53,8 @@ module Models Hotel = Azure::CognitiveServices::EntitySearch::V1_0::Models::Hotel EntityQueryScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityQueryScenario EntityScenario = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario - EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType - ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end class EntitySearchDataClass @@ -87,50 +87,68 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse end - def query_context - Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities end - def contractual_rules_contractual_rule - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse end - def entities_entity_presentation_info - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + def query_context + Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + def response_base + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase end - def image_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer end def response Azure::CognitiveServices::EntitySearch::V1_0::Models::Response end + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + end def thing Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + def safe_search + Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch end - def places - Azure::CognitiveServices::EntitySearch::V1_0::Models::Places + def response_format + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + def image_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::ImageObject end - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + def media_object + Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject + end + def error_sub_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode + end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + end + def contractual_rules_contractual_rule + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule + end + def entities_entity_presentation_info + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntitiesEntityPresentationInfo + end + def places + Azure::CognitiveServices::EntitySearch::V1_0::Models::Places end def postal_address Azure::CognitiveServices::EntitySearch::V1_0::Models::PostalAddress @@ -141,18 +159,12 @@ def place def organization Azure::CognitiveServices::EntitySearch::V1_0::Models::Organization end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - end def intangible Azure::CognitiveServices::EntitySearch::V1_0::Models::Intangible end def contractual_rules_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution end - def media_object - Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject - end def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end @@ -207,23 +219,11 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def entity_type - Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType - end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode - end def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end - def response_format - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat - end - def safe_search - Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch + def entity_type + Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end end end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index df9094bef8..fefd8d97a4 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -187,12 +187,12 @@ def job_state end end module Mgmt + Topics = Azure::EventGrid::Mgmt::V2018_09_15_preview::Topics + TopicTypes = Azure::EventGrid::Mgmt::V2018_09_15_preview::TopicTypes + Operations = Azure::EventGrid::Mgmt::V2018_09_15_preview::Operations Domains = Azure::EventGrid::Mgmt::V2018_09_15_preview::Domains DomainTopics = Azure::EventGrid::Mgmt::V2018_09_15_preview::DomainTopics EventSubscriptions = Azure::EventGrid::Mgmt::V2018_09_15_preview::EventSubscriptions - Operations = Azure::EventGrid::Mgmt::V2018_09_15_preview::Operations - Topics = Azure::EventGrid::Mgmt::V2018_09_15_preview::Topics - TopicTypes = Azure::EventGrid::Mgmt::V2018_09_15_preview::TopicTypes module Models TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicSharedAccessKeys @@ -209,16 +209,14 @@ module Models JsonFieldWithDefault = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonFieldWithDefault RetryPolicy = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::RetryPolicy JsonField = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonField - Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource - OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult DomainsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainsListResult - Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionDestination OperationInfo = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationInfo + OperationsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination - EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult DomainRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainRegenerateKeyRequest EventTypesListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventTypesListResult + EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypesListResult Domain = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Domain @@ -242,21 +240,23 @@ module Models HybridConnectionEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::HybridConnectionEventSubscriptionDestination EventSubscription = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscription JsonInputSchemaMapping = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonInputSchemaMapping - TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource Topic = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Topic EventType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventType TopicTypeInfo = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeInfo DomainProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainProvisioningState InputSchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::InputSchema EventSubscriptionProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState - EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema + TrackedResource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState - ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState + ResourceRegionType = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + Resource = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + Operation = Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation end class EventGridManagementClass - attr_reader :domains, :domain_topics, :event_subscriptions, :operations, :topics, :topic_types, :configurable, :base_url, :options, :model_classes + attr_reader :topics, :topic_types, :operations, :domains, :domain_topics, :event_subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -266,12 +266,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @topics = @client_0.topics + @topic_types = @client_0.topic_types + @operations = @client_0.operations @domains = @client_0.domains @domain_topics = @client_0.domain_topics @event_subscriptions = @client_0.event_subscriptions - @operations = @client_0.operations - @topics = @client_0.topics - @topic_types = @client_0.topic_types @model_classes = ModelClasses.new end @@ -332,36 +332,30 @@ def retry_policy def json_field Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonField end - def resource - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource - end - def operations_list_result - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult - end def domains_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainsListResult end - def operation - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation - end def event_subscription_destination Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionDestination end def operation_info Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationInfo end + def operations_list_result + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::OperationsListResult + end def dead_letter_destination Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DeadLetterDestination end - def event_subscriptions_list_result - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult - end def domain_regenerate_key_request Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::DomainRegenerateKeyRequest end def event_types_list_result Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventTypesListResult end + def event_subscriptions_list_result + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionsListResult + end def event_subscription_filter Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionFilter end @@ -431,9 +425,6 @@ def event_subscription def json_input_schema_mapping Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::JsonInputSchemaMapping end - def tracked_resource - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource - end def topic Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Topic end @@ -452,18 +443,27 @@ def input_schema def event_subscription_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventSubscriptionProvisioningState end - def event_delivery_schema - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema + def tracked_resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TrackedResource end def topic_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicProvisioningState end - def resource_region_type - Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + def event_delivery_schema + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::EventDeliverySchema end def topic_type_provisioning_state Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::TopicTypeProvisioningState end + def resource_region_type + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::ResourceRegionType + end + def resource + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Resource + end + def operation + Azure::EventGrid::Mgmt::V2018_09_15_preview::Models::Operation + end end end end diff --git a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb index a5450d9115..47683b49ea 100644 --- a/azure_sdk/lib/latest/modules/eventhub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventhub_profile_module.rb @@ -9,34 +9,34 @@ module EventHub module Mgmt Operations = Azure::EventHub::Mgmt::V2018_01_01_preview::Operations Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters - Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces + Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration module Models - ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction + Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay - ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier + Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult - Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation - Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties ClusterListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult IpFilterRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult ClusterSku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult - TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster + TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule - VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction end class EventHubManagementClass - attr_reader :operations, :clusters, :configuration, :namespaces, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :clusters, :namespaces, :configuration, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -48,8 +48,8 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @operations = @client_0.operations @clusters = @client_0.clusters - @configuration = @client_0.configuration @namespaces = @client_0.namespaces + @configuration = @client_0.configuration @model_classes = ModelClasses.new end @@ -68,14 +68,26 @@ def method_missing(method, *args) end class ModelClasses - def cluster_quota_configuration_properties - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + def resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + end + def ipaction + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction + end + def sku + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku end def operation_display Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay end - def error_response - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse + def sku_tier + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier + end + def operation + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + end + def virtual_network_rule + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule end def operation_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult @@ -83,14 +95,11 @@ def operation_list_result def virtual_network_rule_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult end - def resource - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - end - def operation - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation + def error_response + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse end - def sku - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku + def cluster_quota_configuration_properties + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties end def cluster_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult @@ -104,30 +113,21 @@ def cluster_sku def ehnamespace_list_result Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult end - def tracked_resource - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource - end def cluster Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster end + def tracked_resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource + end def ehnamespace Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace end def ip_filter_rule Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule end - def virtual_network_rule - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule - end def sku_name Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName end - def sku_tier - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - end - def ipaction - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction - 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 49fe08428f..001e56e66f 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,39 +6,22 @@ module Azure::Profiles::Latest module Face - Face = Azure::CognitiveServices::Face::V1_0::Face - PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations + Face = Azure::CognitiveServices::Face::V1_0::Face + PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson module Models - FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest - Error = Azure::CognitiveServices::Face::V1_0::Models::Error - SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace - FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle - GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest - FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks - GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult - HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose - IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest - HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor - IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate - Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup - IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult - Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory - VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest Exposure = Azure::CognitiveServices::Face::V1_0::Models::Exposure VerifyFaceToFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToFaceRequest FaceAttributes = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributes VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise - ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace @@ -48,20 +31,37 @@ module Models FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup Person = Azure::CognitiveServices::Face::V1_0::Models::Person - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender 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 ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType + IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate + Error = Azure::CognitiveServices::Face::V1_0::Models::Error + APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError + FaceRectangle = Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle + ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl + FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks + GroupRequest = Azure::CognitiveServices::Face::V1_0::Models::GroupRequest + HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose + GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult + HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor + IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest + Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup + Accessory = Azure::CognitiveServices::Face::V1_0::Models::Accessory + VerifyFaceToPersonRequest = Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest end class FaceDataClass - attr_reader :face, :person_group_person, :person_group_operations, :face_list_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_operations, :face_list_operations, :face, :person_group_person, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -71,10 +71,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @face = @client_0.face - @person_group_person = @client_0.person_group_person @person_group_operations = @client_0.person_group_operations @face_list_operations = @client_0.face_list_operations + @face = @client_0.face + @person_group_person = @client_0.person_group_person @model_classes = ModelClasses.new end @@ -93,51 +93,6 @@ def method_missing(method, *args) end class ModelClasses - def find_similar_request - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest - end - def error - Azure::CognitiveServices::Face::V1_0::Models::Error - end - def similar_face - Azure::CognitiveServices::Face::V1_0::Models::SimilarFace - end - def face_rectangle - Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle - end - def group_request - Azure::CognitiveServices::Face::V1_0::Models::GroupRequest - end - def face_landmarks - Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks - end - def group_result - Azure::CognitiveServices::Face::V1_0::Models::GroupResult - end - def head_pose - Azure::CognitiveServices::Face::V1_0::Models::HeadPose - end - def identify_request - Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest - end - def hair_color - Azure::CognitiveServices::Face::V1_0::Models::HairColor - end - def identify_candidate - Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate - end - def makeup - Azure::CognitiveServices::Face::V1_0::Models::Makeup - end - def identify_result - Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult - end - def accessory - Azure::CognitiveServices::Face::V1_0::Models::Accessory - end - def verify_face_to_person_request - Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest - end def exposure Azure::CognitiveServices::Face::V1_0::Models::Exposure end @@ -150,9 +105,6 @@ def face_attributes def verify_result Azure::CognitiveServices::Face::V1_0::Models::VerifyResult end - def apierror - Azure::CognitiveServices::Face::V1_0::Models::APIError - end def persisted_face Azure::CognitiveServices::Face::V1_0::Models::PersistedFace end @@ -171,9 +123,6 @@ def occlusion def noise Azure::CognitiveServices::Face::V1_0::Models::Noise end - def image_url - Azure::CognitiveServices::Face::V1_0::Models::ImageUrl - end def hair Azure::CognitiveServices::Face::V1_0::Models::Hair end @@ -201,9 +150,6 @@ def person_group def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender - end def glasses_type Azure::CognitiveServices::Face::V1_0::Models::GlassesType end @@ -222,6 +168,9 @@ def exposure_level def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end + def identify_result + Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult + end def find_similar_match_mode Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end @@ -231,6 +180,57 @@ def training_status_type def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end + def identify_candidate + Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate + end + def error + Azure::CognitiveServices::Face::V1_0::Models::Error + end + def apierror + Azure::CognitiveServices::Face::V1_0::Models::APIError + end + def face_rectangle + Azure::CognitiveServices::Face::V1_0::Models::FaceRectangle + end + def image_url + Azure::CognitiveServices::Face::V1_0::Models::ImageUrl + end + def find_similar_request + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest + end + def similar_face + Azure::CognitiveServices::Face::V1_0::Models::SimilarFace + end + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender + end + def face_landmarks + Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks + end + def group_request + Azure::CognitiveServices::Face::V1_0::Models::GroupRequest + end + def head_pose + Azure::CognitiveServices::Face::V1_0::Models::HeadPose + end + def group_result + Azure::CognitiveServices::Face::V1_0::Models::GroupResult + end + def hair_color + Azure::CognitiveServices::Face::V1_0::Models::HairColor + end + def identify_request + Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest + end + def makeup + Azure::CognitiveServices::Face::V1_0::Models::Makeup + end + def accessory + Azure::CognitiveServices::Face::V1_0::Models::Accessory + end + def verify_face_to_person_request + Azure::CognitiveServices::Face::V1_0::Models::VerifyFaceToPersonRequest + end end end end diff --git a/azure_sdk/lib/latest/modules/features_profile_module.rb b/azure_sdk/lib/latest/modules/features_profile_module.rb index b35902ef72..014d2eec97 100644 --- a/azure_sdk/lib/latest/modules/features_profile_module.rb +++ b/azure_sdk/lib/latest/modules/features_profile_module.rb @@ -10,12 +10,12 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureProperties = Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties - Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation + OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureOperationsListResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult - OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation FeatureResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end class FeaturesManagementClass @@ -48,24 +48,24 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay - end def feature_properties Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties end - def operation - Azure::Features::Mgmt::V2015_12_01::Models::Operation + def operation_display + Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay end def feature_operations_list_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult end - def operation_list_result - Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + def operation + Azure::Features::Mgmt::V2015_12_01::Models::Operation end def feature_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult end + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + end end end end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index fada59715e..7051a92cf4 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,60 +6,76 @@ module Azure::Profiles::Latest module GraphRbac - Objects = Azure::GraphRbac::V1_6::Objects + Users = Azure::GraphRbac::V1_6::Users + Domains = Azure::GraphRbac::V1_6::Domains + SignedInUser = Azure::GraphRbac::V1_6::SignedInUser Applications = Azure::GraphRbac::V1_6::Applications + DeletedApplications = Azure::GraphRbac::V1_6::DeletedApplications Groups = Azure::GraphRbac::V1_6::Groups ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals - Users = Azure::GraphRbac::V1_6::Users - Domains = Azure::GraphRbac::V1_6::Domains + Objects = Azure::GraphRbac::V1_6::Objects + OAuth2PermissionGrantOperations = Azure::GraphRbac::V1_6::OAuth2PermissionGrantOperations module Models - GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters - GraphError = Azure::GraphRbac::V1_6::Models::GraphError - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters - KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential - ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess - GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult - ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult - ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult - GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + ServicePrincipalObjectResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult + KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + ServicePrincipalBase = Azure::GraphRbac::V1_6::Models::ServicePrincipalBase + PreAuthorizedApplicationExtension = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationExtension + OAuth2PermissionGrantListResult = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult + KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential + OAuth2PermissionGrant = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant + AppRole = Azure::GraphRbac::V1_6::Models::AppRole DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult - PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential + AddOwnerParameters = Azure::GraphRbac::V1_6::Models::AddOwnerParameters ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + OptionalClaims = Azure::GraphRbac::V1_6::Models::OptionalClaims PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile - DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess UserBase = Azure::GraphRbac::V1_6::Models::UserBase - AADObject = Azure::GraphRbac::V1_6::Models::AADObject - Domain = Azure::GraphRbac::V1_6::Models::Domain - RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + GraphError = Azure::GraphRbac::V1_6::Models::GraphError SignInName = Azure::GraphRbac::V1_6::Models::SignInName - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - Application = Azure::GraphRbac::V1_6::Models::Application ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup + ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + ServicePrincipalUpdateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - User = Azure::GraphRbac::V1_6::Models::User UserType = Azure::GraphRbac::V1_6::Models::UserType + ConsentType = Azure::GraphRbac::V1_6::Models::ConsentType + Domain = Azure::GraphRbac::V1_6::Models::Domain + GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters + Application = Azure::GraphRbac::V1_6::Models::Application + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + User = Azure::GraphRbac::V1_6::Models::User + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters + GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + OAuth2Permission = Azure::GraphRbac::V1_6::Models::OAuth2Permission + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + PreAuthorizedApplicationPermission = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationPermission + InformationalUrl = Azure::GraphRbac::V1_6::Models::InformationalUrl + PreAuthorizedApplication = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplication + OptionalClaim = Azure::GraphRbac::V1_6::Models::OptionalClaim + DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject + PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential + GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult + RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + ApplicationBase = Azure::GraphRbac::V1_6::Models::ApplicationBase + GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult end class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes + attr_reader :users, :domains, :signed_in_user, :applications, :deleted_applications, :groups, :service_principals, :objects, :oauth2_permission_grant_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +85,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @objects = @client_0.objects + @users = @client_0.users + @domains = @client_0.domains + @signed_in_user = @client_0.signed_in_user @applications = @client_0.applications + @deleted_applications = @client_0.deleted_applications @groups = @client_0.groups @service_principals = @client_0.service_principals - @users = @client_0.users - @domains = @client_0.domains + @objects = @client_0.objects + @oauth2_permission_grant_operations = @client_0.oauth2_permission_grant_operations @model_classes = ModelClasses.new end @@ -93,131 +112,170 @@ def method_missing(method, *args) end class ModelClasses - def group_add_member_parameters - Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters - end - def graph_error - Azure::GraphRbac::V1_6::Models::GraphError - end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end - def key_credential - Azure::GraphRbac::V1_6::Models::KeyCredential - end - def resource_access - Azure::GraphRbac::V1_6::Models::ResourceAccess - end - def group_list_result - Azure::GraphRbac::V1_6::Models::GroupListResult - end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters - end - def group_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult end def user_get_member_groups_result Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult end - def application_list_result - Azure::GraphRbac::V1_6::Models::ApplicationListResult + def user_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end - def group_get_member_groups_result - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + def service_principal_object_result + Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult + end + def check_group_membership_parameters + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters end def key_credential_list_result Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end - def check_group_membership_parameters - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + def check_group_membership_result + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult end def key_credentials_update_parameters Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters end - def check_group_membership_result - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + def service_principal_base + Azure::GraphRbac::V1_6::Models::ServicePrincipalBase end - def password_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + def pre_authorized_application_extension + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationExtension end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + def oauth2_permission_grant_list_result + Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult + def key_credential + Azure::GraphRbac::V1_6::Models::KeyCredential + end + def oauth2_permission_grant + Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant + end + def app_role + Azure::GraphRbac::V1_6::Models::AppRole end def domain_list_result Azure::GraphRbac::V1_6::Models::DomainListResult end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential + def add_owner_parameters + Azure::GraphRbac::V1_6::Models::AddOwnerParameters end def service_principal_list_result Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + def optional_claims + Azure::GraphRbac::V1_6::Models::OptionalClaims end def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end - def directory_object_list_result - Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + def resource_access + Azure::GraphRbac::V1_6::Models::ResourceAccess end def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def aadobject - Azure::GraphRbac::V1_6::Models::AADObject - end - def domain - Azure::GraphRbac::V1_6::Models::Domain + def directory_object_list_result + Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + def application_list_result + Azure::GraphRbac::V1_6::Models::ApplicationListResult end def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + def graph_error + Azure::GraphRbac::V1_6::Models::GraphError end def sign_in_name Azure::GraphRbac::V1_6::Models::SignInName end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters + def adgroup + Azure::GraphRbac::V1_6::Models::ADGroup end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject + def service_principal_update_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters end - def user_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end + def user_update_parameters + Azure::GraphRbac::V1_6::Models::UserUpdateParameters + end + def user_type + Azure::GraphRbac::V1_6::Models::UserType + end + def consent_type + Azure::GraphRbac::V1_6::Models::ConsentType + end + def domain + Azure::GraphRbac::V1_6::Models::Domain + end + def group_create_parameters + Azure::GraphRbac::V1_6::Models::GroupCreateParameters end def application Azure::GraphRbac::V1_6::Models::Application end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + end + def user + Azure::GraphRbac::V1_6::Models::User end def user_create_parameters Azure::GraphRbac::V1_6::Models::UserCreateParameters end - def user_update_parameters - Azure::GraphRbac::V1_6::Models::UserUpdateParameters + def group_add_member_parameters + Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters end - def user - Azure::GraphRbac::V1_6::Models::User + def oauth2_permission + Azure::GraphRbac::V1_6::Models::OAuth2Permission end - def user_type - Azure::GraphRbac::V1_6::Models::UserType + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + end + def password_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + end + def pre_authorized_application_permission + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationPermission + end + def informational_url + Azure::GraphRbac::V1_6::Models::InformationalUrl + end + def pre_authorized_application + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplication + end + def optional_claim + Azure::GraphRbac::V1_6::Models::OptionalClaim + end + def directory_object + Azure::GraphRbac::V1_6::Models::DirectoryObject + end + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential + end + def group_list_result + Azure::GraphRbac::V1_6::Models::GroupListResult + end + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + end + def group_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters + end + def application_base + Azure::GraphRbac::V1_6::Models::ApplicationBase + end + def group_get_member_groups_result + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult 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 f384643ee1..fcaf3a4cb9 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,64 +9,64 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models - 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 - TrendingImagesCategory = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory - Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - 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 - ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata - ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption - ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile - ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule - Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization - AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating - Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer - AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer - MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject - ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject - SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images - Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages - WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person - Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage - StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency 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 + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + 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 + 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 ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense - SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize - ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType - ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule + InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag + RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule + PropertiesItem = Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem + RecognizedEntityGroup = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup + 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 + ImagesImageMetadata = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata + ImageInsightsImageCaption = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption + TrendingImagesTile = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile + ImagesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule + AggregateRating = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating + Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer + AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer + ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery end class ImageSearchDataClass @@ -99,179 +99,179 @@ def method_missing(method, *args) end class ModelClasses - def related_searches_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule + def recipe + Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe end - def insights_tag - Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag + def normalized_rectangle + Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle end - def recognized_entities_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule + def recognized_entity + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity end - def properties_item - Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem + def recognized_entity_region + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion end - def recognized_entity_group - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup + def image_insights + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights end - def trending_images_category - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory + def trending_images + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages end - def query - Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + def rating + Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end - def pivot_suggestions - Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions + def collection_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end - def related_collections_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule + def currency + Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency end - def image_tags_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule + def item_availability + Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end - def recipes_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule + def image_crop_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end - def images_image_metadata - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata + def image_insight_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end - def image_insights_image_caption - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption + def person + Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse end def response_base Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer end - def trending_images_tile - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer end - def images_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response end def thing Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing end - def organization - Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork end - def aggregate_rating - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable end - def offer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode end - def aggregate_offer - Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer + def safe_search + Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end - def media_object - Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query end def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end - def search_results_answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + def media_object + Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject end - def identifiable - Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + def web_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage end - def response - Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + def error_sub_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode end - def answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end - def creative_work - Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + def image_aspect + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + def image_color + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end - def image_gallery - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery + def freshness + Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end - def recipe - Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe + def image_content + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end - def normalized_rectangle - Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle + def image_type + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType end - def recognized_entity - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity + def image_license + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense end - def recognized_entity_region - Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion + def image_size + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize end - def image_insights - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights + def organization + Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization end - def trending_images - Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages + def intangible + Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible end - def web_page - Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + def structured_value + Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end - def person - Azure::CognitiveServices::ImageSearch::V1_0::Models::Person + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end - def intangible - Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible + def related_searches_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end - def rating - Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating + def insights_tag + Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag end - def collection_page - Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage + def recognized_entities_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule end - def structured_value - Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue + def properties_item + Azure::CognitiveServices::ImageSearch::V1_0::Models::PropertiesItem end - def currency - Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency + def recognized_entity_group + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityGroup end - def item_availability - Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability + def trending_images_category + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesCategory end - def error_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + def pivot_suggestions + Azure::CognitiveServices::ImageSearch::V1_0::Models::PivotSuggestions end - def error_sub_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode + def related_collections_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedCollectionsModule end - def image_aspect - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect + def image_tags_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageTagsModule end - def image_color - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor + def recipes_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::RecipesModule end - def freshness - Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + def images_image_metadata + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesImageMetadata end - def image_content - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent + def image_insights_image_caption + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightsImageCaption end - def image_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType + def trending_images_tile + Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImagesTile end - def image_license - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + def images_module + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImagesModule end - def safe_search - Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch + def aggregate_rating + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateRating end - def image_size - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize + def offer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer end - def image_crop_type - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + def aggregate_offer + Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer end - def image_insight_module - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + def image_gallery + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery end end end diff --git a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb index 72c6b47929..cc1b0adc95 100644 --- a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module IotCentral module Mgmt - Apps = Azure::IotCentral::Mgmt::V2018_09_01::Apps Operations = Azure::IotCentral::Mgmt::V2018_09_01::Operations + Apps = Azure::IotCentral::Mgmt::V2018_09_01::Apps module Models - AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult - AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay - AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation ErrorResponseBody = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorResponseBody OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult - Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + AppPatch = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs - ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails AppAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku end class IotCentralManagementClass - attr_reader :apps, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :apps, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @apps = @client_0.apps @operations = @client_0.operations + @apps = @client_0.apps @model_classes = ModelClasses.new end @@ -57,18 +57,15 @@ def method_missing(method, *args) end class ModelClasses - def app_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + def resource + Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource end - def app_sku_info - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + def error_details + Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails end def operation_display Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay end - def app_patch - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch - end def operation Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation end @@ -78,15 +75,18 @@ def error_response_body def operation_list_result Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult end - def resource - Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + def app_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult + end + def app_sku_info + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + end + def app_patch + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppPatch end def operation_inputs Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs end - def error_details - Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails - end def app_availability_info Azure::IotCentral::Mgmt::V2018_09_01::Models::AppAvailabilityInfo end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index af6e3b6a7e..fa41104469 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -13,7 +13,6 @@ module Mgmt Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates module Models - ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties IotHubQuotaMetricInfoListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfoListResult @@ -39,14 +38,9 @@ module Models EventHubConsumerGroupsListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubConsumerGroupsListResult IotHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubProperties IotHubSkuDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult - Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult - OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay - OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs - OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription - Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties @@ -55,13 +49,13 @@ module Models RoutingMessage = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage StorageEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties TestAllRoutesInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult TestAllRoutesResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult CertificateVerificationDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput - IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange @@ -73,23 +67,29 @@ module Models TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest - Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest - IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription + IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights - IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType + IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription RoutingSource = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource - OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities - IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier - EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType - JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus - IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType + EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason - TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity + TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay + Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs end class IotHubManagementClass @@ -125,9 +125,6 @@ def method_missing(method, *args) end class ModelClasses - def error_details - Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails - end def iot_hub_quota_metric_info Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo end @@ -203,30 +200,15 @@ def iot_hub_properties def iot_hub_sku_description_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult end - def resource - Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - end def iot_hub_description_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult end - def operation_display - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay - end - def operation_inputs - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs - end - def operation_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult - end def iot_hub_name_availability_info Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo end def certificate_description Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription end - def name - Azure::IotHub::Mgmt::V2018_04_01::Models::Name - end def certificate_with_nonce_description Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription end @@ -251,6 +233,9 @@ def storage_endpoint_properties def test_all_routes_input Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end def operations_monitoring_properties Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties end @@ -269,9 +254,6 @@ def certificate_verification_description def test_route_input Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput end - def ip_filter_rule - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule - end def route_error_position Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition end @@ -305,56 +287,74 @@ def routing_event_hub_properties def export_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest end - def operation - Azure::IotHub::Mgmt::V2018_04_01::Models::Operation - end def import_devices_request Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest end - def iot_hub_description - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription + def ip_filter_rule + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule end def access_rights Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights end - def ip_filter_action_type - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType + def iot_hub_description + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription end def routing_source Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource end - def operation_monitoring_level - Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + def ip_filter_action_type + Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType end def capabilities Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities end - def iot_hub_sku - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + def operation_monitoring_level + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel end def iot_hub_sku_tier Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier end - def endpoint_health_status - Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + def iot_hub_sku + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku end def job_type Azure::IotHub::Mgmt::V2018_04_01::Models::JobType end - def job_status - Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + def endpoint_health_status + Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + end + def iot_hub_name_unavailability_reason + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason end def iot_hub_scale_type Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType end - def iot_hub_name_unavailability_reason - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason + def route_error_severity + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity end def test_result_status Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus end - def route_error_severity - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity + def resource + Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + end + def error_details + Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + end + def operation_display + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay + end + def operation + Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + end + def operation_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult + end + def job_status + Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus + end + def operation_inputs + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs end end end diff --git a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb index c1b29471fb..87edb26d16 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -9,103 +9,103 @@ module Azure::Profiles::Latest module KeyVault module Models - KeyRestoreParameters = Azure::KeyVault::V7_0::Models::KeyRestoreParameters - SecretSetParameters = Azure::KeyVault::V7_0::Models::SecretSetParameters - JsonWebKey = Azure::KeyVault::V7_0::Models::JsonWebKey - SecretUpdateParameters = Azure::KeyVault::V7_0::Models::SecretUpdateParameters - KeyBundle = Azure::KeyVault::V7_0::Models::KeyBundle - CertificateCreateParameters = Azure::KeyVault::V7_0::Models::CertificateCreateParameters + JsonWebKeySignatureAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm + Action = Azure::KeyVault::V7_0::Models::Action + KeyOperationsParameters = Azure::KeyVault::V7_0::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V7_0::Models::KeySignParameters + JsonWebKey = Azure::KeyVault::V7_0::Models::JsonWebKey KeyVerifyParameters = Azure::KeyVault::V7_0::Models::KeyVerifyParameters - BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult + KeyBundle = Azure::KeyVault::V7_0::Models::KeyBundle KeyUpdateParameters = Azure::KeyVault::V7_0::Models::KeyUpdateParameters - SecretItem = Azure::KeyVault::V7_0::Models::SecretItem + KeyImportParameters = Azure::KeyVault::V7_0::Models::KeyImportParameters + BackupCertificateResult = Azure::KeyVault::V7_0::Models::BackupCertificateResult Attributes = Azure::KeyVault::V7_0::Models::Attributes KeyVaultError = Azure::KeyVault::V7_0::Models::KeyVaultError - SecretRestoreParameters = Azure::KeyVault::V7_0::Models::SecretRestoreParameters - SasDefinitionAttributes = Azure::KeyVault::V7_0::Models::SasDefinitionAttributes + SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle SasDefinitionUpdateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters KeyItem = Azure::KeyVault::V7_0::Models::KeyItem - CertificateIssuerItem = Azure::KeyVault::V7_0::Models::CertificateIssuerItem - SasDefinitionListResult = Azure::KeyVault::V7_0::Models::SasDefinitionListResult - SecretProperties = Azure::KeyVault::V7_0::Models::SecretProperties + SecretRestoreParameters = Azure::KeyVault::V7_0::Models::SecretRestoreParameters + SasDefinitionAttributes = Azure::KeyVault::V7_0::Models::SasDefinitionAttributes + StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters + KeyRestoreParameters = Azure::KeyVault::V7_0::Models::KeyRestoreParameters + KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties + SecretSetParameters = Azure::KeyVault::V7_0::Models::SecretSetParameters + SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + SecretUpdateParameters = Azure::KeyVault::V7_0::Models::SecretUpdateParameters + Trigger = Azure::KeyVault::V7_0::Models::Trigger + CertificateCreateParameters = Azure::KeyVault::V7_0::Models::CertificateCreateParameters + DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult CertificateImportParameters = Azure::KeyVault::V7_0::Models::CertificateImportParameters - X509CertificateProperties = Azure::KeyVault::V7_0::Models::X509CertificateProperties + CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy CertificateUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateUpdateParameters - Action = Azure::KeyVault::V7_0::Models::Action + SasDefinitionItem = Azure::KeyVault::V7_0::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V7_0::Models::CertificateMergeParameters - IssuerParameters = Azure::KeyVault::V7_0::Models::IssuerParameters CertificateIssuerSetParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters - CertificateBundle = Azure::KeyVault::V7_0::Models::CertificateBundle + Error = Azure::KeyVault::V7_0::Models::Error CertificateIssuerUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters - DeletedSasDefinitionListResult = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter - CertificateOperation = Azure::KeyVault::V7_0::Models::CertificateOperation + IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V7_0::Models::KeyOperationResult - AdministratorDetails = Azure::KeyVault::V7_0::Models::AdministratorDetails + Contacts = Azure::KeyVault::V7_0::Models::Contacts KeyVerifyResult = Azure::KeyVault::V7_0::Models::KeyVerifyResult - IssuerAttributes = Azure::KeyVault::V7_0::Models::IssuerAttributes KeyListResult = Azure::KeyVault::V7_0::Models::KeyListResult - Contact = Azure::KeyVault::V7_0::Models::Contact + SasDefinitionCreateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters DeletedKeyListResult = Azure::KeyVault::V7_0::Models::DeletedKeyListResult - KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters + CertificateIssuerItem = Azure::KeyVault::V7_0::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V7_0::Models::SecretListResult - KeyOperationsParameters = Azure::KeyVault::V7_0::Models::KeyOperationsParameters + X509CertificateProperties = Azure::KeyVault::V7_0::Models::X509CertificateProperties DeletedSecretListResult = Azure::KeyVault::V7_0::Models::DeletedSecretListResult - SecretBundle = Azure::KeyVault::V7_0::Models::SecretBundle + IssuerParameters = Azure::KeyVault::V7_0::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V7_0::Models::CertificateListResult - StorageRestoreParameters = Azure::KeyVault::V7_0::Models::StorageRestoreParameters + SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle DeletedCertificateListResult = Azure::KeyVault::V7_0::Models::DeletedCertificateListResult - KeyProperties = Azure::KeyVault::V7_0::Models::KeyProperties + AdministratorDetails = Azure::KeyVault::V7_0::Models::AdministratorDetails CertificateIssuerListResult = Azure::KeyVault::V7_0::Models::CertificateIssuerListResult - Trigger = Azure::KeyVault::V7_0::Models::Trigger + Contact = Azure::KeyVault::V7_0::Models::Contact BackupKeyResult = Azure::KeyVault::V7_0::Models::BackupKeyResult - CertificatePolicy = Azure::KeyVault::V7_0::Models::CertificatePolicy + SecretItem = Azure::KeyVault::V7_0::Models::SecretItem BackupSecretResult = Azure::KeyVault::V7_0::Models::BackupSecretResult - Error = Azure::KeyVault::V7_0::Models::Error - BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult - OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails + SecretProperties = Azure::KeyVault::V7_0::Models::SecretProperties PendingCertificateSigningRequestResult = Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult - Contacts = Azure::KeyVault::V7_0::Models::Contacts + CertificateBundle = Azure::KeyVault::V7_0::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V7_0::Models::StorageAccountAttributes + IssuerAttributes = Azure::KeyVault::V7_0::Models::IssuerAttributes StorageBundle = Azure::KeyVault::V7_0::Models::StorageBundle - CertificateItem = Azure::KeyVault::V7_0::Models::CertificateItem - SasDefinitionItem = Azure::KeyVault::V7_0::Models::SasDefinitionItem - LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction + SasDefinitionListResult = Azure::KeyVault::V7_0::Models::SasDefinitionListResult StorageAccountCreateParameters = Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters - IssuerCredentials = Azure::KeyVault::V7_0::Models::IssuerCredentials + CertificateOperation = Azure::KeyVault::V7_0::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters - KeyImportParameters = Azure::KeyVault::V7_0::Models::KeyImportParameters - StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters - SubjectAlternativeNames = Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + BackupStorageResult = Azure::KeyVault::V7_0::Models::BackupStorageResult + KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V7_0::Models::StorageAccountItem - IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle - SasDefinitionBundle = Azure::KeyVault::V7_0::Models::SasDefinitionBundle - SasDefinitionCreateParameters = Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters - StorageListResult = Azure::KeyVault::V7_0::Models::StorageListResult - CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters - DeletedStorageListResult = Azure::KeyVault::V7_0::Models::DeletedStorageListResult + LifetimeAction = Azure::KeyVault::V7_0::Models::LifetimeAction KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes + CertificateItem = Azure::KeyVault::V7_0::Models::CertificateItem + StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes - DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle + IssuerCredentials = Azure::KeyVault::V7_0::Models::IssuerCredentials + StorageListResult = Azure::KeyVault::V7_0::Models::StorageListResult + CertificateRestoreParameters = Azure::KeyVault::V7_0::Models::CertificateRestoreParameters + DeletedStorageListResult = Azure::KeyVault::V7_0::Models::DeletedStorageListResult DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem CertificateAttributes = Azure::KeyVault::V7_0::Models::CertificateAttributes DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle - DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem - DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle - DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem - DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle - DeletedSasDefinitionItem = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem + DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle JsonWebKeyType = Azure::KeyVault::V7_0::Models::JsonWebKeyType JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel - KeyUsageType = Azure::KeyVault::V7_0::Models::KeyUsageType + DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem ActionType = Azure::KeyVault::V7_0::Models::ActionType JsonWebKeyOperation = Azure::KeyVault::V7_0::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm - JsonWebKeySignatureAlgorithm = Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm + KeyUsageType = Azure::KeyVault::V7_0::Models::KeyUsageType + DeletedStorageBundle = Azure::KeyVault::V7_0::Models::DeletedStorageBundle + DeletedStorageAccountItem = Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + DeletedSasDefinitionBundle = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + DeletedSasDefinitionItem = Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem SasTokenType = Azure::KeyVault::V7_0::Models::SasTokenType end @@ -138,38 +138,35 @@ def method_missing(method, *args) end class ModelClasses - def key_restore_parameters - Azure::KeyVault::V7_0::Models::KeyRestoreParameters - end - def secret_set_parameters - Azure::KeyVault::V7_0::Models::SecretSetParameters - end - def json_web_key - Azure::KeyVault::V7_0::Models::JsonWebKey - end - def secret_update_parameters - Azure::KeyVault::V7_0::Models::SecretUpdateParameters + def json_web_key_signature_algorithm + Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm end - def key_bundle - Azure::KeyVault::V7_0::Models::KeyBundle + def action + Azure::KeyVault::V7_0::Models::Action end - def certificate_create_parameters - Azure::KeyVault::V7_0::Models::CertificateCreateParameters + def key_operations_parameters + Azure::KeyVault::V7_0::Models::KeyOperationsParameters end def key_sign_parameters Azure::KeyVault::V7_0::Models::KeySignParameters end + def json_web_key + Azure::KeyVault::V7_0::Models::JsonWebKey + end def key_verify_parameters Azure::KeyVault::V7_0::Models::KeyVerifyParameters end - def backup_certificate_result - Azure::KeyVault::V7_0::Models::BackupCertificateResult + def key_bundle + Azure::KeyVault::V7_0::Models::KeyBundle end def key_update_parameters Azure::KeyVault::V7_0::Models::KeyUpdateParameters end - def secret_item - Azure::KeyVault::V7_0::Models::SecretItem + def key_import_parameters + Azure::KeyVault::V7_0::Models::KeyImportParameters + end + def backup_certificate_result + Azure::KeyVault::V7_0::Models::BackupCertificateResult end def attributes Azure::KeyVault::V7_0::Models::Attributes @@ -177,198 +174,192 @@ def attributes def key_vault_error Azure::KeyVault::V7_0::Models::KeyVaultError end + def secret_bundle + Azure::KeyVault::V7_0::Models::SecretBundle + end + def sas_definition_update_parameters + Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters + end + def key_item + Azure::KeyVault::V7_0::Models::KeyItem + end def secret_restore_parameters Azure::KeyVault::V7_0::Models::SecretRestoreParameters end def sas_definition_attributes Azure::KeyVault::V7_0::Models::SasDefinitionAttributes end - def sas_definition_update_parameters - Azure::KeyVault::V7_0::Models::SasDefinitionUpdateParameters + def storage_restore_parameters + Azure::KeyVault::V7_0::Models::StorageRestoreParameters end - def key_item - Azure::KeyVault::V7_0::Models::KeyItem + def key_restore_parameters + Azure::KeyVault::V7_0::Models::KeyRestoreParameters end - def certificate_issuer_item - Azure::KeyVault::V7_0::Models::CertificateIssuerItem + def key_properties + Azure::KeyVault::V7_0::Models::KeyProperties end - def sas_definition_list_result - Azure::KeyVault::V7_0::Models::SasDefinitionListResult + def secret_set_parameters + Azure::KeyVault::V7_0::Models::SecretSetParameters end - def secret_properties - Azure::KeyVault::V7_0::Models::SecretProperties + def subject_alternative_names + Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + end + def secret_update_parameters + Azure::KeyVault::V7_0::Models::SecretUpdateParameters + end + def trigger + Azure::KeyVault::V7_0::Models::Trigger + end + def certificate_create_parameters + Azure::KeyVault::V7_0::Models::CertificateCreateParameters + end + def deleted_sas_definition_list_result + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult end def certificate_import_parameters Azure::KeyVault::V7_0::Models::CertificateImportParameters end - def x509_certificate_properties - Azure::KeyVault::V7_0::Models::X509CertificateProperties + def certificate_policy + Azure::KeyVault::V7_0::Models::CertificatePolicy end def certificate_update_parameters Azure::KeyVault::V7_0::Models::CertificateUpdateParameters end - def action - Azure::KeyVault::V7_0::Models::Action + def sas_definition_item + Azure::KeyVault::V7_0::Models::SasDefinitionItem end def certificate_merge_parameters Azure::KeyVault::V7_0::Models::CertificateMergeParameters end - def issuer_parameters - Azure::KeyVault::V7_0::Models::IssuerParameters - end def certificate_issuer_set_parameters Azure::KeyVault::V7_0::Models::CertificateIssuerSetParameters end - def certificate_bundle - Azure::KeyVault::V7_0::Models::CertificateBundle + def error + Azure::KeyVault::V7_0::Models::Error end def certificate_issuer_update_parameters Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters end - def deleted_sas_definition_list_result - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionListResult + def organization_details + Azure::KeyVault::V7_0::Models::OrganizationDetails end def certificate_operation_update_parameter Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter end - def certificate_operation - Azure::KeyVault::V7_0::Models::CertificateOperation + def issuer_bundle + Azure::KeyVault::V7_0::Models::IssuerBundle end def key_operation_result Azure::KeyVault::V7_0::Models::KeyOperationResult end - def administrator_details - Azure::KeyVault::V7_0::Models::AdministratorDetails + def contacts + Azure::KeyVault::V7_0::Models::Contacts end def key_verify_result Azure::KeyVault::V7_0::Models::KeyVerifyResult end - def issuer_attributes - Azure::KeyVault::V7_0::Models::IssuerAttributes - end def key_list_result Azure::KeyVault::V7_0::Models::KeyListResult end - def contact - Azure::KeyVault::V7_0::Models::Contact + def sas_definition_create_parameters + Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters end def deleted_key_list_result Azure::KeyVault::V7_0::Models::DeletedKeyListResult end - def key_create_parameters - Azure::KeyVault::V7_0::Models::KeyCreateParameters + def certificate_issuer_item + Azure::KeyVault::V7_0::Models::CertificateIssuerItem end def secret_list_result Azure::KeyVault::V7_0::Models::SecretListResult end - def key_operations_parameters - Azure::KeyVault::V7_0::Models::KeyOperationsParameters + def x509_certificate_properties + Azure::KeyVault::V7_0::Models::X509CertificateProperties end def deleted_secret_list_result Azure::KeyVault::V7_0::Models::DeletedSecretListResult end - def secret_bundle - Azure::KeyVault::V7_0::Models::SecretBundle + def issuer_parameters + Azure::KeyVault::V7_0::Models::IssuerParameters end def certificate_list_result Azure::KeyVault::V7_0::Models::CertificateListResult end - def storage_restore_parameters - Azure::KeyVault::V7_0::Models::StorageRestoreParameters + def sas_definition_bundle + Azure::KeyVault::V7_0::Models::SasDefinitionBundle end def deleted_certificate_list_result Azure::KeyVault::V7_0::Models::DeletedCertificateListResult end - def key_properties - Azure::KeyVault::V7_0::Models::KeyProperties + def administrator_details + Azure::KeyVault::V7_0::Models::AdministratorDetails end def certificate_issuer_list_result Azure::KeyVault::V7_0::Models::CertificateIssuerListResult end - def trigger - Azure::KeyVault::V7_0::Models::Trigger + def contact + Azure::KeyVault::V7_0::Models::Contact end def backup_key_result Azure::KeyVault::V7_0::Models::BackupKeyResult end - def certificate_policy - Azure::KeyVault::V7_0::Models::CertificatePolicy + def secret_item + Azure::KeyVault::V7_0::Models::SecretItem end def backup_secret_result Azure::KeyVault::V7_0::Models::BackupSecretResult end - def error - Azure::KeyVault::V7_0::Models::Error - end - def backup_storage_result - Azure::KeyVault::V7_0::Models::BackupStorageResult - end - def organization_details - Azure::KeyVault::V7_0::Models::OrganizationDetails + def secret_properties + Azure::KeyVault::V7_0::Models::SecretProperties end def pending_certificate_signing_request_result Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult end - def contacts - Azure::KeyVault::V7_0::Models::Contacts + def certificate_bundle + Azure::KeyVault::V7_0::Models::CertificateBundle end def storage_account_attributes Azure::KeyVault::V7_0::Models::StorageAccountAttributes end + def issuer_attributes + Azure::KeyVault::V7_0::Models::IssuerAttributes + end def storage_bundle Azure::KeyVault::V7_0::Models::StorageBundle end - def certificate_item - Azure::KeyVault::V7_0::Models::CertificateItem - end - def sas_definition_item - Azure::KeyVault::V7_0::Models::SasDefinitionItem - end - def lifetime_action - Azure::KeyVault::V7_0::Models::LifetimeAction + def sas_definition_list_result + Azure::KeyVault::V7_0::Models::SasDefinitionListResult end def storage_account_create_parameters Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters end - def issuer_credentials - Azure::KeyVault::V7_0::Models::IssuerCredentials + def certificate_operation + Azure::KeyVault::V7_0::Models::CertificateOperation end def storage_account_update_parameters Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters end - def key_import_parameters - Azure::KeyVault::V7_0::Models::KeyImportParameters - end - def storage_account_regenerte_key_parameters - Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + def backup_storage_result + Azure::KeyVault::V7_0::Models::BackupStorageResult end - def subject_alternative_names - Azure::KeyVault::V7_0::Models::SubjectAlternativeNames + def key_create_parameters + Azure::KeyVault::V7_0::Models::KeyCreateParameters end def storage_account_item Azure::KeyVault::V7_0::Models::StorageAccountItem end - def issuer_bundle - Azure::KeyVault::V7_0::Models::IssuerBundle - end - def sas_definition_bundle - Azure::KeyVault::V7_0::Models::SasDefinitionBundle - end - def sas_definition_create_parameters - Azure::KeyVault::V7_0::Models::SasDefinitionCreateParameters - end - def storage_list_result - Azure::KeyVault::V7_0::Models::StorageListResult - end - def certificate_restore_parameters - Azure::KeyVault::V7_0::Models::CertificateRestoreParameters - end - def deleted_storage_list_result - Azure::KeyVault::V7_0::Models::DeletedStorageListResult + def lifetime_action + Azure::KeyVault::V7_0::Models::LifetimeAction end def key_attributes Azure::KeyVault::V7_0::Models::KeyAttributes end + def certificate_item + Azure::KeyVault::V7_0::Models::CertificateItem + end + def storage_account_regenerte_key_parameters + Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + end def deleted_key_bundle Azure::KeyVault::V7_0::Models::DeletedKeyBundle end @@ -378,8 +369,17 @@ def deleted_key_item def secret_attributes Azure::KeyVault::V7_0::Models::SecretAttributes end - def deleted_secret_bundle - Azure::KeyVault::V7_0::Models::DeletedSecretBundle + def issuer_credentials + Azure::KeyVault::V7_0::Models::IssuerCredentials + end + def storage_list_result + Azure::KeyVault::V7_0::Models::StorageListResult + end + def certificate_restore_parameters + Azure::KeyVault::V7_0::Models::CertificateRestoreParameters + end + def deleted_storage_list_result + Azure::KeyVault::V7_0::Models::DeletedStorageListResult end def deleted_secret_item Azure::KeyVault::V7_0::Models::DeletedSecretItem @@ -390,20 +390,8 @@ def certificate_attributes def deleted_certificate_bundle Azure::KeyVault::V7_0::Models::DeletedCertificateBundle end - def deleted_certificate_item - Azure::KeyVault::V7_0::Models::DeletedCertificateItem - end - def deleted_storage_bundle - Azure::KeyVault::V7_0::Models::DeletedStorageBundle - end - def deleted_storage_account_item - Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem - end - def deleted_sas_definition_bundle - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle - end - def deleted_sas_definition_item - Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem + def deleted_secret_bundle + Azure::KeyVault::V7_0::Models::DeletedSecretBundle end def json_web_key_type Azure::KeyVault::V7_0::Models::JsonWebKeyType @@ -414,8 +402,8 @@ def json_web_key_curve_name def deletion_recovery_level Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel end - def key_usage_type - Azure::KeyVault::V7_0::Models::KeyUsageType + def deleted_certificate_item + Azure::KeyVault::V7_0::Models::DeletedCertificateItem end def action_type Azure::KeyVault::V7_0::Models::ActionType @@ -426,8 +414,20 @@ def json_web_key_operation def json_web_key_encryption_algorithm Azure::KeyVault::V7_0::Models::JsonWebKeyEncryptionAlgorithm end - def json_web_key_signature_algorithm - Azure::KeyVault::V7_0::Models::JsonWebKeySignatureAlgorithm + def key_usage_type + Azure::KeyVault::V7_0::Models::KeyUsageType + end + def deleted_storage_bundle + Azure::KeyVault::V7_0::Models::DeletedStorageBundle + end + def deleted_storage_account_item + Azure::KeyVault::V7_0::Models::DeletedStorageAccountItem + end + def deleted_sas_definition_bundle + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionBundle + end + def deleted_sas_definition_item + Azure::KeyVault::V7_0::Models::DeletedSasDefinitionItem end def sas_token_type Azure::KeyVault::V7_0::Models::SasTokenType @@ -439,42 +439,42 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2018_02_14::Operations module Models - VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters + Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation + StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions + OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason + CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode + CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule Permissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions - DeletedVault = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule + NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + OperationDisplay = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay + DeletedVault = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultListResult - NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet DeletedVaultListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultListResult - VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties - Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource - DeletedVaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties + VaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties + VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult - VaultPatchParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters + VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters - AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult - VaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties - OperationDisplay = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay - VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters + VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification - VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + VaultPatchParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification - Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku - Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation - VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties - OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + DeletedVaultProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties Vault = Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault + NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet SkuName = Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName KeyPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions - StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions - CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode - NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions - NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction - Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind end class KeyVaultManagementClass @@ -508,84 +508,105 @@ def method_missing(method, *args) end class ModelClasses - def vault_access_policy_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters + def operation + Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation + end + def storage_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions + end + def operation_list_result + Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + end + def reason + Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason + end + def create_mode + Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode + end + def certificate_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + end + def sku + Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + end + def virtual_network_rule + Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule end def permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions end - def deleted_vault - Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + end + def resource + Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource end def iprule Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule end + def network_rule_bypass_options + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + end + def network_rule_action + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + end + def operation_display + Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay + end + def deleted_vault + Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVault + end def vault_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultListResult end - def network_rule_set - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet - end def deleted_vault_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultListResult end - def vault_patch_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties - end - def resource - Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource + def vault_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties end - def deleted_vault_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties + def vault_access_policy_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties end def resource_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult end - def vault_patch_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters + def vault_create_or_update_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters end def vault_check_name_availability_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters end - def access_policy_entry - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry + def vault_access_policy_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters end def check_name_availability_result Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult end - def vault_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultProperties - end - def operation_display - Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay - end - def vault_create_or_update_parameters - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters + def vault_patch_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties end def log_specification Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification end - def virtual_network_rule - Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + def vault_patch_parameters + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters end def service_specification Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification end - def sku - Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku - end - def operation - Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation - end - def vault_access_policy_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyProperties + def access_policy_entry + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry end - def operation_list_result - Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultProperties end def vault Azure::KeyVault::Mgmt::V2018_02_14::Models::Vault end + def network_rule_set + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet + end def sku_name Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName end @@ -595,27 +616,6 @@ def key_permissions def secret_permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions - end - def storage_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions - end - def create_mode - Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode - end - def network_rule_bypass_options - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions - end - def network_rule_action - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction - end - def reason - Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason - end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind - end end end end diff --git a/azure_sdk/lib/latest/modules/kusto_profile_module.rb b/azure_sdk/lib/latest/modules/kusto_profile_module.rb index 26b5d00da1..9809619309 100644 --- a/azure_sdk/lib/latest/modules/kusto_profile_module.rb +++ b/azure_sdk/lib/latest/modules/kusto_profile_module.rb @@ -7,12 +7,36 @@ module Azure::Profiles::Latest module Kusto module Mgmt + Operations = Azure::Kusto::Mgmt::V2018_09_07_preview::Operations Clusters = Azure::Kusto::Mgmt::V2018_09_07_preview::Clusters Databases = Azure::Kusto::Mgmt::V2018_09_07_preview::Databases EventHubConnections = Azure::Kusto::Mgmt::V2018_09_07_preview::EventHubConnections - Operations = Azure::Kusto::Mgmt::V2018_09_07_preview::Operations module Models + DatabaseCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseCheckNameRequest + DatabaseListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseListResult + CheckNameResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult + ClusterUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate + ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterCheckNameRequest + Cluster = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster + EventHubConnectionUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionUpdate + DatabaseUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate + AzureSkuName = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName + EventHubConnection = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection + DataFormat = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat + AzureScaleType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType + DatabasePrincipalType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + TrackedResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource + ProxyResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource + AzureEntityResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource + Resource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + State = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State + OperationDisplay = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay + Operation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation + OperationListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult + ProvisioningState = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState + Database = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database DatabasePrincipalListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalListResult DatabasePrincipalListRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalListRequest AzureSku = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSku @@ -22,40 +46,16 @@ module Models EventHubConnectionValidation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidation TrustedExternalTenant = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrustedExternalTenant AzureCapacity = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureCapacity - OperationListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult DatabaseStatistics = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseStatistics - Operation = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation - OperationDisplay = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay ListResourceSkusResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListResourceSkusResult - ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult ListSkusResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListSkusResult - Resource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + ClusterListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult EventHubConnectionValidationResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidationResult - ClusterCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterCheckNameRequest DatabasePrincipal = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipal - DatabaseCheckNameRequest = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseCheckNameRequest - DatabaseListResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseListResult - CheckNameResult = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult - Cluster = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster - ClusterUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate - Database = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database - DatabaseUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate - EventHubConnectionUpdate = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionUpdate - EventHubConnection = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection - TrackedResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource - AzureEntityResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource - ProxyResource = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource - State = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State - ProvisioningState = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState - AzureSkuName = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName - AzureScaleType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType - DataFormat = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat - DatabasePrincipalRole = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole - DatabasePrincipalType = Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType end class KustoManagementClass - attr_reader :clusters, :databases, :event_hub_connections, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :clusters, :databases, :event_hub_connections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -65,10 +65,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @clusters = @client_0.clusters @databases = @client_0.databases @event_hub_connections = @client_0.event_hub_connections - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -87,6 +87,78 @@ def method_missing(method, *args) end class ModelClasses + def database_check_name_request + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseCheckNameRequest + end + def database_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseListResult + end + def check_name_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult + end + def cluster_update + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate + end + def cluster_check_name_request + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterCheckNameRequest + end + def cluster + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster + end + def event_hub_connection_update + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionUpdate + end + def database_update + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate + end + def azure_sku_name + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName + end + def event_hub_connection + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection + end + def data_format + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat + end + def azure_scale_type + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType + end + def database_principal_type + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType + end + def database_principal_role + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole + end + def tracked_resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource + end + def proxy_resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource + end + def azure_entity_resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource + end + def resource + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + end + def state + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State + end + def operation_display + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay + end + def operation + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation + end + def operation_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult + end + def provisioning_state + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState + end + def database + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database + end def database_principal_list_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalListResult end @@ -114,96 +186,24 @@ def trusted_external_tenant def azure_capacity Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureCapacity end - def operation_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationListResult - end def database_statistics Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseStatistics end - def operation - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Operation - end - def operation_display - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::OperationDisplay - end def list_resource_skus_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListResourceSkusResult end - def cluster_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult - end def list_skus_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ListSkusResult end - def resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Resource + def cluster_list_result + Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterListResult end def event_hub_connection_validation_result Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionValidationResult end - def cluster_check_name_request - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterCheckNameRequest - end def database_principal Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipal end - def database_check_name_request - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseCheckNameRequest - end - def database_list_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseListResult - end - def check_name_result - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::CheckNameResult - end - def cluster - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Cluster - end - def cluster_update - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ClusterUpdate - end - def database - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::Database - end - def database_update - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabaseUpdate - end - def event_hub_connection_update - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnectionUpdate - end - def event_hub_connection - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::EventHubConnection - end - def tracked_resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::TrackedResource - end - def azure_entity_resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureEntityResource - end - def proxy_resource - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProxyResource - end - def state - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::State - end - def provisioning_state - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::ProvisioningState - end - def azure_sku_name - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureSkuName - end - def azure_scale_type - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::AzureScaleType - end - def data_format - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DataFormat - end - def database_principal_role - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalRole - end - def database_principal_type - Azure::Kusto::Mgmt::V2018_09_07_preview::Models::DatabasePrincipalType - end end end end diff --git a/azure_sdk/lib/latest/modules/links_profile_module.rb b/azure_sdk/lib/latest/modules/links_profile_module.rb index c35b95d1e8..2645ebac39 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -15,9 +15,9 @@ module Models OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation + ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult - ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end @@ -64,15 +64,15 @@ def resource_link_properties def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + end def resource_link_filter Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter end def operation_list_result Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult end - def resource_link - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink - end def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter end diff --git a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb index e8979b0ba2..4e152a212e 100644 --- a/azure_sdk/lib/latest/modules/localsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/localsearch_profile_module.rb @@ -9,32 +9,32 @@ module LocalSearch Local = Azure::CognitiveServices::LocalSearch::V1_0::Local module Models - ResponseBase = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase - GeoCoordinates = Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse EntitiesEntityPresentationInfo = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntitiesEntityPresentationInfo - QueryContext = Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext - Error = Azure::CognitiveServices::LocalSearch::V1_0::Models::Error - SearchResultsAnswer = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer Places = Azure::CognitiveServices::LocalSearch::V1_0::Models::Places PostalAddress = Azure::CognitiveServices::LocalSearch::V1_0::Models::PostalAddress Place = Azure::CognitiveServices::LocalSearch::V1_0::Models::Place - Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action - Identifiable = Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + 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 + Answer = Azure::CognitiveServices::LocalSearch::V1_0::Models::Answer Response = Azure::CognitiveServices::LocalSearch::V1_0::Models::Response + StructuredValue = Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue Thing = Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing - SearchResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse - Answer = Azure::CognitiveServices::LocalSearch::V1_0::Models::Answer - ErrorResponse = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse CreativeWork = Azure::CognitiveServices::LocalSearch::V1_0::Models::CreativeWork - Intangible = Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible SearchAction = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchAction - StructuredValue = Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue + Identifiable = Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + SearchResultsAnswer = Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer + 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 + Action = Azure::CognitiveServices::LocalSearch::V1_0::Models::Action EntityType = Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType - ErrorCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode - ResponseFormat = Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat - SafeSearch = Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + Error = Azure::CognitiveServices::LocalSearch::V1_0::Models::Error end class LocalSearchDataClass @@ -67,24 +67,12 @@ def method_missing(method, *args) end class ModelClasses - def response_base - Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase - end - def geo_coordinates - Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates + 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 query_context - Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext - end - def error - Azure::CognitiveServices::LocalSearch::V1_0::Models::Error - end - def search_results_answer - Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer - end def places Azure::CognitiveServices::LocalSearch::V1_0::Models::Places end @@ -94,56 +82,68 @@ def postal_address def place Azure::CognitiveServices::LocalSearch::V1_0::Models::Place end - def action - Azure::CognitiveServices::LocalSearch::V1_0::Models::Action + def error_response + Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse end - def identifiable - Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + def intangible + Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible end - def response - Azure::CognitiveServices::LocalSearch::V1_0::Models::Response + def query_context + Azure::CognitiveServices::LocalSearch::V1_0::Models::QueryContext end - def thing - Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing + def geo_coordinates + Azure::CognitiveServices::LocalSearch::V1_0::Models::GeoCoordinates end - def search_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResponse + def response_base + Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseBase end def answer Azure::CognitiveServices::LocalSearch::V1_0::Models::Answer end - def error_response - Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorResponse + def response + Azure::CognitiveServices::LocalSearch::V1_0::Models::Response + end + def structured_value + Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue + end + def thing + Azure::CognitiveServices::LocalSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::LocalSearch::V1_0::Models::CreativeWork end - def intangible - Azure::CognitiveServices::LocalSearch::V1_0::Models::Intangible - end def search_action Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchAction end - def structured_value - Azure::CognitiveServices::LocalSearch::V1_0::Models::StructuredValue + def identifiable + Azure::CognitiveServices::LocalSearch::V1_0::Models::Identifiable + end + def search_results_answer + Azure::CognitiveServices::LocalSearch::V1_0::Models::SearchResultsAnswer + 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 action + Azure::CognitiveServices::LocalSearch::V1_0::Models::Action + end def entity_type Azure::CognitiveServices::LocalSearch::V1_0::Models::EntityType end - def error_code - Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorCode - end def error_sub_code Azure::CognitiveServices::LocalSearch::V1_0::Models::ErrorSubCode end - def response_format - Azure::CognitiveServices::LocalSearch::V1_0::Models::ResponseFormat - end - def safe_search - Azure::CognitiveServices::LocalSearch::V1_0::Models::SafeSearch + def error + Azure::CognitiveServices::LocalSearch::V1_0::Models::Error end end end diff --git a/azure_sdk/lib/latest/modules/logic_profile_module.rb b/azure_sdk/lib/latest/modules/logic_profile_module.rb index 43a536dea9..441956d03f 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -31,8 +31,18 @@ module Mgmt Operations = Azure::Logic::Mgmt::V2018_07_01_preview::Operations module Models + ErrorResponse = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse + OperationDisplay = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay + Operation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + OperationListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + SkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + ContentHash = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash + ContentLink = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink + SubResource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource + KeyVaultKeyReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference + Sku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku + KeyType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType X12EnvelopeOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12EnvelopeOverride - Resource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource X12ValidationOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ValidationOverride ResourceReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ResourceReference X12MessageIdentifier = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageIdentifier @@ -50,20 +60,15 @@ module Models X12AcknowledgementSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AcknowledgementSettings WorkflowTriggerCallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerCallbackUrl X12MessageFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageFilter - ContentHash = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash X12SecuritySettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12SecuritySettings RequestHistoryListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryListResult X12ProcessingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ProcessingSettings WorkflowTriggerHistoryFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryFilter - SubResource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource RequestHistoryProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryProperties - Sku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku WorkflowRunFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunFilter WorkflowRunListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunListResult Expression = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Expression - ErrorResponse = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse WorkflowListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowListResult - Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request JsonSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::JsonSchema WorkflowRunActionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionListResult X12ProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ProtocolSettings @@ -71,9 +76,10 @@ module Models X12OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12OneWayAgreement BatchConfigurationCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationCollection X12AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AgreementContent - GetCallbackUrlParameters = Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters + Resource = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource EdifactValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationSettings BatchReleaseCriteria = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchReleaseCriteria + GetCallbackUrlParameters = Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters EdifactFramingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactFramingSettings IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaFilter EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeSettings @@ -83,128 +89,122 @@ module Models EdifactMessageFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageFilter B2BPartnerContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::B2BPartnerContent EdifactProcessingSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProcessingSettings - AssemblyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerFilter + AssemblyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection EdifactMessageIdentifier = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageIdentifier - AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings EdifactSchemaReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference AS2SecuritySettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2SecuritySettings + AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings EdifactValidationOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationOverride - AS2EnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings EdifactDelimiterOverride = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride AS2ProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ProtocolSettings + AS2EnvelopeSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings EdifactProtocolSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProtocolSettings - RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence EdifactOneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement WorkflowTriggerFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerFilter - EdifactAgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent + RecurrenceScheduleOccurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence Correlation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation AgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementContent WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryListResult RunCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation - Response = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult RetryHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RetryHistory IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementFilter RegenerateActionParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RegenerateActionParameter KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReferenceKeyVault IntegrationAccountListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountListResult - KeyVaultKeyReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaListResult OperationResultProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResultProperties IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapListResult IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificateListResult + Request = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request PartnerContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerContent IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionFilter AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MessageConnectionSettings WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinitionCollection AS2ValidationSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ValidationSettings - IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult + EdifactAgreementContent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent AS2OneWayAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement - OperationDisplay = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay - WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries - Operation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult WorkflowRunTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger - OperationListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries + CallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl WorkflowRunActionFilter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter RepetitionIndex = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex - CallbackUrl = Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl - ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition - BusinessIdentity = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes AS2MdnSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings - KeyVaultKey = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey + BusinessIdentity = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity WorkflowTriggerRecurrence = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence + Response = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response KeyVaultKeyCollection = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection - ErrorProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties TrackingEventErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema + ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition TrackingEvent = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent AS2ErrorSettings = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings + ErrorProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties + KeyVaultKey = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey TrackingEventsDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition IntegrationAccountSku = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSku SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition - ContentLink = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink ErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult - ExpressionTraces = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces - Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow WorkflowVersion = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion - WorkflowTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger - WorkflowTriggerHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory + Workflow = Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow WorkflowOutputParameter = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter + WorkflowTrigger = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger WorkflowRun = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun WorkflowRunAction = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction - IntegrationAccount = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount IntegrationAccountSchema = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema + ExpressionTraces = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces IntegrationAccountMap = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap IntegrationAccountPartner = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner - IntegrationAccountAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement IntegrationAccountCertificate = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate + WorkflowTriggerHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory IntegrationAccountSession = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession - KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference ExpressionRoot = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot - AzureResourceErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition - OperationResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult + IntegrationAccount = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount RunActionCorrelation = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation AssemblyDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition - ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition AssemblyProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties - BatchConfigurationProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties + IntegrationAccountAgreement = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement BatchConfiguration = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration RequestHistory = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistory WorkflowProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState - WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - SkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + AzureResourceErrorInfo = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo ParameterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType - WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState - WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus - RecurrenceFrequency = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + OperationResult = Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult + WorkflowState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState + ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition DaysOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek - DayOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek - KeyType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType - IntegrationAccountSkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName - SchemaType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType + BatchConfigurationProperties = Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties + RecurrenceFrequency = Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState MapType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType + IntegrationAccountSkuName = Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName PartnerType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType - AgreementType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType - HashingAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm + DayOfWeek = Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek + KeyVaultReference = Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference EncryptionAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm - SigningAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm + HashingAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy - X12CharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet - SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix + SigningAlgorithm = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm + WorkflowStatus = Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus X12DateFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat + SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix + AgreementType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType X12TimeFormat = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat + SchemaType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType + EdifactDecimalIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator + EdifactCharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet UsageIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator MessageFilterType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType - EdifactCharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet - EdifactDecimalIndicator = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator - TrackEventsOperationOptions = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions EventLevel = Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel TrackingRecordType = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType + TrackEventsOperationOptions = Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions + X12CharacterSet = Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet end class LogicManagementClass @@ -258,12 +258,42 @@ def method_missing(method, *args) end class ModelClasses + def error_response + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse + end + def operation_display + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay + end + def operation + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + end + def operation_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + end + def sku_name + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + end + def content_hash + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash + end + def content_link + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink + end + def sub_resource + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource + end + def key_vault_key_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference + end + def sku + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku + end + def key_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType + end def x12_envelope_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12EnvelopeOverride end - def resource - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource - end def x12_validation_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12ValidationOverride end @@ -315,9 +345,6 @@ def workflow_trigger_callback_url def x12_message_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12MessageFilter end - def content_hash - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentHash - end def x12_security_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12SecuritySettings end @@ -330,15 +357,9 @@ def x12_processing_settings def workflow_trigger_history_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistoryFilter end - def sub_resource - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SubResource - end def request_history_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::RequestHistoryProperties end - def sku - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Sku - end def workflow_run_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunFilter end @@ -348,15 +369,9 @@ def workflow_run_list_result def expression Azure::Logic::Mgmt::V2018_07_01_preview::Models::Expression end - def error_response - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorResponse - end def workflow_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowListResult end - def request - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request - end def json_schema Azure::Logic::Mgmt::V2018_07_01_preview::Models::JsonSchema end @@ -378,8 +393,8 @@ def batch_configuration_collection def x12_agreement_content Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12AgreementContent end - def get_callback_url_parameters - Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters + def resource + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Resource end def edifact_validation_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationSettings @@ -387,6 +402,9 @@ def edifact_validation_settings def batch_release_criteria Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchReleaseCriteria end + def get_callback_url_parameters + Azure::Logic::Mgmt::V2018_07_01_preview::Models::GetCallbackUrlParameters + end def edifact_framing_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactFramingSettings end @@ -414,53 +432,50 @@ def b2_bpartner_content def edifact_processing_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProcessingSettings end - def assembly_collection - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection - end def edifact_envelope_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactEnvelopeOverride end def integration_account_partner_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerFilter end + def assembly_collection + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyCollection + end def edifact_message_identifier Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactMessageIdentifier end - def as2_acknowledgement_connection_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings - end def edifact_schema_reference Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactSchemaReference end def as2_security_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2SecuritySettings end + def as2_acknowledgement_connection_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2AcknowledgementConnectionSettings + end def edifact_validation_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactValidationOverride end - def as2_envelope_settings - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings - end def edifact_delimiter_override Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDelimiterOverride end def as2_protocol_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ProtocolSettings end + def as2_envelope_settings + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2EnvelopeSettings + end def edifact_protocol_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactProtocolSettings end - def recurrence_schedule_occurrence - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence - end def edifact_one_way_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactOneWayAgreement end def workflow_trigger_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerFilter end - def edifact_agreement_content - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent + def recurrence_schedule_occurrence + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceScheduleOccurrence end def correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::Correlation @@ -474,9 +489,6 @@ def workflow_trigger_history_list_result def run_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunCorrelation end - def response - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response - end def integration_account_agreement_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreementListResult end @@ -495,9 +507,6 @@ def key_vault_key_reference_key_vault def integration_account_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountListResult end - def key_vault_key_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyReference - end def integration_account_schema_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchemaListResult end @@ -510,6 +519,9 @@ def integration_account_map_list_result def integration_account_certificate_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificateListResult end + def request + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Request + end def partner_content Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerContent end @@ -525,26 +537,23 @@ def workflow_run_action_repetition_definition_collection def as2_validation_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ValidationSettings end - def integration_account_session_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult + def edifact_agreement_content + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactAgreementContent end def as2_one_way_agreement Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2OneWayAgreement end - def operation_display - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationDisplay - end - def workflow_trigger_list_callback_url_queries - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries - end - def operation - Azure::Logic::Mgmt::V2018_07_01_preview::Models::Operation + def integration_account_session_list_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSessionListResult end def workflow_run_trigger Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunTrigger end - def operation_list_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationListResult + def workflow_trigger_list_callback_url_queries + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerListCallbackUrlQueries + end + def callback_url + Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl end def workflow_run_action_filter Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionFilter @@ -552,45 +561,45 @@ def workflow_run_action_filter def repetition_index Azure::Logic::Mgmt::V2018_07_01_preview::Models::RepetitionIndex end - def callback_url - Azure::Logic::Mgmt::V2018_07_01_preview::Models::CallbackUrl - end - def list_key_vault_keys_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition - end - def business_identity - Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity - end def key_vault_key_attributes Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyAttributes end def as2_mdn_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2MdnSettings end - def key_vault_key - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey + def business_identity + Azure::Logic::Mgmt::V2018_07_01_preview::Models::BusinessIdentity end def workflow_trigger_recurrence Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerRecurrence end + def response + Azure::Logic::Mgmt::V2018_07_01_preview::Models::Response + end def key_vault_key_collection Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKeyCollection end - def error_properties - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties - end def tracking_event_error_info Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventErrorInfo end def integration_account_map_properties_parameters_schema Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMapPropertiesParametersSchema end + def list_key_vault_keys_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ListKeyVaultKeysDefinition + end def tracking_event Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEvent end def as2_error_settings Azure::Logic::Mgmt::V2018_07_01_preview::Models::AS2ErrorSettings end + def error_properties + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorProperties + end + def key_vault_key + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultKey + end def tracking_events_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingEventsDefinition end @@ -600,74 +609,59 @@ def integration_account_sku def set_trigger_state_action_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::SetTriggerStateActionDefinition end - def content_link - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ContentLink - end def error_info Azure::Logic::Mgmt::V2018_07_01_preview::Models::ErrorInfo end def integration_account_partner_list_result Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartnerListResult end - def expression_traces - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces + def workflow_version + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion end def workflow Azure::Logic::Mgmt::V2018_07_01_preview::Models::Workflow end - def workflow_version - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowVersion + def workflow_output_parameter + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter end def workflow_trigger Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTrigger end - def workflow_trigger_history - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory - end - def workflow_output_parameter - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowOutputParameter - end def workflow_run Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRun end def workflow_run_action Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunAction end - def integration_account - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount - end def integration_account_schema Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSchema end + def expression_traces + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionTraces + end def integration_account_map Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountMap end def integration_account_partner Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountPartner end - def integration_account_agreement - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement - end def integration_account_certificate Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountCertificate end + def workflow_trigger_history + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerHistory + end def integration_account_session Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSession end - def key_vault_reference - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference - end def expression_root Azure::Logic::Mgmt::V2018_07_01_preview::Models::ExpressionRoot end - def azure_resource_error_info - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo - end def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowRunActionRepetitionDefinition end - def operation_result - Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult + def integration_account + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccount end def run_action_correlation Azure::Logic::Mgmt::V2018_07_01_preview::Models::RunActionCorrelation @@ -675,14 +669,11 @@ def run_action_correlation def assembly_definition Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyDefinition end - def artifact_content_properties_definition - Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition - end def assembly_properties Azure::Logic::Mgmt::V2018_07_01_preview::Models::AssemblyProperties end - def batch_configuration_properties - Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties + def integration_account_agreement + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountAgreement end def batch_configuration Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfiguration @@ -693,86 +684,89 @@ def request_history def workflow_provisioning_state Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowProvisioningState end - def workflow_state - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState - end - def sku_name - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SkuName + def azure_resource_error_info + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AzureResourceErrorInfo end def parameter_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::ParameterType end - def workflow_trigger_provisioning_state - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState + def operation_result + Azure::Logic::Mgmt::V2018_07_01_preview::Models::OperationResult end - def workflow_status - Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus + def workflow_state + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowState end - def recurrence_frequency - Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency + def artifact_content_properties_definition + Azure::Logic::Mgmt::V2018_07_01_preview::Models::ArtifactContentPropertiesDefinition end def days_of_week Azure::Logic::Mgmt::V2018_07_01_preview::Models::DaysOfWeek end - def day_of_week - Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek - end - def key_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyType + def batch_configuration_properties + Azure::Logic::Mgmt::V2018_07_01_preview::Models::BatchConfigurationProperties end - def integration_account_sku_name - Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName + def recurrence_frequency + Azure::Logic::Mgmt::V2018_07_01_preview::Models::RecurrenceFrequency end - def schema_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType + def workflow_trigger_provisioning_state + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowTriggerProvisioningState end def map_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::MapType end + def integration_account_sku_name + Azure::Logic::Mgmt::V2018_07_01_preview::Models::IntegrationAccountSkuName + end def partner_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::PartnerType end - def agreement_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + def day_of_week + Azure::Logic::Mgmt::V2018_07_01_preview::Models::DayOfWeek end - def hashing_algorithm - Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm + def key_vault_reference + Azure::Logic::Mgmt::V2018_07_01_preview::Models::KeyVaultReference end def encryption_algorithm Azure::Logic::Mgmt::V2018_07_01_preview::Models::EncryptionAlgorithm end - def signing_algorithm - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm + def hashing_algorithm + Azure::Logic::Mgmt::V2018_07_01_preview::Models::HashingAlgorithm end def trailing_separator_policy Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrailingSeparatorPolicy end - def x12_character_set - Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet + def signing_algorithm + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SigningAlgorithm end - def segment_terminator_suffix - Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix + def workflow_status + Azure::Logic::Mgmt::V2018_07_01_preview::Models::WorkflowStatus end def x12_date_format Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12DateFormat end + def segment_terminator_suffix + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SegmentTerminatorSuffix + end + def agreement_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::AgreementType + end def x12_time_format Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12TimeFormat end - def usage_indicator - Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator + def schema_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::SchemaType end - def message_filter_type - Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType + def edifact_decimal_indicator + Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator end def edifact_character_set Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactCharacterSet end - def edifact_decimal_indicator - Azure::Logic::Mgmt::V2018_07_01_preview::Models::EdifactDecimalIndicator + def usage_indicator + Azure::Logic::Mgmt::V2018_07_01_preview::Models::UsageIndicator end - def track_events_operation_options - Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions + def message_filter_type + Azure::Logic::Mgmt::V2018_07_01_preview::Models::MessageFilterType end def event_level Azure::Logic::Mgmt::V2018_07_01_preview::Models::EventLevel @@ -780,6 +774,12 @@ def event_level def tracking_record_type Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackingRecordType end + def track_events_operation_options + Azure::Logic::Mgmt::V2018_07_01_preview::Models::TrackEventsOperationOptions + end + def x12_character_set + Azure::Logic::Mgmt::V2018_07_01_preview::Models::X12CharacterSet + end end end end diff --git a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb index 4b198c7d23..1ca7c766b4 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -11,12 +11,13 @@ module Mgmt WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models + ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem - Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource WebServiceParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter RealtimeConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::RealtimeConfiguration WebServiceProperties = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties - StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount MachineLearningWorkspace = Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan TableSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification @@ -30,27 +31,26 @@ module Models WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification - OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult BlobLocation = Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo - ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification - AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration - OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort - OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + OutputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph - ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat - AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType - ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel end class MachineLearningManagementClass @@ -84,12 +84,18 @@ def method_missing(method, *args) end class ModelClasses + def parameter_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + end + def storage_account + Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + end + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + end def asset_item Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - end def web_service_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceParameter end @@ -99,9 +105,6 @@ def realtime_configuration def web_service_properties Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties end - def storage_account - Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount - end def machine_learning_workspace Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace end @@ -141,50 +144,44 @@ def graph_package def column_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification end - def operation_entity_list_result - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult - end def blob_location Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation end def paginated_web_services_list Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList end + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + end def module_asset_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter end def async_operation_error_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo end - def service_input_output_specification - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification - end - def async_operation_status - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus + def operation_entity_list_result + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult end def diagnostics_configuration Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration end - def operation_display_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + def service_input_output_specification + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification + end + def web_service + Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService end def output_port Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPort end - def operation_entity - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - end - def web_service - Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService + def operation_display_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo end def web_service_properties_for_graph Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState - end - def diagnostics_level - Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity end def column_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType @@ -192,8 +189,8 @@ def column_type def column_format Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat end - def asset_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState end def input_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType @@ -201,8 +198,11 @@ def input_port_type def output_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType end - def parameter_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + def asset_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType + end + def diagnostics_level + Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel end end end diff --git a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb index 582d5c3042..9fee5cb1e8 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -11,24 +11,24 @@ module Mgmt ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions module Models - Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity + Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource + Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan PlanPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable - ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization + Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult - ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact - Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource - GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition + GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType + ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application end class ManagedApplicationsManagementClass @@ -62,48 +62,39 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku + def identity + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity + end + def resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource end def plan Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan end - def identity - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity - end def plan_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable end - def error_response - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse - end def application_provider_authorization Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization end + def sku + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku + end def application_definition_list_result Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult end - def application_list_result - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult - end def application_artifact Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact end - def resource - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource - end - def generic_resource - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - end - def application - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application - end def application_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable end def application_definition Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition end + def generic_resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + end def provisioning_state Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState end @@ -116,6 +107,15 @@ def application_artifact_type def resource_identity_type Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType end + def error_response + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + end + def application_list_result + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + end + def application + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application + end end end end diff --git a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb index 14f3182b97..07d856a840 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -14,9 +14,9 @@ module Models Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation + UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities UserAssignedIdentitiesListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult - UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end class ManagedServiceIdentityManagementClass @@ -59,15 +59,15 @@ def operation_display def operation Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation end + def user_assigned_identities + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities + end def user_assigned_identities_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult end def operation_list_result Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end - def user_assigned_identities - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities - end end end end diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 80f1528636..cb368da651 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -7,21 +7,21 @@ module Azure::Profiles::Latest module MarketplaceOrdering module Mgmt - MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations + MarketplaceAgreements = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::MarketplaceAgreements module Models + Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms OperationDisplay = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay Operation = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation - ErrorResponseError = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult - ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse - Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource - AgreementTerms = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end class MarketplaceOrderingManagementClass - attr_reader :marketplace_agreements, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :marketplace_agreements, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -31,8 +31,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @marketplace_agreements = @client_0.marketplace_agreements @operations = @client_0.operations + @marketplace_agreements = @client_0.marketplace_agreements @model_classes = ModelClasses.new end @@ -51,26 +51,26 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay + def resource + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end - def operation - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation + def error_response + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse end def error_response_error Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError end - def operation_list_result - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms end - def error_response - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse + def operation_display + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay end - def resource - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + def operation + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + def operation_list_result + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult end end end diff --git a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb index 3268625d67..bd8ef96a9d 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -8,9 +8,7 @@ module Azure::Profiles::Latest module MediaServices module Mgmt AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters - Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations Mediaservices = Azure::MediaServices::Mgmt::V2018_07_01::Mediaservices - Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations Assets = Azure::MediaServices::Mgmt::V2018_07_01::Assets AssetFilters = Azure::MediaServices::Mgmt::V2018_07_01::AssetFilters ContentKeyPolicies = Azure::MediaServices::Mgmt::V2018_07_01::ContentKeyPolicies @@ -18,50 +16,48 @@ module Mgmt Jobs = Azure::MediaServices::Mgmt::V2018_07_01::Jobs StreamingPolicies = Azure::MediaServices::Mgmt::V2018_07_01::StreamingPolicies StreamingLocators = Azure::MediaServices::Mgmt::V2018_07_01::StreamingLocators + Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs + Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints module Models + CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput + Job = Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + OperationDisplay = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay + Operation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation + ServiceSpecification = Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification + OperationCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection + ODataError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError Codec = Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec PresentationTimeRange = Azure::MediaServices::Mgmt::V2018_07_01::Models::PresentationTimeRange ContentKeyPolicyProperties = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyProperties FirstQuality = Azure::MediaServices::Mgmt::V2018_07_01::Models::FirstQuality FilterTrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackSelection StreamingPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration - ODataError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError ContentKeyPolicyCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection AccountFilterCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilterCollection Preset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset - Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource FilterTrackPropertyCondition = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition - Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider StreamingPath = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath MetricDimension = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricDimension StreamingLocatorContentKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey - ServiceSpecification = Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification ListContentKeysResponse = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse - Operation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation Overlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay EntityNameAvailabilityCheckOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntityNameAvailabilityCheckOutput CommonEncryptionCbcs = Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCbcs SyncStorageKeysInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::SyncStorageKeysInput CommonEncryptionCenc = Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc - ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - OperationCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection LiveOutputListResult = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult - CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput LiveEventEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint AssetContainerSas = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas - OperationDisplay = Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay StorageEncryptedAssetDecryptionData = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData Metric = Azure::MediaServices::Mgmt::V2018_07_01::Models::Metric ListStreamingLocatorsResponse = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListStreamingLocatorsResponse MetricProperties = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricProperties StreamingPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration - Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location ListContainerSasInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput - StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction JobInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput StreamingPolicyContentKeys = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys @@ -71,7 +67,6 @@ module Models ContentKeyPolicyPlayReadyLicense = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense NoEncryption = Azure::MediaServices::Mgmt::V2018_07_01::Models::NoEncryption DefaultKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey - Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format ContentKeyPolicyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration EnabledProtocols = Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols TrackPropertyCondition = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCondition @@ -85,7 +80,6 @@ module Models Rectangle = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle IPRange = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange MediaServiceCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection - Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters AssetFileEncryptionMetadata = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer StreamingPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration @@ -121,8 +115,6 @@ module Models AssetStreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator TransformOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput AccountFilter = Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter - TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource MediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService Asset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset @@ -146,81 +138,89 @@ module Models AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video - Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image - ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat - PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio - VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer - H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer - JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat - Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer - PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset - StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset - TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat + StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay - Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs - JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset - Job = Azure::MediaServices::Mgmt::V2018_07_01::Models::Job - StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput - LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType - FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType - AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption - ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode - DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation + ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode - H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity + Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset - InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType - Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry - JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState + ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState - LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType end class MediaServicesManagementClass - attr_reader :account_filters, :operations, :mediaservices, :locations, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :configurable, :base_url, :options, :model_classes + attr_reader :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :operations, :live_events, :live_outputs, :locations, :streaming_endpoints, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -231,9 +231,7 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @account_filters = @client_0.account_filters - @operations = @client_0.operations @mediaservices = @client_0.mediaservices - @locations = @client_0.locations @assets = @client_0.assets @asset_filters = @client_0.asset_filters @content_key_policies = @client_0.content_key_policies @@ -241,8 +239,10 @@ def initialize(configurable, base_url=nil, options=nil) @jobs = @client_0.jobs @streaming_policies = @client_0.streaming_policies @streaming_locators = @client_0.streaming_locators + @operations = @client_0.operations @live_events = @client_0.live_events @live_outputs = @client_0.live_outputs + @locations = @client_0.locations @streaming_endpoints = @client_0.streaming_endpoints @model_classes = ModelClasses.new @@ -262,6 +262,27 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput + end + def job + Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + end + def operation_display + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay + end + def operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation + end + def service_specification + Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification + end + def operation_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection + end + def odata_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError + end def codec Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec end @@ -280,9 +301,6 @@ def filter_track_selection def streaming_policy_fair_play_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration end - def odata_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError - end def content_key_policy_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection end @@ -292,15 +310,9 @@ def account_filter_collection def preset Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset end - def resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource - end def filter_track_property_condition Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition end - def provider - Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider - end def streaming_path Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath end @@ -310,15 +322,9 @@ def metric_dimension def streaming_locator_content_key Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey end - def service_specification - Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification - end def list_content_keys_response Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse end - def operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation - end def overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay end @@ -334,27 +340,15 @@ def sync_storage_keys_input def common_encryption_cenc Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc end - def api_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - end - def operation_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection - end def live_output_list_result Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult end - def check_name_availability_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput - end def live_event_endpoint Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint end def asset_container_sas Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas end - def operation_display - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay - end def storage_encrypted_asset_decryption_data Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData end @@ -370,15 +364,9 @@ def metric_properties def streaming_policy_play_ready_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration end - def location - Azure::MediaServices::Mgmt::V2018_07_01::Models::Location - end def list_container_sas_input Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput end - def storage_account - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount - end def content_key_policy_play_ready_explicit_analog_television_restriction Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction end @@ -406,9 +394,6 @@ def no_encryption def default_key Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey end - def format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Format - end def content_key_policy_configuration Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration end @@ -448,9 +433,6 @@ def iprange def media_service_collection Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection end - def filters - Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters - end def asset_file_encryption_metadata Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata end @@ -556,12 +538,6 @@ def transform_output def account_filter Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource - end def media_service Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService end @@ -631,68 +607,68 @@ def audio_overlay def copy_video Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo end + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + end def video Azure::MediaServices::Mgmt::V2018_07_01::Models::Video end - def image - Azure::MediaServices::Mgmt::V2018_07_01::Models::Image - end - def image_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource end def jpg_format Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat end - def png_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + def image_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat end def copy_audio Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio end - def video_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + def png_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat end def h264_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer end - def h264_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + def video_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer end def jpg_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer end - def jpg_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + def h264_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video end def multi_bitrate_format Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat end - def mp4_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + def jpg_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage end def png_layer Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer end - def png_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + def mp4_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format end def built_in_standard_encoder_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset end - def standard_encoder_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + def png_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage end def video_analyzer_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset end - def transport_stream_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat + def standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset end def video_overlay Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay end - def transform - Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + def transport_stream_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat end def job_input_clip Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip @@ -700,20 +676,14 @@ def job_input_clip def job_inputs Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs end - def job_input_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset - end def job_input_http Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp end def job_output_asset Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset end - def job - Azure::MediaServices::Mgmt::V2018_07_01::Models::Job - end - def streaming_policy - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + def transform + Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform end def streaming_locator Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator @@ -721,8 +691,8 @@ def streaming_locator def live_output Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput end - def live_event - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + def job_input_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset end def streaming_endpoint Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint @@ -730,8 +700,8 @@ def streaming_endpoint def filter_track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType end - def filter_track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + def streaming_policy + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end def metric_unit Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit @@ -739,11 +709,8 @@ def metric_unit def metric_aggregation_type Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType end - def storage_account_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType - end - def asset_storage_encryption_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + def live_event + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent end def asset_container_permission Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission @@ -751,8 +718,8 @@ def asset_container_permission def content_key_policy_play_ready_unknown_output_passing_option Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption end - def content_key_policy_play_ready_license_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + def filter_track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation end def content_key_policy_play_ready_content_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType @@ -760,8 +727,8 @@ def content_key_policy_play_ready_content_type def content_key_policy_restriction_token_type Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType end - def content_key_policy_fair_play_rental_and_lease_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + def asset_storage_encryption_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat end def aac_audio_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile @@ -769,8 +736,8 @@ def aac_audio_profile def stretch_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode end - def deinterlace_parity - Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + def content_key_policy_play_ready_license_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType end def deinterlace_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode @@ -778,39 +745,45 @@ def deinterlace_mode def rotation Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end + def content_key_policy_fair_play_rental_and_lease_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + end def h264_video_profile Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile end def entropy_mode Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode end - def h264_complexity - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity + def provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider end def encoder_named_preset Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset end - def insights_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + def h264_complexity + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity end def on_error_type Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType end - def priority - Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + def deinterlace_parity + Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity end def job_error_code Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode end + def priority + Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + end + def insights_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + end def job_error_category Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory end def job_retry Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry end - def job_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState - end def track_property_type Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType end @@ -826,11 +799,20 @@ def streaming_policy_streaming_protocol def encryption_scheme Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme end + def filters + Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + end + def job_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState + end + def api_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + end def live_output_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState end - def live_event_input_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + def format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Format end def live_event_encoding_type Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType @@ -841,9 +823,27 @@ def live_event_resource_state def stream_options_flag Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag end + def resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + end def streaming_endpoint_resource_state Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState end + def live_event_input_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + end + def image + Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + end + def location + Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + end + def storage_account + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + end + def storage_account_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType + end end end end diff --git a/azure_sdk/lib/latest/modules/monitor_profile_module.rb b/azure_sdk/lib/latest/modules/monitor_profile_module.rb index 3a91a1dd5f..20c1758d1b 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -7,14 +7,14 @@ module Azure::Profiles::Latest module Monitor module Mgmt - ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings EventCategories = Azure::Monitor::Mgmt::V2015_04_01::EventCategories - Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations TenantActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::TenantActivityLogs + Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations + ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs + LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents - LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations @@ -27,6 +27,7 @@ module Mgmt ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules module Models + EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence SenderAuthorization = Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization @@ -43,18 +44,17 @@ module Models AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection + TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay - TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation + ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType - ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType + ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch RuleManagementEventClaimsDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource @@ -75,89 +75,89 @@ module Models RuleWebhookAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction AlertRuleResource = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResource LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource - ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator - ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition - ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition - ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup + ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource - ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource - MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings - LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition + ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition + ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection - DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings + LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity - MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue - LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement + Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric + ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response - MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability - Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit - AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType - ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType - EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver + MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver SmsReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver MetricAlertCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria - WebhookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver MetricAlertResourcePatch = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch - ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver MetricAlertStatusProperties = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties - AzureAppPushReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver MetricAlertStatusCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection - AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver MetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria VoiceReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver LogicAppReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver MetricAlertAction = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction MetricAlertResourceCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection - ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody - MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension AzureFunctionReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver MetricAlertStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus - EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest - ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria - ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus - LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection - Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource - LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger - Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule - TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition - Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action - Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source + ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource + EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest + EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver + ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody + WebhookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver + MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension + AzureAppPushReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver + AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver AzNsActionGroup = Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup - LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch - ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource - AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction + LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled - ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState - QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType + AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator - MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType + Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action + Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule + ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source end class MonitorManagementClass - attr_reader :activity_logs, :autoscale_settings, :event_categories, :operations, :tenant_activity_logs, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts, :metric_alerts_status, :action_groups, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes + attr_reader :autoscale_settings, :event_categories, :tenant_activity_logs, :operations, :activity_logs, :log_profiles, :alert_rules, :alert_rule_incidents, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts, :metric_alerts_status, :action_groups, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -167,20 +167,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @activity_logs = @client_0.activity_logs @autoscale_settings = @client_0.autoscale_settings @event_categories = @client_0.event_categories - @operations = @client_0.operations @tenant_activity_logs = @client_0.tenant_activity_logs + @operations = @client_0.operations + @activity_logs = @client_0.activity_logs @client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @log_profiles = @client_1.log_profiles @alert_rules = @client_1.alert_rules @alert_rule_incidents = @client_1.alert_rule_incidents - @log_profiles = @client_1.log_profiles @client_2 = Azure::Monitor::Mgmt::V2017_04_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @@ -259,6 +259,9 @@ def method_missing(method, *args) end class ModelClasses + def event_level + Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel + end def recurrent_schedule Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule end @@ -307,42 +310,39 @@ def metric_trigger def event_category_collection Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection end + def time_window + Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + end + def autoscale_setting_resource + Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + end def http_request_info Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo end def operation_display Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay end - def time_window - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + def time_aggregation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType end def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end + def scale_direction + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection + end def operation_list_result Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end - def autoscale_setting_resource - Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - end - def event_level - Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel - end def metric_statistic_type Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType end - def time_aggregation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + def scale_type + Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType end def comparison_operation_type Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType end - def scale_direction - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection - end - def scale_type - Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType - end def rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition end @@ -403,20 +403,11 @@ def alert_rule_resource def log_profile_resource Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource end - def condition_operator - Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator - end def time_aggregation_operator Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end - def activity_log_alert_leaf_condition - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition - end - def activity_log_alert_all_of_condition - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition - end - def activity_log_alert_action_group - Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup + def condition_operator + Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator end def activity_log_alert_action_list Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList @@ -430,33 +421,42 @@ def activity_log_alert_list def activity_log_alert_resource Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource end - def proxy_only_resource - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource + def activity_log_alert_leaf_condition + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end - def metric_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings + def activity_log_alert_all_of_condition + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition end - def log_settings - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + def activity_log_alert_action_group + Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup end def diagnostic_settings_category_resource_collection Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection end - def diagnostic_settings_resource_collection - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection - end - def retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy - end def diagnostic_settings_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource end def diagnostic_settings_category_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + end + def proxy_only_resource + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource + end def category_type Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType end + def metric_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings + end + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings + end + def diagnostic_settings_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + end def baseline Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end @@ -475,12 +475,6 @@ def calculate_baseline_response def sensitivity Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity end - def metric_value - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue - end - def localizable_string - Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString - end def metadata_value Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue end @@ -490,29 +484,35 @@ def metric_definition def time_series_element Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement end + def unit + Azure::Monitor::Mgmt::V2018_01_01::Models::Unit + end def metric Azure::Monitor::Mgmt::V2018_01_01::Models::Metric end - def metric_definition_collection - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + def result_type + Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType end - def response - Azure::Monitor::Mgmt::V2018_01_01::Models::Response + def aggregation_type + Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType end def metric_availability Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability end - def unit - Azure::Monitor::Mgmt::V2018_01_01::Models::Unit + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection end - def aggregation_type - Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + def localizable_string + Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString end - def result_type - Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType + def response + Azure::Monitor::Mgmt::V2018_01_01::Models::Response end - def email_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver + def metric_value + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue + end + def itsm_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver end def sms_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver @@ -520,27 +520,15 @@ def sms_receiver def metric_alert_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria end - def webhook_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver - end def metric_alert_resource_patch Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch end - def itsm_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver - end def metric_alert_status_properties Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties end - def azure_app_push_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver - end def metric_alert_status_collection Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection end - def automation_runbook_receiver - Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver - end def metric_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria end @@ -556,89 +544,101 @@ def metric_alert_action def metric_alert_resource_collection Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection end - def action_group_patch_body - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody - end - def metric_dimension - Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension - end def azure_function_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver end def metric_alert_status Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus end - def enable_request - Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest - end - def action_group_list - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList - end def metric_alert_resource Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource end def metric_alert_single_resource_multiple_metric_criteria Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria end - def action_group_resource - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource - end def receiver_status Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus end - def log_search_rule_resource_collection - Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + def action_group_list + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList end - def resource - Azure::Monitor::Mgmt::V2018_04_16::Models::Resource + def action_group_resource + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource end - def log_metric_trigger - Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + def enable_request + Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest end - def schedule - Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule + def email_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver end - def trigger_condition - Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + def action_group_patch_body + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody end - def action - Azure::Monitor::Mgmt::V2018_04_16::Models::Action + def webhook_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver end - def source - Azure::Monitor::Mgmt::V2018_04_16::Models::Source + def metric_dimension + Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension + end + def azure_app_push_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver + end + def automation_runbook_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver end def az_ns_action_group Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup end - def log_search_rule_resource_patch - Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch - end - def error_response - Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + def resource + Azure::Monitor::Mgmt::V2018_04_16::Models::Resource end def log_search_rule_resource Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource end - def alerting_action - Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction + def log_search_rule_resource_patch + Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch end def enabled Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled end - def provisioning_state - Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + def alerting_action + Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction + end + def conditional_operator + Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator end def query_type Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType end - def conditional_operator - Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator + def alert_severity + Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity end def metric_trigger_type Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType end - def alert_severity - Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity + def action + Azure::Monitor::Mgmt::V2018_04_16::Models::Action + end + def schedule + Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule + end + def provisioning_state + Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState + end + def error_response + Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + end + def log_search_rule_resource_collection + Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection + end + def log_metric_trigger + Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger + end + def trigger_condition + Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition + end + def source + Azure::Monitor::Mgmt::V2018_04_16::Models::Source end end end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index 5416cc60bc..8b2d36e15d 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,82 +7,141 @@ module Azure::Profiles::Latest module Network module Mgmt + NetworkProfiles = Azure::Network::Mgmt::V2018_10_01::NetworkProfiles + PublicIPPrefixes = Azure::Network::Mgmt::V2018_10_01::PublicIPPrefixes + ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicies + ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicyDefinitions + VirtualNetworkTaps = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkTaps + VirtualWans = Azure::Network::Mgmt::V2018_10_01::VirtualWans + VpnSites = Azure::Network::Mgmt::V2018_10_01::VpnSites + VpnSitesConfiguration = Azure::Network::Mgmt::V2018_10_01::VpnSitesConfiguration + VirtualHubs = Azure::Network::Mgmt::V2018_10_01::VirtualHubs + HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_10_01::HubVirtualNetworkConnections + VpnGateways = Azure::Network::Mgmt::V2018_10_01::VpnGateways + VpnConnections = Azure::Network::Mgmt::V2018_10_01::VpnConnections + P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_10_01::P2sVpnServerConfigurations + P2sVpnGateways = Azure::Network::Mgmt::V2018_10_01::P2sVpnGateways ApplicationGateways = Azure::Network::Mgmt::V2018_10_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_10_01::ApplicationSecurityGroups - AvailableDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableDelegations - AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableResourceGroupDelegations - AzureFirewalls = Azure::Network::Mgmt::V2018_10_01::AzureFirewalls - AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_10_01::AzureFirewallFqdnTags - DdosProtectionPlans = Azure::Network::Mgmt::V2018_10_01::DdosProtectionPlans AvailableEndpointServices = Azure::Network::Mgmt::V2018_10_01::AvailableEndpointServices ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitAuthorizations ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitPeerings - ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitConnections ExpressRouteCircuits = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuits ExpressRouteServiceProviders = Azure::Network::Mgmt::V2018_10_01::ExpressRouteServiceProviders - ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnections - ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnectionPeerings - ExpressRouteGateways = Azure::Network::Mgmt::V2018_10_01::ExpressRouteGateways - ExpressRouteConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteConnections - ExpressRoutePortsLocations = Azure::Network::Mgmt::V2018_10_01::ExpressRoutePortsLocations - ExpressRoutePorts = Azure::Network::Mgmt::V2018_10_01::ExpressRoutePorts - ExpressRouteLinks = Azure::Network::Mgmt::V2018_10_01::ExpressRouteLinks - InterfaceEndpoints = Azure::Network::Mgmt::V2018_10_01::InterfaceEndpoints LoadBalancers = Azure::Network::Mgmt::V2018_10_01::LoadBalancers LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2018_10_01::LoadBalancerBackendAddressPools LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2018_10_01::LoadBalancerFrontendIPConfigurations InboundNatRules = Azure::Network::Mgmt::V2018_10_01::InboundNatRules LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerLoadBalancingRules - LoadBalancerOutboundRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerOutboundRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::LoadBalancerNetworkInterfaces LoadBalancerProbes = Azure::Network::Mgmt::V2018_10_01::LoadBalancerProbes - NetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaces NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceLoadBalancers - NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceTapConfigurations - NetworkProfiles = Azure::Network::Mgmt::V2018_10_01::NetworkProfiles NetworkSecurityGroups = Azure::Network::Mgmt::V2018_10_01::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2018_10_01::SecurityRules DefaultSecurityRules = Azure::Network::Mgmt::V2018_10_01::DefaultSecurityRules NetworkWatchers = Azure::Network::Mgmt::V2018_10_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2018_10_01::PacketCaptures ConnectionMonitors = Azure::Network::Mgmt::V2018_10_01::ConnectionMonitors - Operations = Azure::Network::Mgmt::V2018_10_01::Operations - PublicIPAddresses = Azure::Network::Mgmt::V2018_10_01::PublicIPAddresses - PublicIPPrefixes = Azure::Network::Mgmt::V2018_10_01::PublicIPPrefixes RouteFilters = Azure::Network::Mgmt::V2018_10_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2018_10_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2018_10_01::RouteTables Routes = Azure::Network::Mgmt::V2018_10_01::Routes BgpServiceCommunities = Azure::Network::Mgmt::V2018_10_01::BgpServiceCommunities - ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicies - ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_10_01::ServiceEndpointPolicyDefinitions Usages = Azure::Network::Mgmt::V2018_10_01::Usages VirtualNetworks = Azure::Network::Mgmt::V2018_10_01::VirtualNetworks Subnets = Azure::Network::Mgmt::V2018_10_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkPeerings VirtualNetworkGateways = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGatewayConnections + NetworkInterfaces = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2018_10_01::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2018_10_01::LocalNetworkGateways - VirtualNetworkTaps = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkTaps - VirtualWans = Azure::Network::Mgmt::V2018_10_01::VirtualWans - VpnSites = Azure::Network::Mgmt::V2018_10_01::VpnSites - VpnSitesConfiguration = Azure::Network::Mgmt::V2018_10_01::VpnSitesConfiguration - VirtualHubs = Azure::Network::Mgmt::V2018_10_01::VirtualHubs - HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_10_01::HubVirtualNetworkConnections - VpnGateways = Azure::Network::Mgmt::V2018_10_01::VpnGateways - VpnConnections = Azure::Network::Mgmt::V2018_10_01::VpnConnections - P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_10_01::P2sVpnServerConfigurations - P2sVpnGateways = Azure::Network::Mgmt::V2018_10_01::P2sVpnGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_10_01::VirtualNetworkGatewayConnections + Operations = Azure::Network::Mgmt::V2018_10_01::Operations + AvailableDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableDelegations + AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_10_01::AvailableResourceGroupDelegations + AzureFirewalls = Azure::Network::Mgmt::V2018_10_01::AzureFirewalls + AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_10_01::AzureFirewallFqdnTags + DdosProtectionPlans = Azure::Network::Mgmt::V2018_10_01::DdosProtectionPlans + ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCircuitConnections + ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnections + ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_10_01::ExpressRouteCrossConnectionPeerings + ExpressRouteGateways = Azure::Network::Mgmt::V2018_10_01::ExpressRouteGateways + ExpressRouteConnections = Azure::Network::Mgmt::V2018_10_01::ExpressRouteConnections + ExpressRoutePortsLocations = Azure::Network::Mgmt::V2018_10_01::ExpressRoutePortsLocations + ExpressRoutePorts = Azure::Network::Mgmt::V2018_10_01::ExpressRoutePorts + ExpressRouteLinks = Azure::Network::Mgmt::V2018_10_01::ExpressRouteLinks + InterfaceEndpoints = Azure::Network::Mgmt::V2018_10_01::InterfaceEndpoints + LoadBalancerOutboundRules = Azure::Network::Mgmt::V2018_10_01::LoadBalancerOutboundRules + NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_10_01::NetworkInterfaceTapConfigurations module Models + Container = Azure::Network::Mgmt::V2018_10_01::Models::Container + Protocol = Azure::Network::Mgmt::V2018_10_01::Models::Protocol + BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState + IpsecEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption + IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity + PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName + VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + DhGroup = Azure::Network::Mgmt::V2018_10_01::Models::DhGroup + VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol + VpnConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus + VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType + TunnelConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + IkeEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + OfficeTrafficCategory = Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory + LogSpecification = Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification + HTTPHeader = Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader + Severity = Azure::Network::Mgmt::V2018_10_01::Models::Severity + ManagedServiceIdentity = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity + ErrorResponse = Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + IpTag = Azure::Network::Mgmt::V2018_10_01::Models::IpTag + PublicIPAddressListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + EndpointService = Azure::Network::Mgmt::V2018_10_01::Models::EndpointService + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat + ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + Delegation = Azure::Network::Mgmt::V2018_10_01::Models::Delegation + ServiceAssociationLink = Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink + ResourceNavigationLink = Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink + SecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule + InterfaceEndpoint = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint + OperationDisplay = Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay + NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration + Operation = Azure::Network::Mgmt::V2018_10_01::Models::Operation + PublicIPAddress = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + OperationListResult = Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult + VirtualNetworkTap = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + FrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration + IPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration + InboundNatRule = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule + NetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + NetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup + Route = Azure::Network::Mgmt::V2018_10_01::Models::Route + RouteTable = Azure::Network::Mgmt::V2018_10_01::Models::RouteTable + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition + ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy + IPConfigurationProfile = Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile + Subnet = Azure::Network::Mgmt::V2018_10_01::Models::Subnet + SecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration + SecurityRuleAccess = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAccess + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + BackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool + SecurityRuleDirection = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection + IPAllocationMethod = Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod + RouteNextHopType = Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + TransportProtocol = Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol + PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceIpConfiguration ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitReference - RouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult - RouteTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult - EndpointService = Azure::Network::Mgmt::V2018_10_01::Models::EndpointService ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionListResult - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeeringList VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConnectionHealth VirtualHubId = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubId @@ -90,12 +149,8 @@ module Models ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringId VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProvider ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds - PublicIPAddressSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration - IpTag = Azure::Network::Mgmt::V2018_10_01::Models::IpTag - RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult - RouteFilterListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult ListVirtualHubsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualHubsResult ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayList VirtualHubRoute = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRoute @@ -104,415 +159,360 @@ module Models ExpressRoutePortsLocationBandwidths = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationBandwidths ListVirtualWANsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualWANsResult PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixListResult - VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters ExpressRoutePortsLocationListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult - VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_10_01::Models::ReferencedPublicIpAddress - VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference ExpressRouteLinkListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkListResult - ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings PublicIPPrefixSku = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSku - ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth ExpressRoutePortListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult - ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpointListResult VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientIPsecParameters - LoadBalancerSku = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult - PublicIPAddressListResult = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult - GatewayRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult - OperationListResult = Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult - BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult - Operation = Azure::Network::Mgmt::V2018_10_01::Models::Operation - ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch - OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification - GatewayRoute = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute - LogSpecification = Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification ApplicationGatewayRewriteRuleActionSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet - LoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult - BgpPeerStatus = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus - InboundNatRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult - VpnClientConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration - LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult ApplicationGatewayFirewallExclusion = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion - LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration - LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult - ManagedServiceIdentity = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity LoadBalancerOutboundRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult - LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult - ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup - NetworkInterfaceListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult - ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - ErrorDetails = Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails - VirtualNetworkUsage = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage - Error = Azure::Network::Mgmt::V2018_10_01::Models::Error - Resource = Azure::Network::Mgmt::V2018_10_01::Models::Resource - AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult - ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult AvailableDelegationsResult = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult AzureFirewallRCAction = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction - NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule - EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction - EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule - VirtualNetworkListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult - EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup - DhcpOptions = Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions - EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult AzureFirewallListResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult - EffectiveRoute = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult - EffectiveRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult DdosProtectionPlan = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan - MetricSpecification = Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification - AddressSpace = Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace - Dimension = Azure::Network::Mgmt::V2018_10_01::Models::Dimension - UsagesListResult = Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult - Availability = Azure::Network::Mgmt::V2018_10_01::Models::Availability - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig - OperationDisplay = Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse - UsageName = Azure::Network::Mgmt::V2018_10_01::Models::UsageName NetworkProfileListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult - SecurityRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult - ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties - ErrorResponse = Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable - NetworkWatcherListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult - ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary - TopologyParameters = Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult - TopologyAssociation = Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation - BGPCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity - TopologyResource = Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary - Topology = Azure::Network::Mgmt::V2018_10_01::Models::Topology - SubResource = Azure::Network::Mgmt::V2018_10_01::Models::SubResource - VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters - VerificationIPFlowResult = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult - NextHopParameters = Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters VpnSiteId = Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId - NextHopResult = Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult - ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult - SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters + Error = Azure::Network::Mgmt::V2018_10_01::Models::Error VirtualHubRouteTable = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable - NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation DeviceProperties = Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties - SubnetAssociation = Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress - SecurityRuleAssociations = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations - ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer - SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface - ApplicationGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku - SecurityGroupViewResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult - ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey - PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation + ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult ApplicationGatewayCustomError = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError - PacketCaptureFilter = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter - VpnClientParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters - PacketCaptureParameters = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters - ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule - PacketCapture = Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture - ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup - PacketCaptureResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult ManagedServiceIdentityUserAssignedIdentitiesValue = Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue - PacketCaptureListResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule - PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult - VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult - TroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters - TagsObject = Azure::Network::Mgmt::V2018_10_01::Models::TagsObject - QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters - VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName - TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions - IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::IPAddressAvailabilityResult - TroubleshootingDetails = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule - TroubleshootingResult = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult - SubnetListResult = Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult - RetentionPolicyParameters = Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters + ApplicationGatewayRewriteRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult FlowLogFormatParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters - AuthorizationListResult = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult - FlowLogStatusParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties - BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult - FlowLogInformation = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult - ConnectivitySource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered - ConnectivityDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - HTTPHeader = Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult HTTPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings ProtocolConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest + AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult + AvailableDelegation = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation + VpnProfileResponse = Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse + NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile + NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters + ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult + MatchedRule = Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule + TopologyAssociation = Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation + TopologyResource = Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource + OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification + VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference + LoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult + AzureFirewallNatRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule + InboundNatRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult + LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult + ConnectionResetSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey + LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult + IpsecPolicy = Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy + LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult + GatewayRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult + LoadBalancerProbeListResult = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult + BgpPeerStatusListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult + ErrorDetails = Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails + ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth + AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult + ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy + GatewayRoute = Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute + NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult + SubResource = Azure::Network::Mgmt::V2018_10_01::Models::SubResource + EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku + EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule + ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup + VirtualNetworkUsageName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName + EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult + VirtualNetworkListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult + EffectiveRoute = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute + BgpSettings = Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings + EffectiveRouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult + ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + AddressSpace = Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace + NetworkWatcherListResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult + TopologyParameters = Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters + ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult + Dimension = Azure::Network::Mgmt::V2018_10_01::Models::Dimension + EndpointServicesListResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult + MetricSpecification = Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification + AuthorizationListResult = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult + Topology = Azure::Network::Mgmt::V2018_10_01::Models::Topology + VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters + BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult + VerificationIPFlowResult = Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + NextHopParameters = Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku + NextHopResult = Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult + RouteListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult + SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult + NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + SubnetAssociation = Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation + ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + SecurityRuleAssociations = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult + SecurityGroupViewResult = Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult + RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult + PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation + PacketCaptureFilter = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter + VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult + PacketCaptureParameters = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters + PacketCapture = Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult + PacketCaptureResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult + PacketCaptureListResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult + ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer + PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult + ApplicationGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku + TroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters + BgpPeerStatus = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus + QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters + VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult + TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions + IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::IPAddressAvailabilityResult + TroubleshootingDetails = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails + DhcpOptions = Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions + TroubleshootingResult = Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult + VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult + RetentionPolicyParameters = Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters + ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + FlowLogStatusParameters = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters + UsagesListResult = Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult + FlowLogInformation = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig + ConnectivitySource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource + BGPCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity + ConnectivityDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties ConnectivityParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityParameters - ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable ConnectivityIssue = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityIssue - LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult ConnectivityHop = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityHop - VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult + LoadBalancerSku = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku ConnectivityInformation = Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityInformation - BgpSettings = Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings + VpnDeviceScriptParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters AzureReachabilityReportLocation = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLocation - IpsecPolicy = Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy AzureReachabilityReportParameters = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportParameters - ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies - AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo - AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining + UsageName = Azure::Network::Mgmt::V2018_10_01::Models::UsageName + VpnClientParameters = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters AzureReachabilityReportItem = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportItem - VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult + VirtualNetworkUsage = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage AzureReachabilityReport = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReport - EndpointServicesListResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult - AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters - ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule + AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo + TagsObject = Azure::Network::Mgmt::V2018_10_01::Models::TagsObject AvailableProvidersListCity = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCity - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats AvailableProvidersListState = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListState - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult - AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable + AvailableProvidersListParameters = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters + RouteTableListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult AvailableProvidersList = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList - VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult + LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult ConnectionMonitorSource = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource - TunnelConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth - ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination - ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool + AvailableProvidersListCountry = Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry + ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters - AvailableDelegation = Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation - ConnectionMonitor = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult + ConnectionMonitorDestination = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination + ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary ConnectionMonitorResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku - ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult - VpnProfileResponse = Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse - ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool + TunnelConnectionHealth = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth + Resource = Azure::Network::Mgmt::V2018_10_01::Models::Resource + SubnetListResult = Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult + ConnectionMonitor = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor + RouteFilterListResult = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku - NetworkConfigurationDiagnosticProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile - Usage = Azure::Network::Mgmt::V2018_10_01::Models::Usage - NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult - MatchedRule = Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule - AzureFirewallNatRule = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule - NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult - ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration - EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult - NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration - ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup - SecurityRule = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule - InterfaceEndpoint = Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint - NetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2018_10_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2018_10_01::Models::RouteTable - ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy - PublicIPAddress = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration - IPConfigurationProfile = Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile - ResourceNavigationLink = Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink - ServiceAssociationLink = Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink - Delegation = Azure::Network::Mgmt::V2018_10_01::Models::Delegation - Subnet = Azure::Network::Mgmt::V2018_10_01::Models::Subnet - FrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration - VirtualNetworkTap = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap - BackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration + Availability = Azure::Network::Mgmt::V2018_10_01::Models::Availability + ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration + ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener + ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ApplicationGatewayHeaderConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration + EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup + NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult + ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule - ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet + Usage = Azure::Network::Mgmt::V2018_10_01::Models::Usage + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap - ApplicationGateway = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet + ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGateway = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet + RouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider + LoadBalancingRule = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule + RouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter + ApplicationGatewayRewriteRuleSet = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleCollection AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRuleCollection AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleCollection AzureFirewall = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewall AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag - EndpointServiceResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization - RouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering - RouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter - ExpressRouteCircuit = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnection ExpressRouteConnection = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection - ExpressRouteGateway = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway + ExpressRouteCircuit = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit ExpressRoutePortsLocation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation - ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + EndpointServiceResult = Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult ExpressRoutePort = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort - LoadBalancingRule = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule - Probe = Azure::Network::Mgmt::V2018_10_01::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool - OutboundRule = Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule - LoadBalancer = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration - Container = Azure::Network::Mgmt::V2018_10_01::Models::Container - ContainerNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface - NetworkProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile + LoadBalancer = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer NetworkWatcher = Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcher - PublicIPPrefix = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix PatchRouteFilterRule = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule PatchRouteFilter = Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter - BgpServiceCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity + Probe = Azure::Network::Mgmt::V2018_10_01::Models::Probe VirtualNetworkPeering = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering VirtualNetwork = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration - VpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate + NetworkProfile = Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate VirtualNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + BgpServiceCommunity = Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection - ConnectionSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey - VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + ExpressRouteGateway = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol + ExpressRouteLink = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + OutboundRule = Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule + LocalNetworkGateway = Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + ContainerNetworkInterface = Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface + PublicIPPrefix = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate - P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + ConnectionSharedKey = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey + VpnClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfiguration VirtualWAN = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWAN VpnSite = Azure::Network::Mgmt::V2018_10_01::Models::VpnSite - HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection + VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity VirtualHub = Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub VpnConnection = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnection VpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::VpnGateway P2SVpnGateway = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway - IPAllocationMethod = Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod - SecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol - SecurityRuleAccess = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType - PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName - IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion - TransportProtocol = Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol + IPVersion = Azure::Network::Mgmt::V2018_10_01::Models::IPVersion ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite - ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState - ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode - ResourceIdentityType = Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName + P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + Access = Azure::Network::Mgmt::V2018_10_01::Models::Access + NetworkOperationStatus = Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier + HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection ProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState + ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode + AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocolType AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCActionType AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol - AuthorizationUseStatus = Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - Access = Azure::Network::Mgmt::V2018_10_01::Models::Access - ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState - CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState - ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier - ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState + ResourceIdentityType = Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType ExpressRouteLinkConnectorType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType ExpressRouteLinkAdminState = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkAdminState ExpressRoutePortsEncapsulation = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation + EffectiveRouteSource = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource + EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState LoadBalancerSkuName = Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSkuName LoadDistribution = Azure::Network::Mgmt::V2018_10_01::Models::LoadDistribution ProbeProtocol = Azure::Network::Mgmt::V2018_10_01::Models::ProbeProtocol - NetworkOperationStatus = Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus + PcError = Azure::Network::Mgmt::V2018_10_01::Models::PcError EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource - EffectiveRouteState = Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + ApplicationGatewayCustomErrorStatusCode = Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode + ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus + ConnectionState = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState AssociationType = Azure::Network::Mgmt::V2018_10_01::Models::AssociationType Direction = Azure::Network::Mgmt::V2018_10_01::Models::Direction - IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol - NextHopType = Azure::Network::Mgmt::V2018_10_01::Models::NextHopType + ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType PcProtocol = Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol - PcStatus = Azure::Network::Mgmt::V2018_10_01::Models::PcStatus - PcError = Azure::Network::Mgmt::V2018_10_01::Models::PcError - FlowLogFormatType = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType - Protocol = Azure::Network::Mgmt::V2018_10_01::Models::Protocol - HTTPMethod = Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + CircuitConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier Origin = Azure::Network::Mgmt::V2018_10_01::Models::Origin - Severity = Azure::Network::Mgmt::V2018_10_01::Models::Severity IssueType = Azure::Network::Mgmt::V2018_10_01::Models::IssueType - ConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus - ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus - ConnectionState = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState + IpFlowProtocol = Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol + FlowLogFormatType = Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType EvaluationState = Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState + ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus VerbosityLevel = Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel - PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState - VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayType - VpnType = Azure::Network::Mgmt::V2018_10_01::Models::VpnType + NextHopType = Azure::Network::Mgmt::V2018_10_01::Models::NextHopType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuName - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier + PcStatus = Azure::Network::Mgmt::V2018_10_01::Models::PcStatus VpnClientProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol - IpsecEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption - IpsecIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption - IkeIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity - DhGroup = Azure::Network::Mgmt::V2018_10_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup - BgpPeerState = Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState ProcessorArchitecture = Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture AuthenticationMethod = Azure::Network::Mgmt::V2018_10_01::Models::AuthenticationMethod VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionStatus VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionType - VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol - OfficeTrafficCategory = Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory - VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol - VpnConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus - VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType - TunnelConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus - HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState + VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayType + VpnType = Azure::Network::Mgmt::V2018_10_01::Models::VpnType + IkeIntegrity = Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity end class NetworkManagementClass - attr_reader :application_gateways, :application_security_groups, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuit_connections, :express_route_circuits, :express_route_service_providers, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_outbound_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_interface_tap_configurations, :network_profiles, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :public_ipprefixes, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :service_endpoint_policies, :service_endpoint_policy_definitions, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :network_profiles, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :hub_virtual_network_connections, :vpn_gateways, :vpn_connections, :p2s_vpn_server_configurations, :p2s_vpn_gateways, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :virtual_network_gateway_connections, :operations, :available_delegations, :available_resource_group_delegations, :azure_firewalls, :azure_firewall_fqdn_tags, :ddos_protection_plans, :express_route_circuit_connections, :express_route_cross_connections, :express_route_cross_connection_peerings, :express_route_gateways, :express_route_connections, :express_route_ports_locations, :express_route_ports, :express_route_links, :interface_endpoints, :load_balancer_outbound_rules, :network_interface_tap_configurations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -527,115 +527,292 @@ def initialize(configurable, base_url=nil, options=nil) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end - add_telemetry(@client_1) - @application_gateways = @client_1.application_gateways - @application_security_groups = @client_1.application_security_groups - @available_delegations = @client_1.available_delegations - @available_resource_group_delegations = @client_1.available_resource_group_delegations - @azure_firewalls = @client_1.azure_firewalls - @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags - @ddos_protection_plans = @client_1.ddos_protection_plans - @available_endpoint_services = @client_1.available_endpoint_services - @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations - @express_route_circuit_peerings = @client_1.express_route_circuit_peerings - @express_route_circuit_connections = @client_1.express_route_circuit_connections - @express_route_circuits = @client_1.express_route_circuits - @express_route_service_providers = @client_1.express_route_service_providers - @express_route_cross_connections = @client_1.express_route_cross_connections - @express_route_cross_connection_peerings = @client_1.express_route_cross_connection_peerings - @express_route_gateways = @client_1.express_route_gateways - @express_route_connections = @client_1.express_route_connections - @express_route_ports_locations = @client_1.express_route_ports_locations - @express_route_ports = @client_1.express_route_ports - @express_route_links = @client_1.express_route_links - @interface_endpoints = @client_1.interface_endpoints - @load_balancers = @client_1.load_balancers - @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations - @inbound_nat_rules = @client_1.inbound_nat_rules - @load_balancer_load_balancing_rules = @client_1.load_balancer_load_balancing_rules - @load_balancer_outbound_rules = @client_1.load_balancer_outbound_rules - @load_balancer_network_interfaces = @client_1.load_balancer_network_interfaces - @load_balancer_probes = @client_1.load_balancer_probes - @network_interfaces = @client_1.network_interfaces - @network_interface_ipconfigurations = @client_1.network_interface_ipconfigurations - @network_interface_load_balancers = @client_1.network_interface_load_balancers - @network_interface_tap_configurations = @client_1.network_interface_tap_configurations - @network_profiles = @client_1.network_profiles - @network_security_groups = @client_1.network_security_groups - @security_rules = @client_1.security_rules - @default_security_rules = @client_1.default_security_rules - @network_watchers = @client_1.network_watchers - @packet_captures = @client_1.packet_captures - @connection_monitors = @client_1.connection_monitors - @operations = @client_1.operations - @public_ipaddresses = @client_1.public_ipaddresses - @public_ipprefixes = @client_1.public_ipprefixes - @route_filters = @client_1.route_filters - @route_filter_rules = @client_1.route_filter_rules - @route_tables = @client_1.route_tables - @routes = @client_1.routes - @bgp_service_communities = @client_1.bgp_service_communities - @service_endpoint_policies = @client_1.service_endpoint_policies - @service_endpoint_policy_definitions = @client_1.service_endpoint_policy_definitions - @usages = @client_1.usages - @virtual_networks = @client_1.virtual_networks - @subnets = @client_1.subnets - @virtual_network_peerings = @client_1.virtual_network_peerings - @virtual_network_gateways = @client_1.virtual_network_gateways - @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections - @local_network_gateways = @client_1.local_network_gateways - @virtual_network_taps = @client_1.virtual_network_taps - @virtual_wans = @client_1.virtual_wans - @vpn_sites = @client_1.vpn_sites - @vpn_sites_configuration = @client_1.vpn_sites_configuration - @virtual_hubs = @client_1.virtual_hubs - @hub_virtual_network_connections = @client_1.hub_virtual_network_connections - @vpn_gateways = @client_1.vpn_gateways - @vpn_connections = @client_1.vpn_connections - @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations - @p2s_vpn_gateways = @client_1.p2s_vpn_gateways - - @model_classes = ModelClasses.new - end - - def add_telemetry(client) - profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Network/Mgmt" - client.add_user_agent_information(profile_information) - end - - def method_missing(method, *args) - if @client_1.respond_to?method - @client_1.send(method, *args) - elsif @client_0.respond_to?method - @client_0.send(method, *args) - else - super + add_telemetry(@client_1) + @network_profiles = @client_1.network_profiles + @public_ipprefixes = @client_1.public_ipprefixes + @service_endpoint_policies = @client_1.service_endpoint_policies + @service_endpoint_policy_definitions = @client_1.service_endpoint_policy_definitions + @virtual_network_taps = @client_1.virtual_network_taps + @virtual_wans = @client_1.virtual_wans + @vpn_sites = @client_1.vpn_sites + @vpn_sites_configuration = @client_1.vpn_sites_configuration + @virtual_hubs = @client_1.virtual_hubs + @hub_virtual_network_connections = @client_1.hub_virtual_network_connections + @vpn_gateways = @client_1.vpn_gateways + @vpn_connections = @client_1.vpn_connections + @p2s_vpn_server_configurations = @client_1.p2s_vpn_server_configurations + @p2s_vpn_gateways = @client_1.p2s_vpn_gateways + @application_gateways = @client_1.application_gateways + @application_security_groups = @client_1.application_security_groups + @available_endpoint_services = @client_1.available_endpoint_services + @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations + @express_route_circuit_peerings = @client_1.express_route_circuit_peerings + @express_route_circuits = @client_1.express_route_circuits + @express_route_service_providers = @client_1.express_route_service_providers + @load_balancers = @client_1.load_balancers + @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools + @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations + @inbound_nat_rules = @client_1.inbound_nat_rules + @load_balancer_load_balancing_rules = @client_1.load_balancer_load_balancing_rules + @load_balancer_network_interfaces = @client_1.load_balancer_network_interfaces + @load_balancer_probes = @client_1.load_balancer_probes + @network_interface_ipconfigurations = @client_1.network_interface_ipconfigurations + @network_interface_load_balancers = @client_1.network_interface_load_balancers + @network_security_groups = @client_1.network_security_groups + @security_rules = @client_1.security_rules + @default_security_rules = @client_1.default_security_rules + @network_watchers = @client_1.network_watchers + @packet_captures = @client_1.packet_captures + @connection_monitors = @client_1.connection_monitors + @route_filters = @client_1.route_filters + @route_filter_rules = @client_1.route_filter_rules + @route_tables = @client_1.route_tables + @routes = @client_1.routes + @bgp_service_communities = @client_1.bgp_service_communities + @usages = @client_1.usages + @virtual_networks = @client_1.virtual_networks + @subnets = @client_1.subnets + @virtual_network_peerings = @client_1.virtual_network_peerings + @virtual_network_gateways = @client_1.virtual_network_gateways + @network_interfaces = @client_1.network_interfaces + @public_ipaddresses = @client_1.public_ipaddresses + @local_network_gateways = @client_1.local_network_gateways + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @operations = @client_1.operations + @available_delegations = @client_1.available_delegations + @available_resource_group_delegations = @client_1.available_resource_group_delegations + @azure_firewalls = @client_1.azure_firewalls + @azure_firewall_fqdn_tags = @client_1.azure_firewall_fqdn_tags + @ddos_protection_plans = @client_1.ddos_protection_plans + @express_route_circuit_connections = @client_1.express_route_circuit_connections + @express_route_cross_connections = @client_1.express_route_cross_connections + @express_route_cross_connection_peerings = @client_1.express_route_cross_connection_peerings + @express_route_gateways = @client_1.express_route_gateways + @express_route_connections = @client_1.express_route_connections + @express_route_ports_locations = @client_1.express_route_ports_locations + @express_route_ports = @client_1.express_route_ports + @express_route_links = @client_1.express_route_links + @interface_endpoints = @client_1.interface_endpoints + @load_balancer_outbound_rules = @client_1.load_balancer_outbound_rules + @network_interface_tap_configurations = @client_1.network_interface_tap_configurations + + @model_classes = ModelClasses.new + end + + def add_telemetry(client) + profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Network/Mgmt" + client.add_user_agent_information(profile_information) + end + + def method_missing(method, *args) + if @client_1.respond_to?method + @client_1.send(method, *args) + elsif @client_0.respond_to?method + @client_0.send(method, *args) + else + super + end + end + + class ModelClasses + def container + Azure::Network::Mgmt::V2018_10_01::Models::Container + end + def protocol + Azure::Network::Mgmt::V2018_10_01::Models::Protocol + end + def bgp_peer_state + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState + end + def ipsec_encryption + Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption + end + def ipsec_integrity + Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity + end + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName + end + def virtual_network_gateway_connection_protocol + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol + end + def dh_group + Azure::Network::Mgmt::V2018_10_01::Models::DhGroup + end + def vpn_gateway_tunneling_protocol + Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol + end + def vpn_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus + end + def virtual_wan_security_provider_type + Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType + end + def tunnel_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + end + def hub_virtual_network_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + end + def ike_encryption + Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption + end + def office_traffic_category + Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory + end + def log_specification + Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification + end + def httpheader + Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader + end + def severity + Azure::Network::Mgmt::V2018_10_01::Models::Severity + end + def managed_service_identity + Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity + end + def error_response + Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse + end + def application_gateway_backend_address + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + end + def public_ipaddress_sku + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku + end + def ip_tag + Azure::Network::Mgmt::V2018_10_01::Models::IpTag + end + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + end + def endpoint_service + Azure::Network::Mgmt::V2018_10_01::Models::EndpointService + end + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings + end + def network_interface_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + end + def network_interface_dns_settings + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings + end + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + end + def service_endpoint_properties_format + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat + end + def application_security_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + end + def delegation + Azure::Network::Mgmt::V2018_10_01::Models::Delegation + end + def service_association_link + Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink + end + def resource_navigation_link + Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink + end + def security_rule + Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule + end + def interface_endpoint + Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint + end + def operation_display + Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay + end + def network_interface_tap_configuration + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration + end + def operation + Azure::Network::Mgmt::V2018_10_01::Models::Operation + end + def public_ipaddress + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + end + def operation_list_result + Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult + end + def virtual_network_tap + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration + end + def ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration + end + def inbound_nat_rule + Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule + end + def network_interface + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + end + def network_security_group + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup + end + def route + Azure::Network::Mgmt::V2018_10_01::Models::Route + end + def route_table + Azure::Network::Mgmt::V2018_10_01::Models::RouteTable + end + def service_endpoint_policy_definition + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition + end + def service_endpoint_policy + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy + end + def ipconfiguration_profile + Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile + end + def subnet + Azure::Network::Mgmt::V2018_10_01::Models::Subnet + end + def security_rule_protocol + Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol + end + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration + end + def security_rule_access + Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAccess + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + end + def backend_address_pool + Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool + end + def security_rule_direction + Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection + end + def ipallocation_method + Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod + end + def route_next_hop_type + Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType + end + def transport_protocol + Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol + end + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName end - end - - class ModelClasses def container_network_interface_ip_configuration Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceIpConfiguration end def express_route_circuit_reference Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitReference end - def route_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult - end - def route_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult - end - def endpoint_service - Azure::Network::Mgmt::V2018_10_01::Models::EndpointService - end def express_route_cross_connection_list_result Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionListResult end - def network_interface_dns_settings - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceDnsSettings - end def express_route_cross_connection_peering_list Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeeringList end @@ -657,24 +834,12 @@ def virtual_wan_security_provider def express_route_gateway_properties_auto_scale_configuration_bounds Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds end - def public_ipaddress_sku - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSku - end def express_route_gateway_properties_auto_scale_configuration Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration end - def ip_tag - Azure::Network::Mgmt::V2018_10_01::Models::IpTag - end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult - end def list_vpn_connections_result Azure::Network::Mgmt::V2018_10_01::Models::ListVpnConnectionsResult end - def route_filter_list_result - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult - end def list_virtual_hubs_result Azure::Network::Mgmt::V2018_10_01::Models::ListVirtualHubsResult end @@ -699,404 +864,422 @@ def list_virtual_wans_result def public_ipprefix_list_result Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixListResult end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters - end def express_route_ports_location_list_result Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocationListResult end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult - end def referenced_public_ip_address Azure::Network::Mgmt::V2018_10_01::Models::ReferencedPublicIpAddress end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference - end def express_route_link_list_result Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkListResult end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings - end def public_ipprefix_sku Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSku end - def application_gateway_backend_health - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth - end def express_route_port_list_result Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortListResult end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy - end def interface_endpoint_list_result Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpointListResult end def vpn_client_ipsec_parameters Azure::Network::Mgmt::V2018_10_01::Models::VpnClientIPsecParameters end - def load_balancer_sku - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku + def application_gateway_rewrite_rule_action_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet + end + def application_gateway_firewall_exclusion + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion + end + def application_gateway_autoscale_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration + end + def load_balancer_outbound_rule_list_result + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult + end + def network_interface_tap_configuration_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult + end + def available_delegations_result + Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult + end + def azure_firewall_rcaction + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction + end + def azure_firewall_application_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule + end + def azure_firewall_nat_rcaction + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction + end + def azure_firewall_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult + end + def azure_firewall_fqdn_tag_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult + end + def ddos_protection_plan + Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan + end + def network_configuration_diagnostic_response + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse + end + def network_profile_list_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult + end + def service_endpoint_policy_definition_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult + end + def network_configuration_diagnostic_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult + end + def express_route_cross_connection_routes_table_summary + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + end + def p2_svpn_profile_parameters + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters + end + def list_p2_svpn_server_configurations_result + Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult + end + def vpn_site_id + Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId + end + def error + Azure::Network::Mgmt::V2018_10_01::Models::Error + end + def virtual_hub_route_table + Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable + end + def device_properties + Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties + end + def list_hub_virtual_network_connections_result + Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult + end + def application_gateway_custom_error + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError + end + def managed_service_identity_user_assigned_identities_value + Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue + end + def azure_firewall_network_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule + end + def application_gateway_rewrite_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule + end + def ddos_protection_plan_list_result + Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult + end + def flow_log_format_parameters + Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters + end + def express_route_connection_id + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId + end + def traffic_analytics_configuration_properties + Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties + end + def traffic_analytics_properties + Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties + end + def express_route_cross_connections_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + end + def list_p2_svpn_gateways_result + Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult + end + def httpconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration + end + def protocol_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration + end + def get_vpn_sites_configuration_request + Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest + end + def azure_firewall_application_rule_protocol + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + end + def service_endpoint_policy_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + end + def virtual_network_tap_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult + end + def available_delegation + Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult + def vpn_profile_response + Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressListResult + def network_configuration_diagnostic_profile + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult + def network_configuration_diagnostic_parameters + Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters end - def operation_list_result - Azure::Network::Mgmt::V2018_10_01::Models::OperationListResult + def list_vpn_gateways_result + Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult + def matched_rule + Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule end - def operation - Azure::Network::Mgmt::V2018_10_01::Models::Operation + def topology_association + Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + def topology_resource + Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource end def operation_properties_format_service_specification Azure::Network::Mgmt::V2018_10_01::Models::OperationPropertiesFormatServiceSpecification end - def gateway_route - Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute - end - def log_specification - Azure::Network::Mgmt::V2018_10_01::Models::LogSpecification - end - def application_gateway_rewrite_rule_action_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleActionSet + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkConnectionGatewayReference end def load_balancer_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerListResult end - def bgp_peer_status - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus + def azure_firewall_nat_rule + Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule end def inbound_nat_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRuleListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration - end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerBackendAddressPoolListResult end - def application_gateway_firewall_exclusion - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallExclusion + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey end def load_balancer_frontend_ipconfiguration_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def application_gateway_autoscale_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAutoscaleConfiguration + def ipsec_policy + Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy end def load_balancer_load_balancing_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerLoadBalancingRuleListResult end - def managed_service_identity - Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentity - end - def load_balancer_outbound_rule_list_result - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerOutboundRuleListResult - end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult + def gateway_route_list_result + Azure::Network::Mgmt::V2018_10_01::Models::GatewayRouteListResult end def load_balancer_probe_list_result Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerProbeListResult end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup - end - def network_interface_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceListResult + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatusListResult end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult end def error_details Azure::Network::Mgmt::V2018_10_01::Models::ErrorDetails end - def virtual_network_usage - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage - end - def error - Azure::Network::Mgmt::V2018_10_01::Models::Error + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def resource - Azure::Network::Mgmt::V2018_10_01::Models::Resource + def application_gateway_backend_health + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealth end def azure_async_operation_result Azure::Network::Mgmt::V2018_10_01::Models::AzureAsyncOperationResult end - def application_security_group_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult - end - def network_interface_tap_configuration_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfigurationListResult - end - def available_delegations_result - Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegationsResult - end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfigurationListResult + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicy end - def azure_firewall_rcaction - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCAction + def gateway_route + Azure::Network::Mgmt::V2018_10_01::Models::GatewayRoute end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceLoadBalancerListResult end - def azure_firewall_application_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRule + def sub_resource + Azure::Network::Mgmt::V2018_10_01::Models::SubResource end def effective_network_security_group_association Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupAssociation end - def azure_firewall_nat_rcaction - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRCAction + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku end def effective_network_security_rule Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityRule end - def virtual_network_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbeHealthResponseMatch end def effective_network_security_group Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroup end - def dhcp_options - Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions + def virtual_network_usage_name + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName end def effective_network_security_group_list_result Azure::Network::Mgmt::V2018_10_01::Models::EffectiveNetworkSecurityGroupListResult end - def azure_firewall_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallListResult + def virtual_network_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListResult end def effective_route Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRoute end - def azure_firewall_fqdn_tag_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTagListResult + def bgp_settings + Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings end def effective_route_list_result Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteListResult end - def ddos_protection_plan - Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlan - end - def metric_specification - Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification - end - def address_space - Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace - end - def dimension - Azure::Network::Mgmt::V2018_10_01::Models::Dimension - end - def usages_list_result - Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult - end - def availability - Azure::Network::Mgmt::V2018_10_01::Models::Availability - end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig - end - def operation_display - Azure::Network::Mgmt::V2018_10_01::Models::OperationDisplay - end - def express_route_circuit_stats - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats - end - def network_configuration_diagnostic_response - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResponse - end - def usage_name - Azure::Network::Mgmt::V2018_10_01::Models::UsageName - end - def network_profile_list_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfileListResult - end - def service_endpoint_policy_definition_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinitionListResult + def application_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayListResult end def security_rule_list_result Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleListResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleGroup end def network_security_group_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupListResult end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties - end - def error_response - Azure::Network::Mgmt::V2018_10_01::Models::ErrorResponse - end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable - end - def network_configuration_diagnostic_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticResult + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable + def address_space + Azure::Network::Mgmt::V2018_10_01::Models::AddressSpace end def network_watcher_list_result Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcherListResult end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary - end def topology_parameters Azure::Network::Mgmt::V2018_10_01::Models::TopologyParameters end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult + def application_security_group_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroupListResult end - def topology_association - Azure::Network::Mgmt::V2018_10_01::Models::TopologyAssociation + def dns_name_availability_result + Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult end - def bgpcommunity - Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity + def dimension + Azure::Network::Mgmt::V2018_10_01::Models::Dimension end - def topology_resource - Azure::Network::Mgmt::V2018_10_01::Models::TopologyResource + def endpoint_services_list_result + Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult end - def express_route_cross_connection_routes_table_summary - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + def metric_specification + Azure::Network::Mgmt::V2018_10_01::Models::MetricSpecification + end + def authorization_list_result + Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult end def topology Azure::Network::Mgmt::V2018_10_01::Models::Topology end - def sub_resource - Azure::Network::Mgmt::V2018_10_01::Models::SubResource - end def verification_ipflow_parameters Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowParameters end - def p2_svpn_profile_parameters - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnProfileParameters + def bgp_service_community_list_result + Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult end def verification_ipflow_result Azure::Network::Mgmt::V2018_10_01::Models::VerificationIPFlowResult end - def list_p2_svpn_server_configurations_result - Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnServerConfigurationsResult + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end def next_hop_parameters Azure::Network::Mgmt::V2018_10_01::Models::NextHopParameters end - def vpn_site_id - Azure::Network::Mgmt::V2018_10_01::Models::VpnSiteId + def express_route_circuit_sku + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku end def next_hop_result Azure::Network::Mgmt::V2018_10_01::Models::NextHopResult end - def list_hub_virtual_network_connections_result - Azure::Network::Mgmt::V2018_10_01::Models::ListHubVirtualNetworkConnectionsResult + def route_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteListResult end def security_group_view_parameters Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewParameters end - def virtual_hub_route_table - Azure::Network::Mgmt::V2018_10_01::Models::VirtualHubRouteTable + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult end def network_interface_association Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceAssociation end - def device_properties - Azure::Network::Mgmt::V2018_10_01::Models::DeviceProperties + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult end def subnet_association Azure::Network::Mgmt::V2018_10_01::Models::SubnetAssociation end - def application_gateway_backend_address - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddress + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end def security_rule_associations Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAssociations end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered end def security_group_network_interface Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupNetworkInterface end - def application_gateway_sku - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult end def security_group_view_result Azure::Network::Mgmt::V2018_10_01::Models::SecurityGroupViewResult end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionResetSharedKey + def route_filter_rule_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRuleListResult end def packet_capture_storage_location Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureStorageLocation end - def application_gateway_custom_error - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomError - end def packet_capture_filter Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureFilter end - def vpn_client_parameters - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListConnectionsResult end def packet_capture_parameters Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureParameters end - def application_gateway_rewrite_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRule - end def packet_capture Azure::Network::Mgmt::V2018_10_01::Models::PacketCapture end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListResult end def packet_capture_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureResult end - def managed_service_identity_user_assigned_identities_value - Azure::Network::Mgmt::V2018_10_01::Models::ManagedServiceIdentityUserAssignedIdentitiesValue - end def packet_capture_list_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureListResult end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServer end def packet_capture_query_status_result Azure::Network::Mgmt::V2018_10_01::Models::PacketCaptureQueryStatusResult end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult + def application_gateway_sku + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySku end def troubleshooting_parameters Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingParameters end - def tags_object - Azure::Network::Mgmt::V2018_10_01::Models::TagsObject + def bgp_peer_status + Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerStatus end def query_troubleshooting_parameters Azure::Network::Mgmt::V2018_10_01::Models::QueryTroubleshootingParameters end - def virtual_network_usage_name - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsageName + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkListUsageResult end def troubleshooting_recommended_actions Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingRecommendedActions @@ -1107,350 +1290,224 @@ def ipaddress_availability_result def troubleshooting_details Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingDetails end - def azure_firewall_network_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRule + def dhcp_options + Azure::Network::Mgmt::V2018_10_01::Models::DhcpOptions end def troubleshooting_result Azure::Network::Mgmt::V2018_10_01::Models::TroubleshootingResult end - def subnet_list_result - Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult end def retention_policy_parameters Azure::Network::Mgmt::V2018_10_01::Models::RetentionPolicyParameters end - def ddos_protection_plan_list_result - Azure::Network::Mgmt::V2018_10_01::Models::DdosProtectionPlanListResult - end - def flow_log_format_parameters - Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatParameters - end - def authorization_list_result - Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationListResult + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end def flow_log_status_parameters Azure::Network::Mgmt::V2018_10_01::Models::FlowLogStatusParameters end - def express_route_connection_id - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnectionId - end - def traffic_analytics_configuration_properties - Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsConfigurationProperties - end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - end - def traffic_analytics_properties - Azure::Network::Mgmt::V2018_10_01::Models::TrafficAnalyticsProperties - end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunityListResult + def usages_list_result + Azure::Network::Mgmt::V2018_10_01::Models::UsagesListResult end def flow_log_information Azure::Network::Mgmt::V2018_10_01::Models::FlowLogInformation end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringConfig end def connectivity_source Azure::Network::Mgmt::V2018_10_01::Models::ConnectivitySource end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def bgpcommunity + Azure::Network::Mgmt::V2018_10_01::Models::BGPCommunity end def connectivity_destination Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityDestination end - def express_route_cross_connections_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - end - def httpheader - Azure::Network::Mgmt::V2018_10_01::Models::HTTPHeader - end - def list_p2_svpn_gateways_result - Azure::Network::Mgmt::V2018_10_01::Models::ListP2SVpnGatewaysResult - end - def httpconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::HTTPConfiguration - end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressDnsSettings - end - def protocol_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ProtocolConfiguration - end - def get_vpn_sites_configuration_request - Azure::Network::Mgmt::V2018_10_01::Models::GetVpnSitesConfigurationRequest + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitServiceProviderProperties end def connectivity_parameters Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityParameters end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTable end def connectivity_issue Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityIssue end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult + def express_route_circuit_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitListResult end def connectivity_hop Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityHop end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayListResult + def load_balancer_sku + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSku end def connectivity_information Azure::Network::Mgmt::V2018_10_01::Models::ConnectivityInformation end - def bgp_settings - Azure::Network::Mgmt::V2018_10_01::Models::BgpSettings + def vpn_device_script_parameters + Azure::Network::Mgmt::V2018_10_01::Models::VpnDeviceScriptParameters end def azure_reachability_report_location Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLocation end - def ipsec_policy - Azure::Network::Mgmt::V2018_10_01::Models::IpsecPolicy - end def azure_reachability_report_parameters Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportParameters end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def application_gateway_connection_draining + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayConnectionDraining end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo + def usage_name + Azure::Network::Mgmt::V2018_10_01::Models::UsageName end - def azure_firewall_application_rule_protocol - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallApplicationRuleProtocol + def vpn_client_parameters + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientParameters end def azure_reachability_report_item Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportItem end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringListResult + def virtual_network_usage + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkUsage end def azure_reachability_report Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReport end - def endpoint_services_list_result - Azure::Network::Mgmt::V2018_10_01::Models::EndpointServicesListResult + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRule end - def available_providers_list_parameters - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2018_10_01::Models::AzureReachabilityReportLatencyInfo end - def service_endpoint_policy_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyListResult + def tags_object + Azure::Network::Mgmt::V2018_10_01::Models::TagsObject end def available_providers_list_city Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCity end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsArpTableListResult + def express_route_circuit_stats + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitStats end def available_providers_list_state Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListState end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProviderListResult - end - def available_providers_list_country - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry - end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPropertiesFormat - end - def available_providers_list - Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList - end - def virtual_network_tap_list_result - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTapListResult - end - def connection_monitor_source - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource - end - def tunnel_connection_health - Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth - end - def connection_monitor_destination - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination - end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - end - def connection_monitor_parameters - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters - end - def available_delegation - Azure::Network::Mgmt::V2018_10_01::Models::AvailableDelegation - end - def connection_monitor - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor - end - def dns_name_availability_result - Azure::Network::Mgmt::V2018_10_01::Models::DnsNameAvailabilityResult - end - def connection_monitor_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult - end - def express_route_circuit_sku - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSku - end - def connection_monitor_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult - end - def vpn_profile_response - Azure::Network::Mgmt::V2018_10_01::Models::VpnProfileResponse - end - def connection_state_snapshot - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot - end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool - end - def connection_monitor_query_result - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult - end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySku - end - def network_configuration_diagnostic_profile - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticProfile - end - def usage - Azure::Network::Mgmt::V2018_10_01::Models::Usage - end - def network_configuration_diagnostic_parameters - Azure::Network::Mgmt::V2018_10_01::Models::NetworkConfigurationDiagnosticParameters - end - def list_vpn_gateways_result - Azure::Network::Mgmt::V2018_10_01::Models::ListVpnGatewaysResult - end - def matched_rule - Azure::Network::Mgmt::V2018_10_01::Models::MatchedRule - end - def azure_firewall_nat_rule - Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNatRule - end - def network_security_rules_evaluation_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult - end - def application_gateway_header_configuration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration - end - def evaluated_network_security_group - Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup - end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult - end - def network_security_group_result - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult - end - def network_interface_tap_configuration - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceTapConfiguration + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitArpTable end - def application_security_group - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationSecurityGroup + def available_providers_list_parameters + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListParameters end - def security_rule - Azure::Network::Mgmt::V2018_10_01::Models::SecurityRule + def route_table_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteTableListResult end - def interface_endpoint - Azure::Network::Mgmt::V2018_10_01::Models::InterfaceEndpoint + def available_providers_list + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersList end - def network_interface - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterface + def local_network_gateway_list_result + Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGatewayListResult end - def network_security_group - Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroup + def connection_monitor_source + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSource end - def route - Azure::Network::Mgmt::V2018_10_01::Models::Route + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthPool end - def route_table - Azure::Network::Mgmt::V2018_10_01::Models::RouteTable + def available_providers_list_country + Azure::Network::Mgmt::V2018_10_01::Models::AvailableProvidersListCountry end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicyDefinition + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def service_endpoint_policy - Azure::Network::Mgmt::V2018_10_01::Models::ServiceEndpointPolicy + def connection_monitor_parameters + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorParameters end - def public_ipaddress - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddress + def connection_monitor_destination + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorDestination end - def ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::IPConfiguration + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitRoutesTableSummary end - def ipconfiguration_profile - Azure::Network::Mgmt::V2018_10_01::Models::IPConfigurationProfile + def connection_monitor_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorResult end - def resource_navigation_link - Azure::Network::Mgmt::V2018_10_01::Models::ResourceNavigationLink + def tunnel_connection_health + Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionHealth end - def service_association_link - Azure::Network::Mgmt::V2018_10_01::Models::ServiceAssociationLink + def resource + Azure::Network::Mgmt::V2018_10_01::Models::Resource end - def delegation - Azure::Network::Mgmt::V2018_10_01::Models::Delegation + def subnet_list_result + Azure::Network::Mgmt::V2018_10_01::Models::SubnetListResult end - def subnet - Azure::Network::Mgmt::V2018_10_01::Models::Subnet + def connection_monitor + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitor end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::FrontendIPConfiguration + def route_filter_list_result + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterListResult end - def virtual_network_tap - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkTap + def connection_monitor_query_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorQueryResult end - def backend_address_pool - Azure::Network::Mgmt::V2018_10_01::Models::BackendAddressPool + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringListResult end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_10_01::Models::InboundNatRule + def vpn_client_configuration + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientConfiguration end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::NetworkInterfaceIPConfiguration + def availability + Azure::Network::Mgmt::V2018_10_01::Models::Availability end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendAddressPool + def connection_state_snapshot + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStateSnapshot end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHttpSettings end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration + def connection_monitor_list_result + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorListResult end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate - end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayIPConfiguration end def application_gateway_frontend_ipconfiguration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendIPConfiguration end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCertificate end def application_gateway_http_listener Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHttpListener end + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + end + def application_gateway_header_configuration + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayHeaderConfiguration + end + def evaluated_network_security_group + Azure::Network::Mgmt::V2018_10_01::Models::EvaluatedNetworkSecurityGroup + end + def network_security_group_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityGroupResult + end + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTrustedRootCertificate + end def application_gateway_path_rule Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayPathRule end - def application_gateway_probe - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe - end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule + def usage + Azure::Network::Mgmt::V2018_10_01::Models::Usage end - def application_gateway_rewrite_rule_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFrontendPort end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectConfiguration @@ -1458,11 +1515,11 @@ def application_gateway_redirect_configuration def application_gateway_url_path_map Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayUrlPathMap end - def application_gateway - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway + def application_gateway_probe + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProbe end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRule end def application_gateway_available_ssl_options Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayAvailableSslOptions @@ -1470,6 +1527,36 @@ def application_gateway_available_ssl_options def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPredefinedPolicy end + def application_gateway + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGateway + end + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallRuleSet + end + def route_filter_rule + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule + end + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering + end + def network_security_rules_evaluation_result + Azure::Network::Mgmt::V2018_10_01::Models::NetworkSecurityRulesEvaluationResult + end + def express_route_circuit_authorization + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization + end + def express_route_service_provider + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider + end + def load_balancing_rule + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule + end + def route_filter + Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter + end + def application_gateway_rewrite_rule_set + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRewriteRuleSet + end def azure_firewall_ipconfiguration Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallIPConfiguration end @@ -1488,30 +1575,9 @@ def azure_firewall def azure_firewall_fqdn_tag Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallFqdnTag end - def endpoint_service_result - Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult - end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitAuthorization - end - def route_filter_rule - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilterRule - end def express_route_circuit_connection Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitConnection end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeering - end - def route_filter - Azure::Network::Mgmt::V2018_10_01::Models::RouteFilter - end - def express_route_circuit - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit - end - def express_route_service_provider - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteServiceProvider - end def express_route_cross_connection_peering Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCrossConnectionPeering end @@ -1521,59 +1587,38 @@ def express_route_cross_connection def express_route_connection Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteConnection end - def express_route_gateway - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway + def express_route_circuit + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuit end def express_route_ports_location Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsLocation end - def express_route_link - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + def endpoint_service_result + Azure::Network::Mgmt::V2018_10_01::Models::EndpointServiceResult end def express_route_port Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePort end - def load_balancing_rule - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancingRule - end - def probe - Azure::Network::Mgmt::V2018_10_01::Models::Probe - end def inbound_nat_pool Azure::Network::Mgmt::V2018_10_01::Models::InboundNatPool end - def outbound_rule - Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule - end - def load_balancer - Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer - end def container_network_interface_configuration Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterfaceConfiguration end - def container - Azure::Network::Mgmt::V2018_10_01::Models::Container - end - def container_network_interface - Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface - end - def network_profile - Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile + def load_balancer + Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancer end def network_watcher Azure::Network::Mgmt::V2018_10_01::Models::NetworkWatcher end - def public_ipprefix - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix - end def patch_route_filter_rule Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilterRule end def patch_route_filter Azure::Network::Mgmt::V2018_10_01::Models::PatchRouteFilter end - def bgp_service_community - Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity + def probe + Azure::Network::Mgmt::V2018_10_01::Models::Probe end def virtual_network_peering Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeering @@ -1584,8 +1629,8 @@ def virtual_network def virtual_network_gateway_ipconfiguration Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate + def network_profile + Azure::Network::Mgmt::V2018_10_01::Models::NetworkProfile end def vpn_client_revoked_certificate Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRevokedCertificate @@ -1593,26 +1638,44 @@ def vpn_client_revoked_certificate def virtual_network_gateway Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGateway end - def local_network_gateway - Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + def bgp_service_community + Azure::Network::Mgmt::V2018_10_01::Models::BgpServiceCommunity end def virtual_network_gateway_connection Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnection end - def connection_shared_key - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey + def express_route_gateway + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteGateway end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity + def application_gateway_protocol + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol + end + def express_route_link + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLink + end + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + end + def outbound_rule + Azure::Network::Mgmt::V2018_10_01::Models::OutboundRule + end + def local_network_gateway + Azure::Network::Mgmt::V2018_10_01::Models::LocalNetworkGateway + end + def container_network_interface + Azure::Network::Mgmt::V2018_10_01::Models::ContainerNetworkInterface + end + def public_ipprefix + Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefix end def p2_svpn_server_config_vpn_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRootCertificate end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + def connection_shared_key + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionSharedKey end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + def vpn_client_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::VpnClientRootCertificate end def p2_svpn_server_config_radius_client_root_certificate Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusClientRootCertificate @@ -1626,8 +1689,8 @@ def virtual_wan def vpn_site Azure::Network::Mgmt::V2018_10_01::Models::VpnSite end - def hub_virtual_network_connection - Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionListEntity end def virtual_hub Azure::Network::Mgmt::V2018_10_01::Models::VirtualHub @@ -1641,77 +1704,68 @@ def vpn_gateway def p2_svpn_gateway Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnGateway end - def ipallocation_method - Azure::Network::Mgmt::V2018_10_01::Models::IPAllocationMethod - end - def security_rule_protocol - Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleProtocol - end - def security_rule_access - Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleAccess - end - def security_rule_direction - Azure::Network::Mgmt::V2018_10_01::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2018_10_01::Models::RouteNextHopType - end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPAddressSkuName + def application_gateway_tier + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier end def ipversion Azure::Network::Mgmt::V2018_10_01::Models::IPVersion end - def transport_protocol - Azure::Network::Mgmt::V2018_10_01::Models::TransportProtocol + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType end - def application_gateway_protocol - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayProtocol + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + end + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite + end + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType end def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCookieBasedAffinity end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState end def application_gateway_sku_name Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySkuName end - def application_gateway_tier - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayTier - end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyType + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_10_01::Models::P2SVpnServerConfigRadiusServerRootCertificate end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslPolicyName + def access + Azure::Network::Mgmt::V2018_10_01::Models::Access end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslCipherSuite + def network_operation_status + Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus end - def application_gateway_custom_error_status_code - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRequestRoutingRuleType + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType + def hub_virtual_network_connection + Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnection end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayOperationalState + def provisioning_state + Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState end def application_gateway_firewall_mode Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayFirewallMode end - def resource_identity_type - Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType + def authorization_use_status + Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus end - def provisioning_state - Azure::Network::Mgmt::V2018_10_01::Models::ProvisioningState + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + end + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewaySslProtocol end def azure_firewall_rcaction_type Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallRCActionType @@ -1725,35 +1779,14 @@ def azure_firewall_nat_rcaction_type def azure_firewall_network_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::AzureFirewallNetworkRuleProtocol end - def authorization_use_status - Azure::Network::Mgmt::V2018_10_01::Models::AuthorizationUseStatus - end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - end - def access - Azure::Network::Mgmt::V2018_10_01::Models::Access - end - def express_route_peering_type - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType + def application_gateway_redirect_type + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayRedirectType end def express_route_peering_state Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringState end - def circuit_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus - end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitPeeringState - end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuTier - end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily - end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState + def resource_identity_type + Azure::Network::Mgmt::V2018_10_01::Models::ResourceIdentityType end def express_route_link_connector_type Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteLinkConnectorType @@ -1764,6 +1797,21 @@ def express_route_link_admin_state def express_route_ports_encapsulation Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePortsEncapsulation end + def effective_route_source + Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource + end + def effective_route_state + Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + end + def httpmethod + Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + end + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRouteCircuitSkuFamily + end + def service_provider_provisioning_state + Azure::Network::Mgmt::V2018_10_01::Models::ServiceProviderProvisioningState + end def load_balancer_sku_name Azure::Network::Mgmt::V2018_10_01::Models::LoadBalancerSkuName end @@ -1773,17 +1821,20 @@ def load_distribution def probe_protocol Azure::Network::Mgmt::V2018_10_01::Models::ProbeProtocol end - def network_operation_status - Azure::Network::Mgmt::V2018_10_01::Models::NetworkOperationStatus + def pc_error + Azure::Network::Mgmt::V2018_10_01::Models::PcError end def effective_security_rule_protocol Azure::Network::Mgmt::V2018_10_01::Models::EffectiveSecurityRuleProtocol end - def effective_route_source - Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteSource + def application_gateway_custom_error_status_code + Azure::Network::Mgmt::V2018_10_01::Models::ApplicationGatewayCustomErrorStatusCode end - def effective_route_state - Azure::Network::Mgmt::V2018_10_01::Models::EffectiveRouteState + def connection_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus + end + def connection_state + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState end def association_type Azure::Network::Mgmt::V2018_10_01::Models::AssociationType @@ -1791,96 +1842,54 @@ def association_type def direction Azure::Network::Mgmt::V2018_10_01::Models::Direction end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol - end - def next_hop_type - Azure::Network::Mgmt::V2018_10_01::Models::NextHopType + def express_route_peering_type + Azure::Network::Mgmt::V2018_10_01::Models::ExpressRoutePeeringType end def pc_protocol Azure::Network::Mgmt::V2018_10_01::Models::PcProtocol end - def pc_status - Azure::Network::Mgmt::V2018_10_01::Models::PcStatus - end - def pc_error - Azure::Network::Mgmt::V2018_10_01::Models::PcError - end - def flow_log_format_type - Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType - end - def protocol - Azure::Network::Mgmt::V2018_10_01::Models::Protocol + def circuit_connection_status + Azure::Network::Mgmt::V2018_10_01::Models::CircuitConnectionStatus end - def httpmethod - Azure::Network::Mgmt::V2018_10_01::Models::HTTPMethod + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier end def origin Azure::Network::Mgmt::V2018_10_01::Models::Origin end - def severity - Azure::Network::Mgmt::V2018_10_01::Models::Severity - end def issue_type Azure::Network::Mgmt::V2018_10_01::Models::IssueType end - def connection_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionStatus - end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + def ip_flow_protocol + Azure::Network::Mgmt::V2018_10_01::Models::IpFlowProtocol end - def connection_state - Azure::Network::Mgmt::V2018_10_01::Models::ConnectionState + def flow_log_format_type + Azure::Network::Mgmt::V2018_10_01::Models::FlowLogFormatType end def evaluation_state Azure::Network::Mgmt::V2018_10_01::Models::EvaluationState end + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_10_01::Models::ConnectionMonitorSourceStatus + end def verbosity_level Azure::Network::Mgmt::V2018_10_01::Models::VerbosityLevel end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_10_01::Models::PublicIPPrefixSkuName - end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState - end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayType - end - def vpn_type - Azure::Network::Mgmt::V2018_10_01::Models::VpnType + def next_hop_type + Azure::Network::Mgmt::V2018_10_01::Models::NextHopType end def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuName end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewaySkuTier + def pc_status + Azure::Network::Mgmt::V2018_10_01::Models::PcStatus end def vpn_client_protocol Azure::Network::Mgmt::V2018_10_01::Models::VpnClientProtocol end - def ipsec_encryption - Azure::Network::Mgmt::V2018_10_01::Models::IpsecEncryption - end - def ipsec_integrity - Azure::Network::Mgmt::V2018_10_01::Models::IpsecIntegrity - end - def ike_encryption - Azure::Network::Mgmt::V2018_10_01::Models::IkeEncryption - end - def ike_integrity - Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity - end - def dh_group - Azure::Network::Mgmt::V2018_10_01::Models::DhGroup - end def pfs_group Azure::Network::Mgmt::V2018_10_01::Models::PfsGroup end - def bgp_peer_state - Azure::Network::Mgmt::V2018_10_01::Models::BgpPeerState - end def processor_architecture Azure::Network::Mgmt::V2018_10_01::Models::ProcessorArchitecture end @@ -1893,26 +1902,17 @@ def virtual_network_gateway_connection_status def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_connection_protocol - Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayConnectionProtocol - end - def office_traffic_category - Azure::Network::Mgmt::V2018_10_01::Models::OfficeTrafficCategory - end - def vpn_gateway_tunneling_protocol - Azure::Network::Mgmt::V2018_10_01::Models::VpnGatewayTunnelingProtocol - end - def vpn_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::VpnConnectionStatus + def virtual_network_peering_state + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkPeeringState end - def virtual_wan_security_provider_type - Azure::Network::Mgmt::V2018_10_01::Models::VirtualWanSecurityProviderType + def virtual_network_gateway_type + Azure::Network::Mgmt::V2018_10_01::Models::VirtualNetworkGatewayType end - def tunnel_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::TunnelConnectionStatus + def vpn_type + Azure::Network::Mgmt::V2018_10_01::Models::VpnType end - def hub_virtual_network_connection_status - Azure::Network::Mgmt::V2018_10_01::Models::HubVirtualNetworkConnectionStatus + def ike_integrity + Azure::Network::Mgmt::V2018_10_01::Models::IkeIntegrity 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 591ecd2161..28bc120272 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 + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query - NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing + NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject - CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat end class NewsSearchDataClass @@ -65,78 +65,78 @@ def method_missing(method, *args) end class ModelClasses + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end def response_base Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + def answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer end - def query - Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + def search_results_answer + Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end + def thing + Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end - def search_results_answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer - end def news Azure::CognitiveServices::NewsSearch::V1_0::Models::News end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end def article Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end - def identifiable - Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable - end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response - end - def answer - Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing - end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject + 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 organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + def query + Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject end - def error_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end def error_sub_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode end + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + end def freshness Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - end end end end diff --git a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb index d481e842fd..b9c4ac99c3 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -12,39 +12,39 @@ module Mgmt NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs module Models + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse WnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential CheckAvailabilityParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters GcmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential - OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters AdmCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential NamespaceListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult - BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters + Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource + OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult + SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource - NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters + BaiduCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse - PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource - SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights end @@ -80,21 +80,21 @@ def method_missing(method, *args) end class ModelClasses + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end + def error_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + end def resource_list_keys Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys end def policykey_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource end - def operation - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation - end def apns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential end - def error_response - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse - end def wns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential end @@ -104,33 +104,21 @@ def check_availability_parameters def gcm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential end - def operation_display - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay - end - def operation_list_result - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult - end - def sku - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - end def shared_access_authorization_rule_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters end - def sub_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - end def notification_hub_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult end def shared_access_authorization_rule_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult end - def resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - end def shared_access_authorization_rule_properties Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties end + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + end def mpns_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential end @@ -143,42 +131,54 @@ def adm_credential def namespace_list_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceListResult end - def baidu_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + def operation_display + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay end def check_availability_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end - def namespace_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters + def operation + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end def namespace_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource end + def operation_list_result + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult + end + def sub_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource + end def shared_access_authorization_rule_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end - def notification_hub_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + def namespace_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end def notification_hub_patch_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters end + def baidu_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::BaiduCredential + end + def notification_hub_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters + end + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + end def notification_hub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource end def debug_send_response Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse end - def pns_credentials_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource + def namespace_type + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end - def namespace_type - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType - end def access_rights Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index 5f7eec328a..1ef4f4e5a1 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -7,30 +7,30 @@ module Azure::Profiles::Latest module OperationalInsights module Mgmt - StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights SavedSearches = Azure::OperationalInsights::Mgmt::V2015_03_20::SavedSearches - LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices - DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources + StorageInsights = Azure::OperationalInsights::Mgmt::V2015_03_20::StorageInsights Workspaces = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Workspaces Operations = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Operations + LinkedServices = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::LinkedServices + DataSources = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::DataSources module Models + StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount SearchSchemaValue = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue SearchGetSchemaResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchGetSchemaResponse SearchHighlight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchHighlight LinkTarget = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget - SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters CoreSummary = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary - StorageAccount = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema StorageInsightStatus = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus SavedSearch = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearch SavedSearchesListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse StorageInsightListResult = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult - SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + SearchSort = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort + SearchParameters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse @@ -40,33 +40,33 @@ module Models SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState - MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName - OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay + Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku + ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource UsageMetric = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric - OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult WorkspaceListUsagesResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult LinkedServiceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedServiceListResult ManagementGroup = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack - Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys - Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult + OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus + Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :workspaces, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :saved_searches, :storage_insights, :workspaces, :operations, :linked_services, :data_sources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -76,18 +76,18 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_insights = @client_0.storage_insights @saved_searches = @client_0.saved_searches + @storage_insights = @client_0.storage_insights @client_1 = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::OperationalInsightsManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @linked_services = @client_1.linked_services - @data_sources = @client_1.data_sources @workspaces = @client_1.workspaces @operations = @client_1.operations + @linked_services = @client_1.linked_services + @data_sources = @client_1.data_sources @model_classes = ModelClasses.new end @@ -108,6 +108,9 @@ def method_missing(method, *args) end class ModelClasses + def storage_account + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + end def search_schema_value Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSchemaValue end @@ -120,15 +123,9 @@ def search_highlight def link_target Azure::OperationalInsights::Mgmt::V2015_03_20::Models::LinkTarget end - def search_parameters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters - end def core_summary Azure::OperationalInsights::Mgmt::V2015_03_20::Models::CoreSummary end - def storage_account - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount - end def search_metadata_schema Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema end @@ -147,15 +144,18 @@ def search_results_response def storage_insight_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult end - def search_sort - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort - end def search_error Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError end def workspace_purge_body_filters Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters end + def search_sort + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort + end + def search_parameters + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchParameters + end def tag Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag end @@ -183,18 +183,15 @@ def storage_insight_state def purge_state Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState end - def metric_name - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName + def sku + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku end - def operation_display - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay + def proxy_resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource end def usage_metric Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::UsageMetric end - def operation_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult - end def workspace_list_usages_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListUsagesResult end @@ -213,45 +210,48 @@ def workspace_list_management_groups_result def intelligence_pack Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack end - def sku - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku - end - def operation - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + def metric_name + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName end def shared_keys Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys end - def resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource - end def data_source_list_result Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult end - def proxy_resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource - end - def workspace_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult + def operation_display + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay end def linked_service Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - end - def workspace - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + def operation + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation end def data_source_kind Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end - def sku_name_enum - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + def operation_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult + end + def workspace_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult end def entity_status Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end + def resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + end + def sku_name_enum + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + end + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + end + def workspace + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + end end end end diff --git a/azure_sdk/lib/latest/modules/policy_profile_module.rb b/azure_sdk/lib/latest/modules/policy_profile_module.rb index 55cc7f93f8..ff0596c51d 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -8,17 +8,17 @@ module Azure::Profiles::Latest module Policy module Mgmt PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments - PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions + PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions module Models - PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition - PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment + PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition PolicyDefinitionReference = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference - ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse PolicySetDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition + PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult PolicyAssignmentListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult + ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType @@ -26,7 +26,7 @@ module Models end class PolicyManagementClass - attr_reader :policy_assignments, :policy_definitions, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_assignments, :policy_set_definitions, :policy_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @policy_assignments = @client_0.policy_assignments - @policy_definitions = @client_0.policy_definitions @policy_set_definitions = @client_0.policy_set_definitions + @policy_definitions = @client_0.policy_definitions @model_classes = ModelClasses.new end @@ -57,27 +57,27 @@ def method_missing(method, *args) end class ModelClasses - def policy_definition - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition - end - def policy_definition_list_result - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult - end def policy_assignment Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment end + def policy_definition + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition + end def policy_definition_reference Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionReference end - def error_response - Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse - end def policy_set_definition Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinition end + def policy_definition_list_result + Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult + end def policy_assignment_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult end + def error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + end def policy_set_definition_list_result Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index 49e79b35b4..ccdcb78a49 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,11 +7,13 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt + Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates - Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations module Models + OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation PolicyDefinitionSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary PolicyAssignmentSummary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyAssignmentSummary PolicyEventsQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEventsQueryResults @@ -19,19 +21,17 @@ module Models QueryFailure = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailure SummarizeResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults - OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay PolicyEvent = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent - Operation = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError - QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + QueryOptions = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions end class PolicyInsightsManagementClass - attr_reader :policy_events, :policy_states, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :policy_events, :policy_states, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -41,9 +41,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @policy_events = @client_0.policy_events @policy_states = @client_0.policy_states - @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -62,6 +62,12 @@ def method_missing(method, *args) end class ModelClasses + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay + end + def operation + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation + end def policy_definition_summary Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyDefinitionSummary end @@ -83,15 +89,9 @@ def summarize_results def policy_states_query_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults end - def operation_display - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - end def policy_event Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent end - def operation - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation - end def policy_state Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState end @@ -101,15 +101,15 @@ def operations_list_results def query_failure_error Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError end - def query_options - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions - end def summary_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults end def policy_states_resource Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource end + def query_options + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions + end end end end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index 215c4dbc2c..d4cf6c5df5 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,25 +11,25 @@ module Mgmt Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces module Models - Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey - Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace CreateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest Display = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display UpdateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest - AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest - WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse - WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList MigrateWorkspaceCollectionRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest - ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName + ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + AzureSku = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku CheckNameReason = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end class PowerBiEmbeddedManagementClass @@ -63,15 +63,9 @@ def method_missing(method, *args) end class ModelClasses - def operation - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation - end def operation_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList end - def error - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - end def workspace_collection_access_keys Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys end @@ -81,9 +75,6 @@ def workspace_collection def workspace_collection_access_key Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey end - def workspace - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace - end def create_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest end @@ -93,33 +84,42 @@ def display def update_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::UpdateWorkspaceCollectionRequest end - def azure_sku - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku - end def check_name_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest end - def workspace_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + def workspace + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace + end + def operation + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation end def check_name_response Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse end - def workspace_collection_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList + def workspace_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList end def migrate_workspace_collection_request Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::MigrateWorkspaceCollectionRequest end - def error_detail - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + def workspace_collection_list + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end def access_key_name Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName end + def error_detail + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail + end + def azure_sku + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AzureSku + end def check_name_reason Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameReason end + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::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 e64d51551f..556bba3f4f 100644 --- a/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb +++ b/azure_sdk/lib/latest/modules/qnamaker_profile_module.rb @@ -6,48 +6,48 @@ module Azure::Profiles::Latest module Qnamaker - EndpointKeys = Azure::CognitiveServices::Qnamaker::V4_0::EndpointKeys Alterations = Azure::CognitiveServices::Qnamaker::V4_0::Alterations Knowledgebase = Azure::CognitiveServices::Qnamaker::V4_0::Knowledgebase Operations = Azure::CognitiveServices::Qnamaker::V4_0::Operations + EndpointKeys = Azure::CognitiveServices::Qnamaker::V4_0::EndpointKeys module Models - 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 - KnowledgebasesDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebasesDTO - UpdateQnaDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTO - QnADocumentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADocumentsDTO - UpdateQuestionsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQuestionsDTO - CreateKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO - UpdateMetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO - ReplaceKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::ReplaceKbDTO UpdateKbOperationDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTO KnowledgebaseDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseDTO UpdateKbContentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbContentsDTO - ErrorResponse = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse InnerErrorModel = Azure::CognitiveServices::Qnamaker::V4_0::Models::InnerErrorModel MetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO - Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error AlterationsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO - Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation UpdateKbOperationDTOAdd = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd UpdateKbOperationDTODelete = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTODelete UpdateKbOperationDTOUpdate = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate + ReplaceKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::ReplaceKbDTO UpdateQnaDTOQuestions = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOQuestions UpdateQnaDTOMetadata = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTOMetadata - ErrorResponseError = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError KnowledgebaseEnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType ErrorCodeType = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorCodeType OperationStateType = Azure::CognitiveServices::Qnamaker::V4_0::Models::OperationStateType EnvironmentType = Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType + ErrorResponse = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse + ErrorResponseError = Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError + Operation = Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + 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 + KnowledgebasesDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebasesDTO + UpdateQnaDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTO + QnADocumentsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADocumentsDTO + UpdateQuestionsDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQuestionsDTO + Error = Azure::CognitiveServices::Qnamaker::V4_0::Models::Error + CreateKbDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO + UpdateMetadataDTO = Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO end class QnamakerDataClass - attr_reader :endpoint_keys, :alterations, :knowledgebase, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :alterations, :knowledgebase, :operations, :endpoint_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -57,10 +57,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @endpoint_keys = @client_0.endpoint_keys @alterations = @client_0.alterations @knowledgebase = @client_0.knowledgebase @operations = @client_0.operations + @endpoint_keys = @client_0.endpoint_keys @model_classes = ModelClasses.new end @@ -79,45 +79,6 @@ def method_missing(method, *args) end class ModelClasses - 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 - def file_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::FileDTO - end - def word_alterations_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::WordAlterationsDTO - end - def knowledgebases_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebasesDTO - end - def update_qna_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTO - end - def qn_adocuments_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADocumentsDTO - end - def update_questions_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQuestionsDTO - end - def create_kb_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO - end - def update_metadata_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO - end - def replace_kb_dto - Azure::CognitiveServices::Qnamaker::V4_0::Models::ReplaceKbDTO - end def update_kb_operation_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTO end @@ -127,24 +88,15 @@ def knowledgebase_dto def update_kb_contents_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbContentsDTO end - def error_response - Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse - end def inner_error_model Azure::CognitiveServices::Qnamaker::V4_0::Models::InnerErrorModel end def metadata_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::MetadataDTO end - def error - Azure::CognitiveServices::Qnamaker::V4_0::Models::Error - end def alterations_dto Azure::CognitiveServices::Qnamaker::V4_0::Models::AlterationsDTO end - def operation - Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation - end def update_kb_operation_dtoadd Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOAdd end @@ -154,15 +106,15 @@ def update_kb_operation_dtodelete def update_kb_operation_dtoupdate Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateKbOperationDTOUpdate end + def replace_kb_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::ReplaceKbDTO + end 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 error_response_error - Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError - end def knowledgebase_environment_type Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebaseEnvironmentType end @@ -175,6 +127,54 @@ def operation_state_type def environment_type Azure::CognitiveServices::Qnamaker::V4_0::Models::EnvironmentType end + def error_response + Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponse + end + def error_response_error + Azure::CognitiveServices::Qnamaker::V4_0::Models::ErrorResponseError + end + def operation + Azure::CognitiveServices::Qnamaker::V4_0::Models::Operation + 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 + def file_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::FileDTO + end + def word_alterations_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::WordAlterationsDTO + end + def knowledgebases_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::KnowledgebasesDTO + end + def update_qna_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQnaDTO + end + def qn_adocuments_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::QnADocumentsDTO + end + def update_questions_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateQuestionsDTO + end + def error + Azure::CognitiveServices::Qnamaker::V4_0::Models::Error + end + def create_kb_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::CreateKbDTO + end + def update_metadata_dto + Azure::CognitiveServices::Qnamaker::V4_0::Models::UpdateMetadataDTO + end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb index e4a5a707d8..016ba18fd8 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -10,16 +10,15 @@ module Mgmt VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages - Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults - Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages + Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults + Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations module Models ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse @@ -27,33 +26,34 @@ module Models VaultList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultList ReplicationUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsage ClientDiscoveryDisplay = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList - VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails NameInfo = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo ResourceCertificateAndAadDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAadDetails ResourceCertificateAndAcsDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails - TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource - AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType - SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + Vault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + SkuName = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName end class RecoveryServicesManagementClass - attr_reader :vault_certificates, :registered_identities, :replication_usages, :vaults, :operations, :vault_extended_info_operations, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :vault_certificates, :registered_identities, :replication_usages, :vault_extended_info_operations, :usages, :vaults, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,10 +66,10 @@ def initialize(configurable, base_url=nil, options=nil) @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities @replication_usages = @client_0.replication_usages - @vaults = @client_0.vaults - @operations = @client_0.operations @vault_extended_info_operations = @client_0.vault_extended_info_operations @usages = @client_0.usages + @vaults = @client_0.vaults + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -97,9 +97,6 @@ def client_discovery_response def certificate_request Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - end def client_discovery_for_properties Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties end @@ -121,9 +118,6 @@ def replication_usage def client_discovery_display Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryDisplay end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku - end def client_discovery_for_service_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification end @@ -133,6 +127,9 @@ def vault_usage_list def monitoring_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary end + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end @@ -145,9 +142,6 @@ def upgrade_details def replication_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList end - def vault_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties - end def resource_certificate_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end @@ -160,29 +154,26 @@ def resource_certificate_and_aad_details def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource - end def patch_tracked_resource Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end - def vault - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + end + def vault_extended_info_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource end def patch_vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end - def vault_extended_info_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource + def vault_upgrade_state + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType end - def sku_name - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName - end - def vault_upgrade_state - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource end def trigger_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType @@ -190,6 +181,15 @@ def trigger_type def usages_unit Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit end + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + end + def vault + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Vault + end + def sku_name + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::SkuName + end end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb index 3a8c4a9510..8afcb18e77 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -8,6 +8,17 @@ module Azure::Profiles::Latest module RecoveryServicesBackup module Mgmt Operations = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Operations + JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations + JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults + BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults + BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses + ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies + ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults + ProtectionPolicyOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationStatuses + BackupProtectableItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectableItems + BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers + SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs + BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs BackupResourceVaultConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceVaultConfigs BackupEngines = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupEngines ProtectionContainerRefreshOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionContainerRefreshOperationResults @@ -22,36 +33,25 @@ module Mgmt RecoveryPoints = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::RecoveryPoints ItemLevelRecoveryConnections = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ItemLevelRecoveryConnections Restores = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Restores - JobCancellations = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobCancellations - JobOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::JobOperationResults - BackupOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationResults - BackupOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupOperationStatuses - ProtectionPolicies = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicies - ProtectionPolicyOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationResults - ProtectionPolicyOperationStatuses = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::ProtectionPolicyOperationStatuses - BackupProtectableItems = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectableItems - BackupProtectionContainers = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupProtectionContainers - SecurityPINs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::SecurityPINs - BackupResourceStorageConfigs = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::BackupResourceStorageConfigs + Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs + Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation ProtectionIntentOperations = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ProtectionIntentOperations BackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupStatus FeatureSupport = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::FeatureSupport BackupJobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupJobs JobDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::JobDetails ExportJobsOperationResults = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::ExportJobsOperationResults - Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs BackupPolicies = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupPolicies BackupProtectedItems = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupProtectedItems BackupUsageSummaries = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::BackupUsageSummaries - Operation = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Operation module Models ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties - ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay - ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification AzureWorkloadContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo DPMContainerExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DPMContainerExtendedInfo InquiryInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryInfo @@ -69,7 +69,6 @@ module Models OperationStatusExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusExtendedInfo BackupResourceConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfig ILRRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest SQLDataDirectory = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectory ContainerIdentityInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerIdentityInfo OperationStatusError = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusError @@ -94,12 +93,12 @@ module Models BMSPOQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BMSPOQueryObject AzureWorkloadSQLRecoveryPointExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPointExtendedInfo RecoveryPointTierInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation - OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus GetProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject AzureBackupServerContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerContainer AzureBackupServerEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureBackupServerEngine AzureFileShareBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareBackupRequest AzureFileShareProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus AzureFileShareRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem @@ -107,225 +106,226 @@ module Models AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer AzureStorageContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageContainer - AzureStorageProtectableContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageProtectableContainer AzureVMAppContainerProtectableContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectableContainer - AzureVmWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadItem + AzureStorageProtectableContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageProtectableContainer AzureVmWorkloadProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadProtectableItem + AzureVmWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadItem AzureVmWorkloadSAPHanaDatabaseProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectableItem - AzureVmWorkloadSAPHanaDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseWorkloadItem AzureVmWorkloadSAPHanaSystemProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemProtectableItem - AzureVmWorkloadSAPHanaSystemWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemWorkloadItem + AzureVmWorkloadSAPHanaDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseWorkloadItem AzureVmWorkloadSQLAvailabilityGroupProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLAvailabilityGroupProtectableItem + AzureVmWorkloadSAPHanaSystemWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemWorkloadItem AzureVmWorkloadSQLDatabaseProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseProtectableItem - AzureVmWorkloadSQLDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseWorkloadItem AzureVmWorkloadSQLInstanceProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem - AzureVmWorkloadSQLInstanceWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem + AzureVmWorkloadSQLDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseWorkloadItem AzureWorkloadBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest - AzureWorkloadContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainer + AzureVmWorkloadSQLInstanceWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem AzureSQLAGWorkloadContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer - AzureVMAppContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectionContainer + AzureWorkloadContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainer AzureWorkloadRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint + AzureVMAppContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectionContainer AzureWorkloadSAPHanaRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaRecoveryPoint AzureWorkloadSAPHanaPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaPointInTimeRecoveryPoint - AzureWorkloadSQLRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint AzureWorkloadSQLPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint + AzureWorkloadSQLRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint BackupEngineBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource - BackupEngineBaseResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList BackupRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource - BackupResourceConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfigResource + BackupEngineBaseResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList BackupResourceVaultConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource - DpmBackupEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine + BackupResourceConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfigResource DpmContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer + DpmBackupEngine = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine GenericContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer - GenericRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest - IaaSVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer + GenericRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest - IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem + IaaSVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint + IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem ILRRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource MabContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer - OperationStatusJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo - OperationStatusProvisionILRExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo + OperationStatusJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource + OperationStatusProvisionILRExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList - ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList + ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource - WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList InquiryStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus - BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType RestorePointType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType - StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState - EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType - RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus + RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType + BackupType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues - DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs DpmErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo OperationWorkerResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse OperationResultInfoBase = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo MabJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo ValidateOperationsResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse AzureWorkloadErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails - RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse - SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage - BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse - ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem - ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail - PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse - EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails - RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse + AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + ProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + TargetAFSRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo + TargetRestoreInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo + AzureIaaSVMHealthDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + YearlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule + Day = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day + MonthlyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule + WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo - AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest - AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem + AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem + AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem - AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo + DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent - AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest - DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem - ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy LongTermSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermSchedulePolicy MabFileFolderProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem - MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob MabProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource ProtectedItemResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource - ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource - ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest ProtectionState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState + ErrorDetail = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail HealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus RecoveryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RecoveryType CopyOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CopyOptions RestoreRequestType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType - JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction ProtectedItemState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState - SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus LastBackupStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus ProtectedItemHealthStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus + SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType OverwriteOptions = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions + BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType + HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType - SQLDataDirectoryType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType - UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit - DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus - FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType - BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType - JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek RetentionScheduleFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat WeekOfMonth = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth MonthOfYear = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear - MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType - WorkloadType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType - HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus - CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode - HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + DayOfWeek = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek ScheduleRunType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + RestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest + NameInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + UsagesUnit = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus end class RecoveryServicesBackupManagementClass - attr_reader :operations, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :jobs, :backup_policies, :backup_protected_items, :backup_usage_summaries, :operation, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :job_cancellations, :job_operation_results, :backup_operation_results, :backup_operation_statuses, :protection_policies, :protection_policy_operation_results, :protection_policy_operation_statuses, :backup_protectable_items, :backup_protection_containers, :security_pins, :backup_resource_storage_configs, :backup_resource_vault_configs, :backup_engines, :protection_container_refresh_operation_results, :protectable_containers, :protection_containers, :backup_workload_items, :protection_container_operation_results, :protected_items, :backups, :protected_item_operation_results, :protected_item_operation_statuses, :recovery_points, :item_level_recovery_connections, :restores, :jobs, :operation, :protection_intent_operations, :backup_status, :feature_support, :backup_jobs, :job_details, :export_jobs_operation_results, :backup_policies, :backup_protected_items, :backup_usage_summaries, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -342,6 +342,17 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @job_cancellations = @client_1.job_cancellations + @job_operation_results = @client_1.job_operation_results + @backup_operation_results = @client_1.backup_operation_results + @backup_operation_statuses = @client_1.backup_operation_statuses + @protection_policies = @client_1.protection_policies + @protection_policy_operation_results = @client_1.protection_policy_operation_results + @protection_policy_operation_statuses = @client_1.protection_policy_operation_statuses + @backup_protectable_items = @client_1.backup_protectable_items + @backup_protection_containers = @client_1.backup_protection_containers + @security_pins = @client_1.security_pins + @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @backup_resource_vault_configs = @client_1.backup_resource_vault_configs @backup_engines = @client_1.backup_engines @protection_container_refresh_operation_results = @client_1.protection_container_refresh_operation_results @@ -356,34 +367,23 @@ def initialize(configurable, base_url=nil, options=nil) @recovery_points = @client_1.recovery_points @item_level_recovery_connections = @client_1.item_level_recovery_connections @restores = @client_1.restores - @job_cancellations = @client_1.job_cancellations - @job_operation_results = @client_1.job_operation_results - @backup_operation_results = @client_1.backup_operation_results - @backup_operation_statuses = @client_1.backup_operation_statuses - @protection_policies = @client_1.protection_policies - @protection_policy_operation_results = @client_1.protection_policy_operation_results - @protection_policy_operation_statuses = @client_1.protection_policy_operation_statuses - @backup_protectable_items = @client_1.backup_protectable_items - @backup_protection_containers = @client_1.backup_protection_containers - @security_pins = @client_1.security_pins - @backup_resource_storage_configs = @client_1.backup_resource_storage_configs @client_2 = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::RecoveryServicesBackupClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) + @jobs = @client_2.jobs + @operation = @client_2.operation @protection_intent_operations = @client_2.protection_intent_operations @backup_status = @client_2.backup_status @feature_support = @client_2.feature_support @backup_jobs = @client_2.backup_jobs @job_details = @client_2.job_details @export_jobs_operation_results = @client_2.export_jobs_operation_results - @jobs = @client_2.jobs @backup_policies = @client_2.backup_policies @backup_protected_items = @client_2.backup_protected_items @backup_usage_summaries = @client_2.backup_usage_summaries - @operation = @client_2.operation @model_classes = ModelClasses.new end @@ -409,21 +409,21 @@ class ModelClasses def client_discovery_for_properties Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties end - def client_discovery_display - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + def client_discovery_response + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + end + def client_discovery_for_log_specification + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification end def client_discovery_value_for_single_api Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi end + def client_discovery_display + Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay + end def client_discovery_for_service_specification Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification end - def client_discovery_response - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse - end - def client_discovery_for_log_specification - Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification - end def azure_workload_container_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo end @@ -475,9 +475,6 @@ def backup_resource_config def ilrrequest Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequest end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - end def sqldata_directory Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::SQLDataDirectory end @@ -550,9 +547,6 @@ def azure_workload_sqlrecovery_point_extended_info def recovery_point_tier_information Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierInformation end - def operation_status - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus - end def get_protected_item_query_object Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GetProtectedItemQueryObject end @@ -568,6 +562,9 @@ def azure_file_share_backup_request def azure_file_share_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareProtectableItem end + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + end def azure_file_share_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareRecoveryPoint end @@ -589,141 +586,141 @@ def azure_sql_container def azure_storage_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageContainer end - def azure_storage_protectable_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageProtectableContainer - end def azure_vmapp_container_protectable_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectableContainer end - def azure_vm_workload_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadItem + def azure_storage_protectable_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureStorageProtectableContainer end def azure_vm_workload_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadProtectableItem end + def azure_vm_workload_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadItem + end def azure_vm_workload_saphana_database_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectableItem end - def azure_vm_workload_saphana_database_workload_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseWorkloadItem - end def azure_vm_workload_saphana_system_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemProtectableItem end - def azure_vm_workload_saphana_system_workload_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemWorkloadItem + def azure_vm_workload_saphana_database_workload_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseWorkloadItem end def azure_vm_workload_sqlavailability_group_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLAvailabilityGroupProtectableItem end + def azure_vm_workload_saphana_system_workload_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemWorkloadItem + end def azure_vm_workload_sqldatabase_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseProtectableItem end - def azure_vm_workload_sqldatabase_workload_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseWorkloadItem - end def azure_vm_workload_sqlinstance_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem end - def azure_vm_workload_sqlinstance_workload_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem + def azure_vm_workload_sqldatabase_workload_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseWorkloadItem end def azure_workload_backup_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest end - def azure_workload_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainer + def azure_vm_workload_sqlinstance_workload_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem end def azure_sqlagworkload_container_protection_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer end - def azure_vmapp_container_protection_container - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectionContainer + def azure_workload_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainer end def azure_workload_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint end + def azure_vmapp_container_protection_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVMAppContainerProtectionContainer + end def azure_workload_saphana_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaRecoveryPoint end def azure_workload_saphana_point_in_time_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaPointInTimeRecoveryPoint end - def azure_workload_sqlrecovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint - end def azure_workload_sqlpoint_in_time_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint end + def azure_workload_sqlrecovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint + end def backup_engine_base_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource end - def backup_engine_base_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList - end def backup_request_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource end - def backup_resource_config_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfigResource + def backup_engine_base_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList end def backup_resource_vault_config_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource end - def dpm_backup_engine - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine + def backup_resource_config_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfigResource end def dpm_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer end + def dpm_backup_engine + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine + end def generic_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer end - def generic_recovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint - end def iaas_vmbackup_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest end - def iaa_svmcontainer - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer + def generic_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint end def iaas_vmilrregistration_request Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest end - def iaa_svmprotectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem + def iaa_svmcontainer + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer end def iaas_vmrecovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint end + def iaa_svmprotectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem + end def ilrrequest_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource end def mab_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer end - def operation_status_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo - end def operation_status_jobs_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo end - def operation_status_provision_ilrextended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo + def operation_status_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo end def protectable_container_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource end + def operation_status_provision_ilrextended_info + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo + end def protectable_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList end - def protection_container_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource - end def protection_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList end + def protection_container_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource + end def recovery_point_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource end @@ -742,29 +739,23 @@ def workload_item_resource_list def workload_protectable_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource end - def workload_protectable_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList - end def azure_file_share_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType end + def workload_protectable_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end - def backup_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType - end def restore_point_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType end - def storage_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType - end def storage_type_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState end - def enhanced_security_state - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest end def container_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType @@ -772,33 +763,42 @@ def container_type def restore_point_query_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end - def recovery_point_tier_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + def enhanced_security_state + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState end def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus end + def recovery_point_tier_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType + end def backup_item_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end + def backup_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupType + end def operation_status_values Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues end - def daily_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + def storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + def sub_protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy end def azure_fileshare_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus end def schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy end + def restore_file_specs + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + end def dpm_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo end @@ -808,9 +808,6 @@ def operation_worker_response def operation_result_info_base Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase end - def target_afsrestore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo - end def mab_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo end @@ -829,92 +826,56 @@ def azure_workload_job_task_details def azure_iaa_svmjob_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails end + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + end def azure_workload_job_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo end + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + end + def daily_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat + end def validate_operation_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest end def mab_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end - def restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest - end - def mab_file_folder_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end - def mab_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - end - def azure_sql_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - end - def target_restore_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo - end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent - end - def yearly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule - end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def monthly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule - end - def protected_item_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - end - def weekly_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end def azure_vmresource_feature_support_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end - def sqldata_directory_mapping - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - end - def azure_vm_workload_protected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - end - def weekly_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule - end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + def mab_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def name_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo + def backup_management_usage + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end def pre_validate_enable_backup_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage - end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject end - def azure_iaa_svmhealth_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails + def azure_vm_workload_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end def backup_status_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest end - def azure_iaa_svmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - end def backup_status_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse end - def protection_policy_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject @@ -922,95 +883,134 @@ def bmsbackup_summaries_query_object def azure_storage_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end - def day - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day - end - def protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem + def azure_iaa_svmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo end - def error_detail - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + end + def azure_iaa_svmjob_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end def pre_validate_enable_backup_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse end - def encryption_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails + def azure_sql_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def restore_file_specs - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def azure_iaa_svmjob_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def retention_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def protection_policy_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject end def job_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def sub_protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy + def protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def target_afsrestore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetAFSRestoreInfo end - def resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + def target_restore_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::TargetRestoreInfo end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + def azure_iaa_svmhealth_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMHealthDetails end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def yearly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::YearlyRetentionSchedule end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + def day + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Day end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def monthly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthlyRetentionSchedule end - def dpmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + def weekly_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat + end + def encryption_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails end def azure_backup_goal_feature_support_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + end + def weekly_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule + end + def sqldata_directory_mapping + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping + end + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + end + def mab_file_folder_protected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo + end + def azure_workload_auto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + end + def resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + end + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + end + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + end def azure_fileshare_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem end def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def azure_iaa_sclassic_compute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - end - def azure_iaa_scompute_vmprotected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem - end def azure_iaa_svmjob Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end + def azure_recovery_service_vault_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent + end def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem end + def azure_iaa_sclassic_compute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem + end + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + end + def mab_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob + end + def azure_iaa_scompute_vmprotected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem + end def azure_iaa_svmprotection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def azure_recovery_service_vault_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def dpm_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end def azure_sql_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem @@ -1018,11 +1018,20 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def azure_storage_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end + def operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + end + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + end + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -1030,45 +1039,81 @@ def azure_vm_workload_protected_item def azure_vm_workload_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy end + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end + def azure_storage_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob + end + def support_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus + end + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + end + def protected_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList + end + def protection_intent_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource + end def azure_vm_workload_sqldatabase_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem end - def azure_workload_auto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + def export_jobs_operation_result_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob + def data_source_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + end + def job_supported_action + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction + end + def fabric_name + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName + end + def type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type + end + def job_operation_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType + end + def mab_server_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType end def azure_workload_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest end + def validate_restore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + end def azure_workload_saphana_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest end def azure_workload_saphana_point_in_time_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def azure_workload_sqlpoint_in_time_restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest end def azure_workload_sqlrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest end - def azure_workload_sqlpoint_in_time_restore_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode end - def dpm_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob + def protection_policy_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + end + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end def dpmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem end - def export_jobs_operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - end def generic_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem end @@ -1078,12 +1123,6 @@ def generic_protection_policy def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList - end def log_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy end @@ -1096,32 +1135,17 @@ def long_term_schedule_policy def mab_file_folder_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItem end - def mab_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - end def mab_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabProtectionPolicy end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo - end - def operation_result_info_base_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource - end def protected_item_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResource end - def protected_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList - end - def protection_intent_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource - end def protection_policy_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource end - def protection_policy_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings end def simple_retention_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy @@ -1129,15 +1153,12 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def validate_restore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest - end - def validate_iaas_vmrestore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest - end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end + def error_detail + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ErrorDetail + end def health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthStatus end @@ -1150,60 +1171,39 @@ def copy_options def restore_request_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequestType end - def job_supported_action - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - end def protected_item_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemState end - def support_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus - end def last_backup_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LastBackupStatus end def protected_item_health_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemHealthStatus end + def sqldata_directory_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + end + def workload_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + end def overwrite_options Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OverwriteOptions end - def workload_item_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType - end - def sqldata_directory_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryType + def backup_management_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType end - def usages_unit - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end - def data_source_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + def workload_item_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType end def protection_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus end - def fabric_name - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName - end - def type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type - end def retention_duration_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType end - def backup_management_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType - end - def job_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus - end - def job_operation_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType - end - def day_of_week - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek - end def retention_schedule_format Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat end @@ -1213,26 +1213,26 @@ def week_of_month def month_of_year Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MonthOfYear end - def mab_server_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType + def day_of_week + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DayOfWeek end - def workload_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadType + def schedule_run_type + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType end - def http_status_code - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode + def retention_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + def restore_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreRequest end - def create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + def name_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::NameInfo end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def usages_unit + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::UsagesUnit end - def schedule_run_type - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ScheduleRunType + def job_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus end end end diff --git a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb index aaaeec1a2a..cfb51354ca 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module RecoveryServicesSiteRecovery module Mgmt + ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationEvents @@ -17,7 +18,6 @@ module Mgmt ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainers ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectableItems ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectedItems - RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints TargetComputeSizes = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::TargetComputeSizes ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainerMappings ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryServicesProviders @@ -25,11 +25,25 @@ module Mgmt ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings ReplicationvCenters = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationvCenters ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs + RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies - ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth module Models + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection + Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet OSDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails FabricCreationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInputProperties FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInput @@ -88,7 +102,6 @@ module Models CreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInput ResourceHealthSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResourceHealthSummary CreatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties - Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource ReplicationProviderSpecificContainerCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput ReplicationProviderSpecificUpdateContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificUpdateContainerMappingInput CreateProtectionContainerInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInput @@ -157,13 +170,11 @@ module Models CreateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInputProperties ProviderSpecificRecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificRecoveryPointDetails CreatePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput - JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails ReplicationProviderSpecificContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput JobProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobProperties RecoveryPlanActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionDetails ProtectionContainerMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingCollection CreateRecoveryPlanInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput - JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection DisableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties JobQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobQueryParameter DiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskDetails @@ -180,14 +191,12 @@ module Models ProtectionContainerProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerProperties UpdateVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequest RetentionVolume = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume - RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment VersionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails UpdateProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInputProperties MasterTargetServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MasterTargetServer ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInput MobilityServiceUpdate = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MobilityServiceUpdate UpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput - Subnet = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet ConfigurationSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings NetworkProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkProperties PolicyProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificInput @@ -196,7 +205,6 @@ module Models NetworkCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkCollection DataStore = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataStore NetworkMappingFabricSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings - Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display NetworkMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties HealthError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthError ProtectedItemsQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectedItemsQueryParameter @@ -218,8 +226,6 @@ module Models PolicyProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProperties TestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInput ProtectableItemQueryParameter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter - EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - PolicyCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection ServiceError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError ProcessServer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProcessServer A2AVmDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmDiskInputDetails @@ -250,7 +256,6 @@ module Models AzureToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings AzureToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput ConsistencyCheckTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event ExportJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails Fabric = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric FabricReplicationGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails @@ -263,10 +268,11 @@ module Models HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails + Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput - HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails HyperVReplicaAzureReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + HyperVReplicaAzureReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails @@ -297,16 +303,12 @@ module Models InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem - ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan @@ -314,70 +316,68 @@ module Models RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanHyperVReplicaAzureFailbackInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput - RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput RecoveryPlanInMageAzureV2FailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails - RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + RecoveryPlanHyperVReplicaAzureFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification - StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings - VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails VMwareCbtPolicyCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails - VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails VMwareVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails AgentAutoUpdateStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus RecoveryPointSyncType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType - MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption + VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType + MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation PossibleOperationsDirections = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections DisableProtectionReason = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory - Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus - IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType AgentVersionStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus RecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus - A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType MultiVmSyncPointOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption RecoveryPlanActionLocation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus AlternateLocationRecoveryOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + A2ARpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType + IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :recovery_points, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :replicationv_centers, :replication_jobs, :replication_policies, :replication_recovery_plans, :replication_vault_health, :configurable, :base_url, :options, :model_classes + attr_reader :replication_recovery_plans, :operations, :replication_alert_settings, :replication_events, :replication_fabrics, :replication_logical_networks, :replication_networks, :replication_network_mappings, :replication_protection_containers, :replication_protectable_items, :replication_protected_items, :target_compute_sizes, :replication_protection_container_mappings, :replication_recovery_services_providers, :replication_storage_classifications, :replication_storage_classification_mappings, :replicationv_centers, :replication_jobs, :recovery_points, :replication_policies, :replication_vault_health, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -387,6 +387,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @replication_recovery_plans = @client_0.replication_recovery_plans @operations = @client_0.operations @replication_alert_settings = @client_0.replication_alert_settings @replication_events = @client_0.replication_events @@ -397,7 +398,6 @@ def initialize(configurable, base_url=nil, options=nil) @replication_protection_containers = @client_0.replication_protection_containers @replication_protectable_items = @client_0.replication_protectable_items @replication_protected_items = @client_0.replication_protected_items - @recovery_points = @client_0.recovery_points @target_compute_sizes = @client_0.target_compute_sizes @replication_protection_container_mappings = @client_0.replication_protection_container_mappings @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @@ -405,8 +405,8 @@ def initialize(configurable, base_url=nil, options=nil) @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replicationv_centers = @client_0.replicationv_centers @replication_jobs = @client_0.replication_jobs + @recovery_points = @client_0.recovery_points @replication_policies = @client_0.replication_policies - @replication_recovery_plans = @client_0.replication_recovery_plans @replication_vault_health = @client_0.replication_vault_health @model_classes = ModelClasses.new @@ -426,6 +426,48 @@ def method_missing(method, *args) end class ModelClasses + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + end + def display + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + end + def job_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + end + def severity + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + end + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + end + def recovery_point + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + end + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + end + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + end + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + end + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + end + def job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + end + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + end + def policy_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection + end + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet + end def osdisk_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end @@ -600,9 +642,6 @@ def resource_health_summary def create_policy_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource - end def replication_provider_specific_container_creation_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput end @@ -807,9 +846,6 @@ def provider_specific_recovery_point_details def create_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput end - def job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails - end def replication_provider_specific_container_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput end @@ -825,9 +861,6 @@ def protection_container_mapping_collection def create_recovery_plan_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput end - def job_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection - end def disable_protection_input_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties end @@ -876,9 +909,6 @@ def update_vcenter_request def retention_volume Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume end - def role_assignment - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment - end def version_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails end @@ -897,9 +927,6 @@ def mobility_service_update def update_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet - end def configuration_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings end @@ -924,9 +951,6 @@ def data_store def network_mapping_fabric_specific_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings end - def display - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display - end def network_mapping_properties Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties end @@ -990,12 +1014,6 @@ def test_failover_input def protectable_item_query_parameter Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - end - def policy_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection - end def service_error Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError end @@ -1086,9 +1104,6 @@ def azure_to_azure_update_network_mapping_input def consistency_check_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end - def event - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event - end def export_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails end @@ -1125,18 +1140,21 @@ def hyper_vreplica_azure_failover_provider_input def hyper_vreplica_azure_policy_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails end + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + end def hyper_vreplica_azure_policy_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails - end def hyper_vreplica_azure_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end def hyper_vreplica_azure_update_replication_protected_item_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + end def hyper_vreplica_base_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end @@ -1227,9 +1245,6 @@ def in_mage_replication_details def in_mage_reprotect_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job - end def job_status_event_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails end @@ -1242,21 +1257,12 @@ def logical_network def manual_action_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network - end def network_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy - end def protectable_item Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer - end def protection_container_mapping Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping end @@ -1278,9 +1284,6 @@ def recovery_plan_group_task_details def recovery_plan_hyper_vreplica_azure_failback_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput - end def recovery_plan_in_mage_azure_v2_failover_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end @@ -1296,11 +1299,8 @@ def recovery_plan_script_action_details def recovery_plan_shutdown_group_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end - def recovery_point - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint - end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end def replication_group_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails @@ -1317,8 +1317,8 @@ def script_action_task_details def storage_classification Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification end - def storage_classification_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider end def switch_protection_job_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails @@ -1335,8 +1335,8 @@ def vcenter def virtual_machine_task_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + def storage_classification_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping end def vmm_to_azure_create_network_mapping_input Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput @@ -1353,8 +1353,8 @@ def vmm_to_vmm_create_network_mapping_input def vmm_to_vmm_network_mapping_settings Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings end - def vmm_to_vmm_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails end def vmm_virtual_machine_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails @@ -1371,8 +1371,8 @@ def vmware_cbt_policy_details def vmware_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails end - def vmware_v2_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + def vmm_to_vmm_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput end def vmware_v2_fabric_specific_details Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails @@ -1389,8 +1389,8 @@ def set_multi_vm_sync_status def recovery_point_sync_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType end - def multi_vm_group_create_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption + def vmware_v2_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput end def failover_deployment_model Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel @@ -1398,6 +1398,9 @@ def failover_deployment_model def recovery_plan_group_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType end + def multi_vm_group_create_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption + end def replication_protected_item_operation Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation end @@ -1410,15 +1413,9 @@ def disable_protection_reason def health_error_category Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end - def severity - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity - end def presence_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType - end def agent_version_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end @@ -1428,9 +1425,6 @@ def recovery_point_type def multi_vm_sync_status Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType - end def multi_vm_sync_point_option Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end @@ -1446,6 +1440,9 @@ def alternate_location_recovery_option def hyper_vreplica_azure_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType + end def in_mage_v2_rp_recovery_point_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType end @@ -1458,6 +1455,9 @@ def source_site_operations def license_type Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + end end end end diff --git a/azure_sdk/lib/latest/modules/redis_profile_module.rb b/azure_sdk/lib/latest/modules/redis_profile_module.rb index c311a6a00b..09265f549a 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -7,55 +7,55 @@ module Azure::Profiles::Latest module Redis module Mgmt - Operations = Azure::Redis::Mgmt::V2018_03_01::Operations - Redis = Azure::Redis::Mgmt::V2018_03_01::Redis - FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer + Redis = Azure::Redis::Mgmt::V2018_03_01::Redis + Operations = Azure::Redis::Mgmt::V2018_03_01::Operations + FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules module Models - RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters ExportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters RedisListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisListResult RedisAccessKeys = Azure::Redis::Mgmt::V2018_03_01::Models::RedisAccessKeys RedisRegenerateKeyParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRegenerateKeyParameters - Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource NotificationListResponse = Azure::Redis::Mgmt::V2018_03_01::Models::NotificationListResponse - OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult RedisUpdateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters ImportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ImportRDBParameters RedisFirewallRuleCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleCreateParameters ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry - CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters - Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters - ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource - TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule - RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties - SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties + CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion - ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end class RedisManagementClass - attr_reader :operations, :redis, :firewall_rules, :patch_schedules, :linked_server, :configurable, :base_url, :options, :model_classes + attr_reader :patch_schedules, :linked_server, :redis, :operations, :firewall_rules, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -65,11 +65,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @redis = @client_0.redis - @firewall_rules = @client_0.firewall_rules @patch_schedules = @client_0.patch_schedules @linked_server = @client_0.linked_server + @redis = @client_0.redis + @operations = @client_0.operations + @firewall_rules = @client_0.firewall_rules @model_classes = ModelClasses.new end @@ -88,12 +88,15 @@ def method_missing(method, *args) end class ModelClasses - def redis_reboot_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters - end def sku Azure::Redis::Mgmt::V2018_03_01::Models::Sku end + def day_of_week + Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + end + def redis_reboot_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters + end def export_rdbparameters Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters end @@ -106,15 +109,9 @@ def redis_access_keys def redis_regenerate_key_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisRegenerateKeyParameters end - def resource - Azure::Redis::Mgmt::V2018_03_01::Models::Resource - end def notification_list_response Azure::Redis::Mgmt::V2018_03_01::Models::NotificationListResponse end - def operation_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult - end def redis_update_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisUpdateParameters end @@ -127,12 +124,6 @@ def redis_firewall_rule_create_parameters def schedule_entry Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry end - def check_name_availability_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters - end - def operation - Azure::Redis::Mgmt::V2018_03_01::Models::Operation - end def redis_patch_schedule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult end @@ -145,8 +136,8 @@ def redis_force_reboot_response def redis_linked_server Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer end - def operation_display - Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + def resource + Azure::Redis::Mgmt::V2018_03_01::Models::Resource end def redis_firewall_rule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult @@ -160,48 +151,57 @@ def redis_create_parameters def redis_linked_server_create_parameters Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters end - def proxy_resource - Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource - end - def tracked_resource - Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource - end def redis_firewall_rule Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule end def redis_resource Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource end - def redis_patch_schedule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + def tracked_resource + Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource end - def redis_linked_server_with_properties - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties + def operation_display + Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay end - def sku_name - Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + def proxy_resource + Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + end + def operation + Azure::Redis::Mgmt::V2018_03_01::Models::Operation end def sku_family Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily end + def operation_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + end + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties + end + def check_name_availability_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + end def tls_version Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion end - def provisioning_state - Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - end - def redis_key_type - Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + def redis_patch_schedule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule end def reboot_type Azure::Redis::Mgmt::V2018_03_01::Models::RebootType end - def day_of_week - Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek - end def replication_role Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole end + def provisioning_state + Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + end + def redis_key_type + Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + end + def sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + end end end end diff --git a/azure_sdk/lib/latest/modules/relay_profile_module.rb b/azure_sdk/lib/latest/modules/relay_profile_module.rb index 56d9ce6dd2..351ecdf74b 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -13,33 +13,33 @@ module Mgmt WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays module Models + Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay - Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse - OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource - ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection WcfRelay = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay - RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch RelayUpdateParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters - AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule Relaytype = Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights - KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason + OperationDisplay = Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::Relay::Mgmt::V2017_04_01::Models::Operation + OperationListResult = Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights end class RelayManagementClass @@ -75,14 +75,17 @@ def method_missing(method, *args) end class ModelClasses - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + def sku + Azure::Relay::Mgmt::V2017_04_01::Models::Sku end - def operation_display - Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end - def resource - Azure::Relay::Mgmt::V2017_04_01::Models::Resource + def hybrid_connection + Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection + end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability @@ -90,72 +93,69 @@ def check_name_availability def hybrid_connection_list_result Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult end - def check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end def wcf_relays_list_result Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult end def error_response Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse end - def operation_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult - end - def authorization_rule_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult - end - def sku - Azure::Relay::Mgmt::V2017_04_01::Models::Sku - end def access_keys Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end - def operation - Azure::Relay::Mgmt::V2017_04_01::Models::Operation - end def regenerate_access_key_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end + def authorization_rule_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + end def tracked_resource Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource end - def resource_namespace_patch - Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - end - def hybrid_connection - Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection - end def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + def resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end def relay_update_parameters Azure::Relay::Mgmt::V2017_04_01::Models::RelayUpdateParameters end - def authorization_rule - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - end def relaytype Azure::Relay::Mgmt::V2017_04_01::Models::Relaytype end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + def authorization_rule + Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule end - def key_type - Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + end + def resource + Azure::Relay::Mgmt::V2017_04_01::Models::Resource end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end + def operation_display + Azure::Relay::Mgmt::V2017_04_01::Models::OperationDisplay + end + def operation + Azure::Relay::Mgmt::V2017_04_01::Models::Operation + end + def operation_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::OperationListResult + end + def key_type + Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + end + def check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + end end end end diff --git a/azure_sdk/lib/latest/modules/resources_profile_module.rb b/azure_sdk/lib/latest/modules/resources_profile_module.rb index 8e3293c5fb..c20d480a01 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -7,73 +7,73 @@ module Azure::Profiles::Latest module Resources module Mgmt + Resources = Azure::Resources::Mgmt::V2018_05_01::Resources Operations = Azure::Resources::Mgmt::V2018_05_01::Operations Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments Providers = Azure::Resources::Mgmt::V2018_05_01::Providers - Resources = Azure::Resources::Mgmt::V2018_05_01::Resources ResourceGroups = Azure::Resources::Mgmt::V2018_05_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_05_01::Tags DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations module Models - IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue - Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity + Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan + ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency GenericResourceFilter = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter - ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter + Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity + TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink ParametersLink = Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink - ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult OnErrorDeployment = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment - ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties Deployment = Azure::Resources::Mgmt::V2018_05_01::Models::Deployment - ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup + ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails - ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable + ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup AliasType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasType - ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider + ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo - Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency - ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended - TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount + ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest DeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended - TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue + TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount ProviderListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult + TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue + ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter TagDetails = Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails - Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku + DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult - TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink + AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource - DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties + BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage - AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType + DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties - BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency + DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter DeploymentOperation = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation - DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult - Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan + Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting - Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource - ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType - SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource DeploymentListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult + ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult - DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult + OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay - DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter + OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType Operation = Azure::Resources::Mgmt::V2018_05_01::Models::Operation - OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult - GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource + SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource + IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode - OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType - ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType end class ResourcesManagementClass - attr_reader :operations, :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :resources, :operations, :deployments, :providers, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,10 +83,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @resources = @client_0.resources @operations = @client_0.operations @deployments = @client_0.deployments @providers = @client_0.providers - @resources = @client_0.resources @resource_groups = @client_0.resource_groups @tags = @client_0.tags @deployment_operations = @client_0.deployment_operations @@ -108,116 +108,122 @@ def method_missing(method, *args) end class ModelClasses - def identity_user_assigned_identities_value - Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + def plan + Azure::Resources::Mgmt::V2018_05_01::Models::Plan end - def identity - Azure::Resources::Mgmt::V2018_05_01::Models::Identity + def resource_identity_type + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + end + def sku + Azure::Resources::Mgmt::V2018_05_01::Models::Sku + end + def dependency + Azure::Resources::Mgmt::V2018_05_01::Models::Dependency end def generic_resource_filter Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter end - def resource_group_filter - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter + def identity + Azure::Resources::Mgmt::V2018_05_01::Models::Identity + end + def template_link + Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink end def parameters_link Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink end - def resource_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult - end def on_error_deployment Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment end - def resource_group_properties - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties - end def deployment Azure::Resources::Mgmt::V2018_05_01::Models::Deployment end - def resource_group - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup + def resource_group_properties + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties end def resource_management_error_with_details Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails end - def resource_group_patchable - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable + def resource_group + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup end def alias_type Azure::Resources::Mgmt::V2018_05_01::Models::AliasType end - def resource_group_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + def resource_group_patchable + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable end def provider Azure::Resources::Mgmt::V2018_05_01::Models::Provider end + def resource_group_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult + end def resources_move_info Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo end - def dependency - Azure::Resources::Mgmt::V2018_05_01::Models::Dependency + def deployment_properties_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended end def export_template_request Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest end - def deployment_properties_extended - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended + def deployment_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended end def tag_count Azure::Resources::Mgmt::V2018_05_01::Models::TagCount end - def deployment_extended - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended + def provider_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult end def tag_value Azure::Resources::Mgmt::V2018_05_01::Models::TagValue end - def provider_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult + def resource_group_filter + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter end def tag_details Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails end - def sku - Azure::Resources::Mgmt::V2018_05_01::Models::Sku + def deployment_properties + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties end def tags_list_result Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult end - def template_link - Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink + def alias_path_type + Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType end def target_resource Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource end - def deployment_properties - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties + def basic_dependency + Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency end def http_message Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage end - def alias_path_type - Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType + def deployment_validate_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult end def deployment_operation_properties Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties end - def basic_dependency - Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency + def deployment_extended_filter + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter end def deployment_operation Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation end - def deployment_validate_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + def deployment_export_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult end def deployment_operations_list_result Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult end - def plan - Azure::Resources::Mgmt::V2018_05_01::Models::Plan + def resource + Azure::Resources::Mgmt::V2018_05_01::Models::Resource end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties @@ -225,50 +231,44 @@ def resource_provider_operation_display_properties def debug_setting Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting end - def resource - Azure::Resources::Mgmt::V2018_05_01::Models::Resource + def deployment_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult end def provider_resource_type Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType end - def sub_resource - Azure::Resources::Mgmt::V2018_05_01::Models::SubResource - end - def deployment_list_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult - end def resource_group_export_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult end - def deployment_export_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult + def on_error_deployment_extended + Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + end + def generic_resource + Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource end def operation_display Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay end - def deployment_extended_filter - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter + def on_error_deployment_type + Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType end def operation Azure::Resources::Mgmt::V2018_05_01::Models::Operation end - def on_error_deployment_extended - Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended - end def operation_list_result Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult end - def generic_resource - Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource + def sub_resource + Azure::Resources::Mgmt::V2018_05_01::Models::SubResource end - def deployment_mode - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode + def identity_user_assigned_identities_value + Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue end - def on_error_deployment_type - Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType + def resource_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult end - def resource_identity_type - Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + def deployment_mode + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index d6d4b7482c..19aedb8dbd 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -7,18 +7,16 @@ module Azure::Profiles::Latest module ResourcesManagement module Mgmt + Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroupSubscriptions - Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities module Models - ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup - ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults OperationDisplayProperties = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationDisplayProperties EntityParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo - OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult EntityInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo TenantBackfillStatusResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::TenantBackfillStatusResult EntityListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityListResult @@ -26,24 +24,26 @@ module Models EntityHierarchyItem = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityHierarchyItem ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails PatchManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest - ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo - CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo + ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo - Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo - Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status - Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end class ResourcesManagementManagementClass - attr_reader :management_groups, :management_group_subscriptions, :operations, :entities, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :management_groups, :management_group_subscriptions, :entities, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,9 +53,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @operations = @client_0.operations @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions - @operations = @client_0.operations @entities = @client_0.entities @model_classes = ModelClasses.new @@ -75,11 +75,8 @@ def method_missing(method, *args) end class ModelClasses - def management_group - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup - end - def error_details - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + def type + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type end def operation_results Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults @@ -90,9 +87,6 @@ def operation_display_properties def entity_parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityParentGroupInfo end - def operation_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult - end def entity_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::EntityInfo end @@ -114,47 +108,53 @@ def management_group_details def patch_management_group_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest end - def error_response - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse - end def create_parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo end - def check_name_availability_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - end def create_management_group_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails end def parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo end + def management_group + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup + end def create_management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo end - def operation - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - end - def create_management_group_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest - end def management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo end def check_name_availability_request Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest end + def create_management_group_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest + end def management_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo end - def reason - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + def error_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + end + def error_response + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse + end + def operation + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation end def status Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status end - def type - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type + def operation_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + end + def reason + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + end + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index 50290bce4b..b9feaf3706 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -7,23 +7,23 @@ module Azure::Profiles::Latest module Scheduler module Mgmt - JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections Jobs = Azure::Scheduler::Mgmt::V2016_03_01::Jobs + JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models - JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence + JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy + JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence JobCollectionQuota = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota - JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties JobCollectionDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication - JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest - RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction JobRecurrenceSchedule = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceSchedule @@ -41,24 +41,24 @@ module Models ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication - BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState - RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType - DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay - JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus ServiceBusAuthenticationType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType + RecurrenceFrequency = Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency ServiceBusTransportType = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType + DayOfWeek = Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + JobHistoryActionName = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + JobStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end class SchedulerManagementClass - attr_reader :job_collections, :jobs, :configurable, :base_url, :options, :model_classes + attr_reader :jobs, :job_collections, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -68,8 +68,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @job_collections = @client_0.job_collections @jobs = @client_0.jobs + @job_collections = @client_0.job_collections @model_classes = ModelClasses.new end @@ -88,21 +88,27 @@ def method_missing(method, *args) end class ModelClasses - def job_recurrence - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence + def job_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties end def sku Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku end - def job_status - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + def retry_policy + Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy + end + def job_state + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState + end + def job_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + end + def job_recurrence + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence end def job_collection_quota Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionQuota end - def job_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties - end def job_collection_definition Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionDefinition end @@ -112,9 +118,6 @@ def job_definition def http_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication end - def job_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult - end def storage_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage end @@ -124,9 +127,6 @@ def job_history_definition_properties def http_request Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest end - def retry_policy - Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy - end def service_bus_brokered_message_properties Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties end @@ -178,9 +178,6 @@ def service_bus_topic_message def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end - def basic_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication - end def oauth_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end @@ -190,26 +187,17 @@ def sku_definition def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end - def recurrence_frequency - Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency - end def job_action_type Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType end def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType end - def day_of_week - Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek - end def job_schedule_day Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay end - def job_state - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState - end - def job_history_action_name - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + def basic_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication end def job_execution_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus @@ -217,9 +205,21 @@ def job_execution_status def service_bus_authentication_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthenticationType end + def recurrence_frequency + Azure::Scheduler::Mgmt::V2016_03_01::Models::RecurrenceFrequency + end def service_bus_transport_type Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTransportType end + def day_of_week + Azure::Scheduler::Mgmt::V2016_03_01::Models::DayOfWeek + end + def job_history_action_name + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryActionName + end + def job_status + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus + end end end end diff --git a/azure_sdk/lib/latest/modules/search_profile_module.rb b/azure_sdk/lib/latest/modules/search_profile_module.rb index 6f3597ad7d..6bd2054e3b 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -8,33 +8,33 @@ module Azure::Profiles::Latest module Search module Mgmt Operations = Azure::Search::Mgmt::V2015_08_19::Operations + Services = Azure::Search::Mgmt::V2015_08_19::Services AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys - Services = Azure::Search::Mgmt::V2015_08_19::Services module Models Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity - CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource - QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku - CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation - AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult + ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState + CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions + QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus - ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind + SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName end class SearchManagementClass - attr_reader :operations, :admin_keys, :query_keys, :services, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :services, :admin_keys, :query_keys, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -45,9 +45,9 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations + @services = @client_0.services @admin_keys = @client_0.admin_keys @query_keys = @client_0.query_keys - @services = @client_0.services @model_classes = ModelClasses.new end @@ -69,57 +69,57 @@ class ModelClasses def identity Azure::Search::Mgmt::V2015_08_19::Models::Identity end - def check_name_availability_output - Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput - end def resource Azure::Search::Mgmt::V2015_08_19::Models::Resource end - def query_key - Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - end def sku Azure::Search::Mgmt::V2015_08_19::Models::Sku end - def check_name_availability_input - Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput - end def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end def operation Azure::Search::Mgmt::V2015_08_19::Models::Operation end - def admin_key_result - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult - end def operation_list_result Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end + def provisioning_state + Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState + end + def check_name_availability_input + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput + end + def check_name_availability_output + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + end + def admin_key_result + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + end def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions end + def query_key + Azure::Search::Mgmt::V2015_08_19::Models::QueryKey + end def search_service Azure::Search::Mgmt::V2015_08_19::Models::SearchService end def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def sku_name - Azure::Search::Mgmt::V2015_08_19::Models::SkuName - end def hosting_mode Azure::Search::Mgmt::V2015_08_19::Models::HostingMode end def search_service_status Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end - def provisioning_state - Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState - end def admin_key_kind Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind end + def sku_name + Azure::Search::Mgmt::V2015_08_19::Models::SkuName + end end end end diff --git a/azure_sdk/lib/latest/modules/security_profile_module.rb b/azure_sdk/lib/latest/modules/security_profile_module.rb index f978bcb402..228a0d80fa 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -14,12 +14,12 @@ module Mgmt Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances module Models + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment SecurityContactList = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContactList ComplianceList = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList - Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource WorkspaceSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList SecurityContact = Azure::Security::Mgmt::V2017_08_01_preview::Models::SecurityContact Pricing = Azure::Security::Mgmt::V2017_08_01_preview::Models::Pricing @@ -66,6 +66,9 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end def auto_provisioning_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList end @@ -81,9 +84,6 @@ def security_contact_list def compliance_list Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceList end - def resource - Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - end def workspace_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::WorkspaceSettingList end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index f879eb0bf0..1413a76929 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,20 +7,25 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt - Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces - DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs - MigrationConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::MigrationConfigs Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics - Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules - Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs + Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions + Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics + Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + DisasterRecoveryConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::DisasterRecoveryConfigs + MigrationConfigs = Azure::ServiceBus::Mgmt::V2017_04_01::MigrationConfigs module Models - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights SBQueueListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult Destination = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Destination SBTopicListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopicListResult @@ -29,53 +34,48 @@ module Models ArmDisasterRecoveryListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecoveryListResult SBSubscriptionListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscriptionListResult SBAuthorizationRuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult - CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails PremiumMessagingRegionsProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties - Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation SBNamespaceListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult - OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + CheckNameAvailability = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters SBAuthorizationRule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule - SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName - SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier - AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - KeyType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType - EntityStatus = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus - UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub + SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + SBTopic = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end class ServiceBusManagementClass - attr_reader :operations, :namespaces, :disaster_recovery_configs, :migration_configs, :queues, :topics, :subscriptions, :rules, :regions, :premium_messaging_regions_operations, :event_hubs, :configurable, :base_url, :options, :model_classes + attr_reader :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :subscriptions, :operations, :topics, :namespaces, :regions, :disaster_recovery_configs, :migration_configs, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -85,17 +85,17 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @namespaces = @client_0.namespaces - @disaster_recovery_configs = @client_0.disaster_recovery_configs - @migration_configs = @client_0.migration_configs @queues = @client_0.queues - @topics = @client_0.topics - @subscriptions = @client_0.subscriptions @rules = @client_0.rules - @regions = @client_0.regions @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @event_hubs = @client_0.event_hubs + @subscriptions = @client_0.subscriptions + @operations = @client_0.operations + @topics = @client_0.topics + @namespaces = @client_0.namespaces + @regions = @client_0.regions + @disaster_recovery_configs = @client_0.disaster_recovery_configs + @migration_configs = @client_0.migration_configs @model_classes = ModelClasses.new end @@ -114,8 +114,23 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + end + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + end + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + end + def entity_status + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + end + def key_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + end + def access_rights + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights end def sbqueue_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueueListResult @@ -141,44 +156,23 @@ def sbsubscription_list_result def sbauthorization_rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRuleListResult end - def check_name_availability - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability - end - def access_keys - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys - end - def check_name_availability_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end def message_count_details Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails end def premium_messaging_regions_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegionsProperties end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource - end - def operation - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - end def sbnamespace_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceListResult end - def operation_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult - end def authorization_rule_properties Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - end def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + def check_name_availability + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailability end def event_hub_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult @@ -189,23 +183,20 @@ def sql_filter def sbsku Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters + def access_keys + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys end def rule_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end - def tracked_resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def resource_namespace_patch Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def sbnamespace_update_parameters Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters @@ -213,62 +204,71 @@ def sbnamespace_update_parameters def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace end - def sbtopic - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic + def rule + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule end def sbsubscription Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end - def rule - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue end - def sql_rule_action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def arm_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub end - def arm_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery + def sql_rule_action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def migration_config_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + def sbtopic + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end - def sku_name - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType end - def sku_tier - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + def encoding_capture_description + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + def migration_config_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def key_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::KeyType + def operation_display + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end - def entity_status - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EntityStatus + def operation + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def role_disaster_recovery + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + def operation_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult end - def encoding_capture_description - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action end def provisioning_state_dr Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR end - def role_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + def check_name_availability_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def sku_tier + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier + end + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + end + def sku_name + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end end end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index fbb7368c35..c89edbc5da 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,17 +7,198 @@ module Azure::Profiles::Latest module ServiceFabric + MeshService = Azure::ServiceFabric::V6_4_0_36::MeshService + MeshCodePackage = Azure::ServiceFabric::V6_4_0_36::MeshCodePackage + MeshServiceReplica = Azure::ServiceFabric::V6_4_0_36::MeshServiceReplica + MeshGateway = Azure::ServiceFabric::V6_4_0_36::MeshGateway MeshSecret = Azure::ServiceFabric::V6_4_0_36::MeshSecret MeshSecretValue = Azure::ServiceFabric::V6_4_0_36::MeshSecretValue MeshVolume = Azure::ServiceFabric::V6_4_0_36::MeshVolume MeshNetwork = Azure::ServiceFabric::V6_4_0_36::MeshNetwork MeshApplication = Azure::ServiceFabric::V6_4_0_36::MeshApplication - MeshService = Azure::ServiceFabric::V6_4_0_36::MeshService - MeshCodePackage = Azure::ServiceFabric::V6_4_0_36::MeshCodePackage - MeshServiceReplica = Azure::ServiceFabric::V6_4_0_36::MeshServiceReplica - MeshGateway = Azure::ServiceFabric::V6_4_0_36::MeshGateway module Models + ApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent + ApplicationUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + ApplicationUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent + ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential + ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits + ApplicationUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent + ApplicationUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent + ApplicationUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent + EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable + DeployedApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent + DeployedApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent + ApplicationProcessExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent + ApplicationContainerInstanceExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent + NodeAbortedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent + NodeAddedToClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent + NodeClosedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent + NodeDeactivateCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent + NodeDeactivateStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent + NodeDownEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent + NodeNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent + NodeHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent + NodeOpenSucceededEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent + NodeOpenFailedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent + NodeRemovedFromClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent + NodeUpEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent + PartitionNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent + PartitionHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent + PartitionReconfiguredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent + PartitionPrimaryMoveAnalysisEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent + ServiceCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent + ServiceDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent + ServiceNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent + ServiceHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent + DeployedServicePackageNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent + DeployedServicePackageHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent + StatefulReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent + StatefulReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent + StatelessReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent + StatelessReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent + ClusterNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent + ClusterHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent + ClusterUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent + ClusterUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent + ClusterUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent + ClusterUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent + ClusterUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent + ChaosStoppedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent + ChaosStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent + ChaosCodePackageRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent + ChaosReplicaRemovalScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent + ChaosPartitionSecondaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent + ChaosPartitionPrimaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent + ChaosReplicaRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent + ChaosNodeRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent + SecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties + InlinedValueSecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties + ApplicationScopedVolume = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume + ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk + NetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties + LocalNetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties + AzureInternalMonitoringPipelineSinkDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription + AddRemoveReplicaScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism + AutoScalingResourceMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric + ServiceReplicaDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription + AverageLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger + FabricErrorCodes = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes + ApplicationDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind + ApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus + ApplicationPackageCleanupPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy + ApplicationTypeDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind + ApplicationTypeStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus + UpgradeKind = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind + FailureAction = Azure::ServiceFabric::V6_4_0_36::Models::FailureAction + UpgradeDomainState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState + NodeUpgradePhase = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase + FailureReason = Azure::ServiceFabric::V6_4_0_36::Models::FailureReason + DeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent + DeployedApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus + ReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus + ReplicaRole = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole + ReconfigurationPhase = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase + ReconfigurationType = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType + EntityKind = Azure::ServiceFabric::V6_4_0_36::Models::EntityKind + FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind + HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind + NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent + NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType + NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus + ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType + SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind + CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump + UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType + ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode + ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind + DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus + ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight + HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus + ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus + ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme + ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState + ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus + ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName + ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState + ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind + ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind + OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType + PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind + PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind + RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType + BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope + BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek + BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType + BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind + RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind + BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState + SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind + ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind + ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider + SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes + ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType + OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType + DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind + AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind + AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind + AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName + AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind + NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind + DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode + NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType + QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode + RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus + State = Azure::ServiceFabric::V6_4_0_36::Models::State + ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem + ApplicationMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription + ServiceCorrelationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription + ServicePlacementPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription + ApplicationHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy + ApplicationParameter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter + ServiceLoadMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription + PartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription + ClusterHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy + ServiceTypeHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy + NamedPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription + SingletonPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription + UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription + ServiceProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties + HealthState = Azure::ServiceFabric::V6_4_0_36::Models::HealthState + HostType = Azure::ServiceFabric::V6_4_0_36::Models::HostType ScalingMechanismDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription ScalingPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription FabricError = Azure::ServiceFabric::V6_4_0_36::Models::FabricError @@ -26,14 +207,12 @@ module Models LoadMetricReport = Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport AnalysisEventMetadata = Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata PartitionLoadInformation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation - ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential SecretResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription PagedBackupInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList HealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation BackupInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo SecretResourcePropertiesBase = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase BackupPartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription - ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem RestoreProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo ApplicationHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem RestorePartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription @@ -46,7 +225,6 @@ module Models ServiceHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList RestartNodeDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription DeployedServicePackageHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList - EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable DeployedApplicationHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList ServiceFromTemplateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription VolumeResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription @@ -60,7 +238,6 @@ module Models ApplicationInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo PagedBackupPolicyDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList ApplicationLoadInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo - ServicePlacementPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription PagedVolumeResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList BackupPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription ApplicationTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem @@ -70,7 +247,6 @@ module Models MonitoringPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription BackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription UpgradeDomainInfo = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo - ServiceLoadMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription SafetyCheckWrapper = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper ServiceTypeExtensionDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription CurrentUpgradeDomainProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo @@ -82,19 +258,14 @@ module Models NetworkResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription EndpointProperties = Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties PagedNetworkResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList - ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests ClusterHealthChunk = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk PropertyBatchInfo = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo - ClusterHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy - ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits ClusterHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies - ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements ClusterVersion = Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion DiagnosticsRef = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef ContainerApiResult = Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult ReliableCollectionsRef = Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef UploadSession = Azure::ServiceFabric::V6_4_0_36::Models::UploadSession - ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState UploadSessionInfo = Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo ContainerEvent = Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent RepairTaskUpdateInfo = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo @@ -164,7 +335,6 @@ module Models ChaosEventsSegment = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment HealthEvaluationWrapper = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper ChaosScheduleJobActiveDaysOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek - ApplicationHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy TimeOfDay = Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay SecretValueProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties TimeRange = Azure::ServiceFabric::V6_4_0_36::Models::TimeRange @@ -176,7 +346,6 @@ module Models ChaosScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription DeployedApplicationHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter PagedSubNameInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList - ApplicationMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription NameDescription = Azure::ServiceFabric::V6_4_0_36::Models::NameDescription EndpointRef = Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef ApplicationUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription @@ -205,9 +374,7 @@ module Models EntityKindHealthStateCount = Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount DeployedServicePackageInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo EntityHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk - ServiceCorrelationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription FabricCodeVersionInfo = Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo - PartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription HttpRouteMatchPath = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath PartitionRestartProgress = Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress NodeDeactivationInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo @@ -227,13 +394,11 @@ module Models PagedApplicationResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList RollingUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription ReplicatorQueueStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus - ServiceTypeHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy ReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus SecretValueResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription RemoteReplicatorAcknowledgementDetail = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail ApplicationScopedVolumeCreationParameters = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters RemoteReplicatorAcknowledgementStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus - ApplicationParameter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter RemoteReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus ApplicationTypeInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo ApplicationResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription @@ -248,7 +413,6 @@ module Models DeployedServiceReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo DeployedServiceReplicaDetailInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo EntityHealth = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth - ServiceProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties ClusterConfigurationUpgradeStatusInfo = Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo AutoScalingMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric PagedBackupEntityList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList @@ -292,7 +456,6 @@ module Models RepairTaskDeleteDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription NodeTransitionProgress = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress ApplicationHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies - OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus ApplicationEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent ServiceHealthState = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState DeployedApplicationHealthState = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState @@ -384,9 +547,6 @@ module Models TestErrorChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent ValidationFailedChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent WaitingChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent - NamedPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription - SingletonPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription - UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription StatefulServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription StatelessServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription PrimaryReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus @@ -424,180 +584,20 @@ module Models PartitionBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity NodeRepairImpactDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription NodeRepairTargetDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription + ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState AveragePartitionLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger AverageServiceLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger - PartitionInstanceCountScaleMechanism = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism + ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests AddRemoveIncrementalNamedPartitionScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism - ApplicationCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent + ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements ApplicationDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent + ApplicationCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent + PartitionInstanceCountScaleMechanism = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism ApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent - ApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent - ApplicationUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent - ApplicationUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent - ApplicationUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent - ApplicationUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent - ApplicationUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent - DeployedApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent - DeployedApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent - ApplicationProcessExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent - ApplicationContainerInstanceExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent - NodeAbortedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent - NodeAddedToClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent - NodeClosedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent - NodeDeactivateCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent - NodeDeactivateStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent - NodeDownEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent - NodeNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent - NodeHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent - NodeOpenSucceededEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent - NodeOpenFailedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent - NodeRemovedFromClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent - NodeUpEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent - PartitionNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent - PartitionHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent - PartitionReconfiguredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent - PartitionPrimaryMoveAnalysisEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent - ServiceCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent - ServiceDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent - ServiceNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent - ServiceHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent - DeployedServicePackageNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent - DeployedServicePackageHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent - StatefulReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent - StatefulReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent - StatelessReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent - StatelessReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent - ClusterNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent - ClusterHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent - ClusterUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent - ClusterUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent - ClusterUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent - ClusterUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent - ClusterUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent - ChaosStoppedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent - ChaosStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent - ChaosCodePackageRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent - ChaosReplicaRemovalScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent - ChaosPartitionSecondaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent - ChaosPartitionPrimaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent - ChaosReplicaRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent - ChaosNodeRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent - SecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties - InlinedValueSecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties - ApplicationScopedVolume = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume - ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk - NetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties - LocalNetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties - AzureInternalMonitoringPipelineSinkDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription - AddRemoveReplicaScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism - AutoScalingResourceMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric - ServiceReplicaDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription - AverageLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger - HealthState = Azure::ServiceFabric::V6_4_0_36::Models::HealthState - FabricErrorCodes = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes - ApplicationDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind - ApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus - ApplicationPackageCleanupPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy - ApplicationTypeDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind - ApplicationTypeStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus - UpgradeKind = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind - UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode - FailureAction = Azure::ServiceFabric::V6_4_0_36::Models::FailureAction - UpgradeDomainState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState - UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState - NodeUpgradePhase = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase - FailureReason = Azure::ServiceFabric::V6_4_0_36::Models::FailureReason - DeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent - DeployedApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus - ReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus - ReplicaRole = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole - ReconfigurationPhase = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase - ReconfigurationType = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType - EntityKind = Azure::ServiceFabric::V6_4_0_36::Models::EntityKind - FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind - HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind - NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent - NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus - NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType - NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus - ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus - ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus - ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind - UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType - SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind - CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump - ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode - ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind - ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind - ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType - ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight - HostType = Azure::ServiceFabric::V6_4_0_36::Models::HostType - HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode - DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus - EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus - ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus - ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus - ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind - ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus - ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState - ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme - MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost - PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme - ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName - ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName - PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus - FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus - ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind - ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus - ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole - OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState - OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType - PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope - PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind - PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind - PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind - RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType - BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind - BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind - BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope - BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope - RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState - BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType - BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType - DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek - BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState - BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind - ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel - RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind - RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind - State = Azure::ServiceFabric::V6_4_0_36::Models::State - ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus - RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState - ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind - ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind - ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus - SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind - VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider - SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes - ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind - NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind - HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType - OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType - DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind - AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind - AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind - AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName - AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind - NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter - ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind - DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode - NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType - QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode - RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode end class ServiceFabricDataClass - attr_reader :mesh_secret, :mesh_secret_value, :mesh_volume, :mesh_network, :mesh_application, :mesh_service, :mesh_code_package, :mesh_service_replica, :mesh_gateway, :configurable, :base_url, :options, :model_classes + attr_reader :mesh_service, :mesh_code_package, :mesh_service_replica, :mesh_gateway, :mesh_secret, :mesh_secret_value, :mesh_volume, :mesh_network, :mesh_application, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -607,15 +607,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @mesh_service = @client_0.mesh_service + @mesh_code_package = @client_0.mesh_code_package + @mesh_service_replica = @client_0.mesh_service_replica + @mesh_gateway = @client_0.mesh_gateway @mesh_secret = @client_0.mesh_secret @mesh_secret_value = @client_0.mesh_secret_value @mesh_volume = @client_0.mesh_volume @mesh_network = @client_0.mesh_network @mesh_application = @client_0.mesh_application - @mesh_service = @client_0.mesh_service - @mesh_code_package = @client_0.mesh_code_package - @mesh_service_replica = @client_0.mesh_service_replica - @mesh_gateway = @client_0.mesh_gateway @model_classes = ModelClasses.new end @@ -634,1746 +634,1747 @@ def method_missing(method, *args) end class ModelClasses - def scaling_mechanism_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription + def application_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent end - def scaling_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription + def application_upgrade_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent end - def fabric_error - Azure::ServiceFabric::V6_4_0_36::Models::FabricError + def application_upgrade_domain_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent end - def service_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription + def image_registry_credential + Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential end - def aad_metadata - Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata + def resource_limits + Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits end - def load_metric_report - Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport + def application_upgrade_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent end - def analysis_event_metadata - Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata + def application_upgrade_rollback_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent end - def partition_load_information - Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation + def application_upgrade_rollback_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent end - def image_registry_credential - Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential + def environment_variable + Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable end - def secret_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription + def deployed_application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent end - def paged_backup_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList + def deployed_application_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent end - def health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation + def application_process_exited_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent end - def backup_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo + def application_container_instance_exited_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent end - def secret_resource_properties_base - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase + def node_aborted_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent end - def backup_partition_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription + def node_added_to_cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent end - def service_type_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem + def node_closed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent end - def restore_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo + def node_deactivate_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent end - def application_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem + def node_deactivate_started_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent end - def restore_partition_description - Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription + def node_down_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent end - def secret_value - Azure::ServiceFabric::V6_4_0_36::Models::SecretValue + def node_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent end - def paged_backup_configuration_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList + def node_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent end - def replica_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList + def node_open_succeeded_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent end - def backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo + def node_open_failed_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent end - def partition_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList + def node_removed_from_cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent end - def backup_suspension_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo + def node_up_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent end - def service_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList + def partition_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent end - def restart_node_description - Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription + def partition_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent end - def deployed_service_package_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList + def partition_reconfigured_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent end - def environment_variable - Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable + def partition_primary_move_analysis_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent end - def deployed_application_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList + def service_created_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent end - def service_from_template_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription + def service_deleted_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent end - def volume_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription + def service_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent end - def setting - Azure::ServiceFabric::V6_4_0_36::Models::Setting + def service_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent end - def partition_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter + def deployed_service_package_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent end - def disable_backup_description - Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription + def deployed_service_package_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent end - def deployed_service_package_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter + def stateful_replica_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent end - def service_name_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo + def stateful_replica_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent end - def application_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter + def stateless_replica_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent end - def container_label - Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel + def stateless_replica_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent end - def application_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo + def cluster_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent end - def paged_backup_policy_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList + def cluster_health_report_expired_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent end - def application_load_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo + def cluster_upgrade_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent end - def service_placement_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription + def cluster_upgrade_domain_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent end - def paged_volume_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList + def cluster_upgrade_rollback_completed_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent end - def backup_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription + def cluster_upgrade_rollback_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent end - def application_type_health_policy_map_item - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem + def cluster_upgrade_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent end - def retention_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription + def chaos_stopped_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent end - def paged_application_type_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList + def chaos_started_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent end - def backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription + def chaos_code_package_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent end - def monitoring_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription + def chaos_replica_removal_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent end - def backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription + def chaos_partition_secondary_move_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent end - def upgrade_domain_info - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo + def chaos_partition_primary_move_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent end - def service_load_metric_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription + def chaos_replica_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent end - def safety_check_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper + def chaos_node_restart_scheduled_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent end - def service_type_extension_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription + def secret_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties end - def current_upgrade_domain_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo + def inlined_value_secret_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties end - def service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription + def application_scoped_volume + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume end - def application_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo + def application_scoped_volume_creation_parameters_service_fabric_volume_disk + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk end - def service_type_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo + def network_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties end - def network_ref - Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef + def local_network_resource_properties + Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties end - def service_type_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest + def azure_internal_monitoring_pipeline_sink_description + Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription end - def network_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription + def add_remove_replica_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism end - def endpoint_properties - Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties + def auto_scaling_resource_metric + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric end - def paged_network_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList + def service_replica_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription end - def resource_requests - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests + def average_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger end - def cluster_health_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk + def fabric_error_codes + Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes end - def property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo + def application_definition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind end - def cluster_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy + def application_status + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus end - def resource_limits - Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits + def application_package_cleanup_policy + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy end - def cluster_health_policies - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies + def application_type_definition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind end - def resource_requirements - Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements + def application_type_status + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus end - def cluster_version - Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion + def upgrade_kind + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind end - def diagnostics_ref - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef + def failure_action + Azure::ServiceFabric::V6_4_0_36::Models::FailureAction end - def container_api_result - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult + def upgrade_domain_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState end - def reliable_collections_ref - Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef + def node_upgrade_phase + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase end - def upload_session - Azure::ServiceFabric::V6_4_0_36::Models::UploadSession + def failure_reason + Azure::ServiceFabric::V6_4_0_36::Models::FailureReason end - def container_state - Azure::ServiceFabric::V6_4_0_36::Models::ContainerState + def deactivation_intent + Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent end - def upload_session_info - Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo + def deployed_application_status + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus end - def container_event - Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent + def replica_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus end - def repair_task_update_info - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo + def replica_role + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole end - def property_batch_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList + def reconfiguration_phase + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase end - def deployed_application_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo + def reconfiguration_type + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType end - def property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation + def entity_kind + Azure::ServiceFabric::V6_4_0_36::Models::EntityKind end - def repair_task_cancel_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription + def fabric_event_kind + Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind end - def property_description - Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription + def health_evaluation_kind + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind end - def repair_task - Azure::ServiceFabric::V6_4_0_36::Models::RepairTask + def node_deactivation_intent + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent end - def paged_property_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList + def node_deactivation_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus end - def reconfiguration_information - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation + def node_deactivation_task_type + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType end - def property_info - Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo + def node_status + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus end - def repair_target_description_base - Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase + def service_partition_status + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus end - def property_metadata - Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata + def service_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus end - def health_state_count - Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount + def upgrade_mode + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode end - def container_instance_view - Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView + def upgrade_type + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType end - def health_statistics - Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics + def safety_check_kind + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind end - def container_code_package_properties - Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties + def create_fabric_dump + Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump end - def entity_health_state - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState + def upgrade_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState end - def auto_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger + def service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind end - def entity_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList + def service_partition_kind + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind end - def epoch - Azure::ServiceFabric::V6_4_0_36::Models::Epoch + def service_placement_policy_type + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType end - def partition_data_loss_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress + def service_package_activation_mode + Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode end - def fabric_event - Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent + def provision_application_type_kind + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind end - def auto_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism + def deployment_status + Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus end - def fabric_config_version_info - Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo + def entry_point_status + Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus end - def auto_scaling_policy - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy + def service_load_metric_weight + Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight end - def health_information - Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation + def host_isolation_mode + Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode end - def property_value - Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue + def chaos_event_kind + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind end - def node_impact - Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact + def compose_deployment_status + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus end - def cluster_upgrade_description_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject + def chaos_status + Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus end - def node_deactivation_task - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask + def chaos_schedule_status + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus end - def failed_upgrade_domain_progress_object - Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject + def move_cost + Azure::ServiceFabric::V6_4_0_36::Models::MoveCost end - def get_backup_by_storage_query_description - Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription + def partition_scheme + Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme end - def cluster_upgrade_progress_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject + def compose_deployment_upgrade_state + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState end - def enable_backup_description - Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription + def service_correlation_scheme + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme end - def cluster_configuration_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription + def partition_access_status + Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus end - def node_load_metric_information - Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation + def fabric_replica_status + Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus end - def upgrade_orchestration_service_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState + def service_operation_name + Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName end - def http_route_match_header - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader + def replicator_operation_name + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName end - def upgrade_orchestration_service_state_summary - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary + def service_endpoint_role + Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole end - def paged_deployed_application_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList + def operation_state + Azure::ServiceFabric::V6_4_0_36::Models::OperationState end - def application_type_image_store_path - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath + def replica_kind + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind end - def partition_information - Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation + def service_type_registration_status + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus end - def unprovision_application_type_description_info - Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo + def property_value_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind end - def paged_service_partition_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList + def property_batch_operation_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind end - def code_package_entry_point_statistics - Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics + def operation_type + Azure::ServiceFabric::V6_4_0_36::Models::OperationType end - def paged_replica_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList + def package_sharing_policy_scope + Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope end - def code_package_entry_point - Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint + def backup_storage_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind end - def paged_service_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList + def backup_schedule_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind end - def deployed_code_package_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo + def property_batch_info_kind + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind end - def http_route_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig + def retention_policy_type + Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType end - def chaos_context - Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext + def restore_state + Azure::ServiceFabric::V6_4_0_36::Models::RestoreState end - def http_host_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig + def backup_schedule_frequency_type + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType end - def chaos_target_filter - Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter + def backup_policy_scope + Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope end - def http_config - Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig + def backup_suspension_scope + Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope end - def chaos_parameters - Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters + def impact_level + Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel end - def provision_application_type_description_base - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase + def day_of_week + Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek end - def chaos - Azure::ServiceFabric::V6_4_0_36::Models::Chaos + def backup_type + Azure::ServiceFabric::V6_4_0_36::Models::BackupType end - def paged_gateway_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList + def backup_entity_kind + Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind end - def chaos_parameters_dictionary_item - Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem + def repair_task_health_check_state + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState end - def resume_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription + def repair_impact_kind + Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind end - def chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent + def repair_target_kind + Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind end - def start_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription + def backup_state + Azure::ServiceFabric::V6_4_0_36::Models::BackupState end - def chaos_event_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper + def secret_kind + Azure::ServiceFabric::V6_4_0_36::Models::SecretKind end - def update_cluster_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription + def scaling_trigger_kind + Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind end - def chaos_events_segment - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment + def scaling_mechanism_kind + Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind end - def health_evaluation_wrapper - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper + def resource_status + Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus end - def chaos_schedule_job_active_days_of_week - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek + def result_status + Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus end - def application_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy + def volume_provider + Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider end - def time_of_day - Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay + def size_types + Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes end - def secret_value_properties - Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties + def application_scoped_volume_kind + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind end - def time_range - Azure::ServiceFabric::V6_4_0_36::Models::TimeRange + def network_kind + Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind end - def paged_secret_value_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList + def header_match_type + Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType end - def chaos_schedule_job - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob + def operating_system_type + Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType end - def volume_reference - Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference + def diagnostics_sink_kind + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind end - def chaos_schedule - Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule + def auto_scaling_mechanism_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind end - def replica_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter + def auto_scaling_metric_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind end - def chaos_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription + def auto_scaling_resource_metric_name + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName end - def deployed_application_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter + def auto_scaling_trigger_kind + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind end - def paged_sub_name_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList + def node_status_filter + Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter end - def application_metric_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription + def replica_health_report_service_kind + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind end - def name_description - Azure::ServiceFabric::V6_4_0_36::Models::NameDescription + def data_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode end - def endpoint_ref - Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef + def node_transition_type + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType end - def application_upgrade_update_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription + def quorum_loss_mode + Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode end - def application_type_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest + def restart_partition_mode + Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode end - def resume_application_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription + def operation_status + Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus end - def safety_check - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck + def state + Azure::ServiceFabric::V6_4_0_36::Models::State end - def deploy_service_package_to_node_description - Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription + def service_type_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem end - def failure_upgrade_domain_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo + def application_metric_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription end - def package_sharing_policy_info - Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo + def service_correlation_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription end - def node_id - Azure::ServiceFabric::V6_4_0_36::Models::NodeId + def service_placement_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription end - def application_capacity_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription + def application_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy end - def gateway_destination - Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination + def application_parameter + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter end - def application_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription + def service_load_metric_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription end - def cluster_health_chunk_query_description - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription + def partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription end - def compose_deployment_status_info - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo + def cluster_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy end - def container_api_request_body - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody + def service_type_health_policy + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy end - def registry_credential - Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential + def named_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription end - def deactivation_intent_description - Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription + def singleton_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription end - def compose_deployment_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription + def uniform_int64_range_partition_scheme_description + Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription end - def repair_task_update_health_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription + def service_properties + Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties end - def compose_deployment_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo + def health_state + Azure::ServiceFabric::V6_4_0_36::Models::HealthState end - def repair_task_approve_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription + def host_type + Azure::ServiceFabric::V6_4_0_36::Models::HostType end - def paged_compose_deployment_status_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList + def scaling_mechanism_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription end - def repair_task_history - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory + def scaling_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription end - def create_compose_deployment_description - Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription + def fabric_error + Azure::ServiceFabric::V6_4_0_36::Models::FabricError end - def entity_kind_health_state_count - Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount + def service_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription end - def deployed_service_package_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo + def aad_metadata + Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata end - def entity_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk + def load_metric_report + Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport end - def service_correlation_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription + def analysis_event_metadata + Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata end - def fabric_code_version_info - Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo + def partition_load_information + Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation end - def partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription + def secret_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription end - def http_route_match_path - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath + def paged_backup_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList end - def partition_restart_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress + def health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation end - def node_deactivation_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo + def backup_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo end - def restart_partition_result - Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult + def secret_resource_properties_base + Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase end - def node_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo + def backup_partition_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription end - def partition_quorum_loss_progress - Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress + def restore_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo end - def paged_application_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList + def application_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem end - def scaling_trigger_description - Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription + def restore_partition_description + Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription end - def service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo + def secret_value + Azure::ServiceFabric::V6_4_0_36::Models::SecretValue end - def fabric_error_error - Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError + def paged_backup_configuration_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList end - def service_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo + def replica_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList end - def container_logs - Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs + def backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo end - def backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity + def partition_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList end - def aad_metadata_object - Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject + def backup_suspension_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo end - def provision_fabric_description - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription + def service_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList end - def unprovision_fabric_description - Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription + def restart_node_description + Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription end - def paged_application_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList + def deployed_service_package_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList end - def rolling_upgrade_update_description - Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription + def deployed_application_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList end - def replicator_queue_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus + def service_from_template_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription end - def service_type_health_policy - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy + def volume_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription end - def replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus + def setting + Azure::ServiceFabric::V6_4_0_36::Models::Setting end - def secret_value_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription + def partition_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter end - def remote_replicator_acknowledgement_detail - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail + def disable_backup_description + Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription end - def application_scoped_volume_creation_parameters - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters + def deployed_service_package_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter end - def remote_replicator_acknowledgement_status - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus + def service_name_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo end - def application_parameter - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter + def application_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter end - def remote_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus + def container_label + Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel end - def application_type_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo + def application_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo end - def application_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription + def paged_backup_policy_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList end - def node_upgrade_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo + def application_load_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo end - def paged_service_replica_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList + def paged_volume_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList end - def network_resource_properties_base - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase + def backup_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription end - def paged_service_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList + def application_type_health_policy_map_item + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem end - def cluster_manifest - Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest + def retention_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription end - def service_replica_properties - Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties + def paged_application_type_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList end - def upload_chunk_range - Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange + def backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription end - def load_metric_report_info - Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo + def monitoring_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription end - def deployed_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo + def backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription end - def deployed_service_replica_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo + def upgrade_domain_info + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo end - def entity_health - Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth + def safety_check_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper end - def service_properties - Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties + def service_type_extension_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription end - def cluster_configuration_upgrade_status_info - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo + def current_upgrade_domain_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo end - def auto_scaling_metric - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric + def service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription end - def paged_backup_entity_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList + def application_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo end - def diagnostics_description - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription + def service_type_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo end - def paged_node_info_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList + def network_ref + Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef end - def replica_status_base - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase + def service_type_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest end - def http_route_match_rule - Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule + def network_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription end - def service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription + def endpoint_properties + Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties end - def gateway_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription + def paged_network_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList end - def diagnostics_sink_properties - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties + def cluster_health_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk end - def paged_secret_resource_description_list - Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList + def property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo end - def service_resource_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription + def cluster_health_policies + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies end - def volume_provider_parameters_azure_file - Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile + def cluster_version + Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion end - def file_version - Azure::ServiceFabric::V6_4_0_36::Models::FileVersion + def diagnostics_ref + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef end - def application_name_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo + def container_api_result + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult end - def file_info - Azure::ServiceFabric::V6_4_0_36::Models::FileInfo + def reliable_collections_ref + Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef end - def cluster_configuration - Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration + def upload_session + Azure::ServiceFabric::V6_4_0_36::Models::UploadSession end - def folder_info - Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo + def upload_session_info + Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo end - def container_api_response - Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse + def container_event + Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent end - def image_store_content - Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent + def repair_task_update_info + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo end - def repair_impact_description_base - Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase + def property_batch_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList end - def image_store_copy_description - Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription + def deployed_application_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo end - def node_deactivation_task_id - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId + def property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation end - def restart_deployed_code_package_description - Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription + def repair_task_cancel_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription end - def replica_info - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo + def property_description + Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription end - def deployed_service_type_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo + def repair_task + Azure::ServiceFabric::V6_4_0_36::Models::RepairTask end - def cluster_upgrade_health_policy_object - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject + def paged_property_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList end - def resolved_service_endpoint - Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint + def reconfiguration_information + Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation end - def service_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter + def property_info + Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo end - def resolved_service_partition - Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition + def repair_target_description_base + Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase end - def node_health_state_filter - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter + def property_metadata + Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata end - def selected_partition - Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition + def health_state_count + Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount end - def tcp_config - Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig + def container_instance_view + Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView end - def invoke_data_loss_result - Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult + def health_statistics + Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics end - def backup_progress_info - Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo + def container_code_package_properties + Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties end - def invoke_quorum_loss_result - Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult + def entity_health_state + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState end - def application_upgrade_description - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription + def auto_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger end - def node_result - Azure::ServiceFabric::V6_4_0_36::Models::NodeResult + def entity_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList end - def node_load_info - Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo + def epoch + Azure::ServiceFabric::V6_4_0_36::Models::Epoch end - def node_transition_result - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult + def partition_data_loss_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress end - def repair_task_delete_description - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription + def fabric_event + Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent end - def node_transition_progress - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress + def auto_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism end - def application_health_policies - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies + def fabric_config_version_info + Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo end - def operation_status - Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus + def auto_scaling_policy + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy end - def application_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent + def health_information + Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation end - def service_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState + def property_value + Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue end - def deployed_application_health_state - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState + def node_impact + Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact end - def application_health - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth + def cluster_upgrade_description_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject end - def application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation + def node_deactivation_task + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask end - def application_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState + def failed_upgrade_domain_progress_object + Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject end - def replica_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk + def get_backup_by_storage_query_description + Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription end - def partition_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk + def cluster_upgrade_progress_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject end - def service_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk + def enable_backup_description + Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription end - def deployed_service_package_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk + def cluster_configuration_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription end - def deployed_application_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk + def node_load_metric_information + Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation end - def application_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk + def upgrade_orchestration_service_state + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState end - def application_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList + def http_route_match_header + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader end - def applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation + def upgrade_orchestration_service_state_summary + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary end - def application_type_applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation + def paged_deployed_application_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList end - def cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent + def application_type_image_store_path + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath end - def node_health_state - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState + def partition_information + Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation end - def cluster_health - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth + def unprovision_application_type_description_info + Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo end - def node_health_state_chunk - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk + def paged_service_partition_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList end - def node_health_state_chunk_list - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList + def code_package_entry_point_statistics + Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics end - def container_instance_event - Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent + def paged_replica_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList end - def delta_nodes_check_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation + def code_package_entry_point + Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint end - def deployed_service_package_health_state - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState + def paged_service_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList end - def deployed_application_health - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth + def deployed_code_package_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo end - def deployed_application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation + def http_route_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig end - def deployed_applications_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation + def chaos_context + Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext end - def deployed_service_package_health - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth + def http_host_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig end - def deployed_service_package_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation + def chaos_target_filter + Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter end - def deployed_service_packages_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation + def http_config + Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig end - def deployed_stateful_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo + def chaos_parameters + Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters end - def deployed_stateless_service_instance_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo + def provision_application_type_description_base + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase end - def health_event - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent + def chaos + Azure::ServiceFabric::V6_4_0_36::Models::Chaos end - def event_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation + def paged_gateway_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList end - def int64_range_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation + def chaos_parameters_dictionary_item + Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem end - def named_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation + def resume_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription end - def node_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent + def chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent end - def node_health - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth + def start_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription end - def node_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation + def chaos_event_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper end - def nodes_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation + def update_cluster_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription end - def partition_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent + def chaos_events_segment + Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment end - def partition_analysis_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent + def health_evaluation_wrapper + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper end - def replica_health_state - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState + def chaos_schedule_job_active_days_of_week + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek end - def partition_health - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth + def time_of_day + Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay end - def partition_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation + def secret_value_properties + Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties end - def partition_health_state - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState + def time_range + Azure::ServiceFabric::V6_4_0_36::Models::TimeRange end - def provision_application_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription + def paged_secret_value_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList end - def external_store_provision_application_type_description - Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription + def chaos_schedule_job + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob end - def partition_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck + def volume_reference + Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference end - def ensure_availability_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck + def chaos_schedule + Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule end - def ensure_partition_qurum_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck + def replica_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter end - def seed_node_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck + def chaos_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription end - def partitions_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation + def deployed_application_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter end - def replica_event - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent + def paged_sub_name_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList end - def replica_health - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth + def name_description + Azure::ServiceFabric::V6_4_0_36::Models::NameDescription end - def replica_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation + def endpoint_ref + Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef end - def replicas_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation + def application_upgrade_update_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription end - def service_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent + def application_type_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest end - def service_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation + def resume_application_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription end - def service_health - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth + def safety_check + Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck end - def service_placement_invalid_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription + def deploy_service_package_to_node_description + Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription end - def service_placement_non_partially_place_service_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription + def failure_upgrade_domain_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo end - def service_placement_prefer_primary_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription + def package_sharing_policy_info + Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo end - def service_placement_required_domain_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription + def node_id + Azure::ServiceFabric::V6_4_0_36::Models::NodeId end - def service_placement_require_domain_distribution_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription + def application_capacity_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription end - def services_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation + def gateway_destination + Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination end - def singleton_partition_information - Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation + def application_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription end - def stateful_service_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo + def cluster_health_chunk_query_description + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription end - def stateful_service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo + def compose_deployment_status_info + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo end - def stateful_service_replica_health - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth + def container_api_request_body + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody end - def stateful_service_replica_health_state - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState + def registry_credential + Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential end - def stateful_service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription + def deactivation_intent_description + Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription end - def stateless_service_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo + def compose_deployment_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription end - def stateless_service_instance_health - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth + def repair_task_update_health_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription end - def stateless_service_instance_health_state - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState + def compose_deployment_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo end - def stateless_service_partition_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo + def repair_task_approve_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription end - def stateless_service_type_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription + def paged_compose_deployment_status_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList end - def system_application_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation + def repair_task_history + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory end - def upgrade_domain_delta_nodes_check_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation + def create_compose_deployment_description + Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription end - def upgrade_domain_nodes_health_evaluation - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation + def entity_kind_health_state_count + Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount end - def wait_for_inbuild_replica_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck + def deployed_service_package_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo end - def wait_for_primary_placement_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck + def entity_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk end - def wait_for_primary_swap_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck + def fabric_code_version_info + Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo end - def wait_for_reconfiguration_safety_check - Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck + def http_route_match_path + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath end - def stateful_service_replica_info - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo + def partition_restart_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress end - def stateless_service_instance_info - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo + def node_deactivation_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo end - def executing_faults_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent + def restart_partition_result + Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult end - def started_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent + def node_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo end - def stopped_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent + def partition_quorum_loss_progress + Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress end - def test_error_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent + def paged_application_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList end - def validation_failed_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent + def scaling_trigger_description + Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription end - def waiting_chaos_event - Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent + def service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo end - def named_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription + def fabric_error_error + Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError end - def singleton_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription + def service_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo end - def uniform_int64_range_partition_scheme_description - Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription + def container_logs + Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs end - def stateful_service_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription + def backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity end - def stateless_service_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription + def aad_metadata_object + Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject end - def primary_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus + def provision_fabric_description + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription end - def secondary_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus + def unprovision_fabric_description + Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription end - def secondary_active_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus + def paged_application_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList end - def secondary_idle_replicator_status - Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus + def rolling_upgrade_update_description + Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription end - def key_value_store_replica_status - Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus + def replicator_queue_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus end - def deployed_stateful_service_replica_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo + def replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus end - def deployed_stateless_service_instance_detail_info - Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo + def secret_value_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription end - def stateful_service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription + def remote_replicator_acknowledgement_detail + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail end - def stateless_service_update_description - Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription + def application_scoped_volume_creation_parameters + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters end - def binary_property_value - Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue + def remote_replicator_acknowledgement_status + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus end - def int64_property_value - Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue + def remote_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus end - def double_property_value - Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue + def application_type_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo end - def string_property_value - Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue + def application_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription end - def guid_property_value - Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue + def node_upgrade_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo end - def check_exists_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation + def paged_service_replica_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList end - def check_sequence_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation + def network_resource_properties_base + Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase end - def check_value_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation + def paged_service_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList end - def delete_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation + def cluster_manifest + Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest end - def get_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation + def service_replica_properties + Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties end - def put_property_batch_operation - Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation + def upload_chunk_range + Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange end - def successful_property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo + def load_metric_report_info + Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo end - def failed_property_batch_info - Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo + def deployed_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo end - def basic_retention_policy_description - Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription + def deployed_service_replica_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo end - def application_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo + def entity_health + Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth end - def service_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo + def cluster_configuration_upgrade_status_info + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo end - def azure_blob_backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription + def auto_scaling_metric + Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric end - def file_share_backup_storage_description - Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription + def paged_backup_entity_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList end - def frequency_based_backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription + def diagnostics_description + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription end - def time_based_backup_schedule_description - Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription + def paged_node_info_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList end - def partition_backup_configuration_info - Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo + def replica_status_base + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase end - def application_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity + def http_route_match_rule + Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule end - def service_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity + def service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription end - def partition_backup_entity - Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity + def gateway_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription end - def node_repair_impact_description - Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription + def diagnostics_sink_properties + Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties end - def node_repair_target_description - Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription + def paged_secret_resource_description_list + Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList end - def average_partition_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger + def service_resource_description + Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription end - def average_service_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger + def volume_provider_parameters_azure_file + Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile end - def partition_instance_count_scale_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism + def file_version + Azure::ServiceFabric::V6_4_0_36::Models::FileVersion end - def add_remove_incremental_named_partition_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism + def application_name_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo end - def application_created_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent + def file_info + Azure::ServiceFabric::V6_4_0_36::Models::FileInfo end - def application_deleted_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent + def cluster_configuration + Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration end - def application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent + def folder_info + Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo end - def application_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent + def container_api_response + Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse end - def application_upgrade_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent + def image_store_content + Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent end - def application_upgrade_domain_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent + def repair_impact_description_base + Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase end - def application_upgrade_rollback_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent + def image_store_copy_description + Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription end - def application_upgrade_rollback_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent + def node_deactivation_task_id + Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId end - def application_upgrade_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent + def restart_deployed_code_package_description + Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription end - def deployed_application_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent + def replica_info + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo end - def deployed_application_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent + def deployed_service_type_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo end - def application_process_exited_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent + def cluster_upgrade_health_policy_object + Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject end - def application_container_instance_exited_event - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent + def resolved_service_endpoint + Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint end - def node_aborted_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent + def service_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter end - def node_added_to_cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent + def resolved_service_partition + Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition end - def node_closed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent + def node_health_state_filter + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter end - def node_deactivate_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent + def selected_partition + Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition end - def node_deactivate_started_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent + def tcp_config + Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig end - def node_down_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent + def invoke_data_loss_result + Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult end - def node_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent + def backup_progress_info + Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo end - def node_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent + def invoke_quorum_loss_result + Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult end - def node_open_succeeded_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent + def application_upgrade_description + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription end - def node_open_failed_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent + def node_result + Azure::ServiceFabric::V6_4_0_36::Models::NodeResult end - def node_removed_from_cluster_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent + def node_load_info + Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo end - def node_up_event - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent + def node_transition_result + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult end - def partition_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent + def repair_task_delete_description + Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription end - def partition_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent + def node_transition_progress + Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress end - def partition_reconfigured_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent + def application_health_policies + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies end - def partition_primary_move_analysis_event - Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent + def application_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent end - def service_created_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent + def service_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState end - def service_deleted_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent + def deployed_application_health_state + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState end - def service_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent + def application_health + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth end - def service_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent + def application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation end - def deployed_service_package_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent + def application_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState end - def deployed_service_package_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent + def replica_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk end - def stateful_replica_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent + def partition_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk end - def stateful_replica_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent + def service_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk end - def stateless_replica_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent + def deployed_service_package_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk end - def stateless_replica_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent + def deployed_application_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk end - def cluster_new_health_report_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent + def application_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk end - def cluster_health_report_expired_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent + def application_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList end - def cluster_upgrade_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent + def applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation end - def cluster_upgrade_domain_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent + def application_type_applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation end - def cluster_upgrade_rollback_completed_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent + def cluster_event + Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent end - def cluster_upgrade_rollback_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent + def node_health_state + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState end - def cluster_upgrade_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent + def cluster_health + Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth end - def chaos_stopped_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent + def node_health_state_chunk + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk end - def chaos_started_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent + def node_health_state_chunk_list + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList end - def chaos_code_package_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent + def container_instance_event + Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent end - def chaos_replica_removal_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent + def delta_nodes_check_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation end - def chaos_partition_secondary_move_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent + def deployed_service_package_health_state + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState end - def chaos_partition_primary_move_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent + def deployed_application_health + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth end - def chaos_replica_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent + def deployed_application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation end - def chaos_node_restart_scheduled_event - Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent + def deployed_applications_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation end - def secret_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties + def deployed_service_package_health + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth end - def inlined_value_secret_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties + def deployed_service_package_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation end - def application_scoped_volume - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume + def deployed_service_packages_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation end - def application_scoped_volume_creation_parameters_service_fabric_volume_disk - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk + def deployed_stateful_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo end - def network_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties + def deployed_stateless_service_instance_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo end - def local_network_resource_properties - Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties + def health_event + Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent end - def azure_internal_monitoring_pipeline_sink_description - Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription + def event_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation end - def add_remove_replica_scaling_mechanism - Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism + def int64_range_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation end - def auto_scaling_resource_metric - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric + def named_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation end - def service_replica_description - Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription + def node_event + Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent end - def average_load_scaling_trigger - Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger + def node_health + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth end - def health_state - Azure::ServiceFabric::V6_4_0_36::Models::HealthState + def node_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation end - def fabric_error_codes - Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes + def nodes_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation end - def application_definition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind + def partition_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent end - def application_status - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus + def partition_analysis_event + Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent end - def application_package_cleanup_policy - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy + def replica_health_state + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState end - def application_type_definition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind + def partition_health + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth end - def application_type_status - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus + def partition_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation end - def upgrade_kind - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind + def partition_health_state + Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState end - def upgrade_mode - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode + def provision_application_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription end - def failure_action - Azure::ServiceFabric::V6_4_0_36::Models::FailureAction + def external_store_provision_application_type_description + Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription end - def upgrade_domain_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState + def partition_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck end - def upgrade_state - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState + def ensure_availability_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck end - def node_upgrade_phase - Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase + def ensure_partition_qurum_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck end - def failure_reason - Azure::ServiceFabric::V6_4_0_36::Models::FailureReason + def seed_node_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck end - def deactivation_intent - Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent + def partitions_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation end - def deployed_application_status - Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus + def replica_event + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent end - def replica_status - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus + def replica_health + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth end - def replica_role - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole + def replica_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation end - def reconfiguration_phase - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase + def replicas_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation end - def reconfiguration_type - Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType + def service_event + Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent end - def entity_kind - Azure::ServiceFabric::V6_4_0_36::Models::EntityKind + def service_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation end - def fabric_event_kind - Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind + def service_health + Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth end - def health_evaluation_kind - Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind + def service_placement_invalid_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription end - def node_deactivation_intent - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent + def service_placement_non_partially_place_service_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription end - def node_deactivation_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus + def service_placement_prefer_primary_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription end - def node_deactivation_task_type - Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType + def service_placement_required_domain_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription end - def node_status - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus + def service_placement_require_domain_distribution_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription end - def service_partition_status - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus + def services_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation end - def service_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus + def singleton_partition_information + Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation end - def provision_application_type_kind - Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind + def stateful_service_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo end - def upgrade_type - Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType + def stateful_service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo end - def safety_check_kind - Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind + def stateful_service_replica_health + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth end - def create_fabric_dump - Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump + def stateful_service_replica_health_state + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState end - def service_package_activation_mode - Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode + def stateful_service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription end - def service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind + def stateless_service_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo end - def service_partition_kind - Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind + def stateless_service_instance_health + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth end - def service_placement_policy_type - Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType + def stateless_service_instance_health_state + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState end - def service_load_metric_weight - Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight + def stateless_service_partition_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo end - def host_type - Azure::ServiceFabric::V6_4_0_36::Models::HostType + def stateless_service_type_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription end - def host_isolation_mode - Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode + def system_application_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation end - def deployment_status - Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus + def upgrade_domain_delta_nodes_check_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation end - def entry_point_status - Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus + def upgrade_domain_nodes_health_evaluation + Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation end - def chaos_status - Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus + def wait_for_inbuild_replica_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck end - def chaos_schedule_status - Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus + def wait_for_primary_placement_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck end - def chaos_event_kind - Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind + def wait_for_primary_swap_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck end - def compose_deployment_status - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus + def wait_for_reconfiguration_safety_check + Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck end - def compose_deployment_upgrade_state - Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState + def stateful_service_replica_info + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo end - def service_correlation_scheme - Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme + def stateless_service_instance_info + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo end - def move_cost - Azure::ServiceFabric::V6_4_0_36::Models::MoveCost + def executing_faults_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent end - def partition_scheme - Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme + def started_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent end - def service_operation_name - Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName + def stopped_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent end - def replicator_operation_name - Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName + def test_error_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent end - def partition_access_status - Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus + def validation_failed_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent end - def fabric_replica_status - Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus + def waiting_chaos_event + Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent end - def replica_kind - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind + def stateful_service_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription end - def service_type_registration_status - Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus + def stateless_service_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription end - def service_endpoint_role - Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole + def primary_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus end - def operation_state - Azure::ServiceFabric::V6_4_0_36::Models::OperationState + def secondary_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus end - def operation_type - Azure::ServiceFabric::V6_4_0_36::Models::OperationType + def secondary_active_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus end - def package_sharing_policy_scope - Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope + def secondary_idle_replicator_status + Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus end - def property_value_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind + def key_value_store_replica_status + Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus end - def property_batch_operation_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind + def deployed_stateful_service_replica_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo end - def property_batch_info_kind - Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind + def deployed_stateless_service_instance_detail_info + Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo end - def retention_policy_type - Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType + def stateful_service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription end - def backup_storage_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind + def stateless_service_update_description + Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription end - def backup_schedule_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind + def binary_property_value + Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue end - def backup_policy_scope - Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope + def int64_property_value + Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue end - def backup_suspension_scope - Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope + def double_property_value + Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue end - def restore_state - Azure::ServiceFabric::V6_4_0_36::Models::RestoreState + def string_property_value + Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue end - def backup_type - Azure::ServiceFabric::V6_4_0_36::Models::BackupType + def guid_property_value + Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue end - def backup_schedule_frequency_type - Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType + def check_exists_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation end - def day_of_week - Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek + def check_sequence_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation end - def backup_state - Azure::ServiceFabric::V6_4_0_36::Models::BackupState + def check_value_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation end - def backup_entity_kind - Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind + def delete_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation end - def impact_level - Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel + def get_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation end - def repair_impact_kind - Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind + def put_property_batch_operation + Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation end - def repair_target_kind - Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind + def successful_property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo end - def state - Azure::ServiceFabric::V6_4_0_36::Models::State + def failed_property_batch_info + Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo end - def result_status - Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus + def basic_retention_policy_description + Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription end - def repair_task_health_check_state - Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState + def application_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo end - def scaling_trigger_kind - Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind + def service_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo end - def scaling_mechanism_kind - Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind + def azure_blob_backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription end - def resource_status - Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus + def file_share_backup_storage_description + Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription end - def secret_kind - Azure::ServiceFabric::V6_4_0_36::Models::SecretKind + def frequency_based_backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription end - def volume_provider - Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider + def time_based_backup_schedule_description + Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription end - def size_types - Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes + def partition_backup_configuration_info + Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo end - def application_scoped_volume_kind - Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind + def application_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity end - def network_kind - Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind + def service_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity end - def header_match_type - Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType + def partition_backup_entity + Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity end - def operating_system_type - Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType + def node_repair_impact_description + Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription end - def diagnostics_sink_kind - Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind + def node_repair_target_description + Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription end - def auto_scaling_mechanism_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind + def container_state + Azure::ServiceFabric::V6_4_0_36::Models::ContainerState end - def auto_scaling_metric_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind + def average_partition_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger end - def auto_scaling_resource_metric_name - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName + def average_service_load_scaling_trigger + Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger end - def auto_scaling_trigger_kind - Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind + def resource_requests + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests end - def node_status_filter - Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter + def add_remove_incremental_named_partition_scaling_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism end - def replica_health_report_service_kind - Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind + def resource_requirements + Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements end - def data_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode + def application_deleted_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent end - def node_transition_type - Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType + def application_created_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent end - def quorum_loss_mode - Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode + def partition_instance_count_scale_mechanism + Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism end - def restart_partition_mode - Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode + def application_new_health_report_event + Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent end end end module Mgmt - ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application + ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service + Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions - Operations = Azure::ServiceFabric::Mgmt::V2018_02_01::Operations module Models + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource ServicePropertiesBase = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceTypeHealthPolicyMapItem ApplicationMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationMetricDescription @@ -2382,7 +2383,6 @@ module Models ApplicationParameter = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationParameter ServiceLoadMetricDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceLoadMetricDescription PartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription - ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource RollingUpgradeMonitoringPolicy = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy ApplicationTypeResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResourceList ApplicationResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceList @@ -2395,50 +2395,50 @@ module Models ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource - ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties - ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties - ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + ServiceResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate + ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource StatelessServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription - ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription - ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy - AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay - ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig CertificateDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription - ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy - ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint - ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames - ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult - SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy - ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory ClusterUpdateParameters = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters + ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + ClusterCodeVersionsListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + ClusterCodeVersionsResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult ServerCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult - SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + ClusterUpgradePolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy + AvailableOperationDisplay = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + ClusterHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + ClusterListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName - Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy - ErrorModelError = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError - DiagnosticsStorageAccountConfig = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig - ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel - Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster - ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end class ServiceFabricManagementClass - attr_reader :application_type, :version, :application, :service, :clusters, :cluster_versions, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :version, :application, :application_type, :service, :operations, :clusters, :cluster_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -2448,9 +2448,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_type = @client_0.application_type @version = @client_0.version @application = @client_0.application + @application_type = @client_0.application_type @service = @client_0.service @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) @@ -2458,9 +2458,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @operations = @client_1.operations @clusters = @client_1.clusters @cluster_versions = @client_1.cluster_versions - @operations = @client_1.operations @model_classes = ModelClasses.new end @@ -2481,6 +2481,9 @@ def method_missing(method, *args) end class ModelClasses + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource + end def service_properties_base Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServicePropertiesBase end @@ -2505,9 +2508,6 @@ def service_load_metric_description def partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::PartitionSchemeDescription end - def proxy_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource - end def rolling_upgrade_monitoring_policy Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::RollingUpgradeMonitoringPolicy end @@ -2544,23 +2544,23 @@ def version_resource def application_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource end - def application_resource_update - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate - end def service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceProperties end - def service_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource + def application_resource_update + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end def service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceUpdateProperties end + def stateless_service_properties + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + end def service_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceUpdate end - def stateless_service_properties - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties + def service_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource end def stateless_service_update_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceUpdateProperties @@ -2574,95 +2574,95 @@ def stateful_service_update_properties def endpoint_range_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription end - def service_type_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy + def cluster + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster end def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end - def service_type_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy - end - def cluster_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy - end - def available_operation_display - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState end - def cluster_upgrade_delta_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy + def diagnostics_storage_account_config + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig end def certificate_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::CertificateDescription end - def cluster_upgrade_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy - end - def client_certificate_thumbprint - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end - def cluster_version_details - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails + def error_model + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end def server_certificate_common_names Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames end - def cluster_code_versions_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult - end - def settings_parameter_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - end - def cluster_code_versions_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + def service_type_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy end def application_delta_health_policy Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy end - def cluster_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult - end - def azure_active_directory - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory - end def cluster_update_parameters Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpdateParameters end + def error_model_error + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + end + def cluster_code_versions_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsListResult + end + def cluster_code_versions_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterCodeVersionsResult + end def server_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonName end def operation_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult end - def settings_section_description - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription - end def operation_list_result Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult end + def cluster_upgrade_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradePolicy + end + def available_operation_display + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AvailableOperationDisplay + end + def cluster_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterHealthPolicy + end + def azure_active_directory + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory + end + def service_type_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy + end + def cluster_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterListResult + end def client_certificate_common_name Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource - end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy + def client_certificate_thumbprint + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint end - def error_model_error - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModelError + def cluster_upgrade_delta_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy end - def diagnostics_storage_account_config - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::DiagnosticsStorageAccountConfig + def cluster_version_details + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails end - def error_model - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel + def settings_parameter_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end - def cluster - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def settings_section_description + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 518225669e..cce9d1e223 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -8,39 +8,39 @@ module Azure::Profiles::Latest module Signalr module Mgmt Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations - SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages + SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models - SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension - ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList - Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters - MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier + SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType + ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters end class SignalrManagementClass - attr_reader :operations, :signal_r, :usages, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :usages, :signal_r, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -51,8 +51,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @signal_r = @client_0.signal_r @usages = @client_0.usages + @signal_r = @client_0.signal_r @model_classes = ModelClasses.new end @@ -71,81 +71,81 @@ def method_missing(method, *args) end class ModelClasses - def signal_rresource_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - end - def operation_display - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end - def dimension - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension - end - def service_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification - end - def signal_rusage_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList - end - def operation - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - end - def resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource - end - def name_availability_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters - end def signal_rcreate_or_update_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties end - def resource_sku - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku - end def signal_rkeys Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys end def operation_properties Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties end - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end def name_availability Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability end def signal_rusage Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + def dimension + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension end def signal_rupdate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters end - def metric_specification - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - end def signal_rusage_name Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + def metric_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification end def signal_rcreate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters end + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + end def signal_rsku_tier Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end + def signal_rusage_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList + end + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + end + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + end + def resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource + end + def operation_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + end + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay + end + def operation + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation + end def provisioning_state Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState end def key_type Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType end + def service_specification + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification + end + def signal_rresource_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList + end + def resource_sku + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + end + def name_availability_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters + 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 821f103768..e2ee61d246 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -9,19 +9,19 @@ module SpellCheck module Models SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion - ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response - Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse - ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck + ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer + Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end class SpellCheckDataClass @@ -56,45 +56,45 @@ class ModelClasses def spelling_token_suggestion Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion end - def response_base - Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - end def spelling_flagged_token Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken end - def error - Azure::CognitiveServices::SpellCheck::V1_0::Models::Error + 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 error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end - def identifiable - Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable + def error_response + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end - def response - Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + def response_base + Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end - def error_response - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse - end - def error_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + def error + Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode + def response + Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end def error_sub_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end - def action_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - end - def mode - Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode - 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 8cbd7c50a7..aeaf93e6d6 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -31,64 +31,114 @@ module Mgmt ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors TransparentDataEncryptions = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptions TransparentDataEncryptionActivities = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionActivities - ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies DatabaseTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseTableAuditingPolicies - DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies + ServerTableAuditingPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerTableAuditingPolicies ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseConnectionPolicies DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups + SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers + SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages + VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules + Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors DatabaseAutomaticTuningOperations = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAutomaticTuningOperations EncryptionProtectors = Azure::SQL::Mgmt::V2015_05_01_preview::EncryptionProtectors FailoverGroups = Azure::SQL::Mgmt::V2015_05_01_preview::FailoverGroups - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules ManagedInstances = Azure::SQL::Mgmt::V2015_05_01_preview::ManagedInstances - Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations ServerKeys = Azure::SQL::Mgmt::V2015_05_01_preview::ServerKeys - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers SyncAgents = Azure::SQL::Mgmt::V2015_05_01_preview::SyncAgents - SyncGroups = Azure::SQL::Mgmt::V2015_05_01_preview::SyncGroups - SyncMembers = Azure::SQL::Mgmt::V2015_05_01_preview::SyncMembers - SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages - VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules - ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies - ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies - ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies - DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies - DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines - DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments - DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations - JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents - JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials - JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs - JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups - BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + JobAgents = Azure::SQL::Mgmt::V2017_03_01_preview::JobAgents SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels ServerAutomaticTuningOperations = Azure::SQL::Mgmt::V2017_03_01_preview::ServerAutomaticTuningOperations ServerDnsAliases = Azure::SQL::Mgmt::V2017_03_01_preview::ServerDnsAliases ServerSecurityAlertPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerSecurityAlertPolicies - DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs + ExtendedDatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedDatabaseBlobAuditingPolicies + ExtendedServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ExtendedServerBlobAuditingPolicies + ServerBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::ServerBlobAuditingPolicies + DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies + DatabaseVulnerabilityAssessmentRuleBaselines = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessmentRuleBaselines + DatabaseVulnerabilityAssessments = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseVulnerabilityAssessments + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations + JobCredentials = Azure::SQL::Mgmt::V2017_03_01_preview::JobCredentials + JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions + JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions + 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 - 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 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 + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases + DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools module Models + ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse + ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink + ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective + ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity + ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity + DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy + DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy + ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy + TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity + BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState + CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason + ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType + MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits + TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus + DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition + ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole ServiceObjectiveListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult DataMaskingRuleListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult QueryText = Azure::SQL::Mgmt::V2014_04_01::Models::QueryText @@ -117,94 +167,65 @@ module Models ExportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest QueryTextListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryTextListResult BackupLongTermRetentionVaultListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult - MetricName = Azure::SQL::Mgmt::V2014_04_01::Models::MetricName RestorableDroppedDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult - Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric ElasticPoolPerDatabaseMinDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability MetricListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult - MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability + Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult - MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact - MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult + MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex - DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule + BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator - ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective - ElasticPoolActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity - ElasticPoolDatabaseActivity = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity - TransparentDataEncryptionActivity = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - DatabaseConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy - DatabaseTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy - ServerTableAuditingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy - BackupLongTermRetentionPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - MaxSizeUnits = Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - CheckNameAvailabilityReason = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason - ServerConnectionType = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType - DatabaseEdition = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition - ServiceObjectiveName = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - TransparentDataEncryptionStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - RecommendedIndexAction = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction - RecommendedIndexState = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState - RecommendedIndexType = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - ReadScale = Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale - SecurityAlertPolicyEmailAccountAdmins = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover - DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition - GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - AuthenticationType = Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType - UnitType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitType - PrimaryAggregationType = Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType - UnitDefinitionType = Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType - QueryAggregationFunction = Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction - QueryExecutionType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType - QueryObservedMetricType = Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType - QueryMetricUnit = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit - ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole - ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState - TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate + SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy + IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation - RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult + ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + RecommendedActionImplementationInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo RecommendedActionImpactRecord = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList @@ -224,13 +245,9 @@ module Models FailoverGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupListResult RecommendedActionMetricInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionMetricInfo SyncFullSchemaPropertiesListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult - FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult ServerKeyListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult SyncGroupLogListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult - ServerListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo - ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult @@ -244,43 +261,25 @@ module Models AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + FirewallRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning - EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector FirewallRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule - ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage - VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy - ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - OperationOrigin = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobStepAction = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction ManagedDatabaseUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate ManagedDatabaseListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult @@ -293,11 +292,9 @@ module Models CreateDatabaseRestorePointDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition LongTermRetentionBackupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult JobCredentialListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult - RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult JobExecutionTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget JobVersionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult JobExecutionListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult @@ -309,117 +306,120 @@ module Models 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 - DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy - ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy - BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - 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 - JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + JobStepActionType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType + JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle + JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType 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 - RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason + RestorePointType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + ManagedDatabaseCreateMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + JobStepActionSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource - ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability - ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState + 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 + AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus + PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit + ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation + DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState + DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus + CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability EditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability - Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult + ElasticPoolEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities 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 - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties 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 - ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability 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 - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult - LocationCapabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability - DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult - LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability + LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings - PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - ElasticPoolListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord - DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport - Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database - ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo + Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - ManagementOperationState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit - CapabilityStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityStatus - PerformanceLevelUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelUnit - CreateMode = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode - SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - DatabaseStatus = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - CatalogCollationType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState ElasticPoolLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType - ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy InstanceFailoverGroupReplicationRole = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup + Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate + ReadWriteEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + ReadOnlyEndpointFailoverPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy end class SQLManagementClass - attr_reader :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :server_connection_policies, :database_threat_detection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :queries, :query_statistics, :query_texts, :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, :database_advisors, :database_recommended_actions, :server_advisors, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :firewall_rules, :managed_instances, :operations, :server_keys, :servers, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :jobs, :job_step_executions, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :backup_long_term_retention_policies, :managed_databases, :restore_points, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :database_operations, :elastic_pool_operations, :database_vulnerability_assessment_scans, :capabilities, :databases, :elastic_pools, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :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, :database_table_auditing_policies, :server_table_auditing_policies, :server_usages, :database_connection_policies, :database_usages, :sync_groups, :sync_members, :subscription_usages, :virtual_network_rules, :operations, :servers, :firewall_rules, :server_advisors, :database_advisors, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :job_steps, :job_target_executions, :job_target_groups, :job_versions, :long_term_retention_backups, :managed_databases, :job_agents, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :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_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_credentials, :job_executions, :job_step_executions, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :database_operations, :elastic_pools, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -453,10 +453,10 @@ def initialize(configurable, base_url=nil, options=nil) @service_tier_advisors = @client_0.service_tier_advisors @transparent_data_encryptions = @client_0.transparent_data_encryptions @transparent_data_encryption_activities = @client_0.transparent_data_encryption_activities - @server_table_auditing_policies = @client_0.server_table_auditing_policies @database_table_auditing_policies = @client_0.database_table_auditing_policies - @database_connection_policies = @client_0.database_connection_policies + @server_table_auditing_policies = @client_0.server_table_auditing_policies @server_usages = @client_0.server_usages + @database_connection_policies = @client_0.database_connection_policies @database_usages = @client_0.database_usages @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) @@ -464,68 +464,68 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @sync_groups = @client_1.sync_groups + @sync_members = @client_1.sync_members + @subscription_usages = @client_1.subscription_usages + @virtual_network_rules = @client_1.virtual_network_rules + @operations = @client_1.operations + @servers = @client_1.servers + @firewall_rules = @client_1.firewall_rules + @server_advisors = @client_1.server_advisors @database_advisors = @client_1.database_advisors @database_recommended_actions = @client_1.database_recommended_actions - @server_advisors = @client_1.server_advisors @database_automatic_tuning_operations = @client_1.database_automatic_tuning_operations @encryption_protectors = @client_1.encryption_protectors @failover_groups = @client_1.failover_groups - @firewall_rules = @client_1.firewall_rules @managed_instances = @client_1.managed_instances - @operations = @client_1.operations @server_keys = @client_1.server_keys - @servers = @client_1.servers @sync_agents = @client_1.sync_agents - @sync_groups = @client_1.sync_groups - @sync_members = @client_1.sync_members - @subscription_usages = @client_1.subscription_usages - @virtual_network_rules = @client_1.virtual_network_rules @client_2 = Azure::SQL::Mgmt::V2017_03_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_2.respond_to?(:subscription_id)) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies - @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies - @server_blob_auditing_policies = @client_2.server_blob_auditing_policies - @database_blob_auditing_policies = @client_2.database_blob_auditing_policies - @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines - @database_vulnerability_assessments = @client_2.database_vulnerability_assessments - @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations - @job_agents = @client_2.job_agents - @job_credentials = @client_2.job_credentials - @job_executions = @client_2.job_executions - @jobs = @client_2.jobs - @job_step_executions = @client_2.job_step_executions @job_steps = @client_2.job_steps @job_target_executions = @client_2.job_target_executions @job_target_groups = @client_2.job_target_groups @job_versions = @client_2.job_versions @long_term_retention_backups = @client_2.long_term_retention_backups - @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies @managed_databases = @client_2.managed_databases - @restore_points = @client_2.restore_points + @job_agents = @client_2.job_agents @sensitivity_labels = @client_2.sensitivity_labels @server_automatic_tuning_operations = @client_2.server_automatic_tuning_operations @server_dns_aliases = @client_2.server_dns_aliases @server_security_alert_policies = @client_2.server_security_alert_policies + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @restore_points = @client_2.restore_points + @jobs = @client_2.jobs + @extended_database_blob_auditing_policies = @client_2.extended_database_blob_auditing_policies + @extended_server_blob_auditing_policies = @client_2.extended_server_blob_auditing_policies + @server_blob_auditing_policies = @client_2.server_blob_auditing_policies + @database_blob_auditing_policies = @client_2.database_blob_auditing_policies + @database_vulnerability_assessment_rule_baselines = @client_2.database_vulnerability_assessment_rule_baselines + @database_vulnerability_assessments = @client_2.database_vulnerability_assessments + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations + @job_credentials = @client_2.job_credentials + @job_executions = @client_2.job_executions + @job_step_executions = @client_2.job_step_executions @client_3 = Azure::SQL::Mgmt::V2017_10_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_3.respond_to?(:subscription_id)) @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 @database_vulnerability_assessment_scans = @client_3.database_vulnerability_assessment_scans - @capabilities = @client_3.capabilities - @databases = @client_3.databases - @elastic_pools = @client_3.elastic_pools @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 + @databases = @client_3.databases + @database_operations = @client_3.database_operations + @elastic_pools = @client_3.elastic_pools @model_classes = ModelClasses.new end @@ -550,83 +550,233 @@ def method_missing(method, *args) end class ModelClasses - def metric_value - Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue + def import_export_response + Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end - def service_objective_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult + def server_azure_adadministrator + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator end - def data_masking_rule_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult + def replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink end - def query_text - Azure::SQL::Mgmt::V2014_04_01::Models::QueryText + def import_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest end - def database_usage_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult + def server_communication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink end - def transparent_data_encryption_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult + def service_objective + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective end - def database_usage - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage + def elastic_pool_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity end - def extension_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult + def elastic_pool_database_activity + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity end - def server_usage_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult + def database_connection_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy end - def server_communication_link_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult + def database_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy end - def server_usage - Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage + def server_table_auditing_policy + Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy end - def disaster_recovery_configuration_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult + def transparent_data_encryption_activity + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity end - def server_administrator_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + def backup_long_term_retention_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end - def elastic_pool_per_database_max_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability + def check_name_availability_reason + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason end - def replication_link_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult + def server_connection_type + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end - def check_name_availability_response - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse + def max_size_units + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits end - def recommended_elastic_pool_list_metrics_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult + def transparent_data_encryption_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus end - def slo_usage_metric - Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric + def database_edition + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition end - def geo_backup_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult + def service_objective_name + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName end - def table_auditing_policy_properties - Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties + def metric_value + Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue end - def import_extension_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest + def recommended_index_action + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction end - def transparent_data_encryption_activity_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult + def recommended_index_state + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState end - def recommended_elastic_pool_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult + def recommended_index_type + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType end - def elastic_pool_database_activity_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult + def read_scale + Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale end - def recommended_elastic_pool_metric - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric + def check_name_availability_request + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest end - def elastic_pool_activity_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + end + def data_masking_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + end + def data_masking_rule_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + end + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + end + def security_alert_policy_email_account_admins + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + end + def disaster_recovery_configuration_auto_failover + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + end + def disaster_recovery_configuration_failover_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + end + def disaster_recovery_configuration_role + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + end + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + end + def geo_backup_policy_state + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + end + def storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + end + def primary_aggregation_type + Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + end + def unit_definition_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + end + def elastic_pool_edition + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + end + def authentication_type + Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + end + def query_observed_metric_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + end + def query_metric_unit + Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + end + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + end + def query_aggregation_function + Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + end + def query_execution_type + Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + end + def server_state + Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + end + def transparent_data_encryption_activity_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + end + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + end + def metric_name + Azure::SQL::Mgmt::V2014_04_01::Models::MetricName + end + def unit_type + Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + end + def replication_role + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole + end + def service_objective_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveListResult + end + def data_masking_rule_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleListResult + end + def query_text + Azure::SQL::Mgmt::V2014_04_01::Models::QueryText + end + def database_usage_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsageListResult + end + def transparent_data_encryption_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionListResult + end + def database_usage + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseUsage + end + def extension_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ExtensionListResult + end + def server_usage_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsageListResult + end + def server_communication_link_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLinkListResult + end + def server_usage + Azure::SQL::Mgmt::V2014_04_01::Models::ServerUsage + end + def disaster_recovery_configuration_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationListResult + end + def server_administrator_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServerAdministratorListResult + end + def elastic_pool_per_database_max_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMaxDtuCapability + end + def replication_link_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLinkListResult + end + def check_name_availability_response + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityResponse + end + def recommended_elastic_pool_list_metrics_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListMetricsResult + end + def slo_usage_metric + Azure::SQL::Mgmt::V2014_04_01::Models::SloUsageMetric + end + def geo_backup_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyListResult + end + def table_auditing_policy_properties + Azure::SQL::Mgmt::V2014_04_01::Models::TableAuditingPolicyProperties + end + def import_extension_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportExtensionRequest + end + def transparent_data_encryption_activity_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityListResult + end + def recommended_elastic_pool_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolListResult + end + def elastic_pool_database_activity_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivityListResult + end + def recommended_elastic_pool_metric + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPoolMetric + end + def elastic_pool_activity_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivityListResult end def export_request Azure::SQL::Mgmt::V2014_04_01::Models::ExportRequest @@ -637,257 +787,167 @@ def query_text_list_result def backup_long_term_retention_vault_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVaultListResult end - def metric_name - Azure::SQL::Mgmt::V2014_04_01::Models::MetricName - end def restorable_dropped_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabaseListResult end - def metric - Azure::SQL::Mgmt::V2014_04_01::Models::Metric - end def elastic_pool_per_database_min_dtu_capability Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolPerDatabaseMinDtuCapability end def metric_list_result Azure::SQL::Mgmt::V2014_04_01::Models::MetricListResult end - def metric_availability - Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability + def metric + Azure::SQL::Mgmt::V2014_04_01::Models::Metric end def server_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult end - def metric_definition - Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition - end def operation_impact Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact end - def metric_definition_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult + def metric_definition + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition end def backup_long_term_retention_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult end - def check_name_availability_request - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest + def metric_definition_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult end def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult - end def query_interval Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval end def recoverable_database_list_result Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult end - def query_statistic - Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic - end - def database_table_auditing_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic end def top_queries_list_result Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult + def elastic_pool_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + end + def metric_availability + Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end - def backup_long_term_retention_vault - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - end def recoverable_database Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase end + def database_table_auditing_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end def server_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - end - def transparent_data_encryption - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def recommended_index Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex end - def database_security_alert_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - end - def data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - end - def data_masking_rule - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - end - def disaster_recovery_configuration - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - end - def import_export_response - Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - end - def import_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - end - def recommended_elastic_pool - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool - end - def replication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink - end - def server_azure_adadministrator - Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator - end - def server_communication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink - end - def service_objective - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective - end - def elastic_pool_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolActivity - end - def elastic_pool_database_activity - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDatabaseActivity - end - def transparent_data_encryption_activity - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivity - end - def database_connection_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseConnectionPolicy - end - def database_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicy - end - def server_table_auditing_policy - Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicy - end - def backup_long_term_retention_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState - end - def max_size_units - Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits - end - def check_name_availability_reason - Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason - end - def server_connection_type - Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType - end - def database_edition - Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition - end - def service_objective_name - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName - end - def transparent_data_encryption_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus - end - def recommended_index_action - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + def transparent_data_encryption + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end - def recommended_index_state - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + def data_masking_rule + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def recommended_index_type - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + def backup_long_term_retention_vault + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def read_scale - Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + def disaster_recovery_configuration + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end - def security_alert_policy_email_account_admins - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end - def data_masking_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + def database_security_alert_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end - def data_masking_rule_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + def recommended_elastic_pool + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end - def disaster_recovery_configuration_auto_failover - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + def server + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server end - def disaster_recovery_configuration_failover_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + def server_update + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate end - def disaster_recovery_configuration_role - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end - def elastic_pool_edition - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def geo_backup_policy_state - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end - def storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def authentication_type - Azure::SQL::Mgmt::V2014_04_01::Models::AuthenticationType + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def unit_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitType + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def primary_aggregation_type - Azure::SQL::Mgmt::V2014_04_01::Models::PrimaryAggregationType + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def unit_definition_type - Azure::SQL::Mgmt::V2014_04_01::Models::UnitDefinitionType + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def query_aggregation_function - Azure::SQL::Mgmt::V2014_04_01::Models::QueryAggregationFunction + def sync_group + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def query_execution_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryExecutionType + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end - def query_observed_metric_type - Azure::SQL::Mgmt::V2014_04_01::Models::QueryObservedMetricType + def automatic_tuning_mode + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def query_metric_unit - Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def replication_role - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + def recommended_action_current_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState end - def server_state - Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult end - def transparent_data_encryption_activity_status - Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus + def virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -895,12 +955,15 @@ def operation_display def operation Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation end - def recommended_action_implementation_info - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo - end def operation_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult end + def server_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult + end + def recommended_action_implementation_info + Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImplementationInfo + end def recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end @@ -958,27 +1021,15 @@ def recommended_action_metric_info def sync_full_schema_properties_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaPropertiesListResult end - def firewall_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult - end def server_key_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyListResult end - def virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - end def sync_group_log_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogListResult end - def server_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerListResult - end def partner_info Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo end - def server_update - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - end def resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName end @@ -1018,74 +1069,56 @@ def sync_database_id_properties def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor + def firewall_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleListResult end def database_automatic_tuning Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning end - def encryption_protector - Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end - def proxy_resource_with_writable_name - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName + def encryption_protector + Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end def firewall_rule Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRule end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance - end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - end - def server - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server + def proxy_resource_with_writable_name + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - end - def sync_group - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey end def sync_member Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember end + def sync_agent_linked_database + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + end def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end - def virtual_network_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - end def auto_execute_status_inherited_from Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - end def recommended_action_initiated_by Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + def operation_origin + Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin end def is_retryable Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end - def automatic_tuning_mode - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod end def automatic_tuning_disabled_reason Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason @@ -1093,42 +1126,6 @@ def automatic_tuning_disabled_reason def server_key_type Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def failover_group_replication_role - Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole - end - def identity_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType - end - def operation_origin - Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationOrigin - end - def sync_agent_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - end - def sync_member_db_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType - end - def sync_group_log_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType - end - def sync_conflict_resolution_policy - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy - end - def sync_group_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - end - def sync_member_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState - 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 @@ -1165,9 +1162,6 @@ def long_term_retention_backup_list_result def job_credential_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult end - def restore_point_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult - end def job_execution_target Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget end @@ -1177,9 +1171,6 @@ def job_version_list_result def job_execution_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule - end def job_target_group_list_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult end @@ -1213,9 +1204,6 @@ def extended_server_blob_auditing_policy def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def database_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy - end def import_export_operation_result Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end @@ -1228,20 +1216,20 @@ def data_warehouse_user_activities def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + end def job_credential Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job - end def job_step Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep end - def job_target_group - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end def job_version Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion @@ -1249,14 +1237,8 @@ def job_version def long_term_retention_backup Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end - def backup_long_term_retention_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy - end - def managed_database - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - end - def restore_point - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + def job_target_group + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end def sensitivity_label Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel @@ -1264,38 +1246,38 @@ def sensitivity_label 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 + def managed_database + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase end def server_security_alert_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy end - def blob_auditing_policy_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + def server_dns_alias + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias 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 + def job_schedule_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + end + def restore_point_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult end def provisioning_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType - end - def job_schedule_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType + def job_step_output_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def job_step_action_source - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionSource + def job_execution_lifecycle + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle end - def job_step_output_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end def job_target_group_membership_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType @@ -1303,50 +1285,122 @@ def job_target_group_membership_type def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def managed_database_create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode - end - def restore_point_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job end def automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def automatic_tuning_option_mode_desired - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired - end - def automatic_tuning_option_mode_actual - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - end def automatic_tuning_server_reason Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason end + def restore_point_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointType + 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 security_alert_policy_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState end - def long_term_retention_database_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState - end def vulnerability_assessment_policy_baseline_name Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName end def sensitivity_label_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource end - def elastic_pool_edition_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + def long_term_retention_database_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState end - def service_objective_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability + def database_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy + end + def backup_long_term_retention_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + end + def blob_auditing_policy_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState + end + def automatic_tuning_option_mode_desired + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired + end + def automatic_tuning_option_mode_actual + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual + end + def restore_point + Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint + end + def database_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult + end + def create_mode + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode + end + def database_update + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + end + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + 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 resource_move_definition + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + end + def tracked_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource end def database_operation_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult end + def proxy_resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + 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 elastic_pool_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + end + 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 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 catalog_collation_type + Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType + end + def max_size_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability + end def edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::EditionCapability end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + def elastic_pool_list_result + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult + end + def elastic_pool_edition_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolEditionCapability + end + def location_capabilities + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities end def elastic_pool_per_database_min_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseMinPerformanceLevelCapability @@ -1357,9 +1411,6 @@ 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 vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - end def elastic_pool_performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerformanceLevelCapability end @@ -1372,12 +1423,6 @@ def instance_failover_group_read_only_endpoint def vulnerability_assessment_scan_record_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecordListResult end - def server_version_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability - end - def max_size_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability - end def managed_instance_vcores_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end @@ -1387,9 +1432,6 @@ def max_size_range_capability def managed_instance_family_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku - end def managed_instance_edition_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability end @@ -1399,9 +1441,6 @@ def managed_instance_version_capability def elastic_pool_operation_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult end - def location_capabilities - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LocationCapabilities - end def managed_instance_pair_info Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo end @@ -1411,75 +1450,48 @@ def instance_failover_group_read_write_endpoint def log_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end - def database_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult - end - def license_type_capability - Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability - end - def database_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition - end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end + def license_type_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability + end def elastic_pool_per_database_settings Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings end - def partner_region_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - end - def elastic_pool_update - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate - end - def elastic_pool_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolListResult - end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - end - def database_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation - end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - end - def elastic_pool_operation - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation - end - def database_vulnerability_assessment - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment + def service_objective_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability end 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 - end - def database - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + def partner_region_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end - def elastic_pool - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource end def instance_failover_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup end + 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 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 management_operation_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagementOperationState - end def vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end @@ -1492,48 +1504,36 @@ def max_size_unit def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit 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 create_mode - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode - end - def sample_name - Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - end - def database_status - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseStatus - end - def catalog_collation_type - Azure::SQL::Mgmt::V2017_10_01_preview::Models::CatalogCollationType - 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 elastic_pool_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState - end def elastic_pool_license_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolLicenseType end - def read_write_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy - end - def read_only_endpoint_failover_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy - end def instance_failover_group_replication_role Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReplicationRole end def capability_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup end + def database + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + 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 read_write_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadWriteEndpointFailoverPolicy + end + def read_only_endpoint_failover_policy + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ReadOnlyEndpointFailoverPolicy + 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 2d10658888..065f342eb0 100644 --- a/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sqlvirtualmachine_profile_module.rb @@ -7,27 +7,24 @@ module Azure::Profiles::Latest module Sqlvirtualmachine module Mgmt - AvailabilityGroupListeners = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::AvailabilityGroupListeners Operations = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Operations + AvailabilityGroupListeners = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::AvailabilityGroupListeners SqlVirtualMachineGroups = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachineGroups SqlVirtualMachines = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::SqlVirtualMachines module Models - SqlVirtualMachineGroupListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType ResourceIdentity = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity + 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 - Resource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource - OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay ServerConfigurationsManagementSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings - OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult AutoPatchingSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings SqlVirtualMachineListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineListResult AutoBackupSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoBackupSettings SqlVirtualMachineGroupUpdate = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupUpdate KeyVaultCredentialSettings = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings - Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation 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 @@ -35,29 +32,32 @@ module Models 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 - ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource AvailabilityGroupListener = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener TrackedResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource - SqlVirtualMachineGroup = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup + ProxyResource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource SqlVirtualMachine = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine - OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin - SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku - ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType + SqlVirtualMachineGroup = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup ClusterManagerType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType - ClusterConfiguration = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - IdentityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType - SqlServerLicenseType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType + SqlVmGroupImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku SqlImageSku = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku - DayOfWeek = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek - BackupScheduleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType + Resource = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource FullBackupFrequencyType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType - ConnectivityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType + 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 DiskConfigurationType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType + ConnectivityType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType + OperationDisplay = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationDisplay + Operation = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation + DayOfWeek = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek + OperationListResult = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + OperationOrigin = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin + ScaleType = Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType end class SqlvirtualmachineManagementClass - attr_reader :availability_group_listeners, :operations, :sql_virtual_machine_groups, :sql_virtual_machines, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :availability_group_listeners, :sql_virtual_machine_groups, :sql_virtual_machines, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -67,8 +67,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @availability_group_listeners = @client_0.availability_group_listeners @operations = @client_0.operations + @availability_group_listeners = @client_0.availability_group_listeners @sql_virtual_machine_groups = @client_0.sql_virtual_machine_groups @sql_virtual_machines = @client_0.sql_virtual_machines @@ -89,12 +89,15 @@ def method_missing(method, *args) end class ModelClasses - def sql_virtual_machine_group_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + def identity_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType end def resource_identity Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ResourceIdentity end + def sql_virtual_machine_group_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroupListResult + end def load_balancer_configuration Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::LoadBalancerConfiguration end @@ -104,18 +107,9 @@ def wsfc_domain_credentials def private_ipaddress Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::PrivateIPAddress end - 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 server_configurations_management_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ServerConfigurationsManagementSettings end - def operation_list_result - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult - end def auto_patching_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AutoPatchingSettings end @@ -131,9 +125,6 @@ def sql_virtual_machine_group_update def key_vault_credential_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::KeyVaultCredentialSettings end - def operation - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Operation - end def sql_connectivity_update_settings Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlConnectivityUpdateSettings end @@ -155,56 +146,44 @@ def availability_group_listener_list_result def additional_features_server_configurations Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AdditionalFeaturesServerConfigurations end - def proxy_resource - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource - end def availability_group_listener Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::AvailabilityGroupListener end def tracked_resource Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::TrackedResource end - def sql_virtual_machine_group - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup + def proxy_resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ProxyResource end def sql_virtual_machine Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachine end - def operation_origin - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin - end - def sql_vm_group_image_sku - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku - end - def scale_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType + def sql_virtual_machine_group + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVirtualMachineGroup end def cluster_manager_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterManagerType end - def cluster_configuration - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ClusterConfiguration - end - def identity_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::IdentityType - end - def sql_server_license_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType + def sql_vm_group_image_sku + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlVmGroupImageSku end def sql_image_sku Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlImageSku end - def day_of_week - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek + def resource + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::Resource + end + def full_backup_frequency_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType end def backup_schedule_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::BackupScheduleType end - def full_backup_frequency_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::FullBackupFrequencyType + def sql_server_license_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::SqlServerLicenseType end - def connectivity_type - Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType + 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 @@ -212,6 +191,27 @@ def sql_workload_type def disk_configuration_type Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DiskConfigurationType end + def connectivity_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ConnectivityType + 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 day_of_week + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::DayOfWeek + end + def operation_list_result + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationListResult + end + def operation_origin + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::OperationOrigin + end + def scale_type + Azure::Sqlvirtualmachine::Mgmt::V2017_03_01_preview::Models::ScaleType + end end end end diff --git a/azure_sdk/lib/latest/modules/storage_profile_module.rb b/azure_sdk/lib/latest/modules/storage_profile_module.rb index 140073fd0b..9a192f35d0 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,102 +7,102 @@ module Azure::Profiles::Latest module Storage module Mgmt + BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers + Usages = Azure::Storage::Mgmt::V2018_07_01::Usages Operations = Azure::Storage::Mgmt::V2018_07_01::Operations - Skus = Azure::Storage::Mgmt::V2018_07_01::Skus StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts - Usages = Azure::Storage::Mgmt::V2018_07_01::Usages BlobServices = Azure::Storage::Mgmt::V2018_07_01::BlobServices - BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers + Skus = Azure::Storage::Mgmt::V2018_07_01::Skus module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies - StorageAccountListKeysResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult - OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters - MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters - Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation - UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName - StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters - Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage - Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction - UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult - StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters - CustomDomain = Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse - EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters - Encryption = Azure::Storage::Mgmt::V2018_07_01::Models::Encryption ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse - IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule - EncryptionService = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService - KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters - VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule - GeoReplicationStats = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats - NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet - StorageAccountKey = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey - Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension - DeleteRetentionPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy - OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult - Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource + MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification + StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - CorsRules = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules - Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity - UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty LegalHold = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold - StorageAccountListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult - ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties - SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability + Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + Restriction = Azure::Storage::Mgmt::V2018_07_01::Models::Restriction TagProperty = Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty - Endpoints = Azure::Storage::Mgmt::V2018_07_01::Models::Endpoints LegalHoldProperties = Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult - CorsRule = Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule - ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification - ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems - StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount - ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + ImmutabilityPolicyProperties = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties + UpdateHistoryProperty = Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer - ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - BlobServiceProperties = Azure::Storage::Mgmt::V2018_07_01::Models::BlobServiceProperties - ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName - SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier - Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind - Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action - State = Azure::Storage::Mgmt::V2018_07_01::Models::State - Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction - AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - GeoReplicationStatus = Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus - ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission - UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit - Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes - Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions - HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess - LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass + LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + State = Azure::Storage::Mgmt::V2018_07_01::Models::State ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + 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 + 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 + 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 + VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + 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 + SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier + DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction + Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + AccessTier = Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier StorageAccountExpand = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters + 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 + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage end class StorageManagementClass - attr_reader :operations, :skus, :storage_accounts, :usages, :blob_services, :blob_containers, :configurable, :base_url, :options, :model_classes + attr_reader :blob_containers, :usages, :operations, :storage_accounts, :blob_services, :skus, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -118,12 +118,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @blob_containers = @client_1.blob_containers + @usages = @client_1.usages @operations = @client_1.operations - @skus = @client_1.skus @storage_accounts = @client_1.storage_accounts - @usages = @client_1.usages @blob_services = @client_1.blob_services - @blob_containers = @client_1.blob_containers + @skus = @client_1.skus @model_classes = ModelClasses.new end @@ -150,206 +150,200 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end - def storage_account_list_keys_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult + def skucapability + Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end - def operation_display - Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay + def account_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountRegenerateKeyParameters + 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 + def service_sas_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + end + def list_service_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end def metric_specification Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters - end - def operation - Azure::Storage::Mgmt::V2018_07_01::Models::Operation + def storage_sku_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult end - def usage_name - Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku end - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters + def legal_hold + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold end - def usage - Azure::Storage::Mgmt::V2018_07_01::Models::Usage + def dimension + Azure::Storage::Mgmt::V2018_07_01::Models::Dimension end def restriction Azure::Storage::Mgmt::V2018_07_01::Models::Restriction end - def usage_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult + def tag_property + Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty end - def storage_sku_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult + def legal_hold_properties + Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties end - def account_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters + def immutability_policy_properties + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties end - def custom_domain - Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain + def update_history_property + Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + def blob_container + Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer end - def encryption_services - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + def list_container_items + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems end - def service_sas_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + def list_container_item + Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def encryption - Azure::Storage::Mgmt::V2018_07_01::Models::Encryption + def immutability_policy + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy end - def list_service_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse + def key_source + Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end - def iprule - Azure::Storage::Mgmt::V2018_07_01::Models::IPRule + def reason_code + Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end - def encryption_service - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService + def signed_resource_types + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end - def key_vault_properties - Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties + def tracked_resource + Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters + def signed_resource + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end - def virtual_network_rule - Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule + def proxy_resource + Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource end - def geo_replication_stats - Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats + def azure_entity_resource + Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource end - def network_rule_set - Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + def public_access + Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess end - def storage_account_key - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey + def http_protocol + Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol end - def dimension - Azure::Storage::Mgmt::V2018_07_01::Models::Dimension + def lease_state + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState end - def delete_retention_policy - Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy + def bypass + Azure::Storage::Mgmt::V2018_07_01::Models::Bypass end - def operation_list_result - Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult + def lease_status + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end - def resource - Azure::Storage::Mgmt::V2018_07_01::Models::Resource + def iprule + Azure::Storage::Mgmt::V2018_07_01::Models::IPRule end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku + def lease_duration + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end - def cors_rules - Azure::Storage::Mgmt::V2018_07_01::Models::CorsRules + def immutability_policy_state + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState end - def identity - Azure::Storage::Mgmt::V2018_07_01::Models::Identity + def state + Azure::Storage::Mgmt::V2018_07_01::Models::State end - def update_history_property - Azure::Storage::Mgmt::V2018_07_01::Models::UpdateHistoryProperty + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end - def legal_hold - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHold + def reason + Azure::Storage::Mgmt::V2018_07_01::Models::Reason + end + def provisioning_state + Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState + end + def network_rule_set + Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + end + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters + end + def storage_account_key + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountKey end def storage_account_list_result Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListResult end - def immutability_policy_properties - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyProperties + def encryption_service + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionService end - def skucapability - Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability + def storage_account_list_keys_result + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountListKeysResult end - def tag_property - Azure::Storage::Mgmt::V2018_07_01::Models::TagProperty + 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 legal_hold_properties - Azure::Storage::Mgmt::V2018_07_01::Models::LegalHoldProperties - end - def check_name_availability_result - Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + def custom_domain + Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end - def cors_rule - Azure::Storage::Mgmt::V2018_07_01::Models::CorsRule + def encryption_services + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices end - def service_specification - Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification + def usage_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult end - def list_container_items - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems + 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 proxy_resource - Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + def identity + Azure::Storage::Mgmt::V2018_07_01::Models::Identity end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + def kind + Azure::Storage::Mgmt::V2018_07_01::Models::Kind end - def tracked_resource - Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + def virtual_network_rule + Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule end - def blob_container - Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer + def geo_replication_stats + Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStats end - def immutability_policy - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy + def delete_retention_policy + Azure::Storage::Mgmt::V2018_07_01::Models::DeleteRetentionPolicy end - def list_container_item - Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem + 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 reason_code - Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - end - def sku_name - Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + def geo_replication_status + Azure::Storage::Mgmt::V2018_07_01::Models::GeoReplicationStatus end def sku_tier Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier end - def kind - Azure::Storage::Mgmt::V2018_07_01::Models::Kind - end - def reason - Azure::Storage::Mgmt::V2018_07_01::Models::Reason - end - def key_source - Azure::Storage::Mgmt::V2018_07_01::Models::KeySource - end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action - end - def state - Azure::Storage::Mgmt::V2018_07_01::Models::State - end - def bypass - Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - end def default_action Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction end - def access_tier - Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier - 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 + def services + Azure::Storage::Mgmt::V2018_07_01::Models::Services end def account_status Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus @@ -360,41 +354,47 @@ def key_permission def usage_unit Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit end - def services - Azure::Storage::Mgmt::V2018_07_01::Models::Services + def access_tier + Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier end - def signed_resource_types - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + 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 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 http_protocol - Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol - end - def signed_resource - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource + def operation_display + Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + def operation + Azure::Storage::Mgmt::V2018_07_01::Models::Operation end - def lease_status - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + def operation_list_result + Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult end - def lease_state - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action end - def lease_duration - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration + def check_name_availability_result + Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult end - def immutability_policy_state - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState + def service_specification + Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType + def sku_name + Azure::Storage::Mgmt::V2018_07_01::Models::SkuName end - def storage_account_expand - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountExpand + def usage + Azure::Storage::Mgmt::V2018_07_01::Models::Usage 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 4eea5339b1..b726987d1c 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,100 +7,32 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers + Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes + StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations + BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings + Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings - BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules - Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups - Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers - Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes - StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials module Models - 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 - FailoverTargetsList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTargetsList - AlertSource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSource - Feature = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Feature - RemoteManagementSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings - FailoverRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest - AlertList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList - VolumeFailoverMetadata = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeFailoverMetadata - AsymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AsymmetricEncryptedSecret - VolumeContainerFailoverMetadata = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerFailoverMetadata - AvailableProviderOperation = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperation - FailoverSetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetEligibilityResult - BackupElement = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupElement - FailoverSet = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSet - BackupFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupFilter - FailoverSetsList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList - VolumeContainerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerList - TargetEligibilityErrorMessage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityErrorMessage - ScheduleRecurrence = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence - SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret - NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration - StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList - AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails - BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel - 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 - CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance - 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 - Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - JobErrorItem = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem - DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch - JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings - JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings - BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails ManagerPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch DimensionFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter MetricAvailablity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity AvailableProviderOperationDisplay = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay MetricData = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData BackupPolicyList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList @@ -108,25 +40,23 @@ module Models VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList + NetworkAdapters = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + CloudApplianceConfigurationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings @@ -134,60 +64,130 @@ module Models StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus - EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType 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 + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType + VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind + KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit - MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - 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 + MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + 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 + FailoverTargetsList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTargetsList + AlertSource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSource + Feature = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Feature + RemoteManagementSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings + FailoverRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest + AlertList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList + VolumeFailoverMetadata = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeFailoverMetadata + AsymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AsymmetricEncryptedSecret + VolumeContainerFailoverMetadata = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerFailoverMetadata + AvailableProviderOperation = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperation + FailoverSetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetEligibilityResult + BackupElement = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupElement + FailoverSet = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSet + BackupFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupFilter + FailoverSetsList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList + VolumeContainerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerList + TargetEligibilityErrorMessage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityErrorMessage + ScheduleRecurrence = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence + SymmetricEncryptedSecret = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret + NicIPv6 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 + AcsConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + StorageAccountCredentialList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList + AlertErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails + BaseModel = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel + 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 + CloudAppliance = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance + 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 + RemoteManagementSettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + JobStage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + DeviceDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + DevicePatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + DNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + JobFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter + WebproxySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + ListFailoverTargetsRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + ManagerIntrinsicSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + BackupScheduleList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + ManagerSku = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + BandwidthSettingList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + NetworkAdapterList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + CloneRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + SecuritySettingsPatch = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + ManagerList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + DeviceRolloverDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails end class StorSimple8000SeriesManagementClass - attr_reader :operations, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_policies, :backup_schedules, :backups, :hardware_component_groups, :jobs, :volume_containers, :volumes, :storage_account_credentials, :configurable, :base_url, :options, :model_classes + attr_reader :volume_containers, :volumes, :storage_account_credentials, :jobs, :operations, :backup_policies, :managers, :access_control_records, :alerts, :bandwidth_settings, :backups, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -197,22 +197,22 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @volume_containers = @client_0.volume_containers + @volumes = @client_0.volumes + @storage_account_credentials = @client_0.storage_account_credentials + @jobs = @client_0.jobs @operations = @client_0.operations + @backup_policies = @client_0.backup_policies @managers = @client_0.managers @access_control_records = @client_0.access_control_records @alerts = @client_0.alerts @bandwidth_settings = @client_0.bandwidth_settings + @backups = @client_0.backups @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices @device_settings = @client_0.device_settings - @backup_policies = @client_0.backup_policies @backup_schedules = @client_0.backup_schedules - @backups = @client_0.backups @hardware_component_groups = @client_0.hardware_component_groups - @jobs = @client_0.jobs - @volume_containers = @client_0.volume_containers - @volumes = @client_0.volumes - @storage_account_credentials = @client_0.storage_account_credentials @model_classes = ModelClasses.new end @@ -231,236 +231,32 @@ def method_missing(method, *args) end class ModelClasses - def target_eligibility_result - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult + def manager_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch end - def failover_target - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget + def dimension_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter end - def access_control_record_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecordList + def metric_availablity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity end - def failover_targets_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTargetsList + def available_provider_operation_display + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay end - def alert_source - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSource + def metric_data + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData end - def feature - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Feature + def backup_policy_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def remote_management_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end - def failover_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest + def secondary_dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end - def alert_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList - end - def volume_failover_metadata - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeFailoverMetadata - end - def asymmetric_encrypted_secret - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AsymmetricEncryptedSecret - end - def volume_container_failover_metadata - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerFailoverMetadata - end - def available_provider_operation - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperation - end - def failover_set_eligibility_result - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetEligibilityResult - end - def backup_element - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupElement - end - def failover_set - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSet - end - def backup_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupFilter - end - def failover_sets_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList - end - def volume_container_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerList - end - def target_eligibility_error_message - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityErrorMessage - end - def schedule_recurrence - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence - end - def symmetric_encrypted_secret - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret - end - def nic_ipv6 - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 - end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - end - def acs_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration - end - def storage_account_credential_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList - end - def alert_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails - end - def base_model - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel - end - def public_key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey - end - def clear_alert_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest - end - def feature_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter - end - def cloud_appliance - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance - end - def feature_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList - end - def send_test_alert_email_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest - end - 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 - def network_interface_data0_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings - end - def hardware_component_group_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList - end - def resource - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource - end - def job_error_item - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem - end - def device_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails - end - def job_error_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - end - def remote_management_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch - end - def job_stage - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage - end - def device_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch - end - def webproxy_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings - end - def dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings - end - def job_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter - end - def job_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList - end - def available_provider_operation_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList - end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - end - def backup_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - end - def list_failover_targets_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest - end - def backup_schedule_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList - end - def manager_intrinsic_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings - end - def bandwidth_setting_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList - end - def manager_sku - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku - end - def clone_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest - end - def network_adapter_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList - end - def cloud_appliance_configuration_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList - end - def network_adapters - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters - end - def security_settings_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch - end - def manager_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList - end - def device_rollover_details - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails - end - def manager_patch - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerPatch - end - def dimension_filter - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DimensionFilter - end - def metric_availablity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAvailablity - end - def available_provider_operation_display - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationDisplay - end - def metric_data - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricData - end - def backup_policy_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList - end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension - end - def secondary_dnssettings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings - end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList @@ -480,15 +276,15 @@ def metric_filter def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def metrics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - end def data_statistics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList end + def network_adapters + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapters + end def bandwidth_schedule Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end @@ -498,24 +294,24 @@ def nic_ipv4 def access_control_record Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end - def alert - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert - end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings end def backup Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy - end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + def cloud_appliance_configuration_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfigurationList end def bandwidth_setting Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting end + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + end + def metrics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics + end def cloud_appliance_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end @@ -528,15 +324,9 @@ def controller_power_state_change_request def device Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - end def hardware_component_group Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - end def manager Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager end @@ -558,11 +348,8 @@ def time_settings def updates Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume - end - def volume_container - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def alert_scope Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope @@ -570,47 +357,41 @@ def alert_scope def alert_source_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def alert_severity - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity - end - def alert_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus end - def encryption_algorithm - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - end - def backup_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType - 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 + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def volume_container + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end def backup_policy_creation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType end + def volume_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType + end + def backup_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType + end + def controller_power_state_action + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + end def recurrence_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - end def schedule_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus end - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - end - def controller_power_state_action - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus end def controller_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId @@ -618,8 +399,8 @@ def controller_id def controller_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + def encryption_algorithm + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm end def device_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus @@ -630,8 +411,8 @@ def device_type def virtual_machine_api_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus end def authorization_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus @@ -642,8 +423,8 @@ def in_eligibility_category def encryption_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end def target_eligibility_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus @@ -651,41 +432,53 @@ def target_eligibility_status def target_eligibility_result_code Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + def kind + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility end def job_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus end - def metric_unit - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus end - def metric_aggregation_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job end def net_interface_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus end - def iscsiand_cloud_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + def alert + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert end def network_mode Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode end - def authentication_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + def metric_unit + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit + end + def metric_aggregation_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + end + def backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus end def remote_management_mode_configuration Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration @@ -693,14 +486,14 @@ def remote_management_mode_configuration def ssl_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus end - def volume_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def authentication_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType end - def backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus end def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus @@ -708,6 +501,213 @@ def monitoring_status def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + end + def resource + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource + end + def alert_severity + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity + end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + end + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + end + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + end + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + end + def target_eligibility_result + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult + end + def failover_target + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTarget + end + def access_control_record_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecordList + end + def failover_targets_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverTargetsList + end + def alert_source + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSource + end + def feature + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Feature + end + def remote_management_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettings + end + def failover_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest + end + def alert_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList + end + def volume_failover_metadata + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeFailoverMetadata + end + def asymmetric_encrypted_secret + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AsymmetricEncryptedSecret + end + def volume_container_failover_metadata + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerFailoverMetadata + end + def available_provider_operation + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperation + end + def failover_set_eligibility_result + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetEligibilityResult + end + def backup_element + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupElement + end + def failover_set + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSet + end + def backup_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupFilter + end + def failover_sets_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList + end + def volume_container_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainerList + end + def target_eligibility_error_message + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityErrorMessage + end + def schedule_recurrence + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleRecurrence + end + def symmetric_encrypted_secret + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SymmetricEncryptedSecret + end + def nic_ipv6 + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv6 + end + def acs_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AcsConfiguration + end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end + def storage_account_credential_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredentialList + end + def alert_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertErrorDetails + end + def base_model + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BaseModel + end + def public_key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::PublicKey + end + def clear_alert_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ClearAlertRequest + end + def feature_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureFilter + end + def cloud_appliance + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudAppliance + end + def feature_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureList + end + def send_test_alert_email_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SendTestAlertEmailRequest + end + 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 + def network_interface_data0_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkInterfaceData0Settings + end + def hardware_component_group_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroupList + end + def job_error_item + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorItem + end + def remote_management_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementSettingsPatch + end + def job_stage + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStage + end + def device_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceDetails + end + def device_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DevicePatch + end + def dnssettings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DNSSettings + end + def job_filter + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobFilter + end + def webproxy_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::WebproxySettings + end + def job_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList + end + def available_provider_operation_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList + end + def job_error_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails + end + def list_failover_targets_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest + end + def backup_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList + end + def manager_intrinsic_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings + end + def backup_schedule_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupScheduleList + end + def manager_sku + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerSku + end + def bandwidth_setting_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList + end + def network_adapter_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkAdapterList + end + def clone_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloneRequest + end + def security_settings_patch + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettingsPatch + end + def manager_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerList + end + def device_rollover_details + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceRolloverDetails + end 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 f6c5f72855..976009ee7b 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,91 +7,91 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations - Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions module Models + AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding + ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties + AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization + FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + AzureMachineLearningWebServiceOutputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn + CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization + SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input + 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 + DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource + ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource + ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource + AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource + EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource + ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource + ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource + EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource + BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties + AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters + JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters + SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota + OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy + SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel + JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn - OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs - OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource - Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku DiagnosticCondition = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition OutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource + OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay InputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties ServiceBusDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties OutputListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult + OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult FunctionInput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput - StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters BlobDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties - FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + FunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties AzureSqlDatabaseDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties StreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + FunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + StartStreamingJobParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters + Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation 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 + SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource OAuthBasedDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties ResourceTestStatus = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus - ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - SubscriptionQuotasListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult - Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - FunctionListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult - Input = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input Transformation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation Output = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output Function = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function StreamingJob = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob JavaScriptFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - AzureMachineLearningWebServiceFunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - ScalarFunctionProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - AvroSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource - PowerBIOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties - ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource - ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource - DocumentDbOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource - AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource - EventHubOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource - AzureTableOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource - BlobOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource - BlobReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource - ReferenceInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties - IoTHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource - EventHubStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource - BlobStreamInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource - StreamInputProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties - AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters - JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters - SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota - SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode - EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel - JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType end class StreamAnalyticsManagementClass - attr_reader :operations, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :functions, :subscriptions, :operations, :streaming_jobs, :inputs, :outputs, :transformations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -101,13 +101,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @functions = @client_0.functions + @subscriptions = @client_0.subscriptions @operations = @client_0.operations @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs @transformations = @client_0.transformations - @functions = @client_0.functions - @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -126,140 +126,38 @@ def method_missing(method, *args) end class ModelClasses - def azure_machine_learning_web_service_input_column - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn - end - def operation_display - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay - end - def azure_machine_learning_web_service_inputs - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs - end - def operation_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult - end - def reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource - end - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - end - def function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding - end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics - end - def function_output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput - end - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end - def diagnostic_condition - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition - end - def output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource - end - def input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties - end - def function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties - end - def service_bus_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties - end - def output_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult - end - def function_input - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput - end - def start_streaming_job_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters - end - def blob_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties - end - def function_retrieve_default_definition_parameters - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters - end - def sub_resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource - end - def operation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation - end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - end - def azure_sql_database_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + def azure_machine_learning_web_service_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding end - def stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + def scalar_function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties end - def streaming_job_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + def avro_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def input_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + def function_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult end def azure_machine_learning_web_service_output_column Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceOutputColumn end - def oauth_based_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties - end - def resource_test_status - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end - def error_response - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + def json_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end def subscription_quotas_list_result Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuotasListResult end - def resource - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource - end - def function_list_result - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionListResult + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku end def input Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Input end - def transformation - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation - end - def output - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output - end - def function - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function - end - def streaming_job - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob - end - def java_script_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding - end - def azure_machine_learning_web_service_function_binding - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceFunctionBinding - end - def scalar_function_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ScalarFunctionProperties - end - def avro_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization - end - def json_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + 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 @@ -267,8 +165,8 @@ def azure_data_lake_store_output_data_source def power_bioutput_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end - def event_hub_data_source_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + def document_db_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DocumentDbOutputDataSource end def service_bus_topic_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource @@ -276,8 +174,8 @@ def service_bus_topic_output_data_source 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 + def azure_table_output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource end def azure_sql_database_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource @@ -285,17 +183,17 @@ def azure_sql_database_output_data_source def event_hub_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubOutputDataSource end - def azure_table_output_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureTableOutputDataSource + def reference_input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties end def blob_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobOutputDataSource end - def blob_reference_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource + def error_response + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse end - def reference_input_properties - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputProperties + def blob_stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource end def io_thub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::IoTHubStreamInputDataSource @@ -303,8 +201,8 @@ def io_thub_stream_input_data_source def event_hub_stream_input_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubStreamInputDataSource end - def blob_stream_input_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobStreamInputDataSource + def blob_reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobReferenceInputDataSource end def stream_input_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputProperties @@ -318,17 +216,14 @@ def java_script_function_retrieve_default_definition_parameters def subscription_quota Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota end - def sku_name - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName - end def output_start_mode Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end def events_out_of_order_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end - def output_error_policy - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + def sku_name + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel @@ -336,11 +231,116 @@ def compatibility_level 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 output_error_policy + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy + end + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + end def encoding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + end + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + end + def resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource + end + def azure_machine_learning_web_service_input_column + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn + end + def azure_machine_learning_web_service_inputs + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs + end + def reference_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource + end + def function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding + end + def function_output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput + end + def diagnostic_condition + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::DiagnosticCondition + end + def output_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputDataSource + end + def operation_display + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay + end + def input_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputProperties + end + def service_bus_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusDataSourceProperties + end + def output_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputListResult + end + def operation_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult + end + def function_input + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionInput + end + def blob_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::BlobDataSourceProperties + end + def function_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionProperties + end + def azure_sql_database_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseDataSourceProperties + end + def stream_input_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamInputDataSource + end + def function_retrieve_default_definition_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionRetrieveDefaultDefinitionParameters + end + def start_streaming_job_parameters + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StartStreamingJobParameters + end + def operation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation + end + def streaming_job_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJobListResult + end + def input_list_result + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::InputListResult + end + def sub_resource + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource + end + def oauth_based_data_source_properties + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OAuthBasedDataSourceProperties + end + def resource_test_status + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ResourceTestStatus + end + def transformation + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Transformation + end + def output + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Output + end + def function + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Function + end + def streaming_job + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StreamingJob + end + def java_script_function_binding + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionBinding end end end diff --git a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb index 6cbd1506c7..97797e88c6 100644 --- a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::Latest module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,42 +58,42 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - end - def subscription_policies - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end - def subscription_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult - end def operation Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end - def subscription - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end + def subscription_policies + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end def location_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def subscription + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end + def subscription_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult + 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 d80dab0eda..e6fe47f71f 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -15,16 +15,16 @@ module Models LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::LanguageBatchResult KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResultItem - ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult BatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::BatchInput + ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse 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 - Input = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input 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 + InternalError = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::InternalError MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MultiLanguageBatchInput end @@ -78,15 +78,15 @@ def key_phrase_batch_result def sentiment_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResultItem end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse - end def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::SentimentBatchResult end def batch_input Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::BatchInput end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::ErrorResponse + end def match_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::MatchRecordV2dot1 end @@ -96,18 +96,18 @@ def error_record def entity_record_v2dot1 Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::EntityRecordV2dot1 end - def input - Azure::CognitiveServices::TextAnalytics::V2_1_preview::Models::Input - 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 + 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 diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index af284da9bd..ccffb4af22 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -10,8 +10,8 @@ module Mgmt Endpoints = Azure::TrafficManager::Mgmt::V2018_04_01::Endpoints Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles GeographicHierarchies = Azure::TrafficManager::Mgmt::V2018_04_01::GeographicHierarchies - HeatMap = Azure::TrafficManager::Mgmt::V2018_04_01::HeatMap TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys + HeatMap = Azure::TrafficManager::Mgmt::V2018_04_01::HeatMap module Models MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem @@ -26,27 +26,27 @@ module Models Region = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Region DnsConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::DnsConfig CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters - ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult - Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource TrafficManagerNameAvailability = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability HeatMapModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource TrafficManagerGeographicHierarchy = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy + TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus - EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource ProfileMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus - MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus - TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod + MonitorProtocol = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + EndpointMonitorStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus + 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 end class TrafficManagerManagementClass - attr_reader :endpoints, :profiles, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :geographic_hierarchies, :traffic_manager_user_metrics_keys, :heat_map, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -59,8 +59,8 @@ def initialize(configurable, base_url=nil, options=nil) @endpoints = @client_0.endpoints @profiles = @client_0.profiles @geographic_hierarchies = @client_0.geographic_hierarchies - @heat_map = @client_0.heat_map @traffic_manager_user_metrics_keys = @client_0.traffic_manager_user_metrics_keys + @heat_map = @client_0.heat_map @model_classes = ModelClasses.new end @@ -115,12 +115,6 @@ def dns_config def check_traffic_manager_relative_dns_name_availability_parameters Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters end - def profile_list_result - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult - end - def resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - end def traffic_manager_name_availability Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerNameAvailability end @@ -130,42 +124,48 @@ def heat_map_model def user_metrics_model Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + def traffic_manager_geographic_hierarchy + Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficManagerGeographicHierarchy end def tracked_resource Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource end - def profile - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - end - def proxy_resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource - end - 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 end - def endpoint_monitor_status - Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + def proxy_resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource end def profile_monitor_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileMonitorStatus end - def monitor_protocol - Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + def profile_list_result + Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult end def profile_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus end - def traffic_routing_method - Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod + def monitor_protocol + Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorProtocol + end + def endpoint_monitor_status + Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointMonitorStatus + end + def resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource end def traffic_view_enrollment_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus 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 + end end end end diff --git a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb index aab1daea75..9cc41c3a0f 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -11,36 +11,36 @@ module VideoSearch module Models TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext - Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule TrendingVideosTile = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile - ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject Videos = Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer - SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer - Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext + ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + 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 + 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 + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness end class VideoSearchDataClass @@ -79,38 +79,47 @@ def trending_videos_category def trending_videos_subcategory Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - end - def pivot_suggestions - Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - end - def query_context - Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext - end - def query - Azure::CognitiveServices::VideoSearch::V1_0::Models::Query - end def videos_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule end def trending_videos_tile Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosTile end - def response_base - Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase + def videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + def trending_videos + Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos end - def video_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject + def video_details + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails end - def videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::Videos + def video_query_scenario + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + def video_length + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength + end + def video_pricing + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing + end + def video_resolution + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution + end + def text_format + Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + end + def video_insight_module + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end + def query_context + Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext + end + def response_base + Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end def answer Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer @@ -118,56 +127,47 @@ def answer def search_results_answer Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end def thing Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end def identifiable Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end - def trending_videos - Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos - end - def video_details - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails - end - def video_query_scenario - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario + def video_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject end def error_code Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + def pivot_suggestions + Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end - def video_length - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength + def query + Azure::CognitiveServices::VideoSearch::V1_0::Models::Query end - def video_pricing - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject end - def video_resolution - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject end - def safe_search - Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode end - def text_format - Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end - def video_insight_module - Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness 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 06546c4c6f..6b825c2c21 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 - Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + 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 + ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase + Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response + Thing = Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork + Identifiable = Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable CropArea = Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea ImageInfo = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageInfo ImageTagRegion = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion - ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata - RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule - Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters - ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule KnowledgeRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest - RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule - ResponseBase = Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase - Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query VisualSearchRequest = Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest - PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem Point2D = Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D NormalizedQuadrilateral = Azure::CognitiveServices::VisualSearch::V1_0::Models::NormalizedQuadrilateral ImageAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction - ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag - Organization = Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization - AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating - Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer - AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer - ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject - Identifiable = Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::VisualSearch::V1_0::Models::Response ImageKnowledge = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge - ErrorResponse = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse - Thing = Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork - Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action - MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject - Person = Azure::CognitiveServices::VisualSearch::V1_0::Models::Person - Intangible = Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible ImageEntityAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction ImageModuleAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction - Recipe = Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe ImageRecipesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction ImageRelatedSearchesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction ImageShoppingSourcesAction = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction - StructuredValue = Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue - Rating = Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating - Currency = Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency - ItemAvailability = Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes ErrorCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch - ContentTypes = Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + Query = Azure::CognitiveServices::VisualSearch::V1_0::Models::Query + ImageObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode + Error = Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + Organization = Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization + Intangible = Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible + Filters = Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters + StructuredValue = Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue + ImageTag = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag + RelatedSearchesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule + Action = Azure::CognitiveServices::VisualSearch::V1_0::Models::Action + PropertiesItem = Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem + RecipesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule + ImagesImageMetadata = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata + ImagesModule = Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule + AggregateRating = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating + Offer = Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer + AggregateOffer = Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer end class VisualSearchDataClass @@ -88,8 +88,38 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::VisualSearch::V1_0::Models::Error + def recipe + Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe + end + def rating + Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating + end + def currency + Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + end + def item_availability + Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + end + def person + Azure::CognitiveServices::VisualSearch::V1_0::Models::Person + end + def error_response + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + end + def response_base + Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase + end + def response + Azure::CognitiveServices::VisualSearch::V1_0::Models::Response + end + def thing + Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork + end + def identifiable + Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable end def crop_area Azure::CognitiveServices::VisualSearch::V1_0::Models::CropArea @@ -100,36 +130,12 @@ def image_info def image_tag_region Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTagRegion end - def images_image_metadata - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata - end - def related_searches_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule - end - def filters - Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters - end - def images_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule - end def knowledge_request Azure::CognitiveServices::VisualSearch::V1_0::Models::KnowledgeRequest end - def recipes_module - Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule - end - def response_base - Azure::CognitiveServices::VisualSearch::V1_0::Models::ResponseBase - end - def query - Azure::CognitiveServices::VisualSearch::V1_0::Models::Query - end def visual_search_request Azure::CognitiveServices::VisualSearch::V1_0::Models::VisualSearchRequest end - def properties_item - Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem - end def point2_d Azure::CognitiveServices::VisualSearch::V1_0::Models::Point2D end @@ -139,95 +145,89 @@ def normalized_quadrilateral def image_action Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageAction end - def image_tag - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag - end - def organization - Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization - end - def aggregate_rating - Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating + def image_knowledge + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge end - def offer - Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer + def image_entity_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction end - def aggregate_offer - Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer + def image_module_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction end - def image_object - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject + def image_recipes_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction end - def identifiable - Azure::CognitiveServices::VisualSearch::V1_0::Models::Identifiable + def image_related_searches_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction end - def response - Azure::CognitiveServices::VisualSearch::V1_0::Models::Response + def image_shopping_sources_action + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction end - def image_knowledge - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageKnowledge + def content_types + Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes end - def error_response - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorResponse + def error_code + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode end - def thing - Azure::CognitiveServices::VisualSearch::V1_0::Models::Thing + def safe_search + Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch end - def creative_work - Azure::CognitiveServices::VisualSearch::V1_0::Models::CreativeWork + def query + Azure::CognitiveServices::VisualSearch::V1_0::Models::Query end - def action - Azure::CognitiveServices::VisualSearch::V1_0::Models::Action + def image_object + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageObject end def media_object Azure::CognitiveServices::VisualSearch::V1_0::Models::MediaObject end - def person - Azure::CognitiveServices::VisualSearch::V1_0::Models::Person + def error_sub_code + Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode end - def intangible - Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible + def error + Azure::CognitiveServices::VisualSearch::V1_0::Models::Error end - def image_entity_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageEntityAction + def organization + Azure::CognitiveServices::VisualSearch::V1_0::Models::Organization end - def image_module_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageModuleAction + def intangible + Azure::CognitiveServices::VisualSearch::V1_0::Models::Intangible end - def recipe - Azure::CognitiveServices::VisualSearch::V1_0::Models::Recipe + def filters + Azure::CognitiveServices::VisualSearch::V1_0::Models::Filters end - def image_recipes_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRecipesAction + def structured_value + Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue end - def image_related_searches_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageRelatedSearchesAction + def image_tag + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageTag end - def image_shopping_sources_action - Azure::CognitiveServices::VisualSearch::V1_0::Models::ImageShoppingSourcesAction + def related_searches_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::RelatedSearchesModule end - def structured_value - Azure::CognitiveServices::VisualSearch::V1_0::Models::StructuredValue + def action + Azure::CognitiveServices::VisualSearch::V1_0::Models::Action end - def rating - Azure::CognitiveServices::VisualSearch::V1_0::Models::Rating + def properties_item + Azure::CognitiveServices::VisualSearch::V1_0::Models::PropertiesItem end - def currency - Azure::CognitiveServices::VisualSearch::V1_0::Models::Currency + def recipes_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::RecipesModule end - def item_availability - Azure::CognitiveServices::VisualSearch::V1_0::Models::ItemAvailability + def images_image_metadata + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesImageMetadata end - def error_code - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorCode + def images_module + Azure::CognitiveServices::VisualSearch::V1_0::Models::ImagesModule end - def error_sub_code - Azure::CognitiveServices::VisualSearch::V1_0::Models::ErrorSubCode + def aggregate_rating + Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateRating end - def safe_search - Azure::CognitiveServices::VisualSearch::V1_0::Models::SafeSearch + def offer + Azure::CognitiveServices::VisualSearch::V1_0::Models::Offer end - def content_types - Azure::CognitiveServices::VisualSearch::V1_0::Models::ContentTypes + def aggregate_offer + Azure::CognitiveServices::VisualSearch::V1_0::Models::AggregateOffer 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 19ce641330..d4c0e068fc 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,230 +7,108 @@ module Azure::Profiles::Latest module Web module Mgmt + ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations + 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 - Domains = Azure::Web::Mgmt::V2018_02_01::Domains TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider + AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans + AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments + WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics - Provider = Azure::Web::Mgmt::V2018_02_01::Provider Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations - WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps - AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments - AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans - ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations module Models + RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation - TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection - DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection - CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails - CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection - AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection - SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource - ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection - VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse - WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool - PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample - VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest - StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity - ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection - NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry - PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection - AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment - ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection - LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection - CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection - ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity - ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity - CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo - AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate - IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction - TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection - CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings - ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName - AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue - AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments + VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection - SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection - AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod - SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity - TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection - SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample - DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource - LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData - Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension + HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState AnalysisData = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData - ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification - CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity - CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool DataTableResponseColumn = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn - CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject - Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact + ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo - DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions DiagnosticData = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData - DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability DetectorResponseCollection = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection - DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters - ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity + ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection - EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig - WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection - AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection - PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction DiagnosticDetectorCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection - PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet - NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace - StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion - SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion - StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion - MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry - ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack - ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource ApplicationStackCollection = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection - HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile - ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection - AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction - RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection - RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger - ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection - RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule - HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection - HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping - BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection NameValuePair = Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair - CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope - Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability - WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection - Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource - HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo - NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier - DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations - MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification - GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection - CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription - GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName - UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection - FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig - ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability - TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet - SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos - SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal - StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection - SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability - SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection - SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus - ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger - ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError - VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory - ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse - HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState - SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection - DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError - SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties - MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection - FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig - PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection - AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig - HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig - ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig - AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules - AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig - SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription - HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address - DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption - AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection - ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo - BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection - MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability - BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule - ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection - AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse - SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection - ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair - ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo - WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection - AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - 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 - CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail - CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction - ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest - RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway User = Azure::Web::Mgmt::V2018_02_01::Models::User - Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings - Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection - DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite Site = Azure::Web::Mgmt::V2018_02_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier - DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource - TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain - Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate - CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation @@ -242,1175 +120,1297 @@ module Models VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource - BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem - BackupRequest = Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest - ConnectionStringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary - ContinuousWebJob = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob - CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult - DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest - Deployment = Azure::Web::Mgmt::V2018_02_01::Models::Deployment - FunctionEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope - FunctionSecrets = Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets - HostNameBinding = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding - MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy - MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog - MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus - MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest - MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus - RelayServiceConnectionEntity = Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity - NetworkFeatures = Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures - PremierAddOn = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource - PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess - ProcessThreadInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo - ProcessModuleInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo - ProcessInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo - PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate - RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest - SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings - SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource - SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo - SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo - SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig - SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource - SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag - SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl - SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource - SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference - SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions - StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse - StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork - TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun - TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory - TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob - WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource - MetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition - Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage - 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 - ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus - CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType - ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState - CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus - CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType + ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType - IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType - AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType - AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions - FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation + TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus - AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType - DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType - DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions - AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction - OperationStatus = Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus - IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType - RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType - ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions - InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType - CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes - LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus - DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType - FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit - ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus - WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation - BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus - SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName - end - - class WebManagementClass - attr_reader :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes - - def initialize(configurable, base_url=nil, options=nil) - @configurable, @base_url, @options = configurable, base_url, options - - @client_0 = Azure::Web::Mgmt::V2018_02_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) - if(@client_0.respond_to?(:subscription_id)) - @client_0.subscription_id = configurable.subscription_id - end - add_telemetry(@client_0) - @app_service_certificate_orders = @client_0.app_service_certificate_orders - @certificate_registration_provider = @client_0.certificate_registration_provider - @domains = @client_0.domains - @top_level_domains = @client_0.top_level_domains - @domain_registration_provider = @client_0.domain_registration_provider - @certificates = @client_0.certificates - @deleted_web_apps = @client_0.deleted_web_apps - @diagnostics = @client_0.diagnostics - @provider = @client_0.provider - @recommendations = @client_0.recommendations - @web_apps = @client_0.web_apps - @app_service_environments = @client_0.app_service_environments - @app_service_plans = @client_0.app_service_plans - @resource_health_metadata_operations = @client_0.resource_health_metadata_operations - - @model_classes = ModelClasses.new - end - - def add_telemetry(client) - profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Web/Mgmt" - client.add_user_agent_information(profile_information) - end - - def method_missing(method, *args) - if @client_0.respond_to?method - @client_0.send(method, *args) - else - super - end - end - - class ModelClasses - def identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection - end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation - end - def top_level_domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection - end - def deployment_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection - end - def certificate_details - Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails - end - def certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection - end - def app_service_certificate_order_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection - end - def snapshot_recovery_source - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource - end - def process_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection - end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - end - def perf_mon_response - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse - end - def worker_pool - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool - end - def perf_mon_sample - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample - end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - end - def site_seal_request - Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest - end - def stamp_capacity - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity - end - def process_module_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection - end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry - end - def public_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection - end - def app_service_environment - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment - end - def resource_metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability - end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection - end - def site_config_resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection - end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString - end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection - end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota - end - def host_name_binding_collection - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection - end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain + AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + MetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + 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 + SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + 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 + 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 + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension + TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage + FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + 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 + Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection + ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection + ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection + TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection + SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + BackupRequest = Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + ConnectionStringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary + ContinuousWebJob = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob + CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + FunctionEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + FunctionSecrets = Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + HostNameBinding = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + RelayServiceConnectionEntity = Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity + NetworkFeatures = Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures + PremierAddOn = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn + ProcessThreadInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo + ProcessModuleInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo + ProcessInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob + ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + end + + class WebManagementClass + attr_reader :resource_health_metadata_operations, :provider, :domains, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :app_service_plans, :app_service_environments, :web_apps, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :configurable, :base_url, :options, :model_classes + + def initialize(configurable, base_url=nil, options=nil) + @configurable, @base_url, @options = configurable, base_url, options + + @client_0 = Azure::Web::Mgmt::V2018_02_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) + if(@client_0.respond_to?(:subscription_id)) + @client_0.subscription_id = configurable.subscription_id end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + add_telemetry(@client_0) + @resource_health_metadata_operations = @client_0.resource_health_metadata_operations + @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_plans = @client_0.app_service_plans + @app_service_environments = @client_0.app_service_environments + @web_apps = @client_0.web_apps + @certificates = @client_0.certificates + @deleted_web_apps = @client_0.deleted_web_apps + @diagnostics = @client_0.diagnostics + @recommendations = @client_0.recommendations + + @model_classes = ModelClasses.new + end + + def add_telemetry(client) + profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Web/Mgmt" + client.add_user_agent_information(profile_information) + end + + def method_missing(method, *args) + if @client_0.respond_to?method + @client_0.send(method, *args) + else + super end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + end + + class ModelClasses + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def cloning_info - Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end - def app_service_certificate - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + def virtual_directory + Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory end - def ip_security_restriction - Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def triggered_job_history_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def resource_metric_name - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo end - def auto_heal_actions - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end def resource_metric_property Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def global_csm_sku_description + Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end def resource_metric_value Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def auto_heal_triggers - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end def resource_metric Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def site_limits - Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end def resource_metric_collection Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def experiments - Azure::Web::Mgmt::V2018_02_01::Models::Experiments + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end def resource_metric_definition_collection Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def virtual_application - Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end def web_app_collection Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end - def site_machine_key - Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + end + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + end + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end def deleted_web_app_collection Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def azure_storage_info_value - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end def solution Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def resource_metric_name + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end def detector_abnormal_time_period Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def site_extension_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end def abnormal_time_period Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def slot_swap_status + Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus end - def triggered_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo end - def slot_difference_collection - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings end def diagnostic_metric_sample Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample end - def default_error_response_error_details_item - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + def auto_heal_triggers + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers end def diagnostic_metric_set Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet end - def default_error_response - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + def experiments + Azure::Web::Mgmt::V2018_02_01::Models::Experiments end def data_source Azure::Web::Mgmt::V2018_02_01::Models::DataSource end - def log_specification - Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + def site_machine_key + Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey end def response_meta_data Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension + def host_name_ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState end def analysis_data Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData end - def service_specification - Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + def sku_description + Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription end - def csm_slot_entity - Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + def csm_move_resource_envelope + Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def worker_pool + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool end def data_table_response_column Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def app_service_environment + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment end def data_table_response_object Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact + def validate_request + Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest end def detector_info Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + def proxy_only_resource + Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource end def rendering Azure::Web::Mgmt::V2018_02_01::Models::Rendering end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + def auto_heal_actions + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions end def diagnostic_data Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + def virtual_application + Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + end + def billing_meter_collection + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + end + def capability + Azure::Web::Mgmt::V2018_02_01::Models::Capability + end + def detector_response_collection + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + end + def stamp_capacity + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity + end + def resource_health_metadata_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + end + def sku_infos + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + end + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + end + def site_limits + Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + end + def recommendation_collection + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + end + def diagnostic_category_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + end + def ip_security_restriction + Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + end + def diagnostic_detector_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + end + def application_stack_collection + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + end + def name_value_pair + Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + end + def stack_minor_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + end + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + end + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + end + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + end + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + end + def user + Azure::Web::Mgmt::V2018_02_01::Models::User + end + def azure_resource_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + end + def resource_metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + end + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + end + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + end + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + end + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site + end + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + def detector_definition + Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition end - def domain_ownership_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def detector_response_collection - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + def diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end - def continuous_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + def diagnostic_detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def enabled_config - Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation end - def web_app_instance_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + def recommendation_rule + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def app_service_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + def billing_meter + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter end - def diagnostic_category_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + def source_control + Azure::Web::Mgmt::V2018_02_01::Models::SourceControl end - def perf_mon_set - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + def vnet_parameters + Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def stack_minor_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + def vnet_validation_failure_details + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def site_cloneability_criterion - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def route_type + Azure::Web::Mgmt::V2018_02_01::Models::RouteType end - def msdeploy_log_entry - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def managed_service_identity_type + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def proxy_only_resource - Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + def auto_heal_action_type + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end - def application_stack_collection - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + def connection_string_type + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + def managed_pipeline_mode + Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end - def recommendation_collection - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end - def resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def ramp_up_rule - Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end - def hybrid_connection_collection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + def usage_state + Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def billing_meter_collection - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + def site_availability_state + Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def name_value_pair - Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end - def capability - Azure::Web::Mgmt::V2018_02_01::Models::Capability + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def worker_pool_collection - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + def compute_mode_options + Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions end - def resource - Azure::Web::Mgmt::V2018_02_01::Models::Resource + def worker_size_options + Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def log_specification + Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def service_specification + Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def notification_level + Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType end - def global_csm_sku_description - Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + def triggered_job_history + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def usage_collection - Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + def channels + Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def file_system_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + def certificate + Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end - def sku_infos - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def stamp_capacity_collection - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end - def site_cloneability - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def slot_swap_status - Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + def msdeploy_log_entry_type + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType end - def validate_request - Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def my_sql_migration_type + Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def virtual_directory - Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction end - def validate_response - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + def built_in_authentication_provider + Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end - def host_name_ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + def log_level + Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def sku_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def default_error_response_error - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end - def sku_info - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + def frequency_unit + Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + def continuous_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus end - def metric_availabilily - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + def web_job_type + Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def function_envelope_collection - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def file_system_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + def clone_ability_result + Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def site_extension_type + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + def triggered_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + def domain + Azure::Web::Mgmt::V2018_02_01::Models::Domain end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + def app_service_environment_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection end - def http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics end - def application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + def address_response + Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse end - def auto_heal_rules - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + def sku_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + def resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection end - def sku_description - Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + def worker_pool_collection + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + def hybrid_connection_collection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def metric_availabilily + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily end - def database_backup_setting - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + def sku_info + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def usage_collection + Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection end - def app_service_environment_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + def stamp_capacity_collection + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection end - def api_definition_info - Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + def app_service_environment_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource end - def backup_item_collection - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition end - def backup_schedule - Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + def worker_pool_resource + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource end - def process_thread_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource end - def address_response - Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + def hybrid_connection_limits + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end - def snapshot_collection - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + def top_level_domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def certificate_details + Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails end - def web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + def app_service_certificate_order_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def snapshot_recovery_source + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def site_seal_request + Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def app_service_certificate + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + def azure_storage_info_value + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def renew_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def user - Azure::Web::Mgmt::V2018_02_01::Models::User + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def snapshot - Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def resource_metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end - def push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end - def domain - Azure::Web::Mgmt::V2018_02_01::Models::Domain + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def domain_ownership_identifier - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def domain_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def top_level_domain - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def certificate - Azure::Web::Mgmt::V2018_02_01::Models::Certificate + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def renew_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def domain_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource end - def diagnostic_detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse + def domain_ownership_identifier + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end - def recommendation_rule - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + def top_level_domain + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain end - def billing_meter - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def source_control - Azure::Web::Mgmt::V2018_02_01::Models::SourceControl + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def vnet_parameters - Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def backup_item - Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def backup_request - Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end - def connection_string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def continuous_web_job - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def deployment - Azure::Web::Mgmt::V2018_02_01::Models::Deployment + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def function_envelope - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def function_secrets - Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + def operation_status + Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end - def host_name_binding - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + def deployment + Azure::Web::Mgmt::V2018_02_01::Models::Deployment end - def msdeploy - Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + def resource + Azure::Web::Mgmt::V2018_02_01::Models::Resource end - def msdeploy_log - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + def snapshot + Azure::Web::Mgmt::V2018_02_01::Models::Snapshot end - def msdeploy_status - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig end - def migrate_my_sql_request - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + def application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig end - def migrate_my_sql_status - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + def database_backup_setting + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting end - def relay_service_connection_entity - Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity + def backup_item_collection + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection end - def network_features - Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures + def process_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection end - def premier_add_on - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn + def conn_string_value_type_pair + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def process_module_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def process_thread_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection end - def process_thread_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo + def csm_publishing_profile_options + Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions end - def process_module_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo + def web_app_instance_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection end - def process_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + def public_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection end - def public_certificate - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + def triggered_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection end - def restore_request - Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + def enabled_config + Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig end - def site_auth_settings - Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + def triggered_job_history_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def snapshot_collection + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def site_cloneability_criterion + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def host_name_binding_collection + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def site_cloneability + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def perf_mon_set + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + def perf_mon_counter_collection + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + def continuous_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + def file_system_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + def file_system_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + def msdeploy_log_entry + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + def backup_schedule + Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def perf_mon_sample + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def slot_difference_collection + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection end - def triggered_job_history - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + def deployment_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig end - def web_job - Azure::Web::Mgmt::V2018_02_01::Models::WebJob + def site_config_resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection end - def app_service_environment_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + def function_envelope_collection + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + def perf_mon_response + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse end - def metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def csm_slot_entity + Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity end - def worker_pool_resource - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + def site_extension_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity end - def hybrid_connection_limits - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + def backup_item + Azure::Web::Mgmt::V2018_02_01::Models::BackupItem end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def backup_request + Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def connection_string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def continuous_web_job + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def function_envelope + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def function_secrets + Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets end - def route_type - Azure::Web::Mgmt::V2018_02_01::Models::RouteType + def host_name_binding + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding end - def managed_service_identity_type - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + def msdeploy + Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def msdeploy_log + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def msdeploy_status + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus end - def connection_string_type - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType + def migrate_my_sql_request + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def migrate_my_sql_status + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def relay_service_connection_entity + Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def network_features + Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures end - def managed_pipeline_mode - Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + def premier_add_on + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def process_thread_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def process_module_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def process_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def public_certificate + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def restore_request + Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest end - def usage_state - Azure::Web::Mgmt::V2018_02_01::Models::UsageState + def site_auth_settings + Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end - def site_availability_state - Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo end - def azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def worker_size_options - Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def operation_status - Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def default_error_response_error_details_item + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + def default_error_response_error + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + def certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end - def notification_level - Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + def default_error_response + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def channels - Azure::Web::Mgmt::V2018_02_01::Models::Channels + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def validate_response + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def web_job + Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def resource_metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def log_level - Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def frequency_unit - Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def continuous_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def web_job_type - Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def cloning_info + Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def msdeploy_log_entry_type - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + def api_definition_info + Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def my_sql_migration_type - Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end - def built_in_authentication_provider - Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def clone_ability_result - Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def site_extension_type - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def triggered_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + def auto_heal_rules + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end end end diff --git a/azure_sdk/lib/latest/modules/websearch_profile_module.rb b/azure_sdk/lib/latest/modules/websearch_profile_module.rb index ed02f799f5..702181d7fa 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 + 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 + Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible - MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase 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 + StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue + 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 + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness - SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end class WebSearchDataClass @@ -82,129 +82,129 @@ def method_missing(method, *args) end class ModelClasses + def web_meta_tag + Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + end + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + end + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + end + def places + Azure::CognitiveServices::WebSearch::V1_0::Models::Places + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end def ranking_ranking_item Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem end def ranking_ranking_group Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup end - def web_meta_tag - Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - end def ranking_ranking_response Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse end def web_web_grouping Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error - end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query - end def time_zone_time_zone_information Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - end - def image_object - Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject - end - def creative_work - Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer end def response Azure::CognitiveServices::WebSearch::V1_0::Models::Response end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer end def thing Azure::CognitiveServices::WebSearch::V1_0::Models::Thing end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + def creative_work + Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def images - Azure::CognitiveServices::WebSearch::V1_0::Models::Images + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext end def news Azure::CognitiveServices::WebSearch::V1_0::Models::News 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 spell_suggestions Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone + def images + Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end - def places - Azure::CognitiveServices::WebSearch::V1_0::Models::Places + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType end def intangible Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end - def media_object - Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article + def error_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + end + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch end def structured_value Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end - def error_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + def image_object + Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject + end + def media_object + Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + end + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage end def error_sub_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode end + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error + end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb index ddb8b40f31..1edd81ab59 100644 --- a/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/authorization_profile_module.rb @@ -7,13 +7,21 @@ module Azure::Profiles::V2017_03_09 module Authorization module Mgmt - Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations RoleAssignments = Azure::Authorization::Mgmt::V2015_07_01::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2015_07_01::RoleDefinitions ClassicAdministrators = Azure::Authorization::Mgmt::V2015_07_01::ClassicAdministrators + Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations module Models + RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission RoleAssignment = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment RoleAssignmentListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionFilter @@ -25,18 +33,10 @@ module Models ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadataListResult RoleDefinition = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinition RoleAssignmentFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter - RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission end class AuthorizationManagementClass - attr_reader :permissions, :provider_operations_metadata_operations, :role_assignments, :role_definitions, :classic_administrators, :configurable, :base_url, :options, :model_classes + attr_reader :role_assignments, :role_definitions, :classic_administrators, :permissions, :provider_operations_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,11 +52,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @permissions = @client_1.permissions - @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @role_assignments = @client_1.role_assignments @role_definitions = @client_1.role_definitions @classic_administrators = @client_1.classic_administrators + @permissions = @client_1.permissions + @provider_operations_metadata_operations = @client_1.provider_operations_metadata_operations @model_classes = ModelClasses.new end @@ -77,6 +77,30 @@ def method_missing(method, *args) end class ModelClasses + def role_definition_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + end + def provider_operation + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + end + def classic_administrator_properties + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + end + def role_assignment_properties_with_scope + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + end + def classic_administrator + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + end + def provider_operations_metadata + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + end + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + end + def permission + Azure::Authorization::Mgmt::V2015_07_01::Models::Permission + end def role_assignment Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment end @@ -110,30 +134,6 @@ def role_definition def role_assignment_filter Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter end - def role_definition_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - end - def provider_operation - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - end - def classic_administrator_properties - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - end - def role_assignment_properties_with_scope - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - end - def classic_administrator - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - end - def provider_operations_metadata - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - end - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - end - def permission - Azure::Authorization::Mgmt::V2015_07_01::Models::Permission - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb index 3d49eb5831..9a7bcbdb8a 100644 --- a/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/compute_profile_module.rb @@ -7,91 +7,82 @@ module Azure::Profiles::V2017_03_09 module Compute module Mgmt + UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations + VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes + VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets + VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs AvailabilitySets = Azure::Compute::Mgmt::V2016_03_30::AvailabilitySets VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensionImages VirtualMachineExtensions = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineExtensions VirtualMachines = Azure::Compute::Mgmt::V2016_03_30::VirtualMachines VirtualMachineImages = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineImages - UsageOperations = Azure::Compute::Mgmt::V2016_03_30::UsageOperations - VirtualMachineSizes = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineSizes - VirtualMachineScaleSets = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSets - VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2016_03_30::VirtualMachineScaleSetVMs module Models - DiagnosticsProfile = Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile + VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile + Plan = Azure::Compute::Mgmt::V2016_03_30::Models::Plan InstanceViewStatus = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView - VaultCertificate = Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate - VaultSecretGroup = Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup - VirtualMachineSize = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize - OSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile - InnerError = Azure::Compute::Mgmt::V2016_03_30::Models::InnerError - VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView - NetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile - Resource = Azure::Compute::Mgmt::V2016_03_30::Models::Resource - BootDiagnostics = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics - PurchasePlan = Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan - SubResource = Azure::Compute::Mgmt::V2016_03_30::Models::SubResource - DataDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage - ApiErrorBase = Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase - UsageName = Azure::Compute::Mgmt::V2016_03_30::Models::UsageName - VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView - ListUsagesResult = Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult - DiskInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView - ApiError = Azure::Compute::Mgmt::V2016_03_30::Models::ApiError - BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView - HardwareProfile = Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile - VirtualMachineIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity - KeyVaultSecretReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference - VirtualMachineInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView - DiskEncryptionSettings = Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings - VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + KeyVaultKeyReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku + VirtualHardDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk OSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk - VirtualMachineListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult StorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile - Sku = Azure::Compute::Mgmt::V2016_03_30::Models::Sku + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile WinRMListener = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener - UpgradePolicy = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy WindowsConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity - SshConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile - AvailabilitySetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult - VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk - OperationStatusResponse = Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult ApiEntityReference = Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference - ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties - VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView - VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters - VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult - ImageReference = Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference + SshConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration + VaultCertificate = Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate + OSProfile = Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile + NetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile + DiagnosticsProfile = Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile + VirtualMachineAgentInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView + BootDiagnosticsInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView VirtualMachineScaleSetNetworkProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetNetworkProfile - VirtualHardDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk - VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku - AdditionalUnattendContent = Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetExtensionProfile - SshPublicKey = Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey VirtualMachineScaleSetVMProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMProfile - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity - OSDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + DataDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage + ListUsagesResult = Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult + HardwareProfile = Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile + OperationStatusResponse = Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse + DiskEncryptionSettings = Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs - Plan = Azure::Compute::Mgmt::V2016_03_30::Models::Plan - VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs DataDisk = Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk + VirtualMachineScaleSetVMInstanceRequiredIDs = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs + WinRMConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration VirtualMachineStatusCodeCount = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount LinuxConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::LinuxConfiguration VirtualMachineScaleSetInstanceViewStatusesSummary = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary - Usage = Azure::Compute::Mgmt::V2016_03_30::Models::Usage VirtualMachineScaleSetVMExtensionsSummary = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary - WinRMConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration + VirtualMachineExtensionHandlerInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView VirtualMachineScaleSetInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView - KeyVaultKeyReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + VirtualMachineIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity VirtualMachineScaleSetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult - UpdateResource = Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + VirtualMachineListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult VirtualMachineScaleSetListWithLinkResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult + VirtualMachineScaleSetSkuCapacity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + VirtualMachineExtensionInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView + VirtualMachineScaleSetSku = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku + UsageName = Azure::Compute::Mgmt::V2016_03_30::Models::UsageName + VirtualMachineScaleSetListSkusResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult + KeyVaultSecretReference = Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference + AdditionalUnattendContent = Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent + VirtualMachineScaleSetVMInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + VaultSecretGroup = Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup + DiskInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView + VirtualMachineScaleSetVMListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + UpgradePolicy = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy + PurchasePlan = Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan + ApiErrorBase = Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase + BootDiagnostics = Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics + InnerError = Azure::Compute::Mgmt::V2016_03_30::Models::InnerError + VirtualMachineSize = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize + ApiError = Azure::Compute::Mgmt::V2016_03_30::Models::ApiError + SshPublicKey = Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey + UpdateResource = Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + ComputeLongRunningOperationProperties = Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + VirtualMachineInstanceView = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + Resource = Azure::Compute::Mgmt::V2016_03_30::Models::Resource AvailabilitySet = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySet VirtualMachineExtensionImage = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionImage VirtualMachineImageResource = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineImageResource @@ -99,6 +90,7 @@ module Models VirtualMachineExtensionUpdate = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionUpdate VirtualMachineImage = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineImage VirtualMachineCaptureResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureResult + ImageReference = Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference NetworkInterfaceReference = Azure::Compute::Mgmt::V2016_03_30::Models::NetworkInterfaceReference VirtualMachine = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachine VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIPConfiguration @@ -119,10 +111,18 @@ module Models UpgradeMode = Azure::Compute::Mgmt::V2016_03_30::Models::UpgradeMode VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuScaleType InstanceViewTypes = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewTypes + VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk + SubResource = Azure::Compute::Mgmt::V2016_03_30::Models::SubResource + AvailabilitySetListResult = Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult + OSDiskImage = Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + Usage = Azure::Compute::Mgmt::V2016_03_30::Models::Usage end class ComputeManagementClass - attr_reader :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :virtual_machine_sizes, :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,15 +132,15 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @usage_operations = @client_0.usage_operations + @virtual_machine_sizes = @client_0.virtual_machine_sizes + @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets + @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms @availability_sets = @client_0.availability_sets @virtual_machine_extension_images = @client_0.virtual_machine_extension_images @virtual_machine_extensions = @client_0.virtual_machine_extensions @virtual_machines = @client_0.virtual_machines @virtual_machine_images = @client_0.virtual_machine_images - @usage_operations = @client_0.usage_operations - @virtual_machine_sizes = @client_0.virtual_machine_sizes - @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets - @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms @model_classes = ModelClasses.new end @@ -159,194 +159,101 @@ def method_missing(method, *args) end class ModelClasses - def diagnostics_profile - Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile - end - def instance_view_status - Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - end - def virtual_machine_extension_handler_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView - end - def vault_certificate - Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate - end - def vault_secret_group - Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup - end - def virtual_machine_size - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize - end - def osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile - end - def inner_error - Azure::Compute::Mgmt::V2016_03_30::Models::InnerError - end - def virtual_machine_extension_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView - end - def network_profile - Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile - end - def resource - Azure::Compute::Mgmt::V2016_03_30::Models::Resource - end - def boot_diagnostics - Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics - end - def purchase_plan - Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan - end - def sub_resource - Azure::Compute::Mgmt::V2016_03_30::Models::SubResource - end - def data_disk_image - Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage - end - def api_error_base - Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase - end - def usage_name - Azure::Compute::Mgmt::V2016_03_30::Models::UsageName - end - def virtual_machine_agent_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView - end - def list_usages_result - Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult - end - def disk_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView - end - def api_error - Azure::Compute::Mgmt::V2016_03_30::Models::ApiError - end - def boot_diagnostics_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters end - def hardware_profile - Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile end - def virtual_machine_identity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity + def plan + Azure::Compute::Mgmt::V2016_03_30::Models::Plan end - def key_vault_secret_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference + def instance_view_status + Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus end - def virtual_machine_instance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + def key_vault_key_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference end - def disk_encryption_settings - Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings + def sku + Azure::Compute::Mgmt::V2016_03_30::Models::Sku end - def virtual_machine_scale_set_vmlist_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + def virtual_hard_disk + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk end def osdisk Azure::Compute::Mgmt::V2016_03_30::Models::OSDisk end - def virtual_machine_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult - end def storage_profile Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile end - def sku - Azure::Compute::Mgmt::V2016_03_30::Models::Sku + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile end def win_rmlistener Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener end - def upgrade_policy - Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy - end def windows_configuration Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + def api_entity_reference + Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference end def ssh_configuration Azure::Compute::Mgmt::V2016_03_30::Models::SshConfiguration end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile - end - def availability_set_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult - end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk - end - def operation_status_response - Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse - end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile - end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult - end - def api_entity_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + def vault_certificate + Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate end - def compute_long_running_operation_properties - Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + def osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile end - def virtual_machine_scale_set_vminstance_view - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + def network_profile + Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureParameters + def diagnostics_profile + Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile end - def virtual_machine_scale_set_list_skus_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult + def virtual_machine_agent_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineAgentInstanceView end - def image_reference - Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference + def boot_diagnostics_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnosticsInstanceView end def virtual_machine_scale_set_network_profile Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetNetworkProfile end - def virtual_hard_disk - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualHardDisk - end - def virtual_machine_scale_set_sku - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku - end - def additional_unattend_content - Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent - end def virtual_machine_scale_set_extension_profile Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetExtensionProfile end - def ssh_public_key - Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey - end def virtual_machine_scale_set_vmprofile Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMProfile end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult + def data_disk_image + Azure::Compute::Mgmt::V2016_03_30::Models::DataDiskImage end - def virtual_machine_scale_set_sku_capacity - Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + def list_usages_result + Azure::Compute::Mgmt::V2016_03_30::Models::ListUsagesResult end - def osdisk_image - Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + def hardware_profile + Azure::Compute::Mgmt::V2016_03_30::Models::HardwareProfile + end + def operation_status_response + Azure::Compute::Mgmt::V2016_03_30::Models::OperationStatusResponse + end + def disk_encryption_settings + Azure::Compute::Mgmt::V2016_03_30::Models::DiskEncryptionSettings end def virtual_machine_scale_set_vminstance_ids Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceIDs end - def plan - Azure::Compute::Mgmt::V2016_03_30::Models::Plan + def data_disk + Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk end def virtual_machine_scale_set_vminstance_required_ids Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceRequiredIDs end - def data_disk - Azure::Compute::Mgmt::V2016_03_30::Models::DataDisk + def win_rmconfiguration + Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration end def virtual_machine_status_code_count Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineStatusCodeCount @@ -357,30 +264,96 @@ def linux_configuration def virtual_machine_scale_set_instance_view_statuses_summary Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceViewStatusesSummary end - def usage - Azure::Compute::Mgmt::V2016_03_30::Models::Usage - end def virtual_machine_scale_set_vmextensions_summary Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMExtensionsSummary end - def win_rmconfiguration - Azure::Compute::Mgmt::V2016_03_30::Models::WinRMConfiguration + def virtual_machine_extension_handler_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionHandlerInstanceView end def virtual_machine_scale_set_instance_view Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetInstanceView end - def key_vault_key_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + def virtual_machine_identity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineIdentity end def virtual_machine_scale_set_list_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListResult end - def update_resource - Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + def virtual_machine_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineListResult end def virtual_machine_scale_set_list_with_link_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListWithLinkResult end + def virtual_machine_scale_set_sku_capacity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSkuCapacity + end + def virtual_machine_extension_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionInstanceView + end + def virtual_machine_scale_set_sku + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetSku + end + def usage_name + Azure::Compute::Mgmt::V2016_03_30::Models::UsageName + end + def virtual_machine_scale_set_list_skus_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetListSkusResult + end + def key_vault_secret_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultSecretReference + end + def additional_unattend_content + Azure::Compute::Mgmt::V2016_03_30::Models::AdditionalUnattendContent + end + def virtual_machine_scale_set_vminstance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMInstanceView + end + def vault_secret_group + Azure::Compute::Mgmt::V2016_03_30::Models::VaultSecretGroup + end + def disk_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::DiskInstanceView + end + def virtual_machine_scale_set_vmlist_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetVMListResult + end + def upgrade_policy + Azure::Compute::Mgmt::V2016_03_30::Models::UpgradePolicy + end + def purchase_plan + Azure::Compute::Mgmt::V2016_03_30::Models::PurchasePlan + end + def api_error_base + Azure::Compute::Mgmt::V2016_03_30::Models::ApiErrorBase + end + def boot_diagnostics + Azure::Compute::Mgmt::V2016_03_30::Models::BootDiagnostics + end + def inner_error + Azure::Compute::Mgmt::V2016_03_30::Models::InnerError + end + def virtual_machine_size + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSize + end + def api_error + Azure::Compute::Mgmt::V2016_03_30::Models::ApiError + end + def ssh_public_key + Azure::Compute::Mgmt::V2016_03_30::Models::SshPublicKey + end + def update_resource + Azure::Compute::Mgmt::V2016_03_30::Models::UpdateResource + end + def compute_long_running_operation_properties + Azure::Compute::Mgmt::V2016_03_30::Models::ComputeLongRunningOperationProperties + end + def virtual_machine_instance_view + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineInstanceView + end + def resource + Azure::Compute::Mgmt::V2016_03_30::Models::Resource + end def availability_set Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySet end @@ -402,6 +375,9 @@ def virtual_machine_image def virtual_machine_capture_result Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineCaptureResult end + def image_reference + Azure::Compute::Mgmt::V2016_03_30::Models::ImageReference + end def network_interface_reference Azure::Compute::Mgmt::V2016_03_30::Models::NetworkInterfaceReference end @@ -462,6 +438,30 @@ def virtual_machine_scale_set_sku_scale_type def instance_view_types Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewTypes end + def virtual_machine_scale_set_osdisk + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSDisk + end + def sub_resource + Azure::Compute::Mgmt::V2016_03_30::Models::SubResource + end + def availability_set_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::AvailabilitySetListResult + end + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineSizeListResult + end + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetIdentity + end + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineExtensionsListResult + end + def osdisk_image + Azure::Compute::Mgmt::V2016_03_30::Models::OSDiskImage + end + def usage + Azure::Compute::Mgmt::V2016_03_30::Models::Usage + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb index 2df0a0c543..6c5cf17279 100644 --- a/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/dns_profile_module.rb @@ -11,6 +11,7 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2016_04_01::Zones module Models + Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult AaaaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord @@ -18,7 +19,6 @@ module Models MxRecord = Azure::Dns::Mgmt::V2016_04_01::Models::MxRecord PtrRecord = Azure::Dns::Mgmt::V2016_04_01::Models::PtrRecord SrvRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource CnameRecord = Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult RecordSet = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet @@ -66,6 +66,9 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + end def record_set_update_parameters Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end @@ -87,9 +90,6 @@ def ptr_record def srv_record Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord end - def resource - Azure::Dns::Mgmt::V2016_04_01::Models::Resource - end def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end diff --git a/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb index 92904dc4b8..53eadfd88d 100644 --- a/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/features_profile_module.rb @@ -10,12 +10,12 @@ module Mgmt Features = Azure::Features::Mgmt::V2015_12_01::Features module Models - OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureProperties = Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties - Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation + OperationDisplay = Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay FeatureOperationsListResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult - OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + Operation = Azure::Features::Mgmt::V2015_12_01::Models::Operation FeatureResult = Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult + OperationListResult = Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult end class FeaturesManagementClass @@ -48,24 +48,24 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay - end def feature_properties Azure::Features::Mgmt::V2015_12_01::Models::FeatureProperties end - def operation - Azure::Features::Mgmt::V2015_12_01::Models::Operation + def operation_display + Azure::Features::Mgmt::V2015_12_01::Models::OperationDisplay end def feature_operations_list_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureOperationsListResult end - def operation_list_result - Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + def operation + Azure::Features::Mgmt::V2015_12_01::Models::Operation end def feature_result Azure::Features::Mgmt::V2015_12_01::Models::FeatureResult end + def operation_list_result + Azure::Features::Mgmt::V2015_12_01::Models::OperationListResult + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb index 883d19cb61..98108ee3b2 100644 --- a/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/keyvault_profile_module.rb @@ -9,6 +9,7 @@ module Azure::Profiles::V2017_03_09 module KeyVault module Models + Action = Azure::KeyVault::V2016_10_01::Models::Action KeyOperationsParameters = Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V2016_10_01::Models::KeySignParameters JsonWebKey = Azure::KeyVault::V2016_10_01::Models::JsonWebKey @@ -38,10 +39,9 @@ module Models CertificateUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateUpdateParameters SasDefinitionItem = Azure::KeyVault::V2016_10_01::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateIssuerSetParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters + Error = Azure::KeyVault::V2016_10_01::Models::Error IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials - CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters OrganizationDetails = Azure::KeyVault::V2016_10_01::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle @@ -56,6 +56,7 @@ module Models X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters + CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult SasDefinitionBundle = Azure::KeyVault::V2016_10_01::Models::SasDefinitionBundle DeletedCertificateListResult = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateListResult @@ -75,7 +76,6 @@ module Models StorageAccountCreateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountCreateParameters CertificateOperation = Azure::KeyVault::V2016_10_01::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters - Action = Azure::KeyVault::V2016_10_01::Models::Action StorageAccountRegenerteKeyParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters KeyCreateParameters = Azure::KeyVault::V2016_10_01::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V2016_10_01::Models::StorageAccountItem @@ -89,13 +89,13 @@ module Models DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType - JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V2016_10_01::Models::KeyUsageType + JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName ActionType = Azure::KeyVault::V2016_10_01::Models::ActionType - JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm JsonWebKeySignatureAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm + JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation end class KeyVaultDataClass @@ -127,6 +127,9 @@ def method_missing(method, *args) end class ModelClasses + def action + Azure::KeyVault::V2016_10_01::Models::Action + end def key_operations_parameters Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters end @@ -214,18 +217,15 @@ def sas_definition_item def certificate_merge_parameters Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_issuer_set_parameters Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def issuer_credentials Azure::KeyVault::V2016_10_01::Models::IssuerCredentials end - def certificate_issuer_update_parameters - Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters - end def organization_details Azure::KeyVault::V2016_10_01::Models::OrganizationDetails end @@ -268,6 +268,9 @@ def deleted_secret_list_result def issuer_parameters Azure::KeyVault::V2016_10_01::Models::IssuerParameters end + def certificate_issuer_update_parameters + Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters + end def certificate_list_result Azure::KeyVault::V2016_10_01::Models::CertificateListResult end @@ -325,9 +328,6 @@ def certificate_operation def storage_account_update_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters end - def action - Azure::KeyVault::V2016_10_01::Models::Action - end def storage_account_regenerte_key_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters end @@ -367,27 +367,27 @@ def deleted_certificate_item def json_web_key_type Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType end - def json_web_key_curve_name - Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName - end def deletion_recovery_level Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel end def key_usage_type Azure::KeyVault::V2016_10_01::Models::KeyUsageType end + def json_web_key_curve_name + Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName + end def action_type Azure::KeyVault::V2016_10_01::Models::ActionType end - def json_web_key_operation - Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation - end def json_web_key_encryption_algorithm Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm end def json_web_key_signature_algorithm Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm end + def json_web_key_operation + Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation + end end end module Mgmt @@ -395,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult - Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult - VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions - StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end class KeyVaultManagementClass @@ -459,24 +459,48 @@ def method_missing(method, *args) end class ModelClasses + def key_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + end + def storage_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + end + def certificate_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + end + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + end + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation + end def deleted_vault Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault end def vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult end - def permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions - end def deleted_vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult end - def vault_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - end - def resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end @@ -492,15 +516,12 @@ def vault_check_name_availability_parameters def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end + def vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties + end def check_name_availability_result Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - end - def operation_display - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay - end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end @@ -516,42 +537,21 @@ def service_specification def access_policy_entry Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation - end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end - def vault - Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - end def sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end - def key_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + def vault + Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end def secret_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions - end - def storage_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb index 398db2e048..801f15ada4 100644 --- a/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/links_profile_module.rb @@ -15,9 +15,9 @@ module Models OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay ResourceLinkProperties = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkProperties Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation + ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult - ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter end @@ -64,15 +64,15 @@ def resource_link_properties def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end + def resource_link + Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink + end def resource_link_filter Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter end def operation_list_result Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult end - def resource_link - Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink - end def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter end diff --git a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb index 5575c7982b..49a803b370 100644 --- a/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/network_profile_module.rb @@ -7,108 +7,91 @@ module Azure::Profiles::V2017_03_09 module Network module Mgmt - ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways - ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitAuthorizations - ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitPeerings - ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders - LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers - NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules - PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses RouteTables = Azure::Network::Mgmt::V2015_06_15::RouteTables Routes = Azure::Network::Mgmt::V2015_06_15::Routes Usages = Azure::Network::Mgmt::V2015_06_15::Usages VirtualNetworks = Azure::Network::Mgmt::V2015_06_15::VirtualNetworks Subnets = Azure::Network::Mgmt::V2015_06_15::Subnets VirtualNetworkGateways = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections + ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways + PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2015_06_15::LocalNetworkGateways + NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitAuthorizations + ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuitPeerings + ExpressRouteCircuits = Azure::Network::Mgmt::V2015_06_15::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2015_06_15::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers module Models - ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult - ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult - SubResource = Azure::Network::Mgmt::V2015_06_15::Models::SubResource - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered - PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult - ApplicationGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress - Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource - ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + AddressSpace = Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult - VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult AuthorizationListResult = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult - BgpSettings = Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings - ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig - VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats - VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult - SecurityRuleListResult = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult - AddressSpace = Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult - UsagesListResult = Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName - ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties - RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable - ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable - DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult - Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered + ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult ApplicationGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + DhcpOptions = Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions + UsagesListResult = Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult + ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig + ExpressRouteCircuitServiceProviderProperties = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties + ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable + ExpressRouteCircuitListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult + UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName + VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable + RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult - VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult - LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult - VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku - AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult - RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress + PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings + Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult - ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult - VpnClientParameters = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters - ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration + SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings + IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort - BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule - SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule - NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2015_06_15::Models::Route - RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable - PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener ApplicationGatewayPathRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule - ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap ApplicationGateway = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway + InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization + RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering + NetworkSecurityGroup = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit ExpressRouteServiceProvider = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProvider - FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration LoadBalancingRule = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule Probe = Azure::Network::Mgmt::V2015_06_15::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatPool OutboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::OutboundNatRule LoadBalancer = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer + TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + SecurityRuleDirection = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection + PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress + Route = Azure::Network::Mgmt::V2015_06_15::Models::Route VirtualNetwork = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRootCertificate @@ -116,18 +99,18 @@ module Models VirtualNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier - IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod - TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol - SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType ApplicationGatewayProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType + RouteNextHopType = Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState + SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType @@ -140,15 +123,32 @@ module Models NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus VirtualNetworkGatewayType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2015_06_15::Models::VpnType + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType + ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult + ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + LoadBalancerListResult = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + ConnectionSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + ConnectionResetSharedKey = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult + ErrorDetails = Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + AzureAsyncOperationResult = Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + SubResource = Azure::Network::Mgmt::V2015_06_15::Models::SubResource + BgpSettings = Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + VirtualNetworkListResult = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult + Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage end class NetworkManagementClass - attr_reader :application_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :network_security_groups, :security_rules, :public_ipaddresses, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_network_gateway_connections, :network_security_groups, :security_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :application_gateways, :public_ipaddresses, :local_network_gateways, :network_interfaces, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -158,24 +158,24 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_gateways = @client_0.application_gateways - @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations - @express_route_circuit_peerings = @client_0.express_route_circuit_peerings - @express_route_circuits = @client_0.express_route_circuits - @express_route_service_providers = @client_0.express_route_service_providers - @load_balancers = @client_0.load_balancers - @network_interfaces = @client_0.network_interfaces + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules - @public_ipaddresses = @client_0.public_ipaddresses @route_tables = @client_0.route_tables @routes = @client_0.routes @usages = @client_0.usages @virtual_networks = @client_0.virtual_networks @subnets = @client_0.subnets @virtual_network_gateways = @client_0.virtual_network_gateways - @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @application_gateways = @client_0.application_gateways + @public_ipaddresses = @client_0.public_ipaddresses @local_network_gateways = @client_0.local_network_gateways + @network_interfaces = @client_0.network_interfaces + @express_route_circuit_authorizations = @client_0.express_route_circuit_authorizations + @express_route_circuit_peerings = @client_0.express_route_circuit_peerings + @express_route_circuits = @client_0.express_route_circuits + @express_route_service_providers = @client_0.express_route_service_providers + @load_balancers = @client_0.load_balancers @model_classes = ModelClasses.new end @@ -194,203 +194,122 @@ def method_missing(method, *args) end class ModelClasses - def express_route_circuits_stats_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult - end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult - end - def sub_resource - Azure::Network::Mgmt::V2015_06_15::Models::SubResource - end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered - end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult - end - def application_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult - end - def application_gateway_backend_address - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress - end - def resource - Azure::Network::Mgmt::V2015_06_15::Models::Resource - end - def connection_reset_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + def address_space + Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace end def dns_name_availability_result Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult end - def network_interface_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings - end - def network_security_group_list_result - Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult - end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult - end def authorization_list_result Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult end - def bgp_settings - Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + def express_route_circuit_sku + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig + def route_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult end - def express_route_circuit_stats - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult end - def virtual_network_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered end - def security_rule_list_result - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult end - def address_space - Azure::Network::Mgmt::V2015_06_15::Models::AddressSpace + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + def application_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + end + def dhcp_options + Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions end def usages_list_result Azure::Network::Mgmt::V2015_06_15::Models::UsagesListResult end - def express_route_circuit_sku - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - end - def usage_name - Azure::Network::Mgmt::V2015_06_15::Models::UsageName + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringConfig end def express_route_circuit_service_provider_properties Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end - def route_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult - end - def network_interface_list_result - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - end - def connection_shared_key - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey - end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable - end - def connection_shared_key_result - Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult - end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult - end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - end def express_route_circuit_routes_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable end - def dhcp_options - Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions + def express_route_circuit_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult + def usage_name + Azure::Network::Mgmt::V2015_06_15::Models::UsageName end - def usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage + def vpn_client_parameters + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters end - def application_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku + def express_route_circuit_stats + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitStats + end + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitArpTable + end + def route_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult end def local_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + def application_gateway_backend_address + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress end - def load_balancer_list_result - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + def public_ipaddress_list_result + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings end - def azure_async_operation_result - Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + def network_interface_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + def network_interface_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error + def resource + Azure::Network::Mgmt::V2015_06_15::Models::Resource end def subnet_list_result Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult - end - def vpn_client_parameters - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters - end - def error_details - Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails - end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration - end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort - end - def backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult end - def inbound_nat_rule - Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + def vpn_client_configuration + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end def security_rule Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule end - def network_interface - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface - end - def network_security_group - Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup - end - def route - Azure::Network::Mgmt::V2015_06_15::Models::Route - end - def route_table - Azure::Network::Mgmt::V2015_06_15::Models::RouteTable - end - def public_ipaddress - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings end def ipconfiguration Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration end - def subnet - Azure::Network::Mgmt::V2015_06_15::Models::Subnet + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + def frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration end def application_gateway_http_listener Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener @@ -398,33 +317,51 @@ def application_gateway_http_listener def application_gateway_path_rule Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule end - def application_gateway_probe - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration end def application_gateway_request_routing_rule Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule end + def network_interface + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface + end def application_gateway_url_path_map Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap end def application_gateway Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway end + def inbound_nat_rule + Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule + end + def application_gateway_probe + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + end + def application_gateway_frontend_port + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + end + def subnet + Azure::Network::Mgmt::V2015_06_15::Models::Subnet + end def express_route_circuit_authorization Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization end + def route_table + Azure::Network::Mgmt::V2015_06_15::Models::RouteTable + end def express_route_circuit_peering Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering end + def network_security_group + Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup + end def express_route_circuit Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit end def express_route_service_provider Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProvider end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration - end def load_balancing_rule Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule end @@ -440,6 +377,18 @@ def outbound_nat_rule def load_balancer Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer end + def transport_protocol + Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + end + def security_rule_direction + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection + end + def public_ipaddress + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress + end + def route + Azure::Network::Mgmt::V2015_06_15::Models::Route + end def virtual_network Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork end @@ -461,42 +410,42 @@ def local_network_gateway def virtual_network_gateway_connection Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + end + def backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + end + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + end def application_gateway_sku_name Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName end def application_gateway_tier Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier end - def ipallocation_method - Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod - end - def transport_protocol - Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol - end - def security_rule_protocol - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol - end def security_rule_access Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess end - def security_rule_direction - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType - end def application_gateway_protocol Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType end + def route_next_hop_type + Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType + end def application_gateway_operational_state Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState end + def security_rule_protocol + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol + end def authorization_use_status Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus end @@ -533,6 +482,9 @@ def virtual_network_gateway_type def vpn_type Azure::Network::Mgmt::V2015_06_15::Models::VpnType end + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error + end def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName end @@ -542,11 +494,59 @@ def virtual_network_gateway_sku_tier def processor_architecture Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture end + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + end def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + def express_route_circuits_stats_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult + end + def connection_shared_key_result + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + end + def load_balancer_list_result + Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult + end + def connection_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKey + end + def connection_reset_shared_key + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey + end + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult + end + def error_details + Azure::Network::Mgmt::V2015_06_15::Models::ErrorDetails + end + def azure_async_operation_result + Azure::Network::Mgmt::V2015_06_15::Models::AzureAsyncOperationResult + end + def sub_resource + Azure::Network::Mgmt::V2015_06_15::Models::SubResource + end + def bgp_settings + Azure::Network::Mgmt::V2015_06_15::Models::BgpSettings + end + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySku + end + def virtual_network_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkListResult + end + def application_gateway_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayListResult + end + def security_rule_list_result + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleListResult + end + def network_security_group_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroupListResult + end + def usage + Azure::Network::Mgmt::V2015_06_15::Models::Usage end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb index 855dd74068..b34349047f 100644 --- a/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/resources_profile_module.rb @@ -7,64 +7,64 @@ module Azure::Profiles::V2017_03_09 module Resources module Mgmt + Resources = Azure::Resources::Mgmt::V2016_02_01::Resources Deployments = Azure::Resources::Mgmt::V2016_02_01::Deployments Providers = Azure::Resources::Mgmt::V2016_02_01::Providers ResourceGroups = Azure::Resources::Mgmt::V2016_02_01::ResourceGroups - Resources = Azure::Resources::Mgmt::V2016_02_01::Resources Tags = Azure::Resources::Mgmt::V2016_02_01::Tags DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations module Models + Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan + ResourceIdentityType = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType Sku = Azure::Resources::Mgmt::V2016_02_01::Models::Sku - DeploymentExtendedFilter = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + GenericResourceFilter = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter Identity = Azure::Resources::Mgmt::V2016_02_01::Models::Identity - ResourceGroupFilter = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter TemplateLink = Azure::Resources::Mgmt::V2016_02_01::Models::TemplateLink - DebugSetting = Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting - ResourceListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink Deployment = Azure::Resources::Mgmt::V2016_02_01::Models::Deployment ResourceGroupProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceManagementErrorWithDetails ResourceGroup = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroup AliasType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasType - ResourceGroupListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult Provider = Azure::Resources::Mgmt::V2016_02_01::Models::Provider + ResourceGroupListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult ResourcesMoveInfo = Azure::Resources::Mgmt::V2016_02_01::Models::ResourcesMoveInfo - Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended ExportTemplateRequest = Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest - DeploymentValidateResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult + DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended TagCount = Azure::Resources::Mgmt::V2016_02_01::Models::TagCount - DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + ProviderListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult TagValue = Azure::Resources::Mgmt::V2016_02_01::Models::TagValue - Plan = Azure::Resources::Mgmt::V2016_02_01::Models::Plan + ResourceGroupFilter = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter TagDetails = Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails - ParametersLink = Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink + DeploymentProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult - DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult + AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource - ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType + BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage - DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + DeploymentValidateResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult DeploymentOperationProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationProperties - ProviderListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult + DeploymentExtendedFilter = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter DeploymentOperation = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation - DeploymentProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties + DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult - BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency - ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties - GenericResourceFilter = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter Resource = Azure::Resources::Mgmt::V2016_02_01::Models::Resource - DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended - SubResource = Azure::Resources::Mgmt::V2016_02_01::Models::SubResource - AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties + DebugSetting = Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting + DeploymentListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + ProviderResourceType = Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult GenericResource = Azure::Resources::Mgmt::V2016_02_01::Models::GenericResource DeploymentMode = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode - ResourceIdentityType = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + SubResource = Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + ResourceListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult end class ResourcesManagementClass - attr_reader :deployments, :providers, :resource_groups, :resources, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :resources, :deployments, :providers, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -74,10 +74,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups - @resources = @client_0.resources @tags = @client_0.tags @deployment_operations = @client_0.deployment_operations @@ -98,26 +98,29 @@ def method_missing(method, *args) end class ModelClasses + def plan + Azure::Resources::Mgmt::V2016_02_01::Models::Plan + end + def resource_identity_type + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + end def sku Azure::Resources::Mgmt::V2016_02_01::Models::Sku end - def deployment_extended_filter - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter + def dependency + Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + end + def generic_resource_filter + Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter end def identity Azure::Resources::Mgmt::V2016_02_01::Models::Identity end - def resource_group_filter - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter - end def template_link Azure::Resources::Mgmt::V2016_02_01::Models::TemplateLink end - def debug_setting - Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting - end - def resource_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + def parameters_link + Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink end def deployment Azure::Resources::Mgmt::V2016_02_01::Models::Deployment @@ -134,95 +137,89 @@ def resource_group def alias_type Azure::Resources::Mgmt::V2016_02_01::Models::AliasType end - def resource_group_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult - end def provider Azure::Resources::Mgmt::V2016_02_01::Models::Provider end + def resource_group_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupListResult + end def resources_move_info Azure::Resources::Mgmt::V2016_02_01::Models::ResourcesMoveInfo end - def dependency - Azure::Resources::Mgmt::V2016_02_01::Models::Dependency + def deployment_properties_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended end def export_template_request Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest end - def deployment_validate_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult + def deployment_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended end def tag_count Azure::Resources::Mgmt::V2016_02_01::Models::TagCount end - def deployment_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult + def provider_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult end def tag_value Azure::Resources::Mgmt::V2016_02_01::Models::TagValue end - def plan - Azure::Resources::Mgmt::V2016_02_01::Models::Plan + def resource_group_filter + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupFilter end def tag_details Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails end - def parameters_link - Azure::Resources::Mgmt::V2016_02_01::Models::ParametersLink + def deployment_properties + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties end def tags_list_result Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult end - def deployment_export_result - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult + def alias_path_type + Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType end def target_resource Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource end - def provider_resource_type - Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType + def basic_dependency + Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency end def http_message Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage end - def deployment_properties_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + def deployment_validate_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentValidateResult end def deployment_operation_properties Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationProperties end - def provider_list_result - Azure::Resources::Mgmt::V2016_02_01::Models::ProviderListResult + def deployment_extended_filter + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtendedFilter end def deployment_operation Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation end - def deployment_properties - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties + def deployment_export_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult end def deployment_operations_list_result Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult end - def basic_dependency - Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency + def resource + Azure::Resources::Mgmt::V2016_02_01::Models::Resource end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties end - def generic_resource_filter - Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter - end - def resource - Azure::Resources::Mgmt::V2016_02_01::Models::Resource - end - def deployment_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended + def debug_setting + Azure::Resources::Mgmt::V2016_02_01::Models::DebugSetting end - def sub_resource - Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + def deployment_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentListResult end - def alias_path_type - Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + def provider_resource_type + Azure::Resources::Mgmt::V2016_02_01::Models::ProviderResourceType end def resource_group_export_result Azure::Resources::Mgmt::V2016_02_01::Models::ResourceGroupExportResult @@ -233,8 +230,11 @@ def generic_resource def deployment_mode Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentMode end - def resource_identity_type - Azure::Resources::Mgmt::V2016_02_01::Models::ResourceIdentityType + def sub_resource + Azure::Resources::Mgmt::V2016_02_01::Models::SubResource + end + def resource_list_result + Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb index 7b84bfc0bc..8e54b38cf9 100644 --- a/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/storage_profile_module.rb @@ -7,42 +7,42 @@ module Azure::Profiles::V2017_03_09 module Storage module Mgmt - StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts UsageOperations = Azure::Storage::Mgmt::V2016_01_01::UsageOperations + StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models - StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters - StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku - StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult EncryptionService = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2016_01_01::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain - UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource - StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason - SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters + StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey + StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end class StorageManagementClass - attr_reader :storage_accounts, :usage_operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :storage_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_accounts = @client_0.storage_accounts @usage_operations = @client_0.usage_operations + @storage_accounts = @client_0.storage_accounts @model_classes = ModelClasses.new end @@ -72,18 +72,6 @@ def method_missing(method, *args) end class ModelClasses - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters - end - def storage_account_key - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end - def storage_account_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult - end def encryption_service Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService end @@ -99,53 +87,35 @@ def storage_account_regenerate_key_parameters def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters - end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage - end def encryption_services Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices end def usage_list_result Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult end - def check_name_availability_result - Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - end - def resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource - end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - end - def reason - Azure::Storage::Mgmt::V2016_01_01::Models::Reason + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end def sku_tier Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def access_tier - Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end def kind Azure::Storage::Mgmt::V2016_01_01::Models::Kind end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def access_tier + Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + end + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end def account_status Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus @@ -156,6 +126,36 @@ def key_permission def usage_unit Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit end + def storage_account_create_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + end + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + end + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource + end + def reason + Azure::Storage::Mgmt::V2016_01_01::Models::Reason + end + def provisioning_state + Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + end + def check_name_availability_result + Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters + end + def storage_account_key + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey + end + def storage_account_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb index b67c33ef3c..c3ec7d365d 100644 --- a/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/subscriptions_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::V2017_03_09 module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,42 +58,42 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - end - def subscription_policies - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end - def subscription_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult - end def operation Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end - def subscription - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end + def subscription_policies + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end def location_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def subscription + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end + def subscription_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb index 96de7dadb0..6a7e787c62 100644 --- a/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/authorization_profile_module.rb @@ -7,13 +7,21 @@ module Azure::Profiles::V2018_03_01 module Authorization module Mgmt - Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions - ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations RoleAssignments = Azure::Authorization::Mgmt::V2015_07_01::RoleAssignments RoleDefinitions = Azure::Authorization::Mgmt::V2015_07_01::RoleDefinitions ClassicAdministrators = Azure::Authorization::Mgmt::V2015_07_01::ClassicAdministrators + Permissions = Azure::Authorization::Mgmt::V2015_07_01::Permissions + ProviderOperationsMetadataOperations = Azure::Authorization::Mgmt::V2015_07_01::ProviderOperationsMetadataOperations module Models + RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission RoleAssignment = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment RoleAssignmentListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentListResult RoleDefinitionFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionFilter @@ -25,18 +33,10 @@ module Models ProviderOperationsMetadataListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadataListResult RoleDefinition = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinition RoleAssignmentFilter = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter - RoleDefinitionListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - ProviderOperation = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - ClassicAdministratorProperties = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - RoleAssignmentPropertiesWithScope = Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - ClassicAdministrator = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - ProviderOperationsMetadata = Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - ClassicAdministratorListResult = Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - Permission = Azure::Authorization::Mgmt::V2015_07_01::Models::Permission end class AuthorizationManagementClass - attr_reader :permissions, :provider_operations_metadata_operations, :role_assignments, :role_definitions, :classic_administrators, :configurable, :base_url, :options, :model_classes + attr_reader :role_assignments, :role_definitions, :classic_administrators, :permissions, :provider_operations_metadata_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -46,11 +46,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @permissions = @client_0.permissions - @provider_operations_metadata_operations = @client_0.provider_operations_metadata_operations @role_assignments = @client_0.role_assignments @role_definitions = @client_0.role_definitions @classic_administrators = @client_0.classic_administrators + @permissions = @client_0.permissions + @provider_operations_metadata_operations = @client_0.provider_operations_metadata_operations @model_classes = ModelClasses.new end @@ -69,6 +69,30 @@ def method_missing(method, *args) end class ModelClasses + def role_definition_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult + end + def provider_operation + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation + end + def classic_administrator_properties + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties + end + def role_assignment_properties_with_scope + Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope + end + def classic_administrator + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator + end + def provider_operations_metadata + Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata + end + def classic_administrator_list_result + Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult + end + def permission + Azure::Authorization::Mgmt::V2015_07_01::Models::Permission + end def role_assignment Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignment end @@ -102,30 +126,6 @@ def role_definition def role_assignment_filter Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentFilter end - def role_definition_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleDefinitionListResult - end - def provider_operation - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperation - end - def classic_administrator_properties - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorProperties - end - def role_assignment_properties_with_scope - Azure::Authorization::Mgmt::V2015_07_01::Models::RoleAssignmentPropertiesWithScope - end - def classic_administrator - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministrator - end - def provider_operations_metadata - Azure::Authorization::Mgmt::V2015_07_01::Models::ProviderOperationsMetadata - end - def classic_administrator_list_result - Azure::Authorization::Mgmt::V2015_07_01::Models::ClassicAdministratorListResult - end - def permission - Azure::Authorization::Mgmt::V2015_07_01::Models::Permission - end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb index 778531386d..0003ae5030 100644 --- a/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/compute_profile_module.rb @@ -7,11 +7,6 @@ module Azure::Profiles::V2018_03_01 module Compute module Mgmt - AvailabilitySets = Azure::Compute::Mgmt::V2017_03_30::AvailabilitySets - VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensionImages - VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensions - VirtualMachines = Azure::Compute::Mgmt::V2017_03_30::VirtualMachines - VirtualMachineImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineImages UsageOperations = Azure::Compute::Mgmt::V2017_03_30::UsageOperations VirtualMachineSizes = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineSizes Images = Azure::Compute::Mgmt::V2017_03_30::Images @@ -23,28 +18,13 @@ module Mgmt Disks = Azure::Compute::Mgmt::V2017_03_30::Disks Snapshots = Azure::Compute::Mgmt::V2017_03_30::Snapshots VirtualMachineRunCommands = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineRunCommands + AvailabilitySets = Azure::Compute::Mgmt::V2017_03_30::AvailabilitySets + VirtualMachineExtensionImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensionImages + VirtualMachineExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineExtensions + VirtualMachines = Azure::Compute::Mgmt::V2017_03_30::VirtualMachines + VirtualMachineImages = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineImages module Models - VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters - VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk - SubResource = Azure::Compute::Mgmt::V2017_03_30::Models::SubResource - VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk - EncryptionSettings = Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings - AvailabilitySetListResult = Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult - ImageListResult = Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity - RunCommandListResult = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult - ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity - RunCommandDocumentBase = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase - ResourceSkuCosts = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult - ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities - OSDiskImage = Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage - ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions - RunCommandInput = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput - ResourceSku = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku - Usage = Azure::Compute::Mgmt::V2017_03_30::Models::Usage ResourceSkusResult = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineCaptureParameters VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile @@ -194,10 +174,30 @@ module Models DiskCreateOption = Azure::Compute::Mgmt::V2017_03_30::Models::DiskCreateOption AccessLevel = Azure::Compute::Mgmt::V2017_03_30::Models::AccessLevel InstanceViewTypes = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewTypes + VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters + VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk + SubResource = Azure::Compute::Mgmt::V2017_03_30::Models::SubResource + VirtualMachineScaleSetUpdateOSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk + EncryptionSettings = Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings + AvailabilitySetListResult = Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult + ImageListResult = Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity + RunCommandListResult = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity + RunCommandDocumentBase = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase + ResourceSkuCosts = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult + ResourceSkuCapabilities = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities + OSDiskImage = Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage + ResourceSkuRestrictions = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions + RunCommandInput = Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput + ResourceSku = Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku + Usage = Azure::Compute::Mgmt::V2017_03_30::Models::Usage end class ComputeManagementClass - attr_reader :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :images, :resource_skus, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :disks, :snapshots, :virtual_machine_run_commands, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :virtual_machine_sizes, :images, :resource_skus, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :disks, :snapshots, :virtual_machine_run_commands, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -207,11 +207,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @availability_sets = @client_0.availability_sets - @virtual_machine_extension_images = @client_0.virtual_machine_extension_images - @virtual_machine_extensions = @client_0.virtual_machine_extensions - @virtual_machines = @client_0.virtual_machines - @virtual_machine_images = @client_0.virtual_machine_images @usage_operations = @client_0.usage_operations @virtual_machine_sizes = @client_0.virtual_machine_sizes @images = @client_0.images @@ -223,6 +218,11 @@ def initialize(configurable, base_url=nil, options=nil) @disks = @client_0.disks @snapshots = @client_0.snapshots @virtual_machine_run_commands = @client_0.virtual_machine_run_commands + @availability_sets = @client_0.availability_sets + @virtual_machine_extension_images = @client_0.virtual_machine_extension_images + @virtual_machine_extensions = @client_0.virtual_machine_extensions + @virtual_machines = @client_0.virtual_machines + @virtual_machine_images = @client_0.virtual_machine_images @model_classes = ModelClasses.new end @@ -241,66 +241,6 @@ def method_missing(method, *args) end class ModelClasses - def virtual_machine_scale_set_managed_disk_parameters - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters - end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk - end - def sub_resource - Azure::Compute::Mgmt::V2017_03_30::Models::SubResource - end - def virtual_machine_scale_set_update_osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk - end - def encryption_settings - Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings - end - def availability_set_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult - end - def image_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult - end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult - end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity - end - def run_command_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult - end - def resource_sku_capacity - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity - end - def run_command_document_base - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase - end - def resource_sku_costs - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts - end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult - end - def resource_sku_capabilities - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities - end - def osdisk_image - Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage - end - def resource_sku_restrictions - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions - end - def run_command_input - Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput - end - def resource_sku - Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku - end - def usage - Azure::Compute::Mgmt::V2017_03_30::Models::Usage - end def resource_skus_result Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkusResult end @@ -748,6 +688,66 @@ def access_level def instance_view_types Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewTypes end + def virtual_machine_scale_set_managed_disk_parameters + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetManagedDiskParameters + end + def virtual_machine_scale_set_osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSDisk + end + def sub_resource + Azure::Compute::Mgmt::V2017_03_30::Models::SubResource + end + def virtual_machine_scale_set_update_osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSDisk + end + def encryption_settings + Azure::Compute::Mgmt::V2017_03_30::Models::EncryptionSettings + end + def availability_set_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::AvailabilitySetListResult + end + def image_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::ImageListResult + end + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineSizeListResult + end + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetIdentity + end + def run_command_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandListResult + end + def resource_sku_capacity + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapacity + end + def run_command_document_base + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandDocumentBase + end + def resource_sku_costs + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCosts + end + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineExtensionsListResult + end + def resource_sku_capabilities + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuCapabilities + end + def osdisk_image + Azure::Compute::Mgmt::V2017_03_30::Models::OSDiskImage + end + def resource_sku_restrictions + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSkuRestrictions + end + def run_command_input + Azure::Compute::Mgmt::V2017_03_30::Models::RunCommandInput + end + def resource_sku + Azure::Compute::Mgmt::V2017_03_30::Models::ResourceSku + end + def usage + Azure::Compute::Mgmt::V2017_03_30::Models::Usage + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb index 14cfdd76c9..878902ba1e 100644 --- a/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/dns_profile_module.rb @@ -11,6 +11,7 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2016_04_01::Zones module Models + Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult AaaaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord @@ -18,7 +19,6 @@ module Models MxRecord = Azure::Dns::Mgmt::V2016_04_01::Models::MxRecord PtrRecord = Azure::Dns::Mgmt::V2016_04_01::Models::PtrRecord SrvRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource CnameRecord = Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult RecordSet = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet @@ -66,6 +66,9 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::Dns::Mgmt::V2016_04_01::Models::Resource + end def record_set_update_parameters Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end @@ -87,9 +90,6 @@ def ptr_record def srv_record Azure::Dns::Mgmt::V2016_04_01::Models::SrvRecord end - def resource - Azure::Dns::Mgmt::V2016_04_01::Models::Resource - end def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end diff --git a/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb index 37308f7249..916dd80255 100644 --- a/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/keyvault_profile_module.rb @@ -9,6 +9,7 @@ module Azure::Profiles::V2018_03_01 module KeyVault module Models + Action = Azure::KeyVault::V2016_10_01::Models::Action KeyOperationsParameters = Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters KeySignParameters = Azure::KeyVault::V2016_10_01::Models::KeySignParameters JsonWebKey = Azure::KeyVault::V2016_10_01::Models::JsonWebKey @@ -38,10 +39,9 @@ module Models CertificateUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateUpdateParameters SasDefinitionItem = Azure::KeyVault::V2016_10_01::Models::SasDefinitionItem CertificateMergeParameters = Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateIssuerSetParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters + Error = Azure::KeyVault::V2016_10_01::Models::Error IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials - CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters OrganizationDetails = Azure::KeyVault::V2016_10_01::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle @@ -56,6 +56,7 @@ module Models X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters + CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult SasDefinitionBundle = Azure::KeyVault::V2016_10_01::Models::SasDefinitionBundle DeletedCertificateListResult = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateListResult @@ -75,7 +76,6 @@ module Models StorageAccountCreateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountCreateParameters CertificateOperation = Azure::KeyVault::V2016_10_01::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters - Action = Azure::KeyVault::V2016_10_01::Models::Action StorageAccountRegenerteKeyParameters = Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters KeyCreateParameters = Azure::KeyVault::V2016_10_01::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V2016_10_01::Models::StorageAccountItem @@ -89,13 +89,13 @@ module Models DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType - JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V2016_10_01::Models::KeyUsageType + JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName ActionType = Azure::KeyVault::V2016_10_01::Models::ActionType - JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm JsonWebKeySignatureAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm + JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation end class KeyVaultDataClass @@ -127,6 +127,9 @@ def method_missing(method, *args) end class ModelClasses + def action + Azure::KeyVault::V2016_10_01::Models::Action + end def key_operations_parameters Azure::KeyVault::V2016_10_01::Models::KeyOperationsParameters end @@ -214,18 +217,15 @@ def sas_definition_item def certificate_merge_parameters Azure::KeyVault::V2016_10_01::Models::CertificateMergeParameters end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_issuer_set_parameters Azure::KeyVault::V2016_10_01::Models::CertificateIssuerSetParameters end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def issuer_credentials Azure::KeyVault::V2016_10_01::Models::IssuerCredentials end - def certificate_issuer_update_parameters - Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters - end def organization_details Azure::KeyVault::V2016_10_01::Models::OrganizationDetails end @@ -268,6 +268,9 @@ def deleted_secret_list_result def issuer_parameters Azure::KeyVault::V2016_10_01::Models::IssuerParameters end + def certificate_issuer_update_parameters + Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters + end def certificate_list_result Azure::KeyVault::V2016_10_01::Models::CertificateListResult end @@ -325,9 +328,6 @@ def certificate_operation def storage_account_update_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountUpdateParameters end - def action - Azure::KeyVault::V2016_10_01::Models::Action - end def storage_account_regenerte_key_parameters Azure::KeyVault::V2016_10_01::Models::StorageAccountRegenerteKeyParameters end @@ -367,27 +367,27 @@ def deleted_certificate_item def json_web_key_type Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType end - def json_web_key_curve_name - Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName - end def deletion_recovery_level Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel end def key_usage_type Azure::KeyVault::V2016_10_01::Models::KeyUsageType end + def json_web_key_curve_name + Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName + end def action_type Azure::KeyVault::V2016_10_01::Models::ActionType end - def json_web_key_operation - Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation - end def json_web_key_encryption_algorithm Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm end def json_web_key_signature_algorithm Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm end + def json_web_key_operation + Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation + end end end module Mgmt @@ -395,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models + KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVault = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult - Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult - VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters + VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - OperationDisplay = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters ServiceSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification AccessPolicyEntry = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry - Operation = Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult - Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName - KeyPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions - CertificatePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions - StoragePermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind end class KeyVaultManagementClass @@ -459,24 +459,48 @@ def method_missing(method, *args) end class ModelClasses + def key_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + end + def storage_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions + end + def certificate_permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + end + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def permissions + Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions + end + def resource + Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource + end + def operation_display + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay + end + def operation + Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation + end def deleted_vault Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVault end def vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult end - def permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions - end def deleted_vault_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult end - def vault_properties - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties - end - def resource - Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end @@ -492,15 +516,12 @@ def vault_check_name_availability_parameters def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end + def vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties + end def check_name_availability_result Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - end - def operation_display - Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationDisplay - end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end @@ -516,42 +537,21 @@ def service_specification def access_policy_entry Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyEntry end - def operation - Azure::KeyVault::Mgmt::V2016_10_01::Models::Operation - end def deleted_vault_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties end def operation_list_result Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult end - def vault - Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault - end def sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end - def key_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::KeyPermissions + def vault + Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault end def secret_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions end - def certificate_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions - end - def storage_permissions - Azure::KeyVault::Mgmt::V2016_10_01::Models::StoragePermissions - end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - end - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb index d108315fbd..4c22a97fa5 100644 --- a/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/network_profile_module.rb @@ -7,21 +7,10 @@ module Azure::Profiles::V2018_03_01 module Network module Mgmt - ApplicationGateways = Azure::Network::Mgmt::V2017_10_01::ApplicationGateways - ApplicationSecurityGroups = Azure::Network::Mgmt::V2017_10_01::ApplicationSecurityGroups - AvailableEndpointServices = Azure::Network::Mgmt::V2017_10_01::AvailableEndpointServices - ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuitAuthorizations - ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuitPeerings - ExpressRouteCircuits = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuits - ExpressRouteServiceProviders = Azure::Network::Mgmt::V2017_10_01::ExpressRouteServiceProviders - LoadBalancers = Azure::Network::Mgmt::V2017_10_01::LoadBalancers - LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2017_10_01::LoadBalancerBackendAddressPools - LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2017_10_01::LoadBalancerFrontendIPConfigurations InboundNatRules = Azure::Network::Mgmt::V2017_10_01::InboundNatRules LoadBalancerLoadBalancingRules = Azure::Network::Mgmt::V2017_10_01::LoadBalancerLoadBalancingRules LoadBalancerNetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::LoadBalancerNetworkInterfaces LoadBalancerProbes = Azure::Network::Mgmt::V2017_10_01::LoadBalancerProbes - NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces NetworkInterfaceIPConfigurations = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaceIPConfigurations NetworkInterfaceLoadBalancers = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaceLoadBalancers NetworkSecurityGroups = Azure::Network::Mgmt::V2017_10_01::NetworkSecurityGroups @@ -30,8 +19,6 @@ module Mgmt NetworkWatchers = Azure::Network::Mgmt::V2017_10_01::NetworkWatchers PacketCaptures = Azure::Network::Mgmt::V2017_10_01::PacketCaptures ConnectionMonitors = Azure::Network::Mgmt::V2017_10_01::ConnectionMonitors - Operations = Azure::Network::Mgmt::V2017_10_01::Operations - PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses RouteFilters = Azure::Network::Mgmt::V2017_10_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2017_10_01::RouteFilterRules RouteTables = Azure::Network::Mgmt::V2017_10_01::RouteTables @@ -42,8 +29,21 @@ module Mgmt Subnets = Azure::Network::Mgmt::V2017_10_01::Subnets VirtualNetworkPeerings = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkPeerings VirtualNetworkGateways = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGatewayConnections + NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2017_10_01::VirtualNetworkGatewayConnections + Operations = Azure::Network::Mgmt::V2017_10_01::Operations + ApplicationGateways = Azure::Network::Mgmt::V2017_10_01::ApplicationGateways + ApplicationSecurityGroups = Azure::Network::Mgmt::V2017_10_01::ApplicationSecurityGroups + AvailableEndpointServices = Azure::Network::Mgmt::V2017_10_01::AvailableEndpointServices + ExpressRouteCircuitAuthorizations = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuitAuthorizations + ExpressRouteCircuitPeerings = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuitPeerings + ExpressRouteCircuits = Azure::Network::Mgmt::V2017_10_01::ExpressRouteCircuits + ExpressRouteServiceProviders = Azure::Network::Mgmt::V2017_10_01::ExpressRouteServiceProviders + LoadBalancers = Azure::Network::Mgmt::V2017_10_01::LoadBalancers + LoadBalancerBackendAddressPools = Azure::Network::Mgmt::V2017_10_01::LoadBalancerBackendAddressPools + LoadBalancerFrontendIPConfigurations = Azure::Network::Mgmt::V2017_10_01::LoadBalancerFrontendIPConfigurations module Models IpTag = Azure::Network::Mgmt::V2017_03_30::Models::IpTag @@ -54,20 +54,50 @@ module Models NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2017_03_30::Models::NetworkInterfaceTapConfiguration VirtualNetworkTap = Azure::Network::Mgmt::V2017_03_30::Models::VirtualNetworkTap ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy IPConfigurationProfile = Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile + ServiceEndpointPolicy = Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation + PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + BackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + InboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + Route = Azure::Network::Mgmt::V2017_10_01::Models::Route + RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet + SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + FrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + Error = Azure::Network::Mgmt::V2017_10_01::Models::Error TopologyAssociation = Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation - SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource TopologyResource = Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource - OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult - Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings OperationPropertiesFormatServiceSpecification = Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification VirtualNetworkConnectionGatewayReference = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference LoadBalancerListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult ConnectionSharedKey = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey InboundNatRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult - PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku LoadBalancerBackendAddressPoolListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult ConnectionResetSharedKey = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey LoadBalancerFrontendIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult @@ -76,20 +106,18 @@ module Models GatewayRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult LoadBalancerProbeListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult BgpPeerStatusListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult VirtualNetworkGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult ErrorDetails = Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings - Error = Azure::Network::Mgmt::V2017_10_01::Models::Error ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth AzureAsyncOperationResult = Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult GatewayRoute = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult - BgpSettings = Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings EffectiveNetworkSecurityGroupAssociation = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation VirtualNetworkGatewaySku = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku + BgpSettings = Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings EffectiveNetworkSecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule ApplicationGatewayProbeHealthResponseMatch = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch EffectiveNetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup @@ -102,12 +130,9 @@ module Models ApplicationGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult SecurityRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup - NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult - ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage AddressSpace = Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult - Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource TopologyParameters = Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult @@ -116,7 +141,6 @@ module Models MetricSpecification = Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification AuthorizationListResult = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult Topology = Azure::Network::Mgmt::V2017_10_01::Models::Topology - UsageName = Azure::Network::Mgmt::V2017_10_01::Models::UsageName VerificationIPFlowParameters = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters BgpServiceCommunityListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult VerificationIPFlowResult = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult @@ -138,15 +162,12 @@ module Models SecurityGroupViewResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult RouteFilterRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult PacketCaptureStorageLocation = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation - PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult PacketCaptureFilter = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult PacketCaptureParameters = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat PacketCapture = Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture VirtualNetworkGatewayConnectionListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult PacketCaptureResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress PacketCaptureListResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult @@ -180,171 +201,150 @@ module Models ConnectivityInformation = Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation VpnDeviceScriptParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters AzureReachabilityReportLocation = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings AzureReachabilityReportParameters = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters ApplicationGatewayConnectionDraining = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining + UsageName = Azure::Network::Mgmt::V2017_10_01::Models::UsageName AzureReachabilityReportLatencyInfo = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo - VpnClientParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters AzureReachabilityReportItem = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem VirtualNetworkUsage = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage + VpnClientParameters = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters AzureReachabilityReport = Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport - ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule AvailableProvidersListParameters = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters TagsObject = Azure::Network::Mgmt::V2017_10_01::Models::TagsObject + ApplicationGatewayFirewallRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule AvailableProvidersListCity = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity - ExpressRouteCircuitStats = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats AvailableProvidersListState = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable + ExpressRouteCircuitStats = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats AvailableProvidersListCountry = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry - RouteTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult AvailableProvidersList = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult + RouteTableListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult ConnectionMonitorSource = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource - ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool ConnectionMonitorDestination = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup ConnectionMonitorParameters = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters - Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage ConnectionMonitor = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary + ApplicationGatewayBackendHealthPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool ConnectionMonitorResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult - TunnelConnectionHealth = Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth - ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult - ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + TunnelConnectionHealth = Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth RouteFilterListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult - OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration - Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability - BackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule - ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface - NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup - Route = Azure::Network::Mgmt::V2017_10_01::Models::Route - RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult ApplicationGateway = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet - ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy EndpointServiceResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions RouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering - RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization ExpressRouteCircuit = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit ExpressRouteServiceProvider = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider - FrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration - LoadBalancingRule = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool - OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + LoadBalancingRule = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer NetworkWatcher = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher - PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter BgpServiceCommunity = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity - VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration - VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate VirtualNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway - LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity - TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol - IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod - IPVersion = Azure::Network::Mgmt::V2017_10_01::Models::IPVersion - SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol - SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection - RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + IPVersion = Azure::Network::Mgmt::V2017_10_01::Models::IPVersion ApplicationGatewayTier = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode AuthorizationUseStatus = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState Access = Azure::Network::Mgmt::V2017_10_01::Models::Access ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol LoadBalancerSkuName = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName LoadDistribution = Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution - ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource NetworkOperationStatus = Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol - EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType EffectiveRouteState = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState ProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState - AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol Direction = Azure::Network::Mgmt::V2017_10_01::Models::Direction - Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin PcStatus = Azure::Network::Mgmt::V2017_10_01::Models::PcStatus PcError = Azure::Network::Mgmt::V2017_10_01::Models::PcError - Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin - Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity + ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState IssueType = Azure::Network::Mgmt::V2017_10_01::Models::IssueType ConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus - ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState - EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState - VirtualNetworkPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState VirtualNetworkGatewayType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType - VpnType = Azure::Network::Mgmt::V2017_10_01::Models::VpnType - VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol + VirtualNetworkPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + VpnType = Azure::Network::Mgmt::V2017_10_01::Models::VpnType + EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture VpnClientProtocol = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol BgpPeerState = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType IpsecEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption IpsecIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus IkeIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity DhGroup = Azure::Network::Mgmt::V2017_10_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup + IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption end class NetworkManagementClass - attr_reader :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interfaces, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :operations, :public_ipaddresses, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :configurable, :base_url, :options, :model_classes + attr_reader :inbound_nat_rules, :load_balancer_load_balancing_rules, :load_balancer_network_interfaces, :load_balancer_probes, :network_interface_ipconfigurations, :network_interface_load_balancers, :network_security_groups, :security_rules, :default_security_rules, :network_watchers, :packet_captures, :connection_monitors, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :network_interfaces, :public_ipaddresses, :local_network_gateways, :virtual_network_gateway_connections, :operations, :application_gateways, :application_security_groups, :available_endpoint_services, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :load_balancer_backend_address_pools, :load_balancer_frontend_ipconfigurations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -360,21 +360,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @application_gateways = @client_1.application_gateways - @application_security_groups = @client_1.application_security_groups - @available_endpoint_services = @client_1.available_endpoint_services - @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations - @express_route_circuit_peerings = @client_1.express_route_circuit_peerings - @express_route_circuits = @client_1.express_route_circuits - @express_route_service_providers = @client_1.express_route_service_providers - @load_balancers = @client_1.load_balancers - @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools - @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations @inbound_nat_rules = @client_1.inbound_nat_rules @load_balancer_load_balancing_rules = @client_1.load_balancer_load_balancing_rules @load_balancer_network_interfaces = @client_1.load_balancer_network_interfaces @load_balancer_probes = @client_1.load_balancer_probes - @network_interfaces = @client_1.network_interfaces @network_interface_ipconfigurations = @client_1.network_interface_ipconfigurations @network_interface_load_balancers = @client_1.network_interface_load_balancers @network_security_groups = @client_1.network_security_groups @@ -383,8 +372,6 @@ def initialize(configurable, base_url=nil, options=nil) @network_watchers = @client_1.network_watchers @packet_captures = @client_1.packet_captures @connection_monitors = @client_1.connection_monitors - @operations = @client_1.operations - @public_ipaddresses = @client_1.public_ipaddresses @route_filters = @client_1.route_filters @route_filter_rules = @client_1.route_filter_rules @route_tables = @client_1.route_tables @@ -395,8 +382,21 @@ def initialize(configurable, base_url=nil, options=nil) @subnets = @client_1.subnets @virtual_network_peerings = @client_1.virtual_network_peerings @virtual_network_gateways = @client_1.virtual_network_gateways - @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @network_interfaces = @client_1.network_interfaces + @public_ipaddresses = @client_1.public_ipaddresses @local_network_gateways = @client_1.local_network_gateways + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @operations = @client_1.operations + @application_gateways = @client_1.application_gateways + @application_security_groups = @client_1.application_security_groups + @available_endpoint_services = @client_1.available_endpoint_services + @express_route_circuit_authorizations = @client_1.express_route_circuit_authorizations + @express_route_circuit_peerings = @client_1.express_route_circuit_peerings + @express_route_circuits = @client_1.express_route_circuits + @express_route_service_providers = @client_1.express_route_service_providers + @load_balancers = @client_1.load_balancers + @load_balancer_backend_address_pools = @client_1.load_balancer_backend_address_pools + @load_balancer_frontend_ipconfigurations = @client_1.load_balancer_frontend_ipconfigurations @model_classes = ModelClasses.new end @@ -441,30 +441,123 @@ def virtual_network_tap def service_endpoint_policy_definition Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicyDefinition end - def service_endpoint_policy - Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy - end def ipconfiguration_profile Azure::Network::Mgmt::V2017_03_30::Models::IPConfigurationProfile end - def topology_association - Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation - end - def sub_resource - Azure::Network::Mgmt::V2017_10_01::Models::SubResource + def service_endpoint_policy + Azure::Network::Mgmt::V2017_03_30::Models::ServiceEndpointPolicy end - def topology_resource - Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + def application_gateway_backend_address + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress end - def operation_list_result - Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + def public_ipaddress_sku + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku end - def operation - Azure::Network::Mgmt::V2017_10_01::Models::Operation + def public_ipaddress_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + end + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + end + def network_interface_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult end def network_interface_dns_settings Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings end + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + end + def service_endpoint_properties_format + Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + end + def application_security_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + end + def resource_navigation_link + Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + end + def security_rule + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + end + def operation_display + Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + end + def ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + end + def operation + Azure::Network::Mgmt::V2017_10_01::Models::Operation + end + def public_ipaddress + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + end + def operation_list_result + Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + end + def backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + end + def inbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + end + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + end + def network_interface + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + end + def network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + end + def route + Azure::Network::Mgmt::V2017_10_01::Models::Route + end + def route_table + Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + end + def log_specification + Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + end + def subnet + Azure::Network::Mgmt::V2017_10_01::Models::Subnet + end + def security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + end + def frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + end + def security_rule_access + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + end + def ipallocation_method + Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + end + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + end + def transport_protocol + Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + end + def route_next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + end + def security_rule_direction + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + end + def error + Azure::Network::Mgmt::V2017_10_01::Models::Error + end + def topology_association + Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + end + def topology_resource + Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + end def operation_properties_format_service_specification Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification end @@ -480,9 +573,6 @@ def connection_shared_key def inbound_nat_rule_list_result Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult end - def public_ipaddress_sku - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku - end def load_balancer_backend_address_pool_list_result Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult end @@ -507,9 +597,6 @@ def load_balancer_probe_list_result def bgp_peer_status_list_result Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult end - def network_interface_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult - end def virtual_network_gateway_list_result Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult end @@ -519,9 +606,6 @@ def error_details def application_gateway_backend_health_http_settings Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def error - Azure::Network::Mgmt::V2017_10_01::Models::Error - end def application_gateway_backend_health Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth end @@ -531,24 +615,24 @@ def azure_async_operation_result def application_gateway_ssl_policy Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult - end def gateway_route Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute end + def sub_resource + Azure::Network::Mgmt::V2017_10_01::Models::SubResource + end def network_interface_load_balancer_list_result Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult end - def bgp_settings - Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings - end def effective_network_security_group_association Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation end def virtual_network_gateway_sku Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku end + def bgp_settings + Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings + end def effective_network_security_rule Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule end @@ -585,14 +669,8 @@ def security_rule_list_result def application_gateway_firewall_rule_group Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup end - def network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult - end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult - end - def log_specification - Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + def usage + Azure::Network::Mgmt::V2017_10_01::Models::Usage end def address_space Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace @@ -600,9 +678,6 @@ def address_space def network_watcher_list_result Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult end - def resource - Azure::Network::Mgmt::V2017_10_01::Models::Resource - end def topology_parameters Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters end @@ -627,9 +702,6 @@ def authorization_list_result def topology Azure::Network::Mgmt::V2017_10_01::Models::Topology end - def usage_name - Azure::Network::Mgmt::V2017_10_01::Models::UsageName - end def verification_ipflow_parameters Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters end @@ -693,9 +765,6 @@ def route_filter_rule_list_result def packet_capture_storage_location Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult - end def packet_capture_filter Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter end @@ -705,9 +774,6 @@ def virtual_network_gateway_list_connections_result def packet_capture_parameters Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat - end def packet_capture Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture end @@ -717,9 +783,6 @@ def virtual_network_gateway_connection_list_result def packet_capture_result Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult end - def application_gateway_backend_address - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress - end def packet_capture_list_result Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult end @@ -819,69 +882,66 @@ def vpn_device_script_parameters def azure_reachability_report_location Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings - end def azure_reachability_report_parameters Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters end def application_gateway_connection_draining Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining end + def usage_name + Azure::Network::Mgmt::V2017_10_01::Models::UsageName + end def azure_reachability_report_latency_info Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo end - def vpn_client_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters - end def azure_reachability_report_item Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem end def virtual_network_usage Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage end + def vpn_client_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters + end def azure_reachability_report Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule - end def available_providers_list_parameters Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters end def tags_object Azure::Network::Mgmt::V2017_10_01::Models::TagsObject end + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule + end def available_providers_list_city Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity end - def express_route_circuit_stats - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats - end def available_providers_list_state Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState end def express_route_circuit_arp_table Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable end + def express_route_circuit_stats + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats + end def available_providers_list_country Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry end - def route_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult - end def available_providers_list Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList end def local_network_gateway_list_result Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult end + def route_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult + end def connection_monitor_source Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool - end def connection_monitor_destination Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination end @@ -891,29 +951,26 @@ def application_gateway_firewall_disabled_rule_group def connection_monitor_parameters Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters end - def usage - Azure::Network::Mgmt::V2017_10_01::Models::Usage - end def connection_monitor Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor end def express_route_circuit_routes_table_summary Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary end + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + end def connection_monitor_result Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult end - def tunnel_connection_health - Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth - end - def connection_monitor_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + def resource + Azure::Network::Mgmt::V2017_10_01::Models::Resource end def subnet_list_result Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult end - def connection_state_snapshot - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + def tunnel_connection_health + Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth end def route_filter_list_result Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult @@ -921,95 +978,59 @@ def route_filter_list_result def connection_monitor_query_result Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult + def connection_state_snapshot + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot end - def operation_display - Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + def connection_monitor_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult end def vpn_client_configuration Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration end - def availability - Azure::Network::Mgmt::V2017_10_01::Models::Availability - end - def backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool - end - def inbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule - end - def application_security_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - end - def security_rule - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - end - def network_interface - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface - end - def network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup - end - def route - Azure::Network::Mgmt::V2017_10_01::Models::Route - end - def route_table - Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - end - def public_ipaddress - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - end - def ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - end - def resource_navigation_link - Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - end - def subnet - Azure::Network::Mgmt::V2017_10_01::Models::Subnet - end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration - end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + def availability + Azure::Network::Mgmt::V2017_10_01::Models::Availability end def application_gateway_authentication_certificate Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration end def application_gateway_frontend_ipconfiguration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate end def application_gateway_http_listener Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener end - def application_gateway_path_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule + def application_gateway_frontend_port + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort end def application_gateway_probe Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + def application_gateway_path_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule end def application_gateway_redirect_configuration Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + end + def network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + end + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end def application_gateway Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway @@ -1017,8 +1038,8 @@ def application_gateway def application_gateway_firewall_rule_set Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + def application_gateway_url_path_map + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap end def application_gateway_ssl_predefined_policy Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy @@ -1026,8 +1047,8 @@ def application_gateway_ssl_predefined_policy def endpoint_service_result Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions end def route_filter_rule Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule @@ -1035,8 +1056,8 @@ def route_filter_rule def express_route_circuit_peering Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering end - def route_filter - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + def express_route_circuit_authorization + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization end def express_route_circuit Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit @@ -1044,11 +1065,8 @@ def express_route_circuit def express_route_service_provider Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration - end - def load_balancing_rule - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + def route_filter + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter end def probe Azure::Network::Mgmt::V2017_10_01::Models::Probe @@ -1056,8 +1074,8 @@ def probe def inbound_nat_pool Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool end - def outbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + def load_balancing_rule + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule end def load_balancer Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer @@ -1065,8 +1083,8 @@ def load_balancer def network_watcher Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher end - def patch_route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + def outbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule end def patch_route_filter Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter @@ -1074,8 +1092,8 @@ def patch_route_filter def bgp_service_community Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity end - def virtual_network_peering - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + def patch_route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule end def virtual_network Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork @@ -1083,8 +1101,8 @@ def virtual_network def virtual_network_gateway_ipconfiguration Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + def virtual_network_peering + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering end def vpn_client_revoked_certificate Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate @@ -1092,8 +1110,8 @@ def vpn_client_revoked_certificate def virtual_network_gateway Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway end - def local_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + def vpn_client_root_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate end def virtual_network_gateway_connection Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection @@ -1101,32 +1119,8 @@ def virtual_network_gateway_connection def virtual_network_gateway_connection_list_entity Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity end - def transport_protocol - Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol - end - def ipallocation_method - Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod - end - def ipversion - Azure::Network::Mgmt::V2017_10_01::Models::IPVersion - end - def security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol - end - def security_rule_access - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess - end - def security_rule_direction - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection - end - def route_next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - end - def application_gateway_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + def local_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway end def application_gateway_cookie_based_affinity Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity @@ -1134,8 +1128,8 @@ def application_gateway_cookie_based_affinity def application_gateway_backend_health_server_health Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth end - def application_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + def ipversion + Azure::Network::Mgmt::V2017_10_01::Models::IPVersion end def application_gateway_tier Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier @@ -1143,14 +1137,23 @@ def application_gateway_tier def application_gateway_ssl_protocol Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol end + def application_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + end + def application_gateway_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + end + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + end def application_gateway_ssl_policy_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType end def application_gateway_ssl_policy_name Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + def application_gateway_operational_state + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType @@ -1158,8 +1161,8 @@ def application_gateway_request_routing_rule_type def application_gateway_redirect_type Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType end - def application_gateway_operational_state - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end def application_gateway_firewall_mode Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode @@ -1167,8 +1170,8 @@ def application_gateway_firewall_mode def authorization_use_status Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState end def access Azure::Network::Mgmt::V2017_10_01::Models::Access @@ -1176,8 +1179,8 @@ def access def express_route_circuit_peering_type Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + def service_provider_provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState end def express_route_circuit_sku_tier Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier @@ -1185,8 +1188,8 @@ def express_route_circuit_sku_tier def express_route_circuit_sku_family Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + def probe_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol end def load_balancer_sku_name Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName @@ -1194,8 +1197,8 @@ def load_balancer_sku_name def load_distribution Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution end - def probe_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + def effective_route_source + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource end def network_operation_status Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus @@ -1203,8 +1206,8 @@ def network_operation_status def effective_security_rule_protocol Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol end - def effective_route_source - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + def association_type + Azure::Network::Mgmt::V2017_10_01::Models::AssociationType end def effective_route_state Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState @@ -1212,20 +1215,17 @@ def effective_route_state def provisioning_state Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState end - def association_type - Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + def pc_protocol + Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol end def direction Azure::Network::Mgmt::V2017_10_01::Models::Direction end - def protocol - Azure::Network::Mgmt::V2017_10_01::Models::Protocol - end def next_hop_type Azure::Network::Mgmt::V2017_10_01::Models::NextHopType end - def pc_protocol - Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + def origin + Azure::Network::Mgmt::V2017_10_01::Models::Origin end def pc_status Azure::Network::Mgmt::V2017_10_01::Models::PcStatus @@ -1233,11 +1233,8 @@ def pc_status def pc_error Azure::Network::Mgmt::V2017_10_01::Models::PcError end - def origin - Azure::Network::Mgmt::V2017_10_01::Models::Origin - end - def severity - Azure::Network::Mgmt::V2017_10_01::Models::Severity + def connection_state + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState end def issue_type Azure::Network::Mgmt::V2017_10_01::Models::IssueType @@ -1245,26 +1242,26 @@ def issue_type def connection_status Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus end - def connection_state - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + def virtual_network_gateway_type + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType end - def evaluation_state - Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + def protocol + Azure::Network::Mgmt::V2017_10_01::Models::Protocol end def virtual_network_peering_state Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier end def vpn_type Azure::Network::Mgmt::V2017_10_01::Models::VpnType end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + def evaluation_state + Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + def processor_architecture + Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture end def vpn_client_protocol Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol @@ -1272,14 +1269,14 @@ def vpn_client_protocol def bgp_peer_state Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState end - def processor_architecture - Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName end def authentication_method Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + def severity + Azure::Network::Mgmt::V2017_10_01::Models::Severity end def virtual_network_gateway_connection_type Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType @@ -1290,8 +1287,8 @@ def ipsec_encryption def ipsec_integrity Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity end - def ike_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus end def ike_integrity Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity @@ -1302,6 +1299,9 @@ def dh_group def pfs_group Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup end + def ike_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb index ce036fadcb..bfa0fa8eb4 100644 --- a/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/policy_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::V2018_03_01 module Policy module Mgmt - PolicyDefinitions = Azure::Policy::Mgmt::V2016_12_01::PolicyDefinitions PolicyAssignments = Azure::Policy::Mgmt::V2016_12_01::PolicyAssignments + PolicyDefinitions = Azure::Policy::Mgmt::V2016_12_01::PolicyDefinitions module Models PolicyAssignment = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment @@ -20,7 +20,7 @@ module Models end class PolicyManagementClass - attr_reader :policy_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes + attr_reader :policy_assignments, :policy_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -30,8 +30,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @policy_definitions = @client_0.policy_definitions @policy_assignments = @client_0.policy_assignments + @policy_definitions = @client_0.policy_definitions @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb index 5d392db3cf..273941eabd 100644 --- a/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/resources_profile_module.rb @@ -7,22 +7,23 @@ module Azure::Profiles::V2018_03_01 module Resources module Mgmt + Resources = Azure::Resources::Mgmt::V2018_02_01::Resources Deployments = Azure::Resources::Mgmt::V2018_02_01::Deployments Providers = Azure::Resources::Mgmt::V2018_02_01::Providers - Resources = Azure::Resources::Mgmt::V2018_02_01::Resources ResourceGroups = Azure::Resources::Mgmt::V2018_02_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_02_01::Tags DeploymentOperations = Azure::Resources::Mgmt::V2018_02_01::DeploymentOperations module Models Plan = Azure::Resources::Mgmt::V2018_02_01::Models::Plan + ResourceIdentityType = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType Sku = Azure::Resources::Mgmt::V2018_02_01::Models::Sku + Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency GenericResourceFilter = Azure::Resources::Mgmt::V2018_02_01::Models::GenericResourceFilter Identity = Azure::Resources::Mgmt::V2018_02_01::Models::Identity TemplateLink = Azure::Resources::Mgmt::V2018_02_01::Models::TemplateLink ParametersLink = Azure::Resources::Mgmt::V2018_02_01::Models::ParametersLink OnErrorDeployment = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeployment - ResourceListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult Deployment = Azure::Resources::Mgmt::V2018_02_01::Models::Deployment ResourceGroupProperties = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupProperties ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceManagementErrorWithDetails @@ -31,7 +32,6 @@ module Models ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupPatchable Provider = Azure::Resources::Mgmt::V2018_02_01::Models::Provider ResourceGroupListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupListResult - Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_02_01::Models::ResourcesMoveInfo DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentPropertiesExtended ExportTemplateRequest = Azure::Resources::Mgmt::V2018_02_01::Models::ExportTemplateRequest @@ -58,17 +58,17 @@ module Models DebugSetting = Azure::Resources::Mgmt::V2018_02_01::Models::DebugSetting Resource = Azure::Resources::Mgmt::V2018_02_01::Models::Resource DeploymentListResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentListResult - SubResource = Azure::Resources::Mgmt::V2018_02_01::Models::SubResource ProviderResourceType = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupExportResult GenericResource = Azure::Resources::Mgmt::V2018_02_01::Models::GenericResource DeploymentMode = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentMode OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType - ResourceIdentityType = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + SubResource = Azure::Resources::Mgmt::V2018_02_01::Models::SubResource + ResourceListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult end class ResourcesManagementClass - attr_reader :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes + attr_reader :resources, :deployments, :providers, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,9 +78,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers - @resources = @client_0.resources @resource_groups = @client_0.resource_groups @tags = @client_0.tags @deployment_operations = @client_0.deployment_operations @@ -105,9 +105,15 @@ class ModelClasses def plan Azure::Resources::Mgmt::V2018_02_01::Models::Plan end + def resource_identity_type + Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + end def sku Azure::Resources::Mgmt::V2018_02_01::Models::Sku end + def dependency + Azure::Resources::Mgmt::V2018_02_01::Models::Dependency + end def generic_resource_filter Azure::Resources::Mgmt::V2018_02_01::Models::GenericResourceFilter end @@ -123,9 +129,6 @@ def parameters_link def on_error_deployment Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeployment end - def resource_list_result - Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult - end def deployment Azure::Resources::Mgmt::V2018_02_01::Models::Deployment end @@ -150,9 +153,6 @@ def provider def resource_group_list_result Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupListResult end - def dependency - Azure::Resources::Mgmt::V2018_02_01::Models::Dependency - end def resources_move_info Azure::Resources::Mgmt::V2018_02_01::Models::ResourcesMoveInfo end @@ -231,9 +231,6 @@ def resource def deployment_list_result Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentListResult end - def sub_resource - Azure::Resources::Mgmt::V2018_02_01::Models::SubResource - end def provider_resource_type Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType end @@ -249,8 +246,11 @@ def deployment_mode def on_error_deployment_type Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentType end - def resource_identity_type - Azure::Resources::Mgmt::V2018_02_01::Models::ResourceIdentityType + def sub_resource + Azure::Resources::Mgmt::V2018_02_01::Models::SubResource + end + def resource_list_result + Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb index 3fab44e57f..78a04b8a55 100644 --- a/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/storage_profile_module.rb @@ -7,42 +7,42 @@ module Azure::Profiles::V2018_03_01 module Storage module Mgmt - StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts UsageOperations = Azure::Storage::Mgmt::V2016_01_01::UsageOperations + StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models - StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters - StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku - StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult EncryptionService = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService StorageAccountListKeysResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListKeysResult Encryption = Azure::Storage::Mgmt::V2016_01_01::Models::Encryption StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters Endpoints = Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain - UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult - CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource - StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason - SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + Resource = Azure::Storage::Mgmt::V2016_01_01::Models::Resource + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters + StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey + StorageAccountListResult = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult end class StorageManagementClass - attr_reader :storage_accounts, :usage_operations, :configurable, :base_url, :options, :model_classes + attr_reader :usage_operations, :storage_accounts, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -52,8 +52,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @storage_accounts = @client_0.storage_accounts @usage_operations = @client_0.usage_operations + @storage_accounts = @client_0.storage_accounts @model_classes = ModelClasses.new end @@ -72,18 +72,6 @@ def method_missing(method, *args) end class ModelClasses - def storage_account_check_name_availability_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters - end - def storage_account_key - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey - end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end - def storage_account_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult - end def encryption_service Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionService end @@ -99,53 +87,35 @@ def storage_account_regenerate_key_parameters def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters - end def custom_domain Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters - end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage - end def encryption_services Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices end def usage_list_result Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult end - def check_name_availability_result - Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult - end - def resource - Azure::Storage::Mgmt::V2016_01_01::Models::Resource - end - def storage_account - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount - end - def reason - Azure::Storage::Mgmt::V2016_01_01::Models::Reason + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName end def sku_tier Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def access_tier - Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + def storage_account + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end def kind Azure::Storage::Mgmt::V2016_01_01::Models::Kind end - def provisioning_state - Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + def access_tier + Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier + end + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage end def account_status Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus @@ -156,6 +126,36 @@ def key_permission def usage_unit Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit end + def storage_account_create_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters + end + def storage_account_update_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountUpdateParameters + end + def resource + Azure::Storage::Mgmt::V2016_01_01::Models::Resource + end + def reason + Azure::Storage::Mgmt::V2016_01_01::Models::Reason + end + def provisioning_state + Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState + end + def check_name_availability_result + Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end + def storage_account_check_name_availability_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters + end + def storage_account_key + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey + end + def storage_account_list_result + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountListResult + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb index 3a8fbae856..9307b784ac 100644 --- a/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/subscriptions_profile_module.rb @@ -8,26 +8,26 @@ module Azure::Profiles::V2018_03_01 module Subscriptions module Mgmt Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations - Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants + Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay - SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation - Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult + SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult end class SubscriptionsManagementClass - attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :tenants, :subscriptions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -38,8 +38,8 @@ def initialize(configurable, base_url=nil, options=nil) end add_telemetry(@client_0) @operations = @client_0.operations - @subscriptions = @client_0.subscriptions @tenants = @client_0.tenants + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -58,42 +58,42 @@ def method_missing(method, *args) end class ModelClasses - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - end - def subscription_policies - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies - end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end - def subscription_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult - end def operation Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation end - def subscription - Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription end def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end + def subscription_policies + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies + end + def tenant_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult + end def location_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult end def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def subscription + Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription + end def spending_limit Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit end + def subscription_list_result + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb index e71982c8ba..e4214cc6c2 100644 --- a/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/web_profile_module.rb @@ -7,75 +7,58 @@ module Azure::Profiles::V2018_03_01 module Web module Mgmt + ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2016_03_01::ResourceHealthMetadataOperations + BillingMeters = Azure::Web::Mgmt::V2016_03_01::BillingMeters + Provider = Azure::Web::Mgmt::V2016_03_01::Provider Certificates = Azure::Web::Mgmt::V2016_03_01::Certificates DeletedWebApps = Azure::Web::Mgmt::V2016_03_01::DeletedWebApps Diagnostics = Azure::Web::Mgmt::V2016_03_01::Diagnostics - Provider = Azure::Web::Mgmt::V2016_03_01::Provider Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations - ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2016_03_01::ResourceHealthMetadataOperations - BillingMeters = Azure::Web::Mgmt::V2016_03_01::BillingMeters WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans module Models - DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem - DefaultErrorResponseError = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError - CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - DefaultErrorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse - CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay - Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension - ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse - MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability - MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification - ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection - CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription - PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection - CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - ApplicationStack = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack - StackMajorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion DeploymentLocations = Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations + Dimension = Azure::Web::Mgmt::V2016_03_01::Models::Dimension NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier + MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification GlobalCsmSkuDescription = Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription GeoRegionCollection = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection DeletedSite = Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection ValidateResponseError = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod - ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod - HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + Solution = Azure::Web::Mgmt::V2016_03_01::Models::Solution DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + ResourceNameAvailability = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet - DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource + HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData - CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope + DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource DataTableResponseColumn = Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseColumn - AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment DataTableResponseObject = Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseObject ValidateRequest = Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest - DetectorInfo = Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope Rendering = Azure::Web::Mgmt::V2016_03_01::Models::Rendering + AppServiceEnvironment = Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment DiagnosticData = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticData + DetectorInfo = Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo BillingMeterCollection = Azure::Web::Mgmt::V2016_03_01::Models::BillingMeterCollection DetectorResponseCollection = Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponseCollection ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection - SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos RecommendationCollection = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection - DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection ApplicationStackCollection = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection StackMinorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion - Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource - DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition AnalysisDefinition = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition + DetectorDefinition = Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition DetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponse DiagnosticAnalysis = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysis DiagnosticCategory = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategory @@ -87,11 +70,11 @@ module Models GeoRegion = Azure::Web::Mgmt::V2016_03_01::Models::GeoRegion PremierAddOnOffer = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOffer SourceControl = Azure::Web::Mgmt::V2016_03_01::Models::SourceControl - VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters VnetValidationTestFailure = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure VnetValidationFailureDetails = Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails + VnetParameters = Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters KeyVaultSecretStatus = Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus - IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType + ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification SolutionType = Azure::Web::Mgmt::V2016_03_01::Models::SolutionType RenderingType = Azure::Web::Mgmt::V2016_03_01::Models::RenderingType ResourceScopeType = Azure::Web::Mgmt::V2016_03_01::Models::ResourceScopeType @@ -99,9 +82,31 @@ module Models Channels = Azure::Web::Mgmt::V2016_03_01::Models::Channels AppServicePlanRestrictions = Azure::Web::Mgmt::V2016_03_01::Models::AppServicePlanRestrictions InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType - CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate ValidateResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes + CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + IssueType = Azure::Web::Mgmt::V2016_03_01::Models::IssueType + DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem + DefaultErrorResponseError = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError + CertificateCollection = Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + DefaultErrorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse + CsmOperationDisplay = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + ValidateResponse = Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse + MetricAvailability = Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + SourceControlCollection = Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection + CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + CsmOperationDescription = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription + PremierAddOnOfferCollection = Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + CsmOperationCollection = Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + ApplicationStack = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack + StackMajorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion + IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment + Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig ApplicationLogsConfig = Azure::Web::Mgmt::V2016_08_01::Models::ApplicationLogsConfig DatabaseBackupSetting = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseBackupSetting @@ -113,7 +118,6 @@ module Models CsmPublishingProfileOptions = Azure::Web::Mgmt::V2016_08_01::Models::CsmPublishingProfileOptions WebAppInstanceCollection = Azure::Web::Mgmt::V2016_08_01::Models::WebAppInstanceCollection PublicCertificateCollection = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection - IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection TriggeredWebJobCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection EnabledConfig = Azure::Web::Mgmt::V2016_08_01::Models::EnabledConfig TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistoryCollection @@ -146,7 +150,6 @@ module Models ConnectionStringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::ConnectionStringDictionary ContinuousWebJob = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJob CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult - Deployment = Azure::Web::Mgmt::V2016_08_01::Models::Deployment FunctionEnvelope = Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope FunctionSecrets = Azure::Web::Mgmt::V2016_08_01::Models::FunctionSecrets HostNameBinding = Azure::Web::Mgmt::V2016_08_01::Models::HostNameBinding @@ -175,28 +178,23 @@ module Models SiteSourceControl = Azure::Web::Mgmt::V2016_08_01::Models::SiteSourceControl SlotConfigNamesResource = Azure::Web::Mgmt::V2016_08_01::Models::SlotConfigNamesResource SlotDifference = Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference - Snapshot = Azure::Web::Mgmt::V2016_08_01::Models::Snapshot StorageMigrationOptions = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions StorageMigrationResponse = Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationResponse StringDictionary = Azure::Web::Mgmt::V2016_08_01::Models::StringDictionary TriggeredJobRun = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun - TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory TriggeredWebJob = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob - WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob + TriggeredJobHistory = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory LogLevel = Azure::Web::Mgmt::V2016_08_01::Models::LogLevel - BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + WebJob = Azure::Web::Mgmt::V2016_08_01::Models::WebJob DatabaseType = Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType - FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType - MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction @@ -204,72 +202,43 @@ module Models CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus - HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile - VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping - IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction - VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile - ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo - StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity - CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings - NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair - AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction - AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection - AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger - SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse - SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool - NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection - WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource - ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType + DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult + RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory + HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig ResourceMetricProperty = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection - AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules - SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo - SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits - UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection - RampUpRule = Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + VirtualNetworkProfile = Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + VirtualIPMapping = Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + NetworkAccessControlEntry = Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry AppServicePlanCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection - Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName - VirtualDirectory = Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication - Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability - HandlerMapping = Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping - Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation + SlotSwapStatus = Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + CorsSettings = Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + AutoHealTriggers = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey - CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota - ConnStringInfo = Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo - StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection - SiteConfig = Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig - ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState - WebAppCollection = Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - ResourceMetricValue = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue - AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource - AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource - MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition - Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage - WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + SkuDescription = Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription + WorkerPool = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool + ProxyOnlyResource = Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource + AutoHealActions = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions + VirtualApplication = Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + Capability = Azure::Web::Mgmt::V2016_09_01::Models::Capability + StampCapacity = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity + SiteLimits = Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + IpSecurityRestriction = Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + NameValuePair = Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair VnetRoute = Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute VnetInfo = Azure::Web::Mgmt::V2016_09_01::Models::VnetInfo VnetGateway = Azure::Web::Mgmt::V2016_09_01::Models::VnetGateway @@ -277,19 +246,11 @@ module Models SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest ResourceMetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinition PushSettings = Azure::Web::Mgmt::V2016_09_01::Models::PushSettings - Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier HybridConnectionKey = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey HybridConnection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnection Site = Azure::Web::Mgmt::V2016_09_01::Models::Site AppServicePlan = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan - AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + Resource = Azure::Web::Mgmt::V2016_09_01::Models::Resource RouteType = Azure::Web::Mgmt::V2016_09_01::Models::RouteType ManagedServiceIdentityType = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentityType AutoHealActionType = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActionType @@ -299,15 +260,54 @@ module Models SiteLoadBalancing = Azure::Web::Mgmt::V2016_09_01::Models::SiteLoadBalancing SupportedTlsVersions = Azure::Web::Mgmt::V2016_09_01::Models::SupportedTlsVersions SslState = Azure::Web::Mgmt::V2016_09_01::Models::SslState + Operation = Azure::Web::Mgmt::V2016_09_01::Models::Operation HostType = Azure::Web::Mgmt::V2016_09_01::Models::HostType UsageState = Azure::Web::Mgmt::V2016_09_01::Models::UsageState SiteAvailabilityState = Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState + HostingEnvironmentStatus = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + InternalLoadBalancingMode = Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + ComputeModeOptions = Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + WorkerSizeOptions = Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + AccessControlEntryAction = Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction StatusOptions = Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions - OperationStatus = Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + ProvisioningState = Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics + AddressResponse = Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + SkuInfoCollection = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + ResourceCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + WorkerPoolCollection = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection + HybridConnectionCollection = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + MetricAvailabilily = Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + SkuInfo = Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + UsageCollection = Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + AppServiceEnvironmentResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + StampCapacityCollection = Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + HostingEnvironmentProfile = Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + ResourceMetricAvailability = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + LocalizableString = Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + CloningInfo = Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + CsmUsageQuota = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + ApiDefinitionInfo = Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + CsmUsageQuotaCollection = Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + AutoHealCustomAction = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + ErrorEntity = Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + StatusCodesBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + RequestsBasedTrigger = Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + AutoHealRules = Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage end class WebManagementClass - attr_reader :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :resource_health_metadata_operations, :billing_meters, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :resource_health_metadata_operations, :billing_meters, :provider, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -317,13 +317,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @resource_health_metadata_operations = @client_0.resource_health_metadata_operations + @billing_meters = @client_0.billing_meters + @provider = @client_0.provider @certificates = @client_0.certificates @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics - @provider = @client_0.provider @recommendations = @client_0.recommendations - @resource_health_metadata_operations = @client_0.resource_health_metadata_operations - @billing_meters = @client_0.billing_meters @client_1 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -361,66 +361,18 @@ def method_missing(method, *args) end class ModelClasses - def default_error_response_error_details_item - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem - end - def default_error_response_error - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError - end - def certificate_collection - Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection - end - def default_error_response - Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse - end - def csm_operation_display - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + def deployment_locations + Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations end def dimension Azure::Web::Mgmt::V2016_03_01::Models::Dimension end - def validate_response - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse - end - def metric_availability - Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + def name_identifier + Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier end def metric_specification Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification end - def service_specification - Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - end - def source_control_collection - Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection - end - def csm_operation_description_properties - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties - end - def resource_name_availability_request - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest - end - def csm_operation_description - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription - end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection - end - def csm_operation_collection - Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection - end - def application_stack - Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack - end - def stack_major_version - Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion - end - def deployment_locations - Azure::Web::Mgmt::V2016_03_01::Models::DeploymentLocations - end - def name_identifier - Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier - end def global_csm_sku_description Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription end @@ -436,29 +388,26 @@ def deleted_web_app_collection def validate_response_error Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError end - def solution - Azure::Web::Mgmt::V2016_03_01::Models::Solution - end def detector_abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::DetectorAbnormalTimePeriod end - def resource_name_availability - Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability - end def abnormal_time_period Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + def solution + Azure::Web::Mgmt::V2016_03_01::Models::Solution end def diagnostic_metric_sample Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample end + def resource_name_availability + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailability + end def diagnostic_metric_set Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet end - def data_source - Azure::Web::Mgmt::V2016_03_01::Models::DataSource + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo end def response_meta_data Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData @@ -466,30 +415,33 @@ def response_meta_data def analysis_data Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope + def data_source + Azure::Web::Mgmt::V2016_03_01::Models::DataSource end def data_table_response_column Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseColumn end - def app_service_environment - Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment - end def data_table_response_object Azure::Web::Mgmt::V2016_03_01::Models::DataTableResponseObject end def validate_request Azure::Web::Mgmt::V2016_03_01::Models::ValidateRequest end - def detector_info - Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + def csm_move_resource_envelope + Azure::Web::Mgmt::V2016_03_01::Models::CsmMoveResourceEnvelope end def rendering Azure::Web::Mgmt::V2016_03_01::Models::Rendering end + def app_service_environment + Azure::Web::Mgmt::V2016_03_01::Models::AppServiceEnvironment + end def diagnostic_data Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticData end + def detector_info + Azure::Web::Mgmt::V2016_03_01::Models::DetectorInfo + end def billing_meter_collection Azure::Web::Mgmt::V2016_03_01::Models::BillingMeterCollection end @@ -499,39 +451,36 @@ def detector_response_collection def resource_health_metadata_collection Azure::Web::Mgmt::V2016_03_01::Models::ResourceHealthMetadataCollection end - def sku_infos - Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos - end def diagnostic_analysis_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticAnalysisCollection end + def sku_infos + Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos + end def recommendation_collection Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection end def diagnostic_category_collection Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection - end def application_stack_collection Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection end + def diagnostic_detector_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + end def stack_minor_version Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion end - def certificate - Azure::Web::Mgmt::V2016_03_01::Models::Certificate - end def certificate_patch_resource Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource end - def detector_definition - Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition - end def analysis_definition Azure::Web::Mgmt::V2016_03_01::Models::AnalysisDefinition end + def detector_definition + Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition + end def detector_response Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponse end @@ -565,20 +514,20 @@ def premier_add_on_offer def source_control Azure::Web::Mgmt::V2016_03_01::Models::SourceControl end - def vnet_parameters - Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters - end def vnet_validation_test_failure Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationTestFailure end def vnet_validation_failure_details Azure::Web::Mgmt::V2016_03_01::Models::VnetValidationFailureDetails end + def vnet_parameters + Azure::Web::Mgmt::V2016_03_01::Models::VnetParameters + end def key_vault_secret_status Azure::Web::Mgmt::V2016_03_01::Models::KeyVaultSecretStatus end - def issue_type - Azure::Web::Mgmt::V2016_03_01::Models::IssueType + def service_specification + Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification end def solution_type Azure::Web::Mgmt::V2016_03_01::Models::SolutionType @@ -601,15 +550,81 @@ def app_service_plan_restrictions def in_availability_reason_type Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType end - def check_name_resource_types - Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + def certificate + Azure::Web::Mgmt::V2016_03_01::Models::Certificate end def validate_resource_types Azure::Web::Mgmt::V2016_03_01::Models::ValidateResourceTypes end + def check_name_resource_types + Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes + end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def issue_type + Azure::Web::Mgmt::V2016_03_01::Models::IssueType + end + def default_error_response_error_details_item + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseErrorDetailsItem + end + def default_error_response_error + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponseError + end + def certificate_collection + Azure::Web::Mgmt::V2016_03_01::Models::CertificateCollection + end + def default_error_response + Azure::Web::Mgmt::V2016_03_01::Models::DefaultErrorResponse + end + def csm_operation_display + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDisplay + end + def validate_response + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponse + end + def metric_availability + Azure::Web::Mgmt::V2016_03_01::Models::MetricAvailability + end + def source_control_collection + Azure::Web::Mgmt::V2016_03_01::Models::SourceControlCollection + end + def csm_operation_description_properties + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescriptionProperties + end + def resource_name_availability_request + Azure::Web::Mgmt::V2016_03_01::Models::ResourceNameAvailabilityRequest + end + def csm_operation_description + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationDescription + end + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2016_03_01::Models::PremierAddOnOfferCollection + end + def csm_operation_collection + Azure::Web::Mgmt::V2016_03_01::Models::CsmOperationCollection + end + def application_stack + Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStack + end + def stack_major_version + Azure::Web::Mgmt::V2016_03_01::Models::StackMajorVersion + end + def identifier_collection + Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection + end + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + end + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + end + def deployment + Azure::Web::Mgmt::V2016_08_01::Models::Deployment + end + def snapshot + Azure::Web::Mgmt::V2016_08_01::Models::Snapshot + end def azure_table_storage_application_logs_config Azure::Web::Mgmt::V2016_08_01::Models::AzureTableStorageApplicationLogsConfig end @@ -643,9 +658,6 @@ def web_app_instance_collection def public_certificate_collection Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateCollection end - def identifier_collection - Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection - end def triggered_web_job_collection Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobCollection end @@ -742,9 +754,6 @@ def continuous_web_job def custom_hostname_analysis_result Azure::Web::Mgmt::V2016_08_01::Models::CustomHostnameAnalysisResult end - def deployment - Azure::Web::Mgmt::V2016_08_01::Models::Deployment - end def function_envelope Azure::Web::Mgmt::V2016_08_01::Models::FunctionEnvelope end @@ -829,9 +838,6 @@ def slot_config_names_resource def slot_difference Azure::Web::Mgmt::V2016_08_01::Models::SlotDifference end - def snapshot - Azure::Web::Mgmt::V2016_08_01::Models::Snapshot - end def storage_migration_options Azure::Web::Mgmt::V2016_08_01::Models::StorageMigrationOptions end @@ -844,26 +850,23 @@ def string_dictionary def triggered_job_run Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobRun end - def triggered_job_history - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory - end def triggered_web_job Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJob end - def web_job - Azure::Web::Mgmt::V2016_08_01::Models::WebJob + def triggered_job_history + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredJobHistory end def log_level Azure::Web::Mgmt::V2016_08_01::Models::LogLevel end - def backup_item_status - Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus + def web_job + Azure::Web::Mgmt::V2016_08_01::Models::WebJob end def database_type Azure::Web::Mgmt::V2016_08_01::Models::DatabaseType end - def frequency_unit - Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + def backup_item_status + Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus end def backup_restore_operation_type Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType @@ -871,20 +874,11 @@ def backup_restore_operation_type def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus end - def web_job_type - Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - end - def publishing_profile_format - Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - end - def dns_verification_test_result - Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - end def azure_resource_type Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + def publishing_profile_format + Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat end def host_name_type Azure::Web::Mgmt::V2016_08_01::Models::HostNameType @@ -892,8 +886,8 @@ def host_name_type def msdeploy_log_entry_type Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + def frequency_unit + Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit end def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType @@ -916,203 +910,116 @@ def site_extension_type def triggered_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def hosting_environment_profile - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + def web_job_type + Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end - def virtual_ipmapping - Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + def dns_verification_test_result + Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult end - def ip_security_restriction - Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction + def ramp_up_rule + Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule end - def virtual_network_profile - Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + def virtual_directory + Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory end - def api_definition_info - Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + def handler_mapping + Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping end - def stamp_capacity - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity + def conn_string_info + Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + def site_config + Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig end - def name_value_pair - Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair + def resource_metric_property + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty end - def auto_heal_custom_action - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + def resource_metric_value + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue end - def app_service_environment_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection - end - def auto_heal_actions - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions - end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics - end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger - end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus - end - def sku_capacity - Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity - end - def cloning_info - Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo - end - def sku_description - Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription - end - def address_response - Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse - end - def sku_info_collection - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection - end - def worker_pool - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool - end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry - end - def resource_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection - end - def worker_pool_collection - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection - end - def hybrid_connection_collection - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection - end - def resource - Azure::Web::Mgmt::V2016_09_01::Models::Resource - end - def error_entity - Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity - end - def resource_metric_property - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricProperty - end - def snapshot_recovery_target - Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget - end - def metric_availabilily - Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily - end - def resource_metric_availability - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + def sku_capacity + Azure::Web::Mgmt::V2016_09_01::Models::SkuCapacity end def resource_metric Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection - end - def status_codes_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger - end - def localizable_string - Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString - end - def requests_based_trigger - Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + def identifier + Azure::Web::Mgmt::V2016_09_01::Models::Identifier end def resource_metric_collection Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers - end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - end - def auto_heal_rules - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + def virtual_network_profile + Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile end - def sku_info - Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + def resource_metric_definition_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection end - def site_limits - Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits + def virtual_ipmapping + Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping end - def usage_collection - Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection end - def ramp_up_rule - Azure::Web::Mgmt::V2016_09_01::Models::RampUpRule + def network_access_control_entry + Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry end def app_service_plan_collection Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection end - def experiments - Azure::Web::Mgmt::V2016_09_01::Models::Experiments - end def resource_metric_name Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName end - def virtual_directory - Azure::Web::Mgmt::V2016_09_01::Models::VirtualDirectory - end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + def slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus end - def virtual_application - Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication + def operation_status + Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus end - def capability - Azure::Web::Mgmt::V2016_09_01::Models::Capability + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings end - def handler_mapping - Azure::Web::Mgmt::V2016_09_01::Models::HandlerMapping + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers end - def operation - Azure::Web::Mgmt::V2016_09_01::Models::Operation + def experiments + Azure::Web::Mgmt::V2016_09_01::Models::Experiments end def site_machine_key Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey end - def csm_usage_quota - Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota - end - def conn_string_info - Azure::Web::Mgmt::V2016_09_01::Models::ConnStringInfo + def host_name_ssl_state + Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState end - def stamp_capacity_collection - Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + def sku_description + Azure::Web::Mgmt::V2016_09_01::Models::SkuDescription end - def site_config - Azure::Web::Mgmt::V2016_09_01::Models::SiteConfig + def worker_pool + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPool end def proxy_only_resource Azure::Web::Mgmt::V2016_09_01::Models::ProxyOnlyResource end - def host_name_ssl_state - Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState - end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + def auto_heal_actions + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealActions end - def resource_metric_value - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricValue + def virtual_application + Azure::Web::Mgmt::V2016_09_01::Models::VirtualApplication end - def app_service_environment_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + def capability + Azure::Web::Mgmt::V2016_09_01::Models::Capability end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + def stamp_capacity + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacity end - def metric_definition - Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + def site_limits + Azure::Web::Mgmt::V2016_09_01::Models::SiteLimits end - def usage - Azure::Web::Mgmt::V2016_09_01::Models::Usage + def ip_security_restriction + Azure::Web::Mgmt::V2016_09_01::Models::IpSecurityRestriction end - def worker_pool_resource - Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + def name_value_pair + Azure::Web::Mgmt::V2016_09_01::Models::NameValuePair end def vnet_route Azure::Web::Mgmt::V2016_09_01::Models::VnetRoute @@ -1135,9 +1042,6 @@ def resource_metric_definition def push_settings Azure::Web::Mgmt::V2016_09_01::Models::PushSettings end - def identifier - Azure::Web::Mgmt::V2016_09_01::Models::Identifier - end def hybrid_connection_key Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionKey end @@ -1150,29 +1054,8 @@ def site def app_service_plan Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlan end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource - end - def hybrid_connection_limits - Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits - end - def provisioning_state - Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState - end - def hosting_environment_status - Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus - end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode - end - def compute_mode_options - Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions - end - def worker_size_options - Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions - end - def access_control_entry_action - Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + def resource + Azure::Web::Mgmt::V2016_09_01::Models::Resource end def route_type Azure::Web::Mgmt::V2016_09_01::Models::RouteType @@ -1201,6 +1084,9 @@ def supported_tls_versions def ssl_state Azure::Web::Mgmt::V2016_09_01::Models::SslState end + def operation + Azure::Web::Mgmt::V2016_09_01::Models::Operation + end def host_type Azure::Web::Mgmt::V2016_09_01::Models::HostType end @@ -1210,11 +1096,125 @@ def usage_state def site_availability_state Azure::Web::Mgmt::V2016_09_01::Models::SiteAvailabilityState end + def hosting_environment_status + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentStatus + end + def internal_load_balancing_mode + Azure::Web::Mgmt::V2016_09_01::Models::InternalLoadBalancingMode + end + def compute_mode_options + Azure::Web::Mgmt::V2016_09_01::Models::ComputeModeOptions + end + def worker_size_options + Azure::Web::Mgmt::V2016_09_01::Models::WorkerSizeOptions + end + def access_control_entry_action + Azure::Web::Mgmt::V2016_09_01::Models::AccessControlEntryAction + end def status_options Azure::Web::Mgmt::V2016_09_01::Models::StatusOptions end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + def provisioning_state + Azure::Web::Mgmt::V2016_09_01::Models::ProvisioningState + end + def app_service_environment_collection + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentCollection + end + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentDiagnostics + end + def address_response + Azure::Web::Mgmt::V2016_09_01::Models::AddressResponse + end + def sku_info_collection + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfoCollection + end + def resource_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceCollection + end + def worker_pool_collection + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolCollection + end + def hybrid_connection_collection + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionCollection + end + def metric_availabilily + Azure::Web::Mgmt::V2016_09_01::Models::MetricAvailabilily + end + def sku_info + Azure::Web::Mgmt::V2016_09_01::Models::SkuInfo + end + def usage_collection + Azure::Web::Mgmt::V2016_09_01::Models::UsageCollection + end + def managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end + def app_service_environment_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentResource + end + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource + end + def stamp_capacity_collection + Azure::Web::Mgmt::V2016_09_01::Models::StampCapacityCollection + end + def worker_pool_resource + Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource + end + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource + end + def metric_definition + Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition + end + def hybrid_connection_limits + Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + end + def hosting_environment_profile + Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile + end + def snapshot_recovery_target + Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget + end + def resource_metric_availability + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricAvailability + end + def localizable_string + Azure::Web::Mgmt::V2016_09_01::Models::LocalizableString + end + def cloning_info + Azure::Web::Mgmt::V2016_09_01::Models::CloningInfo + end + def csm_usage_quota + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuota + end + def api_definition_info + Azure::Web::Mgmt::V2016_09_01::Models::ApiDefinitionInfo + end + def csm_usage_quota_collection + Azure::Web::Mgmt::V2016_09_01::Models::CsmUsageQuotaCollection + end + def auto_heal_custom_action + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealCustomAction + end + def error_entity + Azure::Web::Mgmt::V2016_09_01::Models::ErrorEntity + end + def slow_requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::SlowRequestsBasedTrigger + end + def status_codes_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::StatusCodesBasedTrigger + end + def requests_based_trigger + Azure::Web::Mgmt::V2016_09_01::Models::RequestsBasedTrigger + end + def auto_heal_rules + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealRules + end + def usage + Azure::Web::Mgmt::V2016_09_01::Models::Usage end end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb index df7df62633..ff4290ef79 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac.rb @@ -20,56 +20,72 @@ require 'ms_rest_azure' module Azure::GraphRbac::V1_6 - autoload :Objects, '1.6/generated/azure_graph_rbac/objects.rb' + autoload :SignedInUser, '1.6/generated/azure_graph_rbac/signed_in_user.rb' autoload :Applications, '1.6/generated/azure_graph_rbac/applications.rb' + autoload :DeletedApplications, '1.6/generated/azure_graph_rbac/deleted_applications.rb' autoload :Groups, '1.6/generated/azure_graph_rbac/groups.rb' autoload :ServicePrincipals, '1.6/generated/azure_graph_rbac/service_principals.rb' autoload :Users, '1.6/generated/azure_graph_rbac/users.rb' + autoload :Objects, '1.6/generated/azure_graph_rbac/objects.rb' autoload :Domains, '1.6/generated/azure_graph_rbac/domains.rb' + autoload :OAuth2PermissionGrantOperations, '1.6/generated/azure_graph_rbac/oauth2permission_grant_operations.rb' autoload :GraphRbacClient, '1.6/generated/azure_graph_rbac/graph_rbac_client.rb' module Models autoload :GroupAddMemberParameters, '1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb' - autoload :GraphError, '1.6/generated/azure_graph_rbac/models/graph_error.rb' autoload :GroupCreateParameters, '1.6/generated/azure_graph_rbac/models/group_create_parameters.rb' - autoload :KeyCredential, '1.6/generated/azure_graph_rbac/models/key_credential.rb' - autoload :ResourceAccess, '1.6/generated/azure_graph_rbac/models/resource_access.rb' + autoload :OAuth2Permission, '1.6/generated/azure_graph_rbac/models/oauth2permission.rb' + autoload :PasswordCredentialListResult, '1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb' + autoload :PasswordCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb' + autoload :PreAuthorizedApplicationPermission, '1.6/generated/azure_graph_rbac/models/pre_authorized_application_permission.rb' + autoload :InformationalUrl, '1.6/generated/azure_graph_rbac/models/informational_url.rb' + autoload :PreAuthorizedApplication, '1.6/generated/azure_graph_rbac/models/pre_authorized_application.rb' + autoload :OptionalClaim, '1.6/generated/azure_graph_rbac/models/optional_claim.rb' + autoload :DirectoryObject, '1.6/generated/azure_graph_rbac/models/directory_object.rb' + autoload :PasswordCredential, '1.6/generated/azure_graph_rbac/models/password_credential.rb' autoload :GroupListResult, '1.6/generated/azure_graph_rbac/models/group_list_result.rb' - autoload :ApplicationCreateParameters, '1.6/generated/azure_graph_rbac/models/application_create_parameters.rb' + autoload :RequiredResourceAccess, '1.6/generated/azure_graph_rbac/models/required_resource_access.rb' autoload :GroupGetMemberGroupsParameters, '1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb' - autoload :UserGetMemberGroupsResult, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb' - autoload :ApplicationListResult, '1.6/generated/azure_graph_rbac/models/application_list_result.rb' + autoload :ApplicationBase, '1.6/generated/azure_graph_rbac/models/application_base.rb' autoload :GroupGetMemberGroupsResult, '1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb' - autoload :KeyCredentialListResult, '1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb' + autoload :UserListResult, '1.6/generated/azure_graph_rbac/models/user_list_result.rb' + autoload :UserGetMemberGroupsResult, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb' + autoload :UserGetMemberGroupsParameters, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb' + autoload :ServicePrincipalObjectResult, '1.6/generated/azure_graph_rbac/models/service_principal_object_result.rb' autoload :CheckGroupMembershipParameters, '1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb' - autoload :KeyCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb' + autoload :KeyCredentialListResult, '1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb' autoload :CheckGroupMembershipResult, '1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb' - autoload :PasswordCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb' - autoload :ServicePrincipalCreateParameters, '1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb' - autoload :GetObjectsResult, '1.6/generated/azure_graph_rbac/models/get_objects_result.rb' + autoload :KeyCredentialsUpdateParameters, '1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb' + autoload :ServicePrincipalBase, '1.6/generated/azure_graph_rbac/models/service_principal_base.rb' + autoload :PreAuthorizedApplicationExtension, '1.6/generated/azure_graph_rbac/models/pre_authorized_application_extension.rb' + autoload :OAuth2PermissionGrantListResult, '1.6/generated/azure_graph_rbac/models/oauth2permission_grant_list_result.rb' + autoload :KeyCredential, '1.6/generated/azure_graph_rbac/models/key_credential.rb' + autoload :OAuth2PermissionGrant, '1.6/generated/azure_graph_rbac/models/oauth2permission_grant.rb' + autoload :AppRole, '1.6/generated/azure_graph_rbac/models/app_role.rb' autoload :DomainListResult, '1.6/generated/azure_graph_rbac/models/domain_list_result.rb' - autoload :PasswordCredential, '1.6/generated/azure_graph_rbac/models/password_credential.rb' + autoload :AddOwnerParameters, '1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb' autoload :ServicePrincipalListResult, '1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb' - autoload :ApplicationUpdateParameters, '1.6/generated/azure_graph_rbac/models/application_update_parameters.rb' + autoload :OptionalClaims, '1.6/generated/azure_graph_rbac/models/optional_claims.rb' autoload :PasswordProfile, '1.6/generated/azure_graph_rbac/models/password_profile.rb' - autoload :DirectoryObjectListResult, '1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb' + autoload :ResourceAccess, '1.6/generated/azure_graph_rbac/models/resource_access.rb' autoload :UserBase, '1.6/generated/azure_graph_rbac/models/user_base.rb' - autoload :AADObject, '1.6/generated/azure_graph_rbac/models/aadobject.rb' + autoload :DirectoryObjectListResult, '1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb' autoload :Domain, '1.6/generated/azure_graph_rbac/models/domain.rb' - autoload :RequiredResourceAccess, '1.6/generated/azure_graph_rbac/models/required_resource_access.rb' + autoload :ApplicationListResult, '1.6/generated/azure_graph_rbac/models/application_list_result.rb' autoload :GetObjectsParameters, '1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb' - autoload :PasswordCredentialListResult, '1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb' + autoload :GraphError, '1.6/generated/azure_graph_rbac/models/graph_error.rb' autoload :SignInName, '1.6/generated/azure_graph_rbac/models/sign_in_name.rb' - autoload :ApplicationAddOwnerParameters, '1.6/generated/azure_graph_rbac/models/application_add_owner_parameters.rb' - autoload :UserListResult, '1.6/generated/azure_graph_rbac/models/user_list_result.rb' - autoload :DirectoryObject, '1.6/generated/azure_graph_rbac/models/directory_object.rb' - autoload :UserGetMemberGroupsParameters, '1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb' + autoload :ApplicationCreateParameters, '1.6/generated/azure_graph_rbac/models/application_create_parameters.rb' + autoload :ApplicationUpdateParameters, '1.6/generated/azure_graph_rbac/models/application_update_parameters.rb' autoload :Application, '1.6/generated/azure_graph_rbac/models/application.rb' autoload :ADGroup, '1.6/generated/azure_graph_rbac/models/adgroup.rb' + autoload :ServicePrincipalCreateParameters, '1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb' + autoload :ServicePrincipalUpdateParameters, '1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb' autoload :ServicePrincipal, '1.6/generated/azure_graph_rbac/models/service_principal.rb' autoload :UserCreateParameters, '1.6/generated/azure_graph_rbac/models/user_create_parameters.rb' autoload :UserUpdateParameters, '1.6/generated/azure_graph_rbac/models/user_update_parameters.rb' autoload :User, '1.6/generated/azure_graph_rbac/models/user.rb' autoload :UserType, '1.6/generated/azure_graph_rbac/models/user_type.rb' + autoload :ConsentType, '1.6/generated/azure_graph_rbac/models/consent_type.rb' end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb index 85a3aaedc5..e139d5b0e5 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/applications.rb @@ -31,8 +31,8 @@ def initialize(client) # # @return [Application] operation results. # - def create(parameters, custom_headers:nil) - response = create_async(parameters, custom_headers:custom_headers).value! + def create(parameters, custom_headers = nil) + response = create_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -46,8 +46,8 @@ def create(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_with_http_info(parameters, custom_headers:nil) - create_async(parameters, custom_headers:custom_headers).value! + def create_with_http_info(parameters, custom_headers = nil) + create_async(parameters, custom_headers).value! end # @@ -60,19 +60,20 @@ def create_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_async(parameters, custom_headers:nil) + def create_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::ApplicationCreateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -128,8 +129,8 @@ def create_async(parameters, custom_headers:nil) # # @return [Array] operation results. # - def list(filter:nil, custom_headers:nil) - first_page = list_as_lazy(filter:filter, custom_headers:custom_headers) + def list(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) first_page.get_all_items end @@ -142,8 +143,8 @@ def list(filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(filter:nil, custom_headers:nil) - list_async(filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! end # @@ -155,13 +156,12 @@ def list_with_http_info(filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(filter:nil, custom_headers:nil) + def list_async(filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -214,8 +214,8 @@ def list_async(filter:nil, custom_headers:nil) # will be added to the HTTP request. # # - def delete(application_object_id, custom_headers:nil) - response = delete_async(application_object_id, custom_headers:custom_headers).value! + def delete(application_object_id, custom_headers = nil) + response = delete_async(application_object_id, custom_headers).value! nil end @@ -228,8 +228,8 @@ def delete(application_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(application_object_id, custom_headers:nil) - delete_async(application_object_id, custom_headers:custom_headers).value! + def delete_with_http_info(application_object_id, custom_headers = nil) + delete_async(application_object_id, custom_headers).value! end # @@ -241,14 +241,13 @@ def delete_with_http_info(application_object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(application_object_id, custom_headers:nil) + def delete_async(application_object_id, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -292,8 +291,8 @@ def delete_async(application_object_id, custom_headers:nil) # # @return [Application] operation results. # - def get(application_object_id, custom_headers:nil) - response = get_async(application_object_id, custom_headers:custom_headers).value! + def get(application_object_id, custom_headers = nil) + response = get_async(application_object_id, custom_headers).value! response.body unless response.nil? end @@ -306,8 +305,8 @@ def get(application_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(application_object_id, custom_headers:nil) - get_async(application_object_id, custom_headers:custom_headers).value! + def get_with_http_info(application_object_id, custom_headers = nil) + get_async(application_object_id, custom_headers).value! end # @@ -319,14 +318,13 @@ def get_with_http_info(application_object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(application_object_id, custom_headers:nil) + def get_async(application_object_id, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -381,8 +379,8 @@ def get_async(application_object_id, custom_headers:nil) # will be added to the HTTP request. # # - def patch(application_object_id, parameters, custom_headers:nil) - response = patch_async(application_object_id, parameters, custom_headers:custom_headers).value! + def patch(application_object_id, parameters, custom_headers = nil) + response = patch_async(application_object_id, parameters, custom_headers).value! nil end @@ -397,8 +395,8 @@ def patch(application_object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def patch_with_http_info(application_object_id, parameters, custom_headers:nil) - patch_async(application_object_id, parameters, custom_headers:custom_headers).value! + def patch_with_http_info(application_object_id, parameters, custom_headers = nil) + patch_async(application_object_id, parameters, custom_headers).value! end # @@ -412,7 +410,7 @@ def patch_with_http_info(application_object_id, parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def patch_async(application_object_id, parameters, custom_headers:nil) + def patch_async(application_object_id, parameters, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -420,12 +418,13 @@ def patch_async(application_object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::ApplicationUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -473,11 +472,11 @@ def patch_async(application_object_id, parameters, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [DirectoryObjectListResult] operation results. + # @return [Array] operation results. # - def list_owners(application_object_id, custom_headers:nil) - response = list_owners_async(application_object_id, custom_headers:custom_headers).value! - response.body unless response.nil? + def list_owners(application_object_id, custom_headers = nil) + first_page = list_owners_as_lazy(application_object_id, custom_headers) + first_page.get_all_items end # @@ -493,8 +492,8 @@ def list_owners(application_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_owners_with_http_info(application_object_id, custom_headers:nil) - list_owners_async(application_object_id, custom_headers:custom_headers).value! + def list_owners_with_http_info(application_object_id, custom_headers = nil) + list_owners_async(application_object_id, custom_headers).value! end # @@ -510,14 +509,13 @@ def list_owners_with_http_info(application_object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_owners_async(application_object_id, custom_headers:nil) + def list_owners_async(application_object_id, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -567,15 +565,14 @@ def list_owners_async(application_object_id, custom_headers:nil) # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # # - def add_owner(application_object_id, parameters, custom_headers:nil) - response = add_owner_async(application_object_id, parameters, custom_headers:custom_headers).value! + def add_owner(application_object_id, parameters, custom_headers = nil) + response = add_owner_async(application_object_id, parameters, custom_headers).value! nil end @@ -584,16 +581,15 @@ def add_owner(application_object_id, parameters, custom_headers:nil) # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @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 add_owner_with_http_info(application_object_id, parameters, custom_headers:nil) - add_owner_async(application_object_id, parameters, custom_headers:custom_headers).value! + def add_owner_with_http_info(application_object_id, parameters, custom_headers = nil) + add_owner_async(application_object_id, parameters, custom_headers).value! end # @@ -601,15 +597,14 @@ def add_owner_with_http_info(application_object_id, parameters, custom_headers:n # # @param application_object_id [String] The object ID of the application to # which to add the owner. - # @param parameters [ApplicationAddOwnerParameters] The URL of the owner - # object, such as + # @param parameters [AddOwnerParameters] The URL of the owner object, such as # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. # @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 add_owner_async(application_object_id, parameters, custom_headers:nil) + def add_owner_async(application_object_id, parameters, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -617,14 +612,15 @@ def add_owner_async(application_object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters.mapper() + request_mapper = Azure::GraphRbac::V1_6::Models::AddOwnerParameters.mapper() request_content = @client.serialize(request_mapper, parameters) request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil @@ -659,6 +655,89 @@ def add_owner_async(application_object_id, parameters, custom_headers:nil) promise.execute end + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def remove_owner(application_object_id, owner_object_id, custom_headers = nil) + response = remove_owner_async(application_object_id, owner_object_id, custom_headers).value! + nil + end + + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @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 remove_owner_with_http_info(application_object_id, owner_object_id, custom_headers = nil) + remove_owner_async(application_object_id, owner_object_id, custom_headers).value! + end + + # + # Remove a member from owners. + # + # @param application_object_id [String] The object ID of the application from + # which to remove the owner. + # @param owner_object_id [String] Owner object id + # @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 remove_owner_async(application_object_id, owner_object_id, custom_headers = nil) + fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? + fail ArgumentError, 'owner_object_id is nil' if owner_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/applications/{applicationObjectId}/$links/owners/{ownerObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'applicationObjectId' => application_object_id,'ownerObjectId' => owner_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Get the keyCredentials associated with an application. # @@ -668,8 +747,8 @@ def add_owner_async(application_object_id, parameters, custom_headers:nil) # # @return [KeyCredentialListResult] operation results. # - def list_key_credentials(application_object_id, custom_headers:nil) - response = list_key_credentials_async(application_object_id, custom_headers:custom_headers).value! + def list_key_credentials(application_object_id, custom_headers = nil) + response = list_key_credentials_async(application_object_id, custom_headers).value! response.body unless response.nil? end @@ -682,8 +761,8 @@ def list_key_credentials(application_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_key_credentials_with_http_info(application_object_id, custom_headers:nil) - list_key_credentials_async(application_object_id, custom_headers:custom_headers).value! + def list_key_credentials_with_http_info(application_object_id, custom_headers = nil) + list_key_credentials_async(application_object_id, custom_headers).value! end # @@ -695,14 +774,13 @@ def list_key_credentials_with_http_info(application_object_id, custom_headers:ni # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_key_credentials_async(application_object_id, custom_headers:nil) + def list_key_credentials_async(application_object_id, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -757,8 +835,8 @@ def list_key_credentials_async(application_object_id, custom_headers:nil) # will be added to the HTTP request. # # - def update_key_credentials(application_object_id, parameters, custom_headers:nil) - response = update_key_credentials_async(application_object_id, parameters, custom_headers:custom_headers).value! + def update_key_credentials(application_object_id, parameters, custom_headers = nil) + response = update_key_credentials_async(application_object_id, parameters, custom_headers).value! nil end @@ -773,8 +851,8 @@ def update_key_credentials(application_object_id, parameters, custom_headers:nil # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_key_credentials_with_http_info(application_object_id, parameters, custom_headers:nil) - update_key_credentials_async(application_object_id, parameters, custom_headers:custom_headers).value! + def update_key_credentials_with_http_info(application_object_id, parameters, custom_headers = nil) + update_key_credentials_async(application_object_id, parameters, custom_headers).value! end # @@ -788,7 +866,7 @@ def update_key_credentials_with_http_info(application_object_id, parameters, cus # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_key_credentials_async(application_object_id, parameters, custom_headers:nil) + def update_key_credentials_async(application_object_id, parameters, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -796,12 +874,13 @@ def update_key_credentials_async(application_object_id, parameters, custom_heade request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -847,8 +926,8 @@ def update_key_credentials_async(application_object_id, parameters, custom_heade # # @return [PasswordCredentialListResult] operation results. # - def list_password_credentials(application_object_id, custom_headers:nil) - response = list_password_credentials_async(application_object_id, custom_headers:custom_headers).value! + def list_password_credentials(application_object_id, custom_headers = nil) + response = list_password_credentials_async(application_object_id, custom_headers).value! response.body unless response.nil? end @@ -861,8 +940,8 @@ def list_password_credentials(application_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_password_credentials_with_http_info(application_object_id, custom_headers:nil) - list_password_credentials_async(application_object_id, custom_headers:custom_headers).value! + def list_password_credentials_with_http_info(application_object_id, custom_headers = nil) + list_password_credentials_async(application_object_id, custom_headers).value! end # @@ -874,14 +953,13 @@ def list_password_credentials_with_http_info(application_object_id, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_password_credentials_async(application_object_id, custom_headers:nil) + def list_password_credentials_async(application_object_id, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -936,8 +1014,8 @@ def list_password_credentials_async(application_object_id, custom_headers:nil) # will be added to the HTTP request. # # - def update_password_credentials(application_object_id, parameters, custom_headers:nil) - response = update_password_credentials_async(application_object_id, parameters, custom_headers:custom_headers).value! + def update_password_credentials(application_object_id, parameters, custom_headers = nil) + response = update_password_credentials_async(application_object_id, parameters, custom_headers).value! nil end @@ -952,8 +1030,8 @@ def update_password_credentials(application_object_id, parameters, custom_header # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_password_credentials_with_http_info(application_object_id, parameters, custom_headers:nil) - update_password_credentials_async(application_object_id, parameters, custom_headers:custom_headers).value! + def update_password_credentials_with_http_info(application_object_id, parameters, custom_headers = nil) + update_password_credentials_async(application_object_id, parameters, custom_headers).value! end # @@ -967,7 +1045,7 @@ def update_password_credentials_with_http_info(application_object_id, parameters # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_password_credentials_async(application_object_id, parameters, custom_headers:nil) + def update_password_credentials_async(application_object_id, parameters, custom_headers = nil) fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -975,12 +1053,13 @@ def update_password_credentials_async(application_object_id, parameters, custom_ request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -1017,6 +1096,93 @@ def update_password_credentials_async(application_object_id, parameters, custom_ promise.execute end + # + # Gets an object id for a given application id from the current tenant. + # + # @param application_id [String] The application ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ServicePrincipalObjectResult] operation results. + # + def get_service_principals_id_by_app_id(application_id, custom_headers = nil) + response = get_service_principals_id_by_app_id_async(application_id, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets an object id for a given application id from the current tenant. + # + # @param application_id [String] The application ID. + # @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_service_principals_id_by_app_id_with_http_info(application_id, custom_headers = nil) + get_service_principals_id_by_app_id_async(application_id, custom_headers).value! + end + + # + # Gets an object id for a given application id from the current tenant. + # + # @param application_id [String] The application ID. + # @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_service_principals_id_by_app_id_async(application_id, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + fail ArgumentError, 'application_id is nil' if application_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/servicePrincipalsByAppId/{applicationID}/objectId' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id,'applicationID' => application_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult.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 applications from the current tenant. # @@ -1026,8 +1192,8 @@ def update_password_credentials_async(application_object_id, parameters, custom_ # # @return [Array] operation results. # - def list_next(next_link, custom_headers:nil) - response = list_next_async(next_link, custom_headers:custom_headers).value! + def list_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -1040,8 +1206,8 @@ def list_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_link, custom_headers:nil) - list_next_async(next_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! end # @@ -1053,14 +1219,13 @@ def list_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_link, custom_headers:nil) + def list_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1106,6 +1271,102 @@ def list_next_async(next_link, custom_headers:nil) promise.execute end + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + # # Lists applications by filter parameters. # @@ -1116,12 +1377,37 @@ def list_next_async(next_link, custom_headers:nil) # @return [ApplicationListResult] which provide lazy access to pages of the # response. # - def list_as_lazy(filter:nil, custom_headers:nil) - response = list_async(filter:filter, custom_headers:custom_headers).value! + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - list_next_async(next_link, custom_headers:custom_headers) + list_next_async(next_link, custom_headers) + end + page + end + end + + # + # Directory objects that are owners of the application. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param application_object_id [String] The object ID of the application for + # which to get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(application_object_id, custom_headers = nil) + response = list_owners_async(application_object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) end page end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb new file mode 100644 index 0000000000..803484096c --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/deleted_applications.rb @@ -0,0 +1,383 @@ +# 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::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class DeletedApplications + include MsRestAzure + + # + # Creates and initializes a new instance of the DeletedApplications class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [Application] operation results. + # + def restore(object_id, custom_headers = nil) + response = restore_async(object_id, custom_headers).value! + response.body unless response.nil? + end + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @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 restore_with_http_info(object_id, custom_headers = nil) + restore_async(object_id, custom_headers).value! + end + + # + # Restores the deleted application in the directory. + # + # @param object_id [String] Application object ID. + # @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 restore_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications/{objectId}/restore' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::Application.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 deleted applications in the directory. + # + # @param filter [String] The filter to apply to the operation. + # @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(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) + first_page.get_all_items + end + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the 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_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! + end + + # + # Gets a list of deleted applications in the directory. + # + # @param filter [String] The filter to apply to the 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_async(filter = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'$filter' => filter,'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ApplicationListResult.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 + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def hard_delete(application_object_id, custom_headers = nil) + response = hard_delete_async(application_object_id, custom_headers).value! + nil + end + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @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 hard_delete_with_http_info(application_object_id, custom_headers = nil) + hard_delete_async(application_object_id, custom_headers).value! + end + + # + # Hard-delete an application. + # + # @param application_object_id [String] Application object ID. + # @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 hard_delete_async(application_object_id, custom_headers = nil) + fail ArgumentError, 'application_object_id is nil' if application_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/deletedApplications/{applicationObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'applicationObjectId' => application_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the list operation. + # @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_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the 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_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! + end + + # + # Gets a list of deleted applications in the directory. + # + # @param next_link [String] Next link for the 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_next_async(next_link, custom_headers = nil) + fail ArgumentError, 'next_link is nil' if next_link.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + skip_encoding_path_params: {'nextLink' => next_link}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ApplicationListResult.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 deleted applications in the directory. + # + # @param filter [String] The filter to apply to the operation. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ApplicationListResult] which provide lazy access to pages of the + # response. + # + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_link| + list_next_async(next_link, custom_headers) + end + page + end + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/domains.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/domains.rb index 12ed7e6576..7f1efec6a1 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/domains.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/domains.rb @@ -30,8 +30,8 @@ def initialize(client) # # @return [DomainListResult] operation results. # - def list(filter:nil, custom_headers:nil) - response = list_async(filter:filter, custom_headers:custom_headers).value! + def list(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! response.body unless response.nil? end @@ -44,8 +44,8 @@ def list(filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(filter:nil, custom_headers:nil) - list_async(filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! end # @@ -57,13 +57,12 @@ def list_with_http_info(filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(filter:nil, custom_headers:nil) + def list_async(filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -117,8 +116,8 @@ def list_async(filter:nil, custom_headers:nil) # # @return [Domain] operation results. # - def get(domain_name, custom_headers:nil) - response = get_async(domain_name, custom_headers:custom_headers).value! + def get(domain_name, custom_headers = nil) + response = get_async(domain_name, custom_headers).value! response.body unless response.nil? end @@ -131,8 +130,8 @@ def get(domain_name, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(domain_name, custom_headers:nil) - get_async(domain_name, custom_headers:custom_headers).value! + def get_with_http_info(domain_name, custom_headers = nil) + get_async(domain_name, custom_headers).value! end # @@ -144,14 +143,13 @@ def get_with_http_info(domain_name, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(domain_name, custom_headers:nil) + def get_async(domain_name, custom_headers = nil) fail ArgumentError, 'domain_name is nil' if domain_name.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb index cca3958f78..ccea915e69 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/graph_rbac_client.rb @@ -23,24 +23,26 @@ class GraphRbacClient < MsRestAzure::AzureServiceClient # @return [String] The tenant ID. attr_accessor :tenant_id - # @return [String] The preferred language for the response. + # @return [String] Gets or sets the preferred language for the response. attr_accessor :accept_language - # @return [Integer] The retry timeout in seconds for Long Running - # Operations. Default value is 30. + # @return [Integer] Gets or sets the retry timeout in seconds for Long + # Running Operations. Default value is 30. attr_accessor :long_running_operation_retry_timeout - # @return [Boolean] Whether a unique x-ms-client-request-id should be - # generated. When set to true a unique x-ms-client-request-id value is - # generated and included in each request. Default is true. + # @return [Boolean] When set to true a unique x-ms-client-request-id value + # is generated and included in each request. Default is true. attr_accessor :generate_client_request_id - # @return [Objects] objects - attr_reader :objects + # @return [SignedInUser] signed_in_user + attr_reader :signed_in_user # @return [Applications] applications attr_reader :applications + # @return [DeletedApplications] deleted_applications + attr_reader :deleted_applications + # @return [Groups] groups attr_reader :groups @@ -50,9 +52,16 @@ class GraphRbacClient < MsRestAzure::AzureServiceClient # @return [Users] users attr_reader :users + # @return [Objects] objects + attr_reader :objects + # @return [Domains] domains attr_reader :domains + # @return [OAuth2PermissionGrantOperations] + # oauth2permission_grant_operations + attr_reader :oauth2permission_grant_operations + # # Creates initializes a new instance of the GraphRbacClient class. # @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client. @@ -66,12 +75,15 @@ def initialize(credentials = nil, base_url = nil, options = nil) fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil? @credentials = credentials - @objects = Objects.new(self) + @signed_in_user = SignedInUser.new(self) @applications = Applications.new(self) + @deleted_applications = DeletedApplications.new(self) @groups = Groups.new(self) @service_principals = ServicePrincipals.new(self) @users = Users.new(self) + @objects = Objects.new(self) @domains = Domains.new(self) + @oauth2permission_grant_operations = OAuth2PermissionGrantOperations.new(self) @api_version = '1.6' @accept_language = 'en-US' @long_running_operation_retry_timeout = 30 @@ -125,9 +137,6 @@ def make_request_async(method, path, options = {}) fail ArgumentError, 'path is nil' if path.nil? request_url = options[:base_url] || @base_url - if(!options[:headers].nil? && !options[:headers]['Content-Type'].nil?) - @request_headers['Content-Type'] = options[:headers]['Content-Type'] - end request_headers = @request_headers request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil? @@ -144,7 +153,9 @@ def make_request_async(method, path, options = {}) # def add_telemetry sdk_information = 'azure_graph_rbac' - sdk_information = "#{sdk_information}/0.17.0" + if defined? Azure::GraphRbac::V1_6::VERSION + sdk_information = "#{sdk_information}/#{Azure::GraphRbac::V1_6::VERSION}" + end add_user_agent_information(sdk_information) end end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb index f3b888bd35..888db23f40 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/groups.rb @@ -32,8 +32,8 @@ def initialize(client) # # @return [CheckGroupMembershipResult] operation results. # - def is_member_of(parameters, custom_headers:nil) - response = is_member_of_async(parameters, custom_headers:custom_headers).value! + def is_member_of(parameters, custom_headers = nil) + response = is_member_of_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -48,8 +48,8 @@ def is_member_of(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def is_member_of_with_http_info(parameters, custom_headers:nil) - is_member_of_async(parameters, custom_headers:custom_headers).value! + def is_member_of_with_http_info(parameters, custom_headers = nil) + is_member_of_async(parameters, custom_headers).value! end # @@ -63,19 +63,20 @@ def is_member_of_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def is_member_of_async(parameters, custom_headers:nil) + def is_member_of_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::CheckGroupMembershipParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -132,8 +133,8 @@ def is_member_of_async(parameters, custom_headers:nil) # will be added to the HTTP request. # # - def remove_member(group_object_id, member_object_id, custom_headers:nil) - response = remove_member_async(group_object_id, member_object_id, custom_headers:custom_headers).value! + def remove_member(group_object_id, member_object_id, custom_headers = nil) + response = remove_member_async(group_object_id, member_object_id, custom_headers).value! nil end @@ -148,8 +149,8 @@ def remove_member(group_object_id, member_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def remove_member_with_http_info(group_object_id, member_object_id, custom_headers:nil) - remove_member_async(group_object_id, member_object_id, custom_headers:custom_headers).value! + def remove_member_with_http_info(group_object_id, member_object_id, custom_headers = nil) + remove_member_async(group_object_id, member_object_id, custom_headers).value! end # @@ -163,7 +164,7 @@ def remove_member_with_http_info(group_object_id, member_object_id, custom_heade # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def remove_member_async(group_object_id, member_object_id, custom_headers:nil) + def remove_member_async(group_object_id, member_object_id, custom_headers = nil) fail ArgumentError, 'group_object_id is nil' if group_object_id.nil? fail ArgumentError, 'member_object_id is nil' if member_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -171,7 +172,6 @@ def remove_member_async(group_object_id, member_object_id, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -218,8 +218,8 @@ def remove_member_async(group_object_id, member_object_id, custom_headers:nil) # will be added to the HTTP request. # # - def add_member(group_object_id, parameters, custom_headers:nil) - response = add_member_async(group_object_id, parameters, custom_headers:custom_headers).value! + def add_member(group_object_id, parameters, custom_headers = nil) + response = add_member_async(group_object_id, parameters, custom_headers).value! nil end @@ -236,8 +236,8 @@ def add_member(group_object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def add_member_with_http_info(group_object_id, parameters, custom_headers:nil) - add_member_async(group_object_id, parameters, custom_headers:custom_headers).value! + def add_member_with_http_info(group_object_id, parameters, custom_headers = nil) + add_member_async(group_object_id, parameters, custom_headers).value! end # @@ -253,7 +253,7 @@ def add_member_with_http_info(group_object_id, parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def add_member_async(group_object_id, parameters, custom_headers:nil) + def add_member_async(group_object_id, parameters, custom_headers = nil) fail ArgumentError, 'group_object_id is nil' if group_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -261,12 +261,13 @@ def add_member_async(group_object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::GroupAddMemberParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -313,8 +314,8 @@ def add_member_async(group_object_id, parameters, custom_headers:nil) # # @return [ADGroup] operation results. # - def create(parameters, custom_headers:nil) - response = create_async(parameters, custom_headers:custom_headers).value! + def create(parameters, custom_headers = nil) + response = create_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -328,8 +329,8 @@ def create(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_with_http_info(parameters, custom_headers:nil) - create_async(parameters, custom_headers:custom_headers).value! + def create_with_http_info(parameters, custom_headers = nil) + create_async(parameters, custom_headers).value! end # @@ -342,19 +343,20 @@ def create_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_async(parameters, custom_headers:nil) + def create_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::GroupCreateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -410,8 +412,8 @@ def create_async(parameters, custom_headers:nil) # # @return [Array] operation results. # - def list(filter:nil, custom_headers:nil) - first_page = list_as_lazy(filter:filter, custom_headers:custom_headers) + def list(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) first_page.get_all_items end @@ -424,8 +426,8 @@ def list(filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(filter:nil, custom_headers:nil) - list_async(filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! end # @@ -437,13 +439,12 @@ def list_with_http_info(filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(filter:nil, custom_headers:nil) + def list_async(filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -496,10 +497,10 @@ def list_async(filter:nil, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # - def get_group_members(object_id, custom_headers:nil) - first_page = get_group_members_as_lazy(object_id, custom_headers:custom_headers) + def get_group_members(object_id, custom_headers = nil) + first_page = get_group_members_as_lazy(object_id, custom_headers) first_page.get_all_items end @@ -513,8 +514,8 @@ def get_group_members(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_group_members_with_http_info(object_id, custom_headers:nil) - get_group_members_async(object_id, custom_headers:custom_headers).value! + def get_group_members_with_http_info(object_id, custom_headers = nil) + get_group_members_async(object_id, custom_headers).value! end # @@ -527,14 +528,13 @@ def get_group_members_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_group_members_async(object_id, custom_headers:nil) + def get_group_members_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -566,7 +566,7 @@ def get_group_members_async(object_id, custom_headers:nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -589,8 +589,8 @@ def get_group_members_async(object_id, custom_headers:nil) # # @return [ADGroup] operation results. # - def get(object_id, custom_headers:nil) - response = get_async(object_id, custom_headers:custom_headers).value! + def get(object_id, custom_headers = nil) + response = get_async(object_id, custom_headers).value! response.body unless response.nil? end @@ -604,8 +604,8 @@ def get(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(object_id, custom_headers:nil) - get_async(object_id, custom_headers:custom_headers).value! + def get_with_http_info(object_id, custom_headers = nil) + get_async(object_id, custom_headers).value! end # @@ -618,14 +618,13 @@ def get_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(object_id, custom_headers:nil) + def get_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -678,8 +677,8 @@ def get_async(object_id, custom_headers:nil) # will be added to the HTTP request. # # - def delete(object_id, custom_headers:nil) - response = delete_async(object_id, custom_headers:custom_headers).value! + def delete(object_id, custom_headers = nil) + response = delete_async(object_id, custom_headers).value! nil end @@ -692,8 +691,8 @@ def delete(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(object_id, custom_headers:nil) - delete_async(object_id, custom_headers:custom_headers).value! + def delete_with_http_info(object_id, custom_headers = nil) + delete_async(object_id, custom_headers).value! end # @@ -705,14 +704,13 @@ def delete_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(object_id, custom_headers:nil) + def delete_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -760,8 +758,8 @@ def delete_async(object_id, custom_headers:nil) # # @return [GroupGetMemberGroupsResult] operation results. # - def get_member_groups(object_id, parameters, custom_headers:nil) - response = get_member_groups_async(object_id, parameters, custom_headers:custom_headers).value! + def get_member_groups(object_id, parameters, custom_headers = nil) + response = get_member_groups_async(object_id, parameters, custom_headers).value! response.body unless response.nil? end @@ -778,8 +776,8 @@ def get_member_groups(object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_member_groups_with_http_info(object_id, parameters, custom_headers:nil) - get_member_groups_async(object_id, parameters, custom_headers:custom_headers).value! + def get_member_groups_with_http_info(object_id, parameters, custom_headers = nil) + get_member_groups_async(object_id, parameters, custom_headers).value! end # @@ -795,7 +793,7 @@ def get_member_groups_with_http_info(object_id, parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_member_groups_async(object_id, parameters, custom_headers:nil) + def get_member_groups_async(object_id, parameters, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -803,12 +801,13 @@ def get_member_groups_async(object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -855,6 +854,280 @@ def get_member_groups_async(object_id, parameters, custom_headers:nil) promise.execute end + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners(object_id, custom_headers = nil) + first_page = list_owners_as_lazy(object_id, custom_headers) + first_page.get_all_items + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners_with_http_info(object_id, custom_headers = nil) + list_owners_async(object_id, custom_headers).value! + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @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_owners_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/groups/{objectId}/owners' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def add_owner(object_id, parameters, custom_headers = nil) + response = add_owner_async(object_id, parameters, custom_headers).value! + nil + end + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @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 add_owner_with_http_info(object_id, parameters, custom_headers = nil) + add_owner_async(object_id, parameters, custom_headers).value! + end + + # + # Add an owner to a group. + # + # @param object_id [String] The object ID of the application to which to add + # the owner. + # @param parameters [AddOwnerParameters] The URL of the owner object, such as + # https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd. + # @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 add_owner_async(object_id, parameters, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::AddOwnerParameters.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/groups/{objectId}/$links/owners' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def remove_owner(object_id, owner_object_id, custom_headers = nil) + response = remove_owner_async(object_id, owner_object_id, custom_headers).value! + nil + end + + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @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 remove_owner_with_http_info(object_id, owner_object_id, custom_headers = nil) + remove_owner_async(object_id, owner_object_id, custom_headers).value! + end + + # + # Remove a member from owners. + # + # @param object_id [String] The object ID of the group from which to remove the + # owner. + # @param owner_object_id [String] Owner object id + # @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 remove_owner_async(object_id, owner_object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'owner_object_id is nil' if owner_object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/groups/{objectId}/$links/owners/{ownerObjectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'ownerObjectId' => owner_object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Gets a list of groups for the current tenant. # @@ -864,8 +1137,8 @@ def get_member_groups_async(object_id, parameters, custom_headers:nil) # # @return [Array] operation results. # - def list_next(next_link, custom_headers:nil) - response = list_next_async(next_link, custom_headers:custom_headers).value! + def list_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -878,8 +1151,8 @@ def list_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_link, custom_headers:nil) - list_next_async(next_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! end # @@ -891,14 +1164,13 @@ def list_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_link, custom_headers:nil) + def list_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -951,10 +1223,10 @@ def list_next_async(next_link, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # - def get_group_members_next(next_link, custom_headers:nil) - response = get_group_members_next_async(next_link, custom_headers:custom_headers).value! + def get_group_members_next(next_link, custom_headers = nil) + response = get_group_members_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -967,8 +1239,8 @@ def get_group_members_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_group_members_next_with_http_info(next_link, custom_headers:nil) - get_group_members_next_async(next_link, custom_headers:custom_headers).value! + def get_group_members_next_with_http_info(next_link, custom_headers = nil) + get_group_members_next_async(next_link, custom_headers).value! end # @@ -980,14 +1252,13 @@ def get_group_members_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_group_members_next_async(next_link, custom_headers:nil) + def get_group_members_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -1020,7 +1291,103 @@ def get_group_members_next_async(next_link, custom_headers:nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -1042,12 +1409,12 @@ def get_group_members_next_async(next_link, custom_headers:nil) # # @return [GroupListResult] which provide lazy access to pages of the response. # - def list_as_lazy(filter:nil, custom_headers:nil) - response = list_async(filter:filter, custom_headers:custom_headers).value! + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - list_next_async(next_link, custom_headers:custom_headers) + list_next_async(next_link, custom_headers) end page end @@ -1061,15 +1428,39 @@ def list_as_lazy(filter:nil, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [GetObjectsResult] which provide lazy access to pages of the + # @return [DirectoryObjectListResult] which provide lazy access to pages of the # response. # - def get_group_members_as_lazy(object_id, custom_headers:nil) - response = get_group_members_async(object_id, custom_headers:custom_headers).value! + def get_group_members_as_lazy(object_id, custom_headers = nil) + response = get_group_members_async(object_id, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - get_group_members_next_async(next_link, custom_headers:custom_headers) + get_group_members_next_async(next_link, custom_headers) + end + page + end + end + + # + # Directory objects that are owners of the group. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the group for which to get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(object_id, custom_headers = nil) + response = list_owners_async(object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) end page end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb new file mode 100644 index 0000000000..bb50564dd6 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/add_owner_parameters.rb @@ -0,0 +1,65 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Request parameters for adding a owner to an application. + # + class AddOwnerParameters + + include MsRestAzure + + # @return Unmatched properties from the message are deserialized this + # collection + attr_accessor :additional_properties + + # @return [String] A owner object URL, such as + # "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", + # where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and + # "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the owner + # (user, application, servicePrincipal, group) to be added. + attr_accessor :url + + + # + # Mapper for AddOwnerParameters class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AddOwnerParameters', + type: { + name: 'Composite', + class_name: 'AddOwnerParameters', + model_properties: { + additional_properties: { + required: false, + type: { + name: 'Dictionary', + value: { + required: false, + serialized_name: 'ObjectElementType', + type: { + name: 'Object' + } + } + } + }, + url: { + required: true, + serialized_name: 'url', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb index 6df08e7c56..410f13e4cb 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/adgroup.rb @@ -22,6 +22,14 @@ def initialize # @return [String] The display name of the group. attr_accessor :display_name + # @return [Boolean] Whether the group is mail-enabled. Must be false. + # This is because only pure security groups can be created using the + # Graph API. + attr_accessor :mail_enabled + + # @return [String] The mail alias for the group. + attr_accessor :mail_nickname + # @return [Boolean] Whether the group is security-enable. attr_accessor :security_enabled @@ -35,7 +43,6 @@ def initialize # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Group', type: { @@ -43,12 +50,10 @@ def self.mapper() class_name: 'ADGroup', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -58,7 +63,6 @@ def self.mapper() } }, object_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'objectId', @@ -67,7 +71,6 @@ def self.mapper() } }, deletion_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletionTimestamp', @@ -76,7 +79,6 @@ def self.mapper() } }, objectType: { - client_side_validation: true, required: true, serialized_name: 'objectType', type: { @@ -84,15 +86,27 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, + mail_enabled: { + required: false, + serialized_name: 'mailEnabled', + type: { + name: 'Boolean' + } + }, + mail_nickname: { + required: false, + serialized_name: 'mailNickname', + type: { + name: 'String' + } + }, security_enabled: { - client_side_validation: true, required: false, serialized_name: 'securityEnabled', type: { @@ -100,7 +114,6 @@ def self.mapper() } }, mail: { - client_side_validation: true, required: false, serialized_name: 'mail', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb new file mode 100644 index 0000000000..ed380aaffc --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/app_role.rb @@ -0,0 +1,111 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Model object. + # + # + class AppRole + + include MsRestAzure + + # @return [String] Unique role identifier inside the appRoles collection. + attr_accessor :id + + # @return [Array] Specifies whether this app role definition can + # be assigned to users and groups by setting to 'User', or to other + # applications (that are accessing this application in daemon service + # scenarios) by setting to 'Application', or to both. + attr_accessor :allowed_member_types + + # @return [String] Permission help text that appears in the admin app + # assignment and consent experiences. + attr_accessor :description + + # @return [String] Display name for the permission that appears in the + # admin consent and app assignment experiences. + attr_accessor :display_name + + # @return [Boolean] When creating or updating a role definition, this + # must be set to true (which is the default). To delete a role, this must + # first be set to false. At that point, in a subsequent call, this role + # may be removed. + attr_accessor :is_enabled + + # @return [String] Specifies the value of the roles claim that the + # application should expect in the authentication and access tokens. + attr_accessor :value + + + # + # Mapper for AppRole class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'AppRole', + type: { + name: 'Composite', + class_name: 'AppRole', + model_properties: { + id: { + required: false, + serialized_name: 'id', + type: { + name: 'String' + } + }, + allowed_member_types: { + required: false, + serialized_name: 'allowedMemberTypes', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + description: { + required: false, + serialized_name: 'description', + type: { + name: 'String' + } + }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + is_enabled: { + required: false, + serialized_name: 'isEnabled', + type: { + name: 'Boolean' + } + }, + value: { + required: false, + serialized_name: 'value', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb index 0d04db4951..824eea7cae 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application.rb @@ -22,28 +22,133 @@ def initialize # @return [String] The application ID. attr_accessor :app_id + # @return [Boolean] A property on the application to indicate if the + # application accepts other IDPs or not or partially accepts. + attr_accessor :allow_guests_sign_in + + # @return [Boolean] Indicates that the application supports pass through + # users who have no presence in the resource tenant. + attr_accessor :allow_passthrough_users + + # @return [String] The url for the application logo image stored in a + # CDN. + attr_accessor :app_logo_url + + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + # @return [Array] The application permissions. attr_accessor :app_permissions - # @return [Boolean] Whether the application is be available to other + # @return [Boolean] Whether the application is available to other # tenants. attr_accessor :available_to_other_tenants # @return [String] The display name of the application. attr_accessor :display_name - # @return [Array] A collection of URIs for the application. - attr_accessor :identifier_uris + # @return [String] A URL provided by the author of the application to + # report errors when using the application. + attr_accessor :error_url - # @return [Array] A collection of reply URLs for the application. - attr_accessor :reply_urls + # @return Configures the groups claim issued in a user or OAuth 2.0 + # access token that the app expects. + attr_accessor :group_membership_claims # @return [String] The home page of the application. attr_accessor :homepage + # @return [Array] A collection of URIs for the application. + attr_accessor :identifier_uris + + # @return [InformationalUrl] URLs with more information about the + # application. + attr_accessor :informational_urls + + # @return [Boolean] Specifies whether this application supports device + # authentication without a user. The default is false. + attr_accessor :is_device_only_auth_supported + + # @return [Array] A collection of KeyCredential objects. + attr_accessor :key_credentials + + # @return [Array] Client applications that are tied to this + # resource application. Consent to any of the known client applications + # will result in implicit consent to the resource application through a + # combined consent dialog (showing the OAuth permission scopes required + # by the client and the resource). + attr_accessor :known_client_applications + + # @return [String] the url of the logout page + attr_accessor :logout_url + # @return [Boolean] Whether to allow implicit grant flow for OAuth2 attr_accessor :oauth2allow_implicit_flow + # @return [Boolean] Specifies whether during a token Request Azure AD + # will allow path matching of the redirect URI against the applications + # collection of replyURLs. The default is false. + attr_accessor :oauth2allow_url_path_matching + + # @return [Array] The collection of OAuth 2.0 + # permission scopes that the web API (resource) application exposes to + # client applications. These permission scopes may be granted to client + # applications during consent. + attr_accessor :oauth2permissions + + # @return [Boolean] Specifies whether, as part of OAuth 2.0 token + # requests, Azure AD will allow POST requests, as opposed to GET + # requests. The default is false, which specifies that only GET requests + # will be allowed. + attr_accessor :oauth2require_post_response + + # @return [Array] A list of tenants allowed to access + # application. + attr_accessor :org_restrictions + + # @return [OptionalClaims] + attr_accessor :optional_claims + + # @return [Array] A collection of PasswordCredential + # objects + attr_accessor :password_credentials + + # @return [Array] list of pre-authorized + # applications. + attr_accessor :pre_authorized_applications + + # @return [Boolean] Specifies whether this application is a public client + # (such as an installed application running on a mobile device). Default + # is false. + attr_accessor :public_client + + # @return [String] Reliable domain which can be used to identify an + # application. + attr_accessor :publisher_domain + + # @return [Array] A collection of reply URLs for the application. + attr_accessor :reply_urls + + # @return [Array] Specifies resources that this + # application requires access to and the set of OAuth permission scopes + # and application roles that it needs under each of those resources. This + # pre-configuration of required resource access drives the consent + # experience. + attr_accessor :required_resource_access + + # @return [String] The URL to the SAML metadata for the application. + attr_accessor :saml_metadata_url + + # @return [String] Audience for signing in to the application + # (AzureADMyOrganization, AzureADAllOrganizations, + # AzureADAndMicrosoftAccounts). + attr_accessor :sign_in_audience + + # @return [String] The primary Web page. + attr_accessor :www_homepage + # # Mapper for Application class as Ruby Hash. @@ -51,7 +156,6 @@ def initialize # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Application', type: { @@ -59,12 +163,10 @@ def self.mapper() class_name: 'Application', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -74,7 +176,6 @@ def self.mapper() } }, object_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'objectId', @@ -83,7 +184,6 @@ def self.mapper() } }, deletion_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletionTimestamp', @@ -92,7 +192,6 @@ def self.mapper() } }, objectType: { - client_side_validation: true, required: true, serialized_name: 'objectType', type: { @@ -100,21 +199,54 @@ def self.mapper() } }, app_id: { - client_side_validation: true, required: false, serialized_name: 'appId', type: { name: 'String' } }, + allow_guests_sign_in: { + required: false, + serialized_name: 'allowGuestsSignIn', + type: { + name: 'Boolean' + } + }, + allow_passthrough_users: { + required: false, + serialized_name: 'allowPassthroughUsers', + type: { + name: 'Boolean' + } + }, + app_logo_url: { + required: false, + serialized_name: 'appLogoUrl', + type: { + name: 'String' + } + }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, app_permissions: { - client_side_validation: true, required: false, serialized_name: 'appPermissions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -124,7 +256,6 @@ def self.mapper() } }, available_to_other_tenants: { - client_side_validation: true, required: false, serialized_name: 'availableToOtherTenants', type: { @@ -132,21 +263,39 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, + error_url: { + required: false, + serialized_name: 'errorUrl', + type: { + name: 'String' + } + }, + group_membership_claims: { + required: false, + serialized_name: 'groupMembershipClaims', + type: { + name: 'Object' + } + }, + homepage: { + required: false, + serialized_name: 'homepage', + type: { + name: 'String' + } + }, identifier_uris: { - client_side_validation: true, required: false, serialized_name: 'identifierUris', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -155,14 +304,42 @@ def self.mapper() } } }, - reply_urls: { - client_side_validation: true, + informational_urls: { required: false, - serialized_name: 'replyUrls', + serialized_name: 'informationalUrls', + type: { + name: 'Composite', + class_name: 'InformationalUrl' + } + }, + is_device_only_auth_supported: { + required: false, + serialized_name: 'isDeviceOnlyAuthSupported', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + known_client_applications: { + required: false, + serialized_name: 'knownClientApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -171,21 +348,164 @@ def self.mapper() } } }, - homepage: { - client_side_validation: true, + logout_url: { required: false, - serialized_name: 'homepage', + serialized_name: 'logoutUrl', type: { name: 'String' } }, oauth2allow_implicit_flow: { - client_side_validation: true, required: false, serialized_name: 'oauth2AllowImplicitFlow', type: { name: 'Boolean' } + }, + oauth2allow_url_path_matching: { + required: false, + serialized_name: 'oauth2AllowUrlPathMatching', + type: { + name: 'Boolean' + } + }, + oauth2permissions: { + required: false, + serialized_name: 'oauth2Permissions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OAuth2PermissionElementType', + type: { + name: 'Composite', + class_name: 'OAuth2Permission' + } + } + } + }, + oauth2require_post_response: { + required: false, + serialized_name: 'oauth2RequirePostResponse', + type: { + name: 'Boolean' + } + }, + org_restrictions: { + required: false, + serialized_name: 'orgRestrictions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + optional_claims: { + required: false, + serialized_name: 'optionalClaims', + type: { + name: 'Composite', + class_name: 'OptionalClaims' + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + pre_authorized_applications: { + required: false, + serialized_name: 'preAuthorizedApplications', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplication' + } + } + } + }, + public_client: { + required: false, + serialized_name: 'publicClient', + type: { + name: 'Boolean' + } + }, + publisher_domain: { + required: false, + serialized_name: 'publisherDomain', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + required_resource_access: { + required: false, + serialized_name: 'requiredResourceAccess', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'RequiredResourceAccessElementType', + type: { + name: 'Composite', + class_name: 'RequiredResourceAccess' + } + } + } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + sign_in_audience: { + required: false, + serialized_name: 'signInAudience', + type: { + name: 'String' + } + }, + www_homepage: { + required: false, + serialized_name: 'wwwHomepage', + type: { + name: 'String' + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb new file mode 100644 index 0000000000..7e15ce4fbb --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_base.rb @@ -0,0 +1,437 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Active Directive Application common properties shared among GET, POST and + # PATCH + # + class ApplicationBase + + include MsRestAzure + + # @return [Boolean] A property on the application to indicate if the + # application accepts other IDPs or not or partially accepts. + attr_accessor :allow_guests_sign_in + + # @return [Boolean] Indicates that the application supports pass through + # users who have no presence in the resource tenant. + attr_accessor :allow_passthrough_users + + # @return [String] The url for the application logo image stored in a + # CDN. + attr_accessor :app_logo_url + + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + + # @return [Array] The application permissions. + attr_accessor :app_permissions + + # @return [Boolean] Whether the application is available to other + # tenants. + attr_accessor :available_to_other_tenants + + # @return [String] A URL provided by the author of the application to + # report errors when using the application. + attr_accessor :error_url + + # @return Configures the groups claim issued in a user or OAuth 2.0 + # access token that the app expects. + attr_accessor :group_membership_claims + + # @return [String] The home page of the application. + attr_accessor :homepage + + # @return [InformationalUrl] URLs with more information about the + # application. + attr_accessor :informational_urls + + # @return [Boolean] Specifies whether this application supports device + # authentication without a user. The default is false. + attr_accessor :is_device_only_auth_supported + + # @return [Array] A collection of KeyCredential objects. + attr_accessor :key_credentials + + # @return [Array] Client applications that are tied to this + # resource application. Consent to any of the known client applications + # will result in implicit consent to the resource application through a + # combined consent dialog (showing the OAuth permission scopes required + # by the client and the resource). + attr_accessor :known_client_applications + + # @return [String] the url of the logout page + attr_accessor :logout_url + + # @return [Boolean] Whether to allow implicit grant flow for OAuth2 + attr_accessor :oauth2allow_implicit_flow + + # @return [Boolean] Specifies whether during a token Request Azure AD + # will allow path matching of the redirect URI against the applications + # collection of replyURLs. The default is false. + attr_accessor :oauth2allow_url_path_matching + + # @return [Array] The collection of OAuth 2.0 + # permission scopes that the web API (resource) application exposes to + # client applications. These permission scopes may be granted to client + # applications during consent. + attr_accessor :oauth2permissions + + # @return [Boolean] Specifies whether, as part of OAuth 2.0 token + # requests, Azure AD will allow POST requests, as opposed to GET + # requests. The default is false, which specifies that only GET requests + # will be allowed. + attr_accessor :oauth2require_post_response + + # @return [Array] A list of tenants allowed to access + # application. + attr_accessor :org_restrictions + + # @return [OptionalClaims] + attr_accessor :optional_claims + + # @return [Array] A collection of PasswordCredential + # objects + attr_accessor :password_credentials + + # @return [Array] list of pre-authorized + # applications. + attr_accessor :pre_authorized_applications + + # @return [Boolean] Specifies whether this application is a public client + # (such as an installed application running on a mobile device). Default + # is false. + attr_accessor :public_client + + # @return [String] Reliable domain which can be used to identify an + # application. + attr_accessor :publisher_domain + + # @return [Array] A collection of reply URLs for the application. + attr_accessor :reply_urls + + # @return [Array] Specifies resources that this + # application requires access to and the set of OAuth permission scopes + # and application roles that it needs under each of those resources. This + # pre-configuration of required resource access drives the consent + # experience. + attr_accessor :required_resource_access + + # @return [String] The URL to the SAML metadata for the application. + attr_accessor :saml_metadata_url + + # @return [String] Audience for signing in to the application + # (AzureADMyOrganization, AzureADAllOrganizations, + # AzureADAndMicrosoftAccounts). + attr_accessor :sign_in_audience + + # @return [String] The primary Web page. + attr_accessor :www_homepage + + + # + # Mapper for ApplicationBase class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ApplicationBase', + type: { + name: 'Composite', + class_name: 'ApplicationBase', + model_properties: { + allow_guests_sign_in: { + required: false, + serialized_name: 'allowGuestsSignIn', + type: { + name: 'Boolean' + } + }, + allow_passthrough_users: { + required: false, + serialized_name: 'allowPassthroughUsers', + type: { + name: 'Boolean' + } + }, + app_logo_url: { + required: false, + serialized_name: 'appLogoUrl', + type: { + name: 'String' + } + }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, + app_permissions: { + required: false, + serialized_name: 'appPermissions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + available_to_other_tenants: { + required: false, + serialized_name: 'availableToOtherTenants', + type: { + name: 'Boolean' + } + }, + error_url: { + required: false, + serialized_name: 'errorUrl', + type: { + name: 'String' + } + }, + group_membership_claims: { + required: false, + serialized_name: 'groupMembershipClaims', + type: { + name: 'Object' + } + }, + homepage: { + required: false, + serialized_name: 'homepage', + type: { + name: 'String' + } + }, + informational_urls: { + required: false, + serialized_name: 'informationalUrls', + type: { + name: 'Composite', + class_name: 'InformationalUrl' + } + }, + is_device_only_auth_supported: { + required: false, + serialized_name: 'isDeviceOnlyAuthSupported', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + known_client_applications: { + required: false, + serialized_name: 'knownClientApplications', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + logout_url: { + required: false, + serialized_name: 'logoutUrl', + type: { + name: 'String' + } + }, + oauth2allow_implicit_flow: { + required: false, + serialized_name: 'oauth2AllowImplicitFlow', + type: { + name: 'Boolean' + } + }, + oauth2allow_url_path_matching: { + required: false, + serialized_name: 'oauth2AllowUrlPathMatching', + type: { + name: 'Boolean' + } + }, + oauth2permissions: { + required: false, + serialized_name: 'oauth2Permissions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OAuth2PermissionElementType', + type: { + name: 'Composite', + class_name: 'OAuth2Permission' + } + } + } + }, + oauth2require_post_response: { + required: false, + serialized_name: 'oauth2RequirePostResponse', + type: { + name: 'Boolean' + } + }, + org_restrictions: { + required: false, + serialized_name: 'orgRestrictions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + optional_claims: { + required: false, + serialized_name: 'optionalClaims', + type: { + name: 'Composite', + class_name: 'OptionalClaims' + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + pre_authorized_applications: { + required: false, + serialized_name: 'preAuthorizedApplications', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplication' + } + } + } + }, + public_client: { + required: false, + serialized_name: 'publicClient', + type: { + name: 'Boolean' + } + }, + publisher_domain: { + required: false, + serialized_name: 'publisherDomain', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + required_resource_access: { + required: false, + serialized_name: 'requiredResourceAccess', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'RequiredResourceAccessElementType', + type: { + name: 'Composite', + class_name: 'RequiredResourceAccess' + } + } + } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + sign_in_audience: { + required: false, + serialized_name: 'signInAudience', + type: { + name: 'String' + } + }, + www_homepage: { + required: false, + serialized_name: 'wwwHomepage', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb index 083659cec2..d63b4c0917 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_create_parameters.rb @@ -8,47 +8,16 @@ module Models # # Request parameters for creating a new application. # - class ApplicationCreateParameters + class ApplicationCreateParameters < ApplicationBase include MsRestAzure - # @return Unmatched properties from the message are deserialized this - # collection - attr_accessor :additional_properties - - # @return [Boolean] Whether the application is available to other - # tenants. - attr_accessor :available_to_other_tenants - # @return [String] The display name of the application. attr_accessor :display_name - # @return [String] The home page of the application. - attr_accessor :homepage - # @return [Array] A collection of URIs for the application. attr_accessor :identifier_uris - # @return [Array] A collection of reply URLs for the application. - attr_accessor :reply_urls - - # @return [Array] The list of KeyCredential objects. - attr_accessor :key_credentials - - # @return [Array] The list of PasswordCredential - # objects. - attr_accessor :password_credentials - - # @return [Boolean] Whether to allow implicit grant flow for OAuth2 - attr_accessor :oauth2allow_implicit_flow - - # @return [Array] Specifies resources that this - # application requires access to and the set of OAuth permission scopes - # and application roles that it needs under each of those resources. This - # pre-configuration of required resource access drives the consent - # experience. - attr_accessor :required_resource_access - # # Mapper for ApplicationCreateParameters class as Ruby Hash. @@ -56,76 +25,126 @@ class ApplicationCreateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationCreateParameters', type: { name: 'Composite', class_name: 'ApplicationCreateParameters', model_properties: { - additional_properties: { - client_side_validation: true, + allow_guests_sign_in: { + required: false, + serialized_name: 'allowGuestsSignIn', + type: { + name: 'Boolean' + } + }, + allow_passthrough_users: { + required: false, + serialized_name: 'allowPassthroughUsers', + type: { + name: 'Boolean' + } + }, + app_logo_url: { + required: false, + serialized_name: 'appLogoUrl', + type: { + name: 'String' + } + }, + app_roles: { required: false, + serialized_name: 'appRoles', type: { - name: 'Dictionary', - value: { - client_side_validation: true, + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, + app_permissions: { + required: false, + serialized_name: 'appPermissions', + type: { + name: 'Sequence', + element: { required: false, - serialized_name: 'ObjectElementType', + serialized_name: 'StringElementType', type: { - name: 'Object' + name: 'String' } } } }, available_to_other_tenants: { - client_side_validation: true, - required: true, + required: false, serialized_name: 'availableToOtherTenants', type: { name: 'Boolean' } }, - display_name: { - client_side_validation: true, - required: true, - serialized_name: 'displayName', + error_url: { + required: false, + serialized_name: 'errorUrl', type: { name: 'String' } }, + group_membership_claims: { + required: false, + serialized_name: 'groupMembershipClaims', + type: { + name: 'Object' + } + }, homepage: { - client_side_validation: true, required: false, serialized_name: 'homepage', type: { name: 'String' } }, - identifier_uris: { - client_side_validation: true, - required: true, - serialized_name: 'identifierUris', + informational_urls: { + required: false, + serialized_name: 'informationalUrls', + type: { + name: 'Composite', + class_name: 'InformationalUrl' + } + }, + is_device_only_auth_supported: { + required: false, + serialized_name: 'isDeviceOnlyAuthSupported', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, - serialized_name: 'StringElementType', + serialized_name: 'KeyCredentialElementType', type: { - name: 'String' + name: 'Composite', + class_name: 'KeyCredential' } } } }, - reply_urls: { - client_side_validation: true, + known_client_applications: { required: false, - serialized_name: 'replyUrls', + serialized_name: 'knownClientApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -134,31 +153,77 @@ def self.mapper() } } }, - key_credentials: { - client_side_validation: true, + logout_url: { required: false, - serialized_name: 'keyCredentials', + serialized_name: 'logoutUrl', + type: { + name: 'String' + } + }, + oauth2allow_implicit_flow: { + required: false, + serialized_name: 'oauth2AllowImplicitFlow', + type: { + name: 'Boolean' + } + }, + oauth2allow_url_path_matching: { + required: false, + serialized_name: 'oauth2AllowUrlPathMatching', + type: { + name: 'Boolean' + } + }, + oauth2permissions: { + required: false, + serialized_name: 'oauth2Permissions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, - serialized_name: 'KeyCredentialElementType', + serialized_name: 'OAuth2PermissionElementType', type: { name: 'Composite', - class_name: 'KeyCredential' + class_name: 'OAuth2Permission' } } } }, + oauth2require_post_response: { + required: false, + serialized_name: 'oauth2RequirePostResponse', + type: { + name: 'Boolean' + } + }, + org_restrictions: { + required: false, + serialized_name: 'orgRestrictions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + optional_claims: { + required: false, + serialized_name: 'optionalClaims', + type: { + name: 'Composite', + class_name: 'OptionalClaims' + } + }, password_credentials: { - client_side_validation: true, required: false, serialized_name: 'passwordCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialElementType', type: { @@ -168,22 +233,55 @@ def self.mapper() } } }, - oauth2allow_implicit_flow: { - client_side_validation: true, + pre_authorized_applications: { required: false, - serialized_name: 'oauth2AllowImplicitFlow', + serialized_name: 'preAuthorizedApplications', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplication' + } + } + } + }, + public_client: { + required: false, + serialized_name: 'publicClient', type: { name: 'Boolean' } }, + publisher_domain: { + required: false, + serialized_name: 'publisherDomain', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, required_resource_access: { - client_side_validation: true, required: false, serialized_name: 'requiredResourceAccess', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RequiredResourceAccessElementType', type: { @@ -192,6 +290,48 @@ def self.mapper() } } } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + sign_in_audience: { + required: false, + serialized_name: 'signInAudience', + type: { + name: 'String' + } + }, + www_homepage: { + required: false, + serialized_name: 'wwwHomepage', + type: { + name: 'String' + } + }, + display_name: { + required: true, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + identifier_uris: { + required: false, + serialized_name: 'identifierUris', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_list_result.rb index 0ff4f0c8a1..5ab8787fd6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationListResult', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ApplicationListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ApplicationElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, odatanext_link: { - client_side_validation: true, required: false, serialized_name: 'odata\\.nextLink', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb index f76832d8aa..fca6d4721d 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/application_update_parameters.rb @@ -6,48 +6,18 @@ module Azure::GraphRbac::V1_6 module Models # - # Request parameters for updating an existing application. + # Request parameters for updating a new application. # - class ApplicationUpdateParameters + class ApplicationUpdateParameters < ApplicationBase include MsRestAzure - # @return Unmatched properties from the message are deserialized this - # collection - attr_accessor :additional_properties - - # @return [Boolean] Whether the application is available to other tenants - attr_accessor :available_to_other_tenants - # @return [String] The display name of the application. attr_accessor :display_name - # @return [String] The home page of the application. - attr_accessor :homepage - # @return [Array] A collection of URIs for the application. attr_accessor :identifier_uris - # @return [Array] A collection of reply URLs for the application. - attr_accessor :reply_urls - - # @return [Array] The list of KeyCredential objects. - attr_accessor :key_credentials - - # @return [Array] The list of PasswordCredential - # objects. - attr_accessor :password_credentials - - # @return [Boolean] Whether to allow implicit grant flow for OAuth2 - attr_accessor :oauth2allow_implicit_flow - - # @return [Array] Specifies resources that this - # application requires access to and the set of OAuth permission scopes - # and application roles that it needs under each of those resources. This - # pre-configuration of required resource access drives the consent - # experience. - attr_accessor :required_resource_access - # # Mapper for ApplicationUpdateParameters class as Ruby Hash. @@ -55,76 +25,126 @@ class ApplicationUpdateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ApplicationUpdateParameters', type: { name: 'Composite', class_name: 'ApplicationUpdateParameters', model_properties: { - additional_properties: { - client_side_validation: true, + allow_guests_sign_in: { + required: false, + serialized_name: 'allowGuestsSignIn', + type: { + name: 'Boolean' + } + }, + allow_passthrough_users: { + required: false, + serialized_name: 'allowPassthroughUsers', + type: { + name: 'Boolean' + } + }, + app_logo_url: { + required: false, + serialized_name: 'appLogoUrl', + type: { + name: 'String' + } + }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, + app_permissions: { required: false, + serialized_name: 'appPermissions', type: { - name: 'Dictionary', - value: { - client_side_validation: true, + name: 'Sequence', + element: { required: false, - serialized_name: 'ObjectElementType', + serialized_name: 'StringElementType', type: { - name: 'Object' + name: 'String' } } } }, available_to_other_tenants: { - client_side_validation: true, required: false, serialized_name: 'availableToOtherTenants', type: { name: 'Boolean' } }, - display_name: { - client_side_validation: true, + error_url: { required: false, - serialized_name: 'displayName', + serialized_name: 'errorUrl', type: { name: 'String' } }, + group_membership_claims: { + required: false, + serialized_name: 'groupMembershipClaims', + type: { + name: 'Object' + } + }, homepage: { - client_side_validation: true, required: false, serialized_name: 'homepage', type: { name: 'String' } }, - identifier_uris: { - client_side_validation: true, + informational_urls: { required: false, - serialized_name: 'identifierUris', + serialized_name: 'informationalUrls', + type: { + name: 'Composite', + class_name: 'InformationalUrl' + } + }, + is_device_only_auth_supported: { + required: false, + serialized_name: 'isDeviceOnlyAuthSupported', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, - serialized_name: 'StringElementType', + serialized_name: 'KeyCredentialElementType', type: { - name: 'String' + name: 'Composite', + class_name: 'KeyCredential' } } } }, - reply_urls: { - client_side_validation: true, + known_client_applications: { required: false, - serialized_name: 'replyUrls', + serialized_name: 'knownClientApplications', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -133,31 +153,77 @@ def self.mapper() } } }, - key_credentials: { - client_side_validation: true, + logout_url: { required: false, - serialized_name: 'keyCredentials', + serialized_name: 'logoutUrl', + type: { + name: 'String' + } + }, + oauth2allow_implicit_flow: { + required: false, + serialized_name: 'oauth2AllowImplicitFlow', + type: { + name: 'Boolean' + } + }, + oauth2allow_url_path_matching: { + required: false, + serialized_name: 'oauth2AllowUrlPathMatching', + type: { + name: 'Boolean' + } + }, + oauth2permissions: { + required: false, + serialized_name: 'oauth2Permissions', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, - serialized_name: 'KeyCredentialElementType', + serialized_name: 'OAuth2PermissionElementType', type: { name: 'Composite', - class_name: 'KeyCredential' + class_name: 'OAuth2Permission' + } + } + } + }, + oauth2require_post_response: { + required: false, + serialized_name: 'oauth2RequirePostResponse', + type: { + name: 'Boolean' + } + }, + org_restrictions: { + required: false, + serialized_name: 'orgRestrictions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' } } } }, + optional_claims: { + required: false, + serialized_name: 'optionalClaims', + type: { + name: 'Composite', + class_name: 'OptionalClaims' + } + }, password_credentials: { - client_side_validation: true, required: false, serialized_name: 'passwordCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialElementType', type: { @@ -167,22 +233,55 @@ def self.mapper() } } }, - oauth2allow_implicit_flow: { - client_side_validation: true, + pre_authorized_applications: { required: false, - serialized_name: 'oauth2AllowImplicitFlow', + serialized_name: 'preAuthorizedApplications', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplication' + } + } + } + }, + public_client: { + required: false, + serialized_name: 'publicClient', type: { name: 'Boolean' } }, + publisher_domain: { + required: false, + serialized_name: 'publisherDomain', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, required_resource_access: { - client_side_validation: true, required: false, serialized_name: 'requiredResourceAccess', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'RequiredResourceAccessElementType', type: { @@ -191,6 +290,48 @@ def self.mapper() } } } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, + sign_in_audience: { + required: false, + serialized_name: 'signInAudience', + type: { + name: 'String' + } + }, + www_homepage: { + required: false, + serialized_name: 'wwwHomepage', + type: { + name: 'String' + } + }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + identifier_uris: { + required: false, + serialized_name: 'identifierUris', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb index 9d0f419348..7ff7f218fa 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_parameters.rb @@ -30,7 +30,6 @@ class CheckGroupMembershipParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CheckGroupMembershipParameters', type: { @@ -38,12 +37,10 @@ def self.mapper() class_name: 'CheckGroupMembershipParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, group_id: { - client_side_validation: true, required: true, serialized_name: 'groupId', type: { @@ -61,7 +57,6 @@ def self.mapper() } }, member_id: { - client_side_validation: true, required: true, serialized_name: 'memberId', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb index 5bb9a69491..67537a2219 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/check_group_membership_result.rb @@ -28,7 +28,6 @@ class CheckGroupMembershipResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'CheckGroupMembershipResult', type: { @@ -36,12 +35,10 @@ def self.mapper() class_name: 'CheckGroupMembershipResult', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/consent_type.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/consent_type.rb new file mode 100644 index 0000000000..fa8a12bf26 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/consent_type.rb @@ -0,0 +1,16 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Defines values for ConsentType + # + module ConsentType + AllPrincipals = "AllPrincipals" + Principal = "Principal" + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object.rb index 97bc8fbdf7..0f28380dfd 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object.rb @@ -41,7 +41,6 @@ def initialize # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DirectoryObject', type: { @@ -51,12 +50,10 @@ def self.mapper() class_name: 'DirectoryObject', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -66,7 +63,6 @@ def self.mapper() } }, object_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'objectId', @@ -75,7 +71,6 @@ def self.mapper() } }, deletion_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletionTimestamp', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb index 3334eb16dc..44f18db7cd 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/directory_object_list_result.rb @@ -12,9 +12,44 @@ class DirectoryObjectListResult include MsRestAzure + include MsRest::JSONable # @return [Array] A collection of DirectoryObject. attr_accessor :value + # @return [String] The URL to get the next set of results. + attr_accessor :odatanext_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.odatanext_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [DirectoryObjectListResult] with next page content. + # + def get_next_page + response = @next_method.call(@odatanext_link).value! unless @next_method.nil? + unless response.nil? + @odatanext_link = response.body.odatanext_link + @value = response.body.value + self + end + end # # Mapper for DirectoryObjectListResult class as Ruby Hash. @@ -22,7 +57,6 @@ class DirectoryObjectListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DirectoryObjectListResult', type: { @@ -30,13 +64,11 @@ def self.mapper() class_name: 'DirectoryObjectListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DirectoryObjectElementType', type: { @@ -47,6 +79,13 @@ def self.mapper() } } } + }, + odatanext_link: { + required: false, + serialized_name: 'odata\\.nextLink', + type: { + name: 'String' + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain.rb index d7b5eaa4e2..3f2dc7212e 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain.rb @@ -35,7 +35,6 @@ class Domain # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'Domain', type: { @@ -43,12 +42,10 @@ def self.mapper() class_name: 'Domain', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, authentication_type: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'authenticationType', @@ -67,7 +63,6 @@ def self.mapper() } }, is_default: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'isDefault', @@ -76,7 +71,6 @@ def self.mapper() } }, is_verified: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'isVerified', @@ -85,7 +79,6 @@ def self.mapper() } }, name: { - client_side_validation: true, required: true, serialized_name: 'name', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain_list_result.rb index 3aac93d281..a125c1c8d7 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/domain_list_result.rb @@ -22,7 +22,6 @@ class DomainListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'DomainListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'DomainListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'DomainElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb index cc0b8d1865..2e8c7dd4b6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/get_objects_parameters.rb @@ -33,7 +33,6 @@ class GetObjectsParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GetObjectsParameters', type: { @@ -41,12 +40,10 @@ def self.mapper() class_name: 'GetObjectsParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -56,13 +53,11 @@ def self.mapper() } }, object_ids: { - client_side_validation: true, required: false, serialized_name: 'objectIds', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -72,13 +67,11 @@ def self.mapper() } }, types: { - client_side_validation: true, required: false, serialized_name: 'types', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { @@ -88,8 +81,7 @@ def self.mapper() } }, include_directory_object_references: { - client_side_validation: true, - required: true, + required: false, serialized_name: 'includeDirectoryObjectReferences', type: { name: 'Boolean' diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/graph_error.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/graph_error.rb index bd14ac06d0..46afa2d41a 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/graph_error.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/graph_error.rb @@ -25,7 +25,6 @@ class GraphError # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GraphError', type: { @@ -33,7 +32,6 @@ def self.mapper() class_name: 'GraphError', model_properties: { code: { - client_side_validation: true, required: false, serialized_name: 'odata\\.error.code', type: { @@ -41,7 +39,6 @@ def self.mapper() } }, message: { - client_side_validation: true, required: false, serialized_name: 'odata\\.error.message.value', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb index 1df8094691..111f3dabda 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_add_member_parameters.rb @@ -30,7 +30,6 @@ class GroupAddMemberParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GroupAddMemberParameters', type: { @@ -38,12 +37,10 @@ def self.mapper() class_name: 'GroupAddMemberParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -53,7 +50,6 @@ def self.mapper() } }, url: { - client_side_validation: true, required: true, serialized_name: 'url', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_create_parameters.rb index 31e744fad5..8703fc9c68 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_create_parameters.rb @@ -39,7 +39,6 @@ class GroupCreateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GroupCreateParameters', type: { @@ -47,12 +46,10 @@ def self.mapper() class_name: 'GroupCreateParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -62,7 +59,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: true, serialized_name: 'displayName', type: { @@ -70,7 +66,6 @@ def self.mapper() } }, mail_enabled: { - client_side_validation: true, required: true, is_constant: true, serialized_name: 'mailEnabled', @@ -80,7 +75,6 @@ def self.mapper() } }, mail_nickname: { - client_side_validation: true, required: true, serialized_name: 'mailNickname', type: { @@ -88,7 +82,6 @@ def self.mapper() } }, security_enabled: { - client_side_validation: true, required: true, is_constant: true, serialized_name: 'securityEnabled', diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb index 02eae5d05b..0f165c4d04 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_parameters.rb @@ -28,7 +28,6 @@ class GroupGetMemberGroupsParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GroupGetMemberGroupsParameters', type: { @@ -36,12 +35,10 @@ def self.mapper() class_name: 'GroupGetMemberGroupsParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, security_enabled_only: { - client_side_validation: true, required: true, serialized_name: 'securityEnabledOnly', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb index a9dcf48d1d..81e6b1fde6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_get_member_groups_result.rb @@ -23,7 +23,6 @@ class GroupGetMemberGroupsResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GroupGetMemberGroupsResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'GroupGetMemberGroupsResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_list_result.rb index b2766b38a9..25733e3ec2 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/group_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'GroupListResult', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'GroupListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ADGroupElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, odatanext_link: { - client_side_validation: true, required: false, serialized_name: 'odata\\.nextLink', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/informational_url.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/informational_url.rb new file mode 100644 index 0000000000..ed4823face --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/informational_url.rb @@ -0,0 +1,76 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Represents a group of URIs that provide terms of service, marketing, + # support and privacy policy information about an application. The default + # value for each string is null. + # + class InformationalUrl + + include MsRestAzure + + # @return [String] The terms of service URI + attr_accessor :terms_of_service + + # @return [String] The marketing URI + attr_accessor :marketing + + # @return [String] The privacy policy URI + attr_accessor :privacy + + # @return [String] The support URI + attr_accessor :support + + + # + # Mapper for InformationalUrl class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'InformationalUrl', + type: { + name: 'Composite', + class_name: 'InformationalUrl', + model_properties: { + terms_of_service: { + required: false, + serialized_name: 'termsOfService', + type: { + name: 'String' + } + }, + marketing: { + required: false, + serialized_name: 'marketing', + type: { + name: 'String' + } + }, + privacy: { + required: false, + serialized_name: 'privacy', + type: { + name: 'String' + } + }, + support: { + required: false, + serialized_name: 'support', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential.rb index abd9ec26a9..3a4d61f6f6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential.rb @@ -35,7 +35,7 @@ class KeyCredential # 'Symmetric'. attr_accessor :type - # @return [Array] Custom Key Identifier + # @return [String] Custom Key Identifier attr_accessor :custom_key_identifier @@ -45,7 +45,6 @@ class KeyCredential # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'KeyCredential', type: { @@ -53,12 +52,10 @@ def self.mapper() class_name: 'KeyCredential', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -68,7 +65,6 @@ def self.mapper() } }, start_date: { - client_side_validation: true, required: false, serialized_name: 'startDate', type: { @@ -76,7 +72,6 @@ def self.mapper() } }, end_date: { - client_side_validation: true, required: false, serialized_name: 'endDate', type: { @@ -84,7 +79,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { @@ -92,7 +86,6 @@ def self.mapper() } }, key_id: { - client_side_validation: true, required: false, serialized_name: 'keyId', type: { @@ -100,7 +93,6 @@ def self.mapper() } }, usage: { - client_side_validation: true, required: false, serialized_name: 'usage', type: { @@ -108,7 +100,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -116,11 +107,10 @@ def self.mapper() } }, custom_key_identifier: { - client_side_validation: true, required: false, serialized_name: 'customKeyIdentifier', type: { - name: 'ByteArray' + name: 'String' } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb index eae77ad00b..238b61e131 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credential_list_result.rb @@ -22,7 +22,6 @@ class KeyCredentialListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'KeyCredentialListResult', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'KeyCredentialListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'KeyCredentialElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb index 9788a5265a..ff59bec02b 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/key_credentials_update_parameters.rb @@ -22,7 +22,6 @@ class KeyCredentialsUpdateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'KeyCredentialsUpdateParameters', type: { @@ -30,13 +29,11 @@ def self.mapper() class_name: 'KeyCredentialsUpdateParameters', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'KeyCredentialElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission.rb new file mode 100644 index 0000000000..a008958091 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission.rb @@ -0,0 +1,131 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Represents an OAuth 2.0 delegated permission scope. The specified OAuth + # 2.0 delegated permission scopes may be requested by client applications + # (through the requiredResourceAccess collection on the Application object) + # when calling a resource application. The oauth2Permissions property of + # the ServicePrincipal entity and of the Application entity is a collection + # of OAuth2Permission. + # + class OAuth2Permission + + include MsRestAzure + + # @return [String] Permission help text that appears in the admin consent + # and app assignment experiences. + attr_accessor :admin_consent_description + + # @return [String] Display name for the permission that appears in the + # admin consent and app assignment experiences. + attr_accessor :admin_consent_display_name + + # @return [String] Unique scope permission identifier inside the + # oauth2Permissions collection. + attr_accessor :id + + # @return [Boolean] When creating or updating a permission, this property + # must be set to true (which is the default). To delete a permission, + # this property must first be set to false. At that point, in a + # subsequent call, the permission may be removed. + attr_accessor :is_enabled + + # @return [String] Specifies whether this scope permission can be + # consented to by an end user, or whether it is a tenant-wide permission + # that must be consented to by a Company Administrator. Possible values + # are "User" or "Admin". + attr_accessor :type + + # @return [String] Permission help text that appears in the end user + # consent experience. + attr_accessor :user_consent_description + + # @return [String] Display name for the permission that appears in the + # end user consent experience. + attr_accessor :user_consent_display_name + + # @return [String] The value of the scope claim that the resource + # application should expect in the OAuth 2.0 access token. + attr_accessor :value + + + # + # Mapper for OAuth2Permission class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'OAuth2Permission', + type: { + name: 'Composite', + class_name: 'OAuth2Permission', + model_properties: { + admin_consent_description: { + required: false, + serialized_name: 'adminConsentDescription', + type: { + name: 'String' + } + }, + admin_consent_display_name: { + required: false, + serialized_name: 'adminConsentDisplayName', + type: { + name: 'String' + } + }, + id: { + required: false, + serialized_name: 'id', + type: { + name: 'String' + } + }, + is_enabled: { + required: false, + serialized_name: 'isEnabled', + type: { + name: 'Boolean' + } + }, + type: { + required: false, + serialized_name: 'type', + type: { + name: 'String' + } + }, + user_consent_description: { + required: false, + serialized_name: 'userConsentDescription', + type: { + name: 'String' + } + }, + user_consent_display_name: { + required: false, + serialized_name: 'userConsentDisplayName', + type: { + name: 'String' + } + }, + value: { + required: false, + serialized_name: 'value', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant.rb new file mode 100644 index 0000000000..caa8f7ba68 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant.rb @@ -0,0 +1,133 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Model object. + # + # + class OAuth2PermissionGrant + + include MsRestAzure + + # @return [String] Microsoft.DirectoryServices.OAuth2PermissionGrant + attr_accessor :odatatype + + # @return [String] The id of the resource's service principal granted + # consent to impersonate the user when accessing the resource + # (represented by the resourceId property). + attr_accessor :client_id + + # @return [String] The id of the permission grant + attr_accessor :object_id + + # @return [ConsentType] Indicates if consent was provided by the + # administrator (on behalf of the organization) or by an individual. + # Possible values include: 'AllPrincipals', 'Principal' + attr_accessor :consent_type + + # @return [String] When consent type is Principal, this property + # specifies the id of the user that granted consent and applies only for + # that user. + attr_accessor :principal_id + + # @return [String] Object Id of the resource you want to grant + attr_accessor :resource_id + + # @return [String] Specifies the value of the scope claim that the + # resource application should expect in the OAuth 2.0 access token. For + # example, User.Read + attr_accessor :scope + + # @return [String] Start time for TTL + attr_accessor :start_time + + # @return [String] Expiry time for TTL + attr_accessor :expiry_time + + + # + # Mapper for OAuth2PermissionGrant class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'OAuth2PermissionGrant', + type: { + name: 'Composite', + class_name: 'OAuth2PermissionGrant', + model_properties: { + odatatype: { + required: false, + serialized_name: 'odata\\.type', + type: { + name: 'String' + } + }, + client_id: { + required: false, + serialized_name: 'clientId', + type: { + name: 'String' + } + }, + object_id: { + required: false, + serialized_name: 'objectId', + type: { + name: 'String' + } + }, + consent_type: { + required: false, + serialized_name: 'consentType', + type: { + name: 'String' + } + }, + principal_id: { + required: false, + serialized_name: 'principalId', + type: { + name: 'String' + } + }, + resource_id: { + required: false, + serialized_name: 'resourceId', + type: { + name: 'String' + } + }, + scope: { + required: false, + serialized_name: 'scope', + type: { + name: 'String' + } + }, + start_time: { + required: false, + serialized_name: 'startTime', + type: { + name: 'String' + } + }, + expiry_time: { + required: false, + serialized_name: 'expiryTime', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant_list_result.rb new file mode 100644 index 0000000000..6af2f91e7b --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/oauth2permission_grant_list_result.rb @@ -0,0 +1,95 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Server response for get oauth2 permissions grants + # + class OAuth2PermissionGrantListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] the list of oauth2 permissions + # grants + attr_accessor :value + + # @return [String] the URL to get the next set of results. + attr_accessor :odatanext_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.odatanext_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [OAuth2PermissionGrantListResult] with next page content. + # + def get_next_page + response = @next_method.call(@odatanext_link).value! unless @next_method.nil? + unless response.nil? + @odatanext_link = response.body.odatanext_link + @value = response.body.value + self + end + end + + # + # Mapper for OAuth2PermissionGrantListResult class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'OAuth2PermissionGrantListResult', + type: { + name: 'Composite', + class_name: 'OAuth2PermissionGrantListResult', + model_properties: { + value: { + required: false, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OAuth2PermissionGrantElementType', + type: { + name: 'Composite', + class_name: 'OAuth2PermissionGrant' + } + } + } + }, + odatanext_link: { + required: false, + serialized_name: 'odata\\.nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb new file mode 100644 index 0000000000..204491eb97 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claim.rb @@ -0,0 +1,74 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Specifying the claims to be included in a token. + # + class OptionalClaim + + include MsRestAzure + + # @return [String] Claim name. + attr_accessor :name + + # @return [String] Claim source. + attr_accessor :source + + # @return [Boolean] Is this a required claim. + attr_accessor :essential + + # @return + attr_accessor :additional_properties + + + # + # Mapper for OptionalClaim class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'OptionalClaim', + type: { + name: 'Composite', + class_name: 'OptionalClaim', + model_properties: { + name: { + required: false, + serialized_name: 'name', + type: { + name: 'String' + } + }, + source: { + required: false, + serialized_name: 'source', + type: { + name: 'String' + } + }, + essential: { + required: false, + serialized_name: 'essential', + type: { + name: 'Boolean' + } + }, + additional_properties: { + required: false, + serialized_name: 'additionalProperties', + type: { + name: 'Object' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claims.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claims.rb new file mode 100644 index 0000000000..b7cc6569f6 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/optional_claims.rb @@ -0,0 +1,91 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Specifying the claims to be included in the token. + # + class OptionalClaims + + include MsRestAzure + + # @return [Array] Optional claims requested to be included + # in the id token. + attr_accessor :id_token + + # @return [Array] Optional claims requested to be included + # in the access token. + attr_accessor :access_token + + # @return [Array] Optional claims requested to be included + # in the saml token. + attr_accessor :saml_token + + + # + # Mapper for OptionalClaims class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'OptionalClaims', + type: { + name: 'Composite', + class_name: 'OptionalClaims', + model_properties: { + id_token: { + required: false, + serialized_name: 'idToken', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OptionalClaimElementType', + type: { + name: 'Composite', + class_name: 'OptionalClaim' + } + } + } + }, + access_token: { + required: false, + serialized_name: 'accessToken', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OptionalClaimElementType', + type: { + name: 'Composite', + class_name: 'OptionalClaim' + } + } + } + }, + saml_token: { + required: false, + serialized_name: 'samlToken', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OptionalClaimElementType', + type: { + name: 'Composite', + class_name: 'OptionalClaim' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential.rb index 512db1ad2d..3ecc9ecb6d 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential.rb @@ -28,6 +28,9 @@ class PasswordCredential # @return [String] Key value. attr_accessor :value + # @return [Array] Custom Key Identifier + attr_accessor :custom_key_identifier + # # Mapper for PasswordCredential class as Ruby Hash. @@ -35,7 +38,6 @@ class PasswordCredential # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PasswordCredential', type: { @@ -43,12 +45,10 @@ def self.mapper() class_name: 'PasswordCredential', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -58,7 +58,6 @@ def self.mapper() } }, start_date: { - client_side_validation: true, required: false, serialized_name: 'startDate', type: { @@ -66,7 +65,6 @@ def self.mapper() } }, end_date: { - client_side_validation: true, required: false, serialized_name: 'endDate', type: { @@ -74,7 +72,6 @@ def self.mapper() } }, key_id: { - client_side_validation: true, required: false, serialized_name: 'keyId', type: { @@ -82,12 +79,18 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'String' } + }, + custom_key_identifier: { + required: false, + serialized_name: 'customKeyIdentifier', + type: { + name: 'ByteArray' + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb index 01f92e8ff7..ad09d8821e 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credential_list_result.rb @@ -23,7 +23,6 @@ class PasswordCredentialListResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialListResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'PasswordCredentialListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb index 2793af70ed..e1fdeba5df 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_credentials_update_parameters.rb @@ -23,7 +23,6 @@ class PasswordCredentialsUpdateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialsUpdateParameters', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'PasswordCredentialsUpdateParameters', model_properties: { value: { - client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_profile.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_profile.rb index 0bffe3010e..9c4434c2d2 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_profile.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/password_profile.rb @@ -29,7 +29,6 @@ class PasswordProfile # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'PasswordProfile', type: { @@ -37,12 +36,10 @@ def self.mapper() class_name: 'PasswordProfile', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -52,7 +49,6 @@ def self.mapper() } }, password: { - client_side_validation: true, required: true, serialized_name: 'password', type: { @@ -60,7 +56,6 @@ def self.mapper() } }, force_change_password_next_login: { - client_side_validation: true, required: false, serialized_name: 'forceChangePasswordNextLogin', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions.rb new file mode 100644 index 0000000000..03335d2824 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions.rb @@ -0,0 +1,126 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Model object. + # + # + class Permissions + + include MsRestAzure + + # @return [String] Microsoft.DirectoryServices.OAuth2PermissionGrant + attr_accessor :odatatype + + # @return [String] The objectId of the Service Principal associated with + # the app + attr_accessor :client_id + + # @return [String] The objectId of the permission grant + attr_accessor :object_id + + # @return [String] Typically set to AllPrincipals + attr_accessor :consent_type + + # @return Set to null if AllPrincipals is set + attr_accessor :principal_id + + # @return [String] Service Principal Id of the resource you want to grant + attr_accessor :resource_id + + # @return [String] Typically set to user_impersonation + attr_accessor :scope + + # @return [String] Start time for TTL + attr_accessor :start_time + + # @return [String] Expiry time for TTL + attr_accessor :expiry_time + + + # + # Mapper for Permissions class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'Permissions', + type: { + name: 'Composite', + class_name: 'Permissions', + model_properties: { + odatatype: { + required: false, + serialized_name: 'odata\\.type', + type: { + name: 'String' + } + }, + client_id: { + required: false, + serialized_name: 'clientId', + type: { + name: 'String' + } + }, + object_id: { + required: false, + serialized_name: 'objectId', + type: { + name: 'String' + } + }, + consent_type: { + required: false, + serialized_name: 'consentType', + type: { + name: 'String' + } + }, + principal_id: { + required: false, + serialized_name: 'principalId', + type: { + name: 'Object' + } + }, + resource_id: { + required: false, + serialized_name: 'resourceId', + type: { + name: 'String' + } + }, + scope: { + required: false, + serialized_name: 'scope', + type: { + name: 'String' + } + }, + start_time: { + required: false, + serialized_name: 'startTime', + type: { + name: 'String' + } + }, + expiry_time: { + required: false, + serialized_name: 'expiryTime', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions_list_result.rb new file mode 100644 index 0000000000..91b9ef9a5c --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/permissions_list_result.rb @@ -0,0 +1,94 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Server response for get permissions grants + # + class PermissionsListResult + + include MsRestAzure + + include MsRest::JSONable + # @return [Array] the list of permissions grants + attr_accessor :value + + # @return [String] the URL to get the next set of results. + attr_accessor :odatanext_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.odatanext_link != nil do + page = page.get_next_page + items.concat(page.value) + end + items + end + + # + # Gets the next page of results. + # + # @return [PermissionsListResult] with next page content. + # + def get_next_page + response = @next_method.call(@odatanext_link).value! unless @next_method.nil? + unless response.nil? + @odatanext_link = response.body.odatanext_link + @value = response.body.value + self + end + end + + # + # Mapper for PermissionsListResult class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'PermissionsListResult', + type: { + name: 'Composite', + class_name: 'PermissionsListResult', + model_properties: { + value: { + required: false, + serialized_name: 'value', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PermissionsElementType', + type: { + name: 'Composite', + class_name: 'Permissions' + } + } + } + }, + odatanext_link: { + required: false, + serialized_name: 'odata\\.nextLink', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application.rb new file mode 100644 index 0000000000..92957447e2 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application.rb @@ -0,0 +1,82 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Contains information about pre authorized client application. + # + class PreAuthorizedApplication + + include MsRestAzure + + # @return [String] Represents the application id. + attr_accessor :app_id + + # @return [Array] Collection of + # required app permissions/entitlements from the resource application. + attr_accessor :permissions + + # @return [Array] Collection of + # extensions from the resource application. + attr_accessor :extensions + + + # + # Mapper for PreAuthorizedApplication class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'PreAuthorizedApplication', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplication', + model_properties: { + app_id: { + required: false, + serialized_name: 'appId', + type: { + name: 'String' + } + }, + permissions: { + required: false, + serialized_name: 'permissions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationPermissionElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplicationPermission' + } + } + } + }, + extensions: { + required: false, + serialized_name: 'extensions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PreAuthorizedApplicationExtensionElementType', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplicationExtension' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_extension.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_extension.rb new file mode 100644 index 0000000000..507db6b01d --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_extension.rb @@ -0,0 +1,52 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Representation of an app PreAuthorizedApplicationExtension required by a + # pre authorized client app. + # + class PreAuthorizedApplicationExtension + + include MsRestAzure + + # @return [Array] The extension's conditions. + attr_accessor :conditions + + + # + # Mapper for PreAuthorizedApplicationExtension class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'PreAuthorizedApplicationExtension', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplicationExtension', + model_properties: { + conditions: { + required: false, + serialized_name: 'conditions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_permission.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_permission.rb new file mode 100644 index 0000000000..f2600de1ed --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/pre_authorized_application_permission.rb @@ -0,0 +1,62 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Contains information about the pre-authorized permissions. + # + class PreAuthorizedApplicationPermission + + include MsRestAzure + + # @return [Boolean] Indicates whether the permission set is DirectAccess + # or impersonation. + attr_accessor :direct_access_grant + + # @return [Array] The list of permissions. + attr_accessor :access_grants + + + # + # Mapper for PreAuthorizedApplicationPermission class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'PreAuthorizedApplicationPermission', + type: { + name: 'Composite', + class_name: 'PreAuthorizedApplicationPermission', + model_properties: { + direct_access_grant: { + required: false, + serialized_name: 'directAccessGrant', + type: { + name: 'Boolean' + } + }, + access_grants: { + required: false, + serialized_name: 'accessGrants', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/required_resource_access.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/required_resource_access.rb index df22650c38..3f78102242 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/required_resource_access.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/required_resource_access.rb @@ -11,7 +11,7 @@ module Models # OAuth 2.0 permission scopes may be requested by client applications # (through the requiredResourceAccess collection) when calling a resource # application. The requiredResourceAccess property of the Application - # entity is a collection of ReqiredResourceAccess. + # entity is a collection of RequiredResourceAccess. # class RequiredResourceAccess @@ -38,7 +38,6 @@ class RequiredResourceAccess # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'RequiredResourceAccess', type: { @@ -46,12 +45,10 @@ def self.mapper() class_name: 'RequiredResourceAccess', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -61,13 +58,11 @@ def self.mapper() } }, resource_access: { - client_side_validation: true, required: true, serialized_name: 'resourceAccess', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ResourceAccessElementType', type: { @@ -78,7 +73,6 @@ def self.mapper() } }, resource_app_id: { - client_side_validation: true, required: false, serialized_name: 'resourceAppId', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/resource_access.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/resource_access.rb index 744604dda2..301ac7a7f5 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/resource_access.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/resource_access.rb @@ -33,7 +33,6 @@ class ResourceAccess # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ResourceAccess', type: { @@ -41,12 +40,10 @@ def self.mapper() class_name: 'ResourceAccess', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -56,7 +53,6 @@ def self.mapper() } }, id: { - client_side_validation: true, required: true, serialized_name: 'id', type: { @@ -64,7 +60,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb index 51c50d4a35..a74989c139 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal.rb @@ -19,15 +19,86 @@ def initialize attr_accessor :objectType - # @return [String] The display name of the service principal. - attr_accessor :display_name + # @return [Boolean] whether or not the service principal account is + # enabled + attr_accessor :account_enabled + + # @return [Array] alternative names + attr_accessor :alternative_names + + # @return [String] The display name exposed by the associated + # application. + attr_accessor :app_display_name # @return [String] The application ID. attr_accessor :app_id + # @return [String] + attr_accessor :app_owner_tenant_id + + # @return [Boolean] Specifies whether an AppRoleAssignment to a user or + # group is required before Azure AD will issue a user or access token to + # the application. + attr_accessor :app_role_assignment_required + + # @return [Array] The collection of application roles that an + # application may declare. These roles can be assigned to users, groups + # or service principals. + attr_accessor :app_roles + + # @return [String] The display name of the service principal. + attr_accessor :display_name + + # @return [String] A URL provided by the author of the associated + # application to report errors when using the application. + attr_accessor :error_url + + # @return [String] The URL to the homepage of the associated application. + attr_accessor :homepage + + # @return [Array] The collection of key credentials + # associated with the service principal. + attr_accessor :key_credentials + + # @return [String] A URL provided by the author of the associated + # application to logout + attr_accessor :logout_url + + # @return [Array] The OAuth 2.0 permissions exposed by + # the associated application. + attr_accessor :oauth2permissions + + # @return [Array] The collection of password + # credentials associated with the service principal. + attr_accessor :password_credentials + + # @return [String] The thumbprint of preferred certificate to sign the + # token + attr_accessor :preferred_token_signing_key_thumbprint + + # @return [String] The publisher's name of the associated application + attr_accessor :publisher_name + + # @return [Array] The URLs that user tokens are sent to for sign + # in with the associated application. The redirect URIs that the oAuth + # 2.0 authorization code and access tokens are sent to for the associated + # application. + attr_accessor :reply_urls + + # @return [String] The URL to the SAML metadata of the associated + # application + attr_accessor :saml_metadata_url + # @return [Array] A collection of service principal names. attr_accessor :service_principal_names + # @return [String] the type of the service principal + attr_accessor :service_principal_type + + # @return [Array] Optional list of tags that you can apply to + # your service principals. Not nullable. + attr_accessor :tags + # # Mapper for ServicePrincipal class as Ruby Hash. @@ -35,7 +106,6 @@ def initialize # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServicePrincipal', type: { @@ -43,12 +113,10 @@ def self.mapper() class_name: 'ServicePrincipal', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -58,7 +126,6 @@ def self.mapper() } }, object_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'objectId', @@ -67,7 +134,6 @@ def self.mapper() } }, deletion_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletionTimestamp', @@ -76,37 +142,214 @@ def self.mapper() } }, objectType: { - client_side_validation: true, required: true, serialized_name: 'objectType', type: { name: 'String' } }, - display_name: { - client_side_validation: true, + account_enabled: { required: false, - serialized_name: 'displayName', + serialized_name: 'accountEnabled', + type: { + name: 'Boolean' + } + }, + alternative_names: { + required: false, + serialized_name: 'alternativeNames', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + app_display_name: { + required: false, + read_only: true, + serialized_name: 'appDisplayName', type: { name: 'String' } }, app_id: { - client_side_validation: true, required: false, serialized_name: 'appId', type: { name: 'String' } }, + app_owner_tenant_id: { + required: false, + read_only: true, + serialized_name: 'appOwnerTenantId', + type: { + name: 'String' + } + }, + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', + type: { + name: 'Boolean' + } + }, + app_roles: { + required: false, + serialized_name: 'appRoles', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'AppRoleElementType', + type: { + name: 'Composite', + class_name: 'AppRole' + } + } + } + }, + display_name: { + required: false, + serialized_name: 'displayName', + type: { + name: 'String' + } + }, + error_url: { + required: false, + serialized_name: 'errorUrl', + type: { + name: 'String' + } + }, + homepage: { + required: false, + serialized_name: 'homepage', + type: { + name: 'String' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + logout_url: { + required: false, + serialized_name: 'logoutUrl', + type: { + name: 'String' + } + }, + oauth2permissions: { + required: false, + read_only: true, + serialized_name: 'oauth2Permissions', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'OAuth2PermissionElementType', + type: { + name: 'Composite', + class_name: 'OAuth2Permission' + } + } + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + preferred_token_signing_key_thumbprint: { + required: false, + serialized_name: 'preferredTokenSigningKeyThumbprint', + type: { + name: 'String' + } + }, + publisher_name: { + required: false, + serialized_name: 'publisherName', + type: { + name: 'String' + } + }, + reply_urls: { + required: false, + serialized_name: 'replyUrls', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + saml_metadata_url: { + required: false, + serialized_name: 'samlMetadataUrl', + type: { + name: 'String' + } + }, service_principal_names: { - client_side_validation: true, required: false, serialized_name: 'servicePrincipalNames', type: { name: 'Sequence', element: { - client_side_validation: true, + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + service_principal_type: { + required: false, + serialized_name: 'servicePrincipalType', + type: { + name: 'String' + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { required: false, serialized_name: 'StringElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.rb new file mode 100644 index 0000000000..038552b012 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_base.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::GraphRbac::V1_6 + module Models + # + # Active Directory service principal common properties shared among GET, + # POST and PATCH + # + class ServicePrincipalBase + + include MsRestAzure + + # @return [Boolean] whether or not the service principal account is + # enabled + attr_accessor :account_enabled + + # @return [Boolean] Specifies whether an AppRoleAssignment to a user or + # group is required before Azure AD will issue a user or access token to + # the application. + attr_accessor :app_role_assignment_required + + # @return [Array] The collection of key credentials + # associated with the service principal. + attr_accessor :key_credentials + + # @return [Array] The collection of password + # credentials associated with the service principal. + attr_accessor :password_credentials + + # @return [String] the type of the service principal + attr_accessor :service_principal_type + + # @return [Array] Optional list of tags that you can apply to + # your service principals. Not nullable. + attr_accessor :tags + + + # + # Mapper for ServicePrincipalBase class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ServicePrincipalBase', + type: { + name: 'Composite', + class_name: 'ServicePrincipalBase', + model_properties: { + account_enabled: { + required: false, + serialized_name: 'accountEnabled', + type: { + name: 'Boolean' + } + }, + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + service_principal_type: { + required: false, + serialized_name: 'servicePrincipalType', + type: { + name: 'String' + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb index 542d49f749..2759d7a132 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_create_parameters.rb @@ -8,27 +8,13 @@ module Models # # Request parameters for creating a new service principal. # - class ServicePrincipalCreateParameters + class ServicePrincipalCreateParameters < ServicePrincipalBase include MsRestAzure - # @return Unmatched properties from the message are deserialized this - # collection - attr_accessor :additional_properties - - # @return [String] application Id + # @return [String] The application ID. attr_accessor :app_id - # @return [Boolean] Whether the account is enabled - attr_accessor :account_enabled - - # @return [Array] A collection of KeyCredential objects. - attr_accessor :key_credentials - - # @return [Array] A collection of PasswordCredential - # objects - attr_accessor :password_credentials - # # Mapper for ServicePrincipalCreateParameters class as Ruby Hash. @@ -36,52 +22,32 @@ class ServicePrincipalCreateParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServicePrincipalCreateParameters', type: { name: 'Composite', class_name: 'ServicePrincipalCreateParameters', model_properties: { - additional_properties: { - client_side_validation: true, + account_enabled: { required: false, + serialized_name: 'accountEnabled', type: { - name: 'Dictionary', - value: { - client_side_validation: true, - required: false, - serialized_name: 'ObjectElementType', - type: { - name: 'Object' - } - } - } - }, - app_id: { - client_side_validation: true, - required: true, - serialized_name: 'appId', - type: { - name: 'String' + name: 'Boolean' } }, - account_enabled: { - client_side_validation: true, - required: true, - serialized_name: 'accountEnabled', + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', type: { name: 'Boolean' } }, key_credentials: { - client_side_validation: true, required: false, serialized_name: 'keyCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'KeyCredentialElementType', type: { @@ -92,13 +58,11 @@ def self.mapper() } }, password_credentials: { - client_side_validation: true, required: false, serialized_name: 'passwordCredentials', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'PasswordCredentialElementType', type: { @@ -107,6 +71,34 @@ def self.mapper() } } } + }, + service_principal_type: { + required: false, + serialized_name: 'servicePrincipalType', + type: { + name: 'String' + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + }, + app_id: { + required: true, + serialized_name: 'appId', + type: { + name: 'String' + } } } } diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb index 2191fd3c9f..1ac08e287c 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'ServicePrincipalListResult', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'ServicePrincipalListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'ServicePrincipalElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, odatanext_link: { - client_side_validation: true, required: false, serialized_name: 'odata\\.nextLink', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_object_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_object_result.rb new file mode 100644 index 0000000000..f39b3b29f3 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_object_result.rb @@ -0,0 +1,55 @@ +# encoding: utf-8 +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is +# regenerated. + +module Azure::GraphRbac::V1_6 + module Models + # + # Service Principal Object Result. + # + class ServicePrincipalObjectResult + + include MsRestAzure + + # @return [String] The Object ID of the service principal with the + # specified application ID. + attr_accessor :value + + # @return [String] The URL representing edm equivalent. + attr_accessor :odatametadata + + + # + # Mapper for ServicePrincipalObjectResult class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ServicePrincipalObjectResult', + type: { + name: 'Composite', + class_name: 'ServicePrincipalObjectResult', + model_properties: { + value: { + required: false, + serialized_name: 'value', + type: { + name: 'String' + } + }, + odatametadata: { + required: false, + serialized_name: 'odata\\.metadata', + type: { + name: 'String' + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb new file mode 100644 index 0000000000..4ce733516e --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/service_principal_update_parameters.rb @@ -0,0 +1,99 @@ +# 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::GraphRbac::V1_6 + module Models + # + # Request parameters for update an existing service principal. + # + class ServicePrincipalUpdateParameters < ServicePrincipalBase + + include MsRestAzure + + + # + # Mapper for ServicePrincipalUpdateParameters class as Ruby Hash. + # This will be used for serialization/deserialization. + # + def self.mapper() + { + required: false, + serialized_name: 'ServicePrincipalUpdateParameters', + type: { + name: 'Composite', + class_name: 'ServicePrincipalUpdateParameters', + model_properties: { + account_enabled: { + required: false, + serialized_name: 'accountEnabled', + type: { + name: 'Boolean' + } + }, + app_role_assignment_required: { + required: false, + serialized_name: 'appRoleAssignmentRequired', + type: { + name: 'Boolean' + } + }, + key_credentials: { + required: false, + serialized_name: 'keyCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'KeyCredentialElementType', + type: { + name: 'Composite', + class_name: 'KeyCredential' + } + } + } + }, + password_credentials: { + required: false, + serialized_name: 'passwordCredentials', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'PasswordCredentialElementType', + type: { + name: 'Composite', + class_name: 'PasswordCredential' + } + } + } + }, + service_principal_type: { + required: false, + serialized_name: 'servicePrincipalType', + type: { + name: 'String' + } + }, + tags: { + required: false, + serialized_name: 'tags', + type: { + name: 'Sequence', + element: { + required: false, + serialized_name: 'StringElementType', + type: { + name: 'String' + } + } + } + } + } + } + } + end + end + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/sign_in_name.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/sign_in_name.rb index 92aee93101..97992b71d6 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/sign_in_name.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/sign_in_name.rb @@ -32,7 +32,6 @@ class SignInName # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'SignInName', type: { @@ -40,12 +39,10 @@ def self.mapper() class_name: 'SignInName', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -55,7 +52,6 @@ def self.mapper() } }, type: { - client_side_validation: true, required: false, serialized_name: 'type', type: { @@ -63,7 +59,6 @@ def self.mapper() } }, value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user.rb index 8eb89494e4..7142a467a8 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user.rb @@ -67,7 +67,6 @@ def initialize # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'User', type: { @@ -75,12 +74,10 @@ def self.mapper() class_name: 'User', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -90,7 +87,6 @@ def self.mapper() } }, object_id: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'objectId', @@ -99,7 +95,6 @@ def self.mapper() } }, deletion_timestamp: { - client_side_validation: true, required: false, read_only: true, serialized_name: 'deletionTimestamp', @@ -108,7 +103,6 @@ def self.mapper() } }, objectType: { - client_side_validation: true, required: true, serialized_name: 'objectType', type: { @@ -116,7 +110,6 @@ def self.mapper() } }, immutable_id: { - client_side_validation: true, required: false, serialized_name: 'immutableId', type: { @@ -124,7 +117,6 @@ def self.mapper() } }, usage_location: { - client_side_validation: true, required: false, serialized_name: 'usageLocation', type: { @@ -132,7 +124,6 @@ def self.mapper() } }, given_name: { - client_side_validation: true, required: false, serialized_name: 'givenName', type: { @@ -140,7 +131,6 @@ def self.mapper() } }, surname: { - client_side_validation: true, required: false, serialized_name: 'surname', type: { @@ -148,7 +138,6 @@ def self.mapper() } }, user_type: { - client_side_validation: true, required: false, serialized_name: 'userType', type: { @@ -156,7 +145,6 @@ def self.mapper() } }, account_enabled: { - client_side_validation: true, required: false, serialized_name: 'accountEnabled', type: { @@ -164,7 +152,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -172,7 +159,6 @@ def self.mapper() } }, user_principal_name: { - client_side_validation: true, required: false, serialized_name: 'userPrincipalName', type: { @@ -180,7 +166,6 @@ def self.mapper() } }, mail_nickname: { - client_side_validation: true, required: false, serialized_name: 'mailNickname', type: { @@ -188,7 +173,6 @@ def self.mapper() } }, mail: { - client_side_validation: true, required: false, serialized_name: 'mail', type: { @@ -196,13 +180,11 @@ def self.mapper() } }, sign_in_names: { - client_side_validation: true, required: false, serialized_name: 'signInNames', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'SignInNameElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_base.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_base.rb index c6b85eecf0..2dd256d617 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_base.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_base.rb @@ -47,7 +47,6 @@ class UserBase # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserBase', type: { @@ -55,12 +54,10 @@ def self.mapper() class_name: 'UserBase', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -70,7 +67,6 @@ def self.mapper() } }, immutable_id: { - client_side_validation: true, required: false, serialized_name: 'immutableId', type: { @@ -78,7 +74,6 @@ def self.mapper() } }, usage_location: { - client_side_validation: true, required: false, serialized_name: 'usageLocation', type: { @@ -86,7 +81,6 @@ def self.mapper() } }, given_name: { - client_side_validation: true, required: false, serialized_name: 'givenName', type: { @@ -94,7 +88,6 @@ def self.mapper() } }, surname: { - client_side_validation: true, required: false, serialized_name: 'surname', type: { @@ -102,7 +95,6 @@ def self.mapper() } }, user_type: { - client_side_validation: true, required: false, serialized_name: 'userType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_create_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_create_parameters.rb index f4bf96d3e2..4c52baf968 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_create_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_create_parameters.rb @@ -38,7 +38,6 @@ class UserCreateParameters < UserBase # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserCreateParameters', type: { @@ -46,12 +45,10 @@ def self.mapper() class_name: 'UserCreateParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -61,7 +58,6 @@ def self.mapper() } }, immutable_id: { - client_side_validation: true, required: false, serialized_name: 'immutableId', type: { @@ -69,7 +65,6 @@ def self.mapper() } }, usage_location: { - client_side_validation: true, required: false, serialized_name: 'usageLocation', type: { @@ -77,7 +72,6 @@ def self.mapper() } }, given_name: { - client_side_validation: true, required: false, serialized_name: 'givenName', type: { @@ -85,7 +79,6 @@ def self.mapper() } }, surname: { - client_side_validation: true, required: false, serialized_name: 'surname', type: { @@ -93,7 +86,6 @@ def self.mapper() } }, user_type: { - client_side_validation: true, required: false, serialized_name: 'userType', type: { @@ -101,7 +93,6 @@ def self.mapper() } }, account_enabled: { - client_side_validation: true, required: true, serialized_name: 'accountEnabled', type: { @@ -109,7 +100,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: true, serialized_name: 'displayName', type: { @@ -117,7 +107,6 @@ def self.mapper() } }, password_profile: { - client_side_validation: true, required: true, serialized_name: 'passwordProfile', type: { @@ -126,7 +115,6 @@ def self.mapper() } }, user_principal_name: { - client_side_validation: true, required: true, serialized_name: 'userPrincipalName', type: { @@ -134,7 +122,6 @@ def self.mapper() } }, mail_nickname: { - client_side_validation: true, required: true, serialized_name: 'mailNickname', type: { @@ -142,7 +129,6 @@ def self.mapper() } }, mail: { - client_side_validation: true, required: false, serialized_name: 'mail', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb index f930d949b6..f345dd1b8b 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_parameters.rb @@ -28,7 +28,6 @@ class UserGetMemberGroupsParameters # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserGetMemberGroupsParameters', type: { @@ -36,12 +35,10 @@ def self.mapper() class_name: 'UserGetMemberGroupsParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -51,7 +48,6 @@ def self.mapper() } }, security_enabled_only: { - client_side_validation: true, required: true, serialized_name: 'securityEnabledOnly', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb index 9fd9b33d95..b087cbaf51 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_get_member_groups_result.rb @@ -23,7 +23,6 @@ class UserGetMemberGroupsResult # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserGetMemberGroupsResult', type: { @@ -31,13 +30,11 @@ def self.mapper() class_name: 'UserGetMemberGroupsResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_list_result.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_list_result.rb index 73397b32d2..e4f095992b 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_list_result.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_list_result.rb @@ -57,7 +57,6 @@ def get_next_page # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserListResult', type: { @@ -65,13 +64,11 @@ def self.mapper() class_name: 'UserListResult', model_properties: { value: { - client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { - client_side_validation: true, required: false, serialized_name: 'UserElementType', type: { @@ -82,7 +79,6 @@ def self.mapper() } }, odatanext_link: { - client_side_validation: true, required: false, serialized_name: 'odata\\.nextLink', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_update_parameters.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_update_parameters.rb index 7881920890..01003d73e9 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_update_parameters.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/models/user_update_parameters.rb @@ -35,7 +35,6 @@ class UserUpdateParameters < UserBase # def self.mapper() { - client_side_validation: true, required: false, serialized_name: 'UserUpdateParameters', type: { @@ -43,12 +42,10 @@ def self.mapper() class_name: 'UserUpdateParameters', model_properties: { additional_properties: { - client_side_validation: true, required: false, type: { name: 'Dictionary', value: { - client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { @@ -58,7 +55,6 @@ def self.mapper() } }, immutable_id: { - client_side_validation: true, required: false, serialized_name: 'immutableId', type: { @@ -66,7 +62,6 @@ def self.mapper() } }, usage_location: { - client_side_validation: true, required: false, serialized_name: 'usageLocation', type: { @@ -74,7 +69,6 @@ def self.mapper() } }, given_name: { - client_side_validation: true, required: false, serialized_name: 'givenName', type: { @@ -82,7 +76,6 @@ def self.mapper() } }, surname: { - client_side_validation: true, required: false, serialized_name: 'surname', type: { @@ -90,7 +83,6 @@ def self.mapper() } }, user_type: { - client_side_validation: true, required: false, serialized_name: 'userType', type: { @@ -98,7 +90,6 @@ def self.mapper() } }, account_enabled: { - client_side_validation: true, required: false, serialized_name: 'accountEnabled', type: { @@ -106,7 +97,6 @@ def self.mapper() } }, display_name: { - client_side_validation: true, required: false, serialized_name: 'displayName', type: { @@ -114,7 +104,6 @@ def self.mapper() } }, password_profile: { - client_side_validation: true, required: false, serialized_name: 'passwordProfile', type: { @@ -123,7 +112,6 @@ def self.mapper() } }, user_principal_name: { - client_side_validation: true, required: false, serialized_name: 'userPrincipalName', type: { @@ -131,7 +119,6 @@ def self.mapper() } }, mail_nickname: { - client_side_validation: true, required: false, serialized_name: 'mailNickname', type: { diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2.rb new file mode 100644 index 0000000000..5e71cebbef --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2.rb @@ -0,0 +1,199 @@ +# 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::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class OAuth2 + include MsRestAzure + + # + # Creates and initializes a new instance of the OAuth2 class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [OAuth2PermissionGrant] operation results. + # + def grant(body = nil, custom_headers = nil) + response = grant_async(body, custom_headers).value! + response.body unless response.nil? + end + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @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 grant_with_http_info(body = nil, custom_headers = nil) + grant_async(body, custom_headers).value! + end + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @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 grant_async(body = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant.mapper() + request_content = @client.serialize(request_mapper, body) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/oauth2PermissionGrants' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 201 + 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 == 201 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant.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 + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def delete(object_id, custom_headers = nil) + response = delete_async(object_id, custom_headers).value! + nil + end + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def delete_with_http_info(object_id, custom_headers = nil) + delete_async(object_id, custom_headers).value! + end + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def delete_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/oauth2PermissionGrants/{objectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2permission_grant_operations.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2permission_grant_operations.rb new file mode 100644 index 0000000000..44feaabd3e --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/oauth2permission_grant_operations.rb @@ -0,0 +1,398 @@ +# 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::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class OAuth2PermissionGrantOperations + include MsRestAzure + + # + # Creates and initializes a new instance of the OAuth2PermissionGrantOperations class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. + # + # @param filter [String] This is the Service Principal ObjectId associated with + # the app + # @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(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) + first_page.get_all_items + end + + # + # Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. + # + # @param filter [String] This is the Service Principal ObjectId associated with + # the app + # @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_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! + end + + # + # Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. + # + # @param filter [String] This is the Service Principal ObjectId associated with + # the app + # @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_async(filter = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/oauth2PermissionGrants' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'$filter' => filter,'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult.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 + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [OAuth2PermissionGrant] operation results. + # + def create(body = nil, custom_headers = nil) + response = create_async(body, custom_headers).value! + response.body unless response.nil? + end + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def create_with_http_info(body = nil, custom_headers = nil) + create_async(body, custom_headers).value! + end + + # + # Grants OAuth2 permissions for the relevant resource Ids of an app. + # + # @param body [OAuth2PermissionGrant] The relevant app Service Principal Object + # Id and the Service Principal Object Id you want to grant. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def create_async(body = nil, custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant.mapper() + request_content = @client.serialize(request_mapper, body) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/oauth2PermissionGrants' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + body: request_content, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:post, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 201 + 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 == 201 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant.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 + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def delete(object_id, custom_headers = nil) + response = delete_async(object_id, custom_headers).value! + nil + end + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [MsRestAzure::AzureOperationResponse] HTTP response information. + # + def delete_with_http_info(object_id, custom_headers = nil) + delete_async(object_id, custom_headers).value! + end + + # + # Delete a OAuth2 permission grant for the relevant resource Ids of an app. + # + # @param object_id [String] The object ID of a permission grant. + # @param [Hash{String => String}] A hash of custom headers that will be added + # to the HTTP request. + # + # @return [Concurrent::Promise] Promise object which holds the HTTP response. + # + def delete_async(object_id, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/oauth2PermissionGrants/{objectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:delete, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + + # + # Gets the next page of OAuth2 permission grants + # + # @param next_link [String] Next link for the list operation. + # @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_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the next page of OAuth2 permission grants + # + # @param next_link [String] Next link for the 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_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! + end + + # + # Gets the next page of OAuth2 permission grants + # + # @param next_link [String] Next link for the 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_next_async(next_link, custom_headers = nil) + fail ArgumentError, 'next_link is nil' if next_link.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + skip_encoding_path_params: {'nextLink' => next_link}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult.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 + + # + # Queries OAuth2 permissions grants for the relevant SP ObjectId of an app. + # + # @param filter [String] This is the Service Principal ObjectId associated with + # the app + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [OAuth2PermissionGrantListResult] which provide lazy access to pages + # of the response. + # + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_link| + list_next_async(next_link, custom_headers) + end + page + end + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb index d5cbcf909b..9da3f848e9 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/objects.rb @@ -22,105 +22,25 @@ def initialize(client) attr_reader :client # - # Gets the details for the currently logged-in user. - # - # @param custom_headers [Hash{String => String}] A hash of custom headers that - # will be added to the HTTP request. - # - # @return [AADObject] operation results. - # - def get_current_user(custom_headers:nil) - response = get_current_user_async(custom_headers:custom_headers).value! - response.body unless response.nil? - end - - # - # Gets the details for the currently logged-in user. - # - # @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_current_user_with_http_info(custom_headers:nil) - get_current_user_async(custom_headers:custom_headers).value! - end - - # - # Gets the details for the currently logged-in user. - # - # @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_current_user_async(custom_headers:nil) - fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? - fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? - - - request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' - - # 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 = '{tenantID}/me' - - request_url = @base_url || @client.base_url - - options = { - middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], - path_params: {'tenantID' => @client.tenant_id}, - query_params: {'api-version' => @client.api_version}, - headers: request_headers.merge(custom_headers || {}), - base_url: request_url - } - promise = @client.make_request_async(:get, path_template, options) - - promise = promise.then do |result| - http_response = result.response - status_code = http_response.status - response_content = http_response.body - unless status_code == 200 - error_model = JSON.load(response_content) - fail MsRest::HttpOperationError.new(result.request, http_response, error_model) - end - - result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? - # Deserialize Response - if status_code == 200 - begin - parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::AADObject.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 AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # - def get_objects_by_object_ids(parameters, custom_headers:nil) - first_page = get_objects_by_object_ids_as_lazy(parameters, custom_headers:custom_headers) + def get_objects_by_object_ids(parameters, custom_headers = nil) + first_page = get_objects_by_object_ids_as_lazy(parameters, custom_headers) first_page.get_all_items end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -128,12 +48,14 @@ def get_objects_by_object_ids(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_objects_by_object_ids_with_http_info(parameters, custom_headers:nil) - get_objects_by_object_ids_async(parameters, custom_headers:custom_headers).value! + def get_objects_by_object_ids_with_http_info(parameters, custom_headers = nil) + get_objects_by_object_ids_async(parameters, custom_headers).value! end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -141,19 +63,20 @@ def get_objects_by_object_ids_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_objects_by_object_ids_async(parameters, custom_headers:nil) + def get_objects_by_object_ids_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::GetObjectsParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -187,7 +110,7 @@ def get_objects_by_object_ids_async(parameters, custom_headers:nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -207,10 +130,10 @@ def get_objects_by_object_ids_async(parameters, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [Array] operation results. + # @return [Array] operation results. # - def get_objects_by_object_ids_next(next_link, custom_headers:nil) - response = get_objects_by_object_ids_next_async(next_link, custom_headers:custom_headers).value! + def get_objects_by_object_ids_next(next_link, custom_headers = nil) + response = get_objects_by_object_ids_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -223,8 +146,8 @@ def get_objects_by_object_ids_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_objects_by_object_ids_next_with_http_info(next_link, custom_headers:nil) - get_objects_by_object_ids_next_async(next_link, custom_headers:custom_headers).value! + def get_objects_by_object_ids_next_with_http_info(next_link, custom_headers = nil) + get_objects_by_object_ids_next_async(next_link, custom_headers).value! end # @@ -236,14 +159,13 @@ def get_objects_by_object_ids_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_objects_by_object_ids_next_async(next_link, custom_headers:nil) + def get_objects_by_object_ids_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -276,7 +198,7 @@ def get_objects_by_object_ids_next_async(next_link, custom_headers:nil) if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) - result_mapper = Azure::GraphRbac::V1_6::Models::GetObjectsResult.mapper() + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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) @@ -290,21 +212,23 @@ def get_objects_by_object_ids_next_async(next_link, custom_headers:nil) end # - # Gets AD group membership for the specified AD object IDs. + # Gets the directory objects specified in a list of object IDs. You can also + # specify which resource collections (users, groups, etc.) should be searched + # by specifying the optional types parameter. # # @param parameters [GetObjectsParameters] Objects filtering parameters. # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [GetObjectsResult] which provide lazy access to pages of the + # @return [DirectoryObjectListResult] which provide lazy access to pages of the # response. # - def get_objects_by_object_ids_as_lazy(parameters, custom_headers:nil) - response = get_objects_by_object_ids_async(parameters, custom_headers:custom_headers).value! + def get_objects_by_object_ids_as_lazy(parameters, custom_headers = nil) + response = get_objects_by_object_ids_async(parameters, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - get_objects_by_object_ids_next_async(next_link, custom_headers:custom_headers) + get_objects_by_object_ids_next_async(next_link, custom_headers) end page end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb index e0f9e867e3..7f7a092b7f 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals.rb @@ -31,8 +31,8 @@ def initialize(client) # # @return [ServicePrincipal] operation results. # - def create(parameters, custom_headers:nil) - response = create_async(parameters, custom_headers:custom_headers).value! + def create(parameters, custom_headers = nil) + response = create_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -46,8 +46,8 @@ def create(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_with_http_info(parameters, custom_headers:nil) - create_async(parameters, custom_headers:custom_headers).value! + def create_with_http_info(parameters, custom_headers = nil) + create_async(parameters, custom_headers).value! end # @@ -60,19 +60,20 @@ def create_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_async(parameters, custom_headers:nil) + def create_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -128,8 +129,8 @@ def create_async(parameters, custom_headers:nil) # # @return [Array] operation results. # - def list(filter:nil, custom_headers:nil) - first_page = list_as_lazy(filter:filter, custom_headers:custom_headers) + def list(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) first_page.get_all_items end @@ -142,8 +143,8 @@ def list(filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(filter:nil, custom_headers:nil) - list_async(filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! end # @@ -155,13 +156,12 @@ def list_with_http_info(filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(filter:nil, custom_headers:nil) + def list_async(filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -206,6 +206,98 @@ def list_async(filter:nil, custom_headers:nil) promise.execute end + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # + def update(object_id, parameters, custom_headers = nil) + response = update_async(object_id, parameters, custom_headers).value! + nil + end + + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @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 update_with_http_info(object_id, parameters, custom_headers = nil) + update_async(object_id, parameters, custom_headers).value! + end + + # + # Updates a service principal in the directory. + # + # @param object_id [String] The object ID of the service principal to delete. + # @param parameters [ServicePrincipalUpdateParameters] Parameters to update a + # service principal. + # @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 update_async(object_id, parameters, custom_headers = nil) + fail ArgumentError, 'object_id is nil' if object_id.nil? + fail ArgumentError, 'parameters is nil' if parameters.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + + request_headers['Content-Type'] = 'application/json; charset=utf-8' + + # Serialize Request + request_mapper = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters.mapper() + request_content = @client.serialize(request_mapper, parameters) + request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil + + path_template = '{tenantID}/servicePrincipals/{objectId}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'objectId' => object_id,'tenantID' => @client.tenant_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 == 204 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + + result + end + + promise.execute + end + # # Deletes a service principal from the directory. # @@ -214,8 +306,8 @@ def list_async(filter:nil, custom_headers:nil) # will be added to the HTTP request. # # - def delete(object_id, custom_headers:nil) - response = delete_async(object_id, custom_headers:custom_headers).value! + def delete(object_id, custom_headers = nil) + response = delete_async(object_id, custom_headers).value! nil end @@ -228,8 +320,8 @@ def delete(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(object_id, custom_headers:nil) - delete_async(object_id, custom_headers:custom_headers).value! + def delete_with_http_info(object_id, custom_headers = nil) + delete_async(object_id, custom_headers).value! end # @@ -241,14 +333,13 @@ def delete_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(object_id, custom_headers:nil) + def delete_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -284,7 +375,8 @@ def delete_async(object_id, custom_headers:nil) end # - # Gets service principal information from the directory. + # Gets service principal information from the directory. Query by objectId or + # pass a filter to query by appId # # @param object_id [String] The object ID of the service principal to get. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -292,13 +384,14 @@ def delete_async(object_id, custom_headers:nil) # # @return [ServicePrincipal] operation results. # - def get(object_id, custom_headers:nil) - response = get_async(object_id, custom_headers:custom_headers).value! + def get(object_id, custom_headers = nil) + response = get_async(object_id, custom_headers).value! response.body unless response.nil? end # - # Gets service principal information from the directory. + # Gets service principal information from the directory. Query by objectId or + # pass a filter to query by appId # # @param object_id [String] The object ID of the service principal to get. # @param custom_headers [Hash{String => String}] A hash of custom headers that @@ -306,12 +399,13 @@ def get(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(object_id, custom_headers:nil) - get_async(object_id, custom_headers:custom_headers).value! + def get_with_http_info(object_id, custom_headers = nil) + get_async(object_id, custom_headers).value! end # - # Gets service principal information from the directory. + # Gets service principal information from the directory. Query by objectId or + # pass a filter to query by appId # # @param object_id [String] The object ID of the service principal to get. # @param [Hash{String => String}] A hash of custom headers that will be added @@ -319,14 +413,13 @@ def get_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(object_id, custom_headers:nil) + def get_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -382,11 +475,11 @@ def get_async(object_id, custom_headers:nil) # @param custom_headers [Hash{String => String}] A hash of custom headers that # will be added to the HTTP request. # - # @return [DirectoryObjectListResult] operation results. + # @return [Array] operation results. # - def list_owners(object_id, custom_headers:nil) - response = list_owners_async(object_id, custom_headers:custom_headers).value! - response.body unless response.nil? + def list_owners(object_id, custom_headers = nil) + first_page = list_owners_as_lazy(object_id, custom_headers) + first_page.get_all_items end # @@ -402,8 +495,8 @@ def list_owners(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_owners_with_http_info(object_id, custom_headers:nil) - list_owners_async(object_id, custom_headers:custom_headers).value! + def list_owners_with_http_info(object_id, custom_headers = nil) + list_owners_async(object_id, custom_headers).value! end # @@ -419,14 +512,13 @@ def list_owners_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_owners_async(object_id, custom_headers:nil) + def list_owners_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -481,8 +573,8 @@ def list_owners_async(object_id, custom_headers:nil) # # @return [KeyCredentialListResult] operation results. # - def list_key_credentials(object_id, custom_headers:nil) - response = list_key_credentials_async(object_id, custom_headers:custom_headers).value! + def list_key_credentials(object_id, custom_headers = nil) + response = list_key_credentials_async(object_id, custom_headers).value! response.body unless response.nil? end @@ -496,8 +588,8 @@ def list_key_credentials(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_key_credentials_with_http_info(object_id, custom_headers:nil) - list_key_credentials_async(object_id, custom_headers:custom_headers).value! + def list_key_credentials_with_http_info(object_id, custom_headers = nil) + list_key_credentials_async(object_id, custom_headers).value! end # @@ -510,14 +602,13 @@ def list_key_credentials_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_key_credentials_async(object_id, custom_headers:nil) + def list_key_credentials_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -573,8 +664,8 @@ def list_key_credentials_async(object_id, custom_headers:nil) # will be added to the HTTP request. # # - def update_key_credentials(object_id, parameters, custom_headers:nil) - response = update_key_credentials_async(object_id, parameters, custom_headers:custom_headers).value! + def update_key_credentials(object_id, parameters, custom_headers = nil) + response = update_key_credentials_async(object_id, parameters, custom_headers).value! nil end @@ -590,8 +681,8 @@ def update_key_credentials(object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_key_credentials_with_http_info(object_id, parameters, custom_headers:nil) - update_key_credentials_async(object_id, parameters, custom_headers:custom_headers).value! + def update_key_credentials_with_http_info(object_id, parameters, custom_headers = nil) + update_key_credentials_async(object_id, parameters, custom_headers).value! end # @@ -606,7 +697,7 @@ def update_key_credentials_with_http_info(object_id, parameters, custom_headers: # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_key_credentials_async(object_id, parameters, custom_headers:nil) + def update_key_credentials_async(object_id, parameters, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -614,12 +705,13 @@ def update_key_credentials_async(object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -665,8 +757,8 @@ def update_key_credentials_async(object_id, parameters, custom_headers:nil) # # @return [PasswordCredentialListResult] operation results. # - def list_password_credentials(object_id, custom_headers:nil) - response = list_password_credentials_async(object_id, custom_headers:custom_headers).value! + def list_password_credentials(object_id, custom_headers = nil) + response = list_password_credentials_async(object_id, custom_headers).value! response.body unless response.nil? end @@ -679,8 +771,8 @@ def list_password_credentials(object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_password_credentials_with_http_info(object_id, custom_headers:nil) - list_password_credentials_async(object_id, custom_headers:custom_headers).value! + def list_password_credentials_with_http_info(object_id, custom_headers = nil) + list_password_credentials_async(object_id, custom_headers).value! end # @@ -692,14 +784,13 @@ def list_password_credentials_with_http_info(object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_password_credentials_async(object_id, custom_headers:nil) + def list_password_credentials_async(object_id, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -754,8 +845,8 @@ def list_password_credentials_async(object_id, custom_headers:nil) # will be added to the HTTP request. # # - def update_password_credentials(object_id, parameters, custom_headers:nil) - response = update_password_credentials_async(object_id, parameters, custom_headers:custom_headers).value! + def update_password_credentials(object_id, parameters, custom_headers = nil) + response = update_password_credentials_async(object_id, parameters, custom_headers).value! nil end @@ -770,8 +861,8 @@ def update_password_credentials(object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_password_credentials_with_http_info(object_id, parameters, custom_headers:nil) - update_password_credentials_async(object_id, parameters, custom_headers:custom_headers).value! + def update_password_credentials_with_http_info(object_id, parameters, custom_headers = nil) + update_password_credentials_async(object_id, parameters, custom_headers).value! end # @@ -785,7 +876,7 @@ def update_password_credentials_with_http_info(object_id, parameters, custom_hea # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_password_credentials_async(object_id, parameters, custom_headers:nil) + def update_password_credentials_async(object_id, parameters, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -793,12 +884,13 @@ def update_password_credentials_async(object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -844,8 +936,8 @@ def update_password_credentials_async(object_id, parameters, custom_headers:nil) # # @return [Array] operation results. # - def list_next(next_link, custom_headers:nil) - response = list_next_async(next_link, custom_headers:custom_headers).value! + def list_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -858,8 +950,8 @@ def list_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_link, custom_headers:nil) - list_next_async(next_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! end # @@ -871,14 +963,13 @@ def list_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_link, custom_headers:nil) + def list_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -924,6 +1015,102 @@ def list_next_async(next_link, custom_headers:nil) promise.execute end + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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 [DirectoryObjectListResult] operation results. + # + def list_owners_next(next_page_link, custom_headers = nil) + response = list_owners_next_async(next_page_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_with_http_info(next_page_link, custom_headers = nil) + list_owners_next_async(next_page_link, custom_headers).value! + end + + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @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_owners_next_async(next_page_link, custom_headers = nil) + fail ArgumentError, 'next_page_link is nil' if next_page_link.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + skip_encoding_path_params: {'nextLink' => next_page_link}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 service principals from the current tenant. # @@ -934,12 +1121,37 @@ def list_next_async(next_link, custom_headers:nil) # @return [ServicePrincipalListResult] which provide lazy access to pages of # the response. # - def list_as_lazy(filter:nil, custom_headers:nil) - response = list_async(filter:filter, custom_headers:custom_headers).value! + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - list_next_async(next_link, custom_headers:custom_headers) + list_next_async(next_link, custom_headers) + end + page + end + end + + # + # Directory objects that are owners of this service principal. + # + # The owners are a set of non-admin users who are allowed to modify this + # object. + # + # @param object_id [String] The object ID of the service principal for which to + # get owners. + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owners_as_lazy(object_id, custom_headers = nil) + response = list_owners_async(object_id, custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_page_link| + list_owners_next_async(next_page_link, custom_headers) end page end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals_by_app_id.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals_by_app_id.rb new file mode 100644 index 0000000000..00b2b39f22 --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/service_principals_by_app_id.rb @@ -0,0 +1,109 @@ +# 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::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class ServicePrincipalsByAppId + include MsRestAzure + + # + # Creates and initializes a new instance of the ServicePrincipalsByAppId class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Gets an object id for a given application id from the current tenant. + # + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [ServicePrincipalObjectResult] operation results. + # + def get(custom_headers = nil) + response = get_async(custom_headers).value! + response.body unless response.nil? + end + + # + # Gets an object id for a given application id from the current tenant. + # + # @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(custom_headers = nil) + get_async(custom_headers).value! + end + + # + # Gets an object id for a given application id from the current tenant. + # + # @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(custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + fail ArgumentError, '@client.application_id is nil' if @client.application_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/servicePrincipalsByAppId/{applicationID}/objectId' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id,'applicationID' => @client.application_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult.mapper() + result.body = @client.deserialize(result_mapper, parsed_response) + rescue Exception => e + fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result) + end + end + + result + end + + promise.execute + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb new file mode 100644 index 0000000000..fe6b0aeb5e --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/signed_in_user.rb @@ -0,0 +1,299 @@ +# 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::GraphRbac::V1_6 + # + # The Graph RBAC Management Client + # + class SignedInUser + include MsRestAzure + + # + # Creates and initializes a new instance of the SignedInUser class. + # @param client service class for accessing basic functionality. + # + def initialize(client) + @client = client + end + + # @return [GraphRbacClient] reference to the GraphRbacClient + attr_reader :client + + # + # Gets the details for the currently logged-in user. + # + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [User] operation results. + # + def get(custom_headers = nil) + response = get_async(custom_headers).value! + response.body unless response.nil? + end + + # + # Gets the details for the currently logged-in user. + # + # @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(custom_headers = nil) + get_async(custom_headers).value! + end + + # + # Gets the details for the currently logged-in user. + # + # @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(custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/me' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::User.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects(custom_headers = nil) + first_page = list_owned_objects_as_lazy(custom_headers) + first_page.get_all_items + end + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects_with_http_info(custom_headers = nil) + list_owned_objects_async(custom_headers).value! + end + + # + # Get the list of directory objects that are owned by the user. + # + # @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_owned_objects_async(custom_headers = nil) + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/me/ownedObjects' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the list operation. + # @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_owned_objects_next(next_link, custom_headers = nil) + response = list_owned_objects_next_async(next_link, custom_headers).value! + response.body unless response.nil? + end + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the 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_owned_objects_next_with_http_info(next_link, custom_headers = nil) + list_owned_objects_next_async(next_link, custom_headers).value! + end + + # + # Get the list of directory objects that are owned by the user. + # + # @param next_link [String] Next link for the 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_owned_objects_next_async(next_link, custom_headers = nil) + fail ArgumentError, 'next_link is nil' if next_link.nil? + fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? + fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? + + + request_headers = {} + + # Set Headers + request_headers['x-ms-client-request-id'] = SecureRandom.uuid + request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil? + path_template = '{tenantID}/{nextLink}' + + request_url = @base_url || @client.base_url + + options = { + middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], + path_params: {'tenantID' => @client.tenant_id}, + skip_encoding_path_params: {'nextLink' => next_link}, + query_params: {'api-version' => @client.api_version}, + headers: request_headers.merge(custom_headers || {}), + base_url: request_url + } + promise = @client.make_request_async(:get, path_template, options) + + promise = promise.then do |result| + http_response = result.response + status_code = http_response.status + response_content = http_response.body + unless status_code == 200 + error_model = JSON.load(response_content) + fail MsRest::HttpOperationError.new(result.request, http_response, error_model) + end + + result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? + # Deserialize Response + if status_code == 200 + begin + parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) + result_mapper = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult.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 + + # + # Get the list of directory objects that are owned by the user. + # + # @param custom_headers [Hash{String => String}] A hash of custom headers that + # will be added to the HTTP request. + # + # @return [DirectoryObjectListResult] which provide lazy access to pages of the + # response. + # + def list_owned_objects_as_lazy(custom_headers = nil) + response = list_owned_objects_async(custom_headers).value! + unless response.nil? + page = response.body + page.next_method = Proc.new do |next_link| + list_owned_objects_next_async(next_link, custom_headers) + end + page + end + end + + end +end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/users.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/users.rb index 61a6a2a064..5c446abd78 100644 --- a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/users.rb +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/users.rb @@ -30,8 +30,8 @@ def initialize(client) # # @return [User] operation results. # - def create(parameters, custom_headers:nil) - response = create_async(parameters, custom_headers:custom_headers).value! + def create(parameters, custom_headers = nil) + response = create_async(parameters, custom_headers).value! response.body unless response.nil? end @@ -44,8 +44,8 @@ def create(parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def create_with_http_info(parameters, custom_headers:nil) - create_async(parameters, custom_headers:custom_headers).value! + def create_with_http_info(parameters, custom_headers = nil) + create_async(parameters, custom_headers).value! end # @@ -57,19 +57,20 @@ def create_with_http_info(parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def create_async(parameters, custom_headers:nil) + def create_async(parameters, custom_headers = nil) fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::UserCreateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -125,8 +126,8 @@ def create_async(parameters, custom_headers:nil) # # @return [Array] operation results. # - def list(filter:nil, custom_headers:nil) - first_page = list_as_lazy(filter:filter, custom_headers:custom_headers) + def list(filter = nil, custom_headers = nil) + first_page = list_as_lazy(filter, custom_headers) first_page.get_all_items end @@ -139,8 +140,8 @@ def list(filter:nil, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_with_http_info(filter:nil, custom_headers:nil) - list_async(filter:filter, custom_headers:custom_headers).value! + def list_with_http_info(filter = nil, custom_headers = nil) + list_async(filter, custom_headers).value! end # @@ -152,13 +153,12 @@ def list_with_http_info(filter:nil, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_async(filter:nil, custom_headers:nil) + def list_async(filter = nil, custom_headers = nil) fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -213,8 +213,8 @@ def list_async(filter:nil, custom_headers:nil) # # @return [User] operation results. # - def get(upn_or_object_id, custom_headers:nil) - response = get_async(upn_or_object_id, custom_headers:custom_headers).value! + def get(upn_or_object_id, custom_headers = nil) + response = get_async(upn_or_object_id, custom_headers).value! response.body unless response.nil? end @@ -228,8 +228,8 @@ def get(upn_or_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_with_http_info(upn_or_object_id, custom_headers:nil) - get_async(upn_or_object_id, custom_headers:custom_headers).value! + def get_with_http_info(upn_or_object_id, custom_headers = nil) + get_async(upn_or_object_id, custom_headers).value! end # @@ -242,14 +242,13 @@ def get_with_http_info(upn_or_object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_async(upn_or_object_id, custom_headers:nil) + def get_async(upn_or_object_id, custom_headers = nil) fail ArgumentError, 'upn_or_object_id is nil' if upn_or_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -305,8 +304,8 @@ def get_async(upn_or_object_id, custom_headers:nil) # will be added to the HTTP request. # # - def update(upn_or_object_id, parameters, custom_headers:nil) - response = update_async(upn_or_object_id, parameters, custom_headers:custom_headers).value! + def update(upn_or_object_id, parameters, custom_headers = nil) + response = update_async(upn_or_object_id, parameters, custom_headers).value! nil end @@ -322,8 +321,8 @@ def update(upn_or_object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def update_with_http_info(upn_or_object_id, parameters, custom_headers:nil) - update_async(upn_or_object_id, parameters, custom_headers:custom_headers).value! + def update_with_http_info(upn_or_object_id, parameters, custom_headers = nil) + update_async(upn_or_object_id, parameters, custom_headers).value! end # @@ -338,7 +337,7 @@ def update_with_http_info(upn_or_object_id, parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def update_async(upn_or_object_id, parameters, custom_headers:nil) + def update_async(upn_or_object_id, parameters, custom_headers = nil) fail ArgumentError, 'upn_or_object_id is nil' if upn_or_object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -346,12 +345,13 @@ def update_async(upn_or_object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::UserUpdateParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -397,8 +397,8 @@ def update_async(upn_or_object_id, parameters, custom_headers:nil) # will be added to the HTTP request. # # - def delete(upn_or_object_id, custom_headers:nil) - response = delete_async(upn_or_object_id, custom_headers:custom_headers).value! + def delete(upn_or_object_id, custom_headers = nil) + response = delete_async(upn_or_object_id, custom_headers).value! nil end @@ -412,8 +412,8 @@ def delete(upn_or_object_id, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def delete_with_http_info(upn_or_object_id, custom_headers:nil) - delete_async(upn_or_object_id, custom_headers:custom_headers).value! + def delete_with_http_info(upn_or_object_id, custom_headers = nil) + delete_async(upn_or_object_id, custom_headers).value! end # @@ -426,14 +426,13 @@ def delete_with_http_info(upn_or_object_id, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def delete_async(upn_or_object_id, custom_headers:nil) + def delete_async(upn_or_object_id, custom_headers = nil) fail ArgumentError, 'upn_or_object_id is nil' if upn_or_object_id.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -480,8 +479,8 @@ def delete_async(upn_or_object_id, custom_headers:nil) # # @return [UserGetMemberGroupsResult] operation results. # - def get_member_groups(object_id, parameters, custom_headers:nil) - response = get_member_groups_async(object_id, parameters, custom_headers:custom_headers).value! + def get_member_groups(object_id, parameters, custom_headers = nil) + response = get_member_groups_async(object_id, parameters, custom_headers).value! response.body unless response.nil? end @@ -497,8 +496,8 @@ def get_member_groups(object_id, parameters, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def get_member_groups_with_http_info(object_id, parameters, custom_headers:nil) - get_member_groups_async(object_id, parameters, custom_headers:custom_headers).value! + def get_member_groups_with_http_info(object_id, parameters, custom_headers = nil) + get_member_groups_async(object_id, parameters, custom_headers).value! end # @@ -513,7 +512,7 @@ def get_member_groups_with_http_info(object_id, parameters, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def get_member_groups_async(object_id, parameters, custom_headers:nil) + def get_member_groups_async(object_id, parameters, custom_headers = nil) fail ArgumentError, 'object_id is nil' if object_id.nil? fail ArgumentError, 'parameters is nil' if parameters.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? @@ -521,12 +520,13 @@ def get_member_groups_async(object_id, parameters, custom_headers:nil) request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # 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::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters.mapper() request_content = @client.serialize(request_mapper, parameters) @@ -582,8 +582,8 @@ def get_member_groups_async(object_id, parameters, custom_headers:nil) # # @return [Array] operation results. # - def list_next(next_link, custom_headers:nil) - response = list_next_async(next_link, custom_headers:custom_headers).value! + def list_next(next_link, custom_headers = nil) + response = list_next_async(next_link, custom_headers).value! response.body unless response.nil? end @@ -596,8 +596,8 @@ def list_next(next_link, custom_headers:nil) # # @return [MsRestAzure::AzureOperationResponse] HTTP response information. # - def list_next_with_http_info(next_link, custom_headers:nil) - list_next_async(next_link, custom_headers:custom_headers).value! + def list_next_with_http_info(next_link, custom_headers = nil) + list_next_async(next_link, custom_headers).value! end # @@ -609,14 +609,13 @@ def list_next_with_http_info(next_link, custom_headers:nil) # # @return [Concurrent::Promise] Promise object which holds the HTTP response. # - def list_next_async(next_link, custom_headers:nil) + def list_next_async(next_link, custom_headers = nil) fail ArgumentError, 'next_link is nil' if next_link.nil? fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil? fail ArgumentError, '@client.tenant_id is nil' if @client.tenant_id.nil? request_headers = {} - request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid @@ -671,12 +670,12 @@ def list_next_async(next_link, custom_headers:nil) # # @return [UserListResult] which provide lazy access to pages of the response. # - def list_as_lazy(filter:nil, custom_headers:nil) - response = list_async(filter:filter, custom_headers:custom_headers).value! + def list_as_lazy(filter = nil, custom_headers = nil) + response = list_async(filter, custom_headers).value! unless response.nil? page = response.body page.next_method = Proc.new do |next_link| - list_next_async(next_link, custom_headers:custom_headers) + list_next_async(next_link, custom_headers) end page end diff --git a/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/version.rb b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/version.rb new file mode 100644 index 0000000000..e07e66fd2c --- /dev/null +++ b/data/azure_graph_rbac/lib/1.6/generated/azure_graph_rbac/version.rb @@ -0,0 +1,8 @@ +# 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::GraphRbac::V1_6 + VERSION = '0.16.0' +end diff --git a/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb b/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb index f609e1673c..4f9e416701 100644 --- a/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb +++ b/data/azure_graph_rbac/lib/profiles/latest/modules/graphrbac_profile_module.rb @@ -5,63 +5,79 @@ require 'azure_graph_rbac' module Azure::GraphRbac::Profiles::Latest - Objects = Azure::GraphRbac::V1_6::Objects - Applications = Azure::GraphRbac::V1_6::Applications + DeletedApplications = Azure::GraphRbac::V1_6::DeletedApplications Groups = Azure::GraphRbac::V1_6::Groups ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals Users = Azure::GraphRbac::V1_6::Users + Objects = Azure::GraphRbac::V1_6::Objects Domains = Azure::GraphRbac::V1_6::Domains + OAuth2PermissionGrantOperations = Azure::GraphRbac::V1_6::OAuth2PermissionGrantOperations + SignedInUser = Azure::GraphRbac::V1_6::SignedInUser + Applications = Azure::GraphRbac::V1_6::Applications module Models - GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult + GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters GraphError = Azure::GraphRbac::V1_6::Models::GraphError + SignInName = Azure::GraphRbac::V1_6::Models::SignInName + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + Application = Azure::GraphRbac::V1_6::Models::Application + ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup + ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + ServicePrincipalUpdateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters + UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters + User = Azure::GraphRbac::V1_6::Models::User + UserType = Azure::GraphRbac::V1_6::Models::UserType + ConsentType = Azure::GraphRbac::V1_6::Models::ConsentType + GroupAddMemberParameters = Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters - KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential - ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess + OAuth2Permission = Azure::GraphRbac::V1_6::Models::OAuth2Permission + PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + PreAuthorizedApplicationPermission = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationPermission + InformationalUrl = Azure::GraphRbac::V1_6::Models::InformationalUrl + PreAuthorizedApplication = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplication + OptionalClaim = Azure::GraphRbac::V1_6::Models::OptionalClaim + DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject + PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential GroupListResult = Azure::GraphRbac::V1_6::Models::GroupListResult - ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters - UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult - ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult + ApplicationBase = Azure::GraphRbac::V1_6::Models::ApplicationBase GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult - KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult + UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult + UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult + UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters + ServicePrincipalObjectResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters - KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult - PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters - GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult + KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters + ServicePrincipalBase = Azure::GraphRbac::V1_6::Models::ServicePrincipalBase + PreAuthorizedApplicationExtension = Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationExtension + OAuth2PermissionGrantListResult = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult + KeyCredential = Azure::GraphRbac::V1_6::Models::KeyCredential + OAuth2PermissionGrant = Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant + AppRole = Azure::GraphRbac::V1_6::Models::AppRole DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult - PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential + AddOwnerParameters = Azure::GraphRbac::V1_6::Models::AddOwnerParameters ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + OptionalClaims = Azure::GraphRbac::V1_6::Models::OptionalClaims PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile - DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + ResourceAccess = Azure::GraphRbac::V1_6::Models::ResourceAccess UserBase = Azure::GraphRbac::V1_6::Models::UserBase - AADObject = Azure::GraphRbac::V1_6::Models::AADObject + DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult Domain = Azure::GraphRbac::V1_6::Models::Domain - RequiredResourceAccess = Azure::GraphRbac::V1_6::Models::RequiredResourceAccess - GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - SignInName = Azure::GraphRbac::V1_6::Models::SignInName - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - Application = Azure::GraphRbac::V1_6::Models::Application - ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters - UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - User = Azure::GraphRbac::V1_6::Models::User - UserType = Azure::GraphRbac::V1_6::Models::UserType end # # GraphRbacDataClass # class GraphRbacDataClass - attr_reader :objects, :applications, :groups, :service_principals, :users, :domains, :configurable, :base_url, :options, :model_classes + attr_reader :deleted_applications, :groups, :service_principals, :users, :objects, :domains, :oauth2_permission_grant_operations, :signed_in_user, :applications, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -81,12 +97,15 @@ def initialize(options = {}) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @objects = @client_0.objects - @applications = @client_0.applications + @deleted_applications = @client_0.deleted_applications @groups = @client_0.groups @service_principals = @client_0.service_principals @users = @client_0.users + @objects = @client_0.objects @domains = @client_0.domains + @oauth2_permission_grant_operations = @client_0.oauth2_permission_grant_operations + @signed_in_user = @client_0.signed_in_user + @applications = @client_0.applications @model_classes = ModelClasses.new end @@ -107,131 +126,170 @@ def method_missing(method, *args) end class ModelClasses - def group_add_member_parameters - Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + def application_list_result + Azure::GraphRbac::V1_6::Models::ApplicationListResult + end + def get_objects_parameters + Azure::GraphRbac::V1_6::Models::GetObjectsParameters end def graph_error Azure::GraphRbac::V1_6::Models::GraphError end + def sign_in_name + Azure::GraphRbac::V1_6::Models::SignInName + end + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + end + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + end + def application + Azure::GraphRbac::V1_6::Models::Application + end + def adgroup + Azure::GraphRbac::V1_6::Models::ADGroup + end + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + end + def service_principal_update_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalUpdateParameters + end + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end + def user_create_parameters + Azure::GraphRbac::V1_6::Models::UserCreateParameters + end + def user_update_parameters + Azure::GraphRbac::V1_6::Models::UserUpdateParameters + end + def user + Azure::GraphRbac::V1_6::Models::User + end + def user_type + Azure::GraphRbac::V1_6::Models::UserType + end + def consent_type + Azure::GraphRbac::V1_6::Models::ConsentType + end + def group_add_member_parameters + Azure::GraphRbac::V1_6::Models::GroupAddMemberParameters + end def group_create_parameters Azure::GraphRbac::V1_6::Models::GroupCreateParameters end - def key_credential - Azure::GraphRbac::V1_6::Models::KeyCredential + def oauth2_permission + Azure::GraphRbac::V1_6::Models::OAuth2Permission end - def resource_access - Azure::GraphRbac::V1_6::Models::ResourceAccess + def password_credential_list_result + Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult + end + def password_credentials_update_parameters + Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + end + def pre_authorized_application_permission + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationPermission + end + def informational_url + Azure::GraphRbac::V1_6::Models::InformationalUrl + end + def pre_authorized_application + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplication + end + def optional_claim + Azure::GraphRbac::V1_6::Models::OptionalClaim + end + def directory_object + Azure::GraphRbac::V1_6::Models::DirectoryObject + end + def password_credential + Azure::GraphRbac::V1_6::Models::PasswordCredential end def group_list_result Azure::GraphRbac::V1_6::Models::GroupListResult end - def application_create_parameters - Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end def group_get_member_groups_parameters Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters end + def application_base + Azure::GraphRbac::V1_6::Models::ApplicationBase + end + def group_get_member_groups_result + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + end + def user_list_result + Azure::GraphRbac::V1_6::Models::UserListResult + end def user_get_member_groups_result Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult end - def application_list_result - Azure::GraphRbac::V1_6::Models::ApplicationListResult + def user_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters end - def group_get_member_groups_result - Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult + def service_principal_object_result + Azure::GraphRbac::V1_6::Models::ServicePrincipalObjectResult + end + def check_group_membership_parameters + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters end def key_credential_list_result Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end - def check_group_membership_parameters - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + def check_group_membership_result + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult end def key_credentials_update_parameters Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters end - def check_group_membership_result - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + def service_principal_base + Azure::GraphRbac::V1_6::Models::ServicePrincipalBase end - def password_credentials_update_parameters - Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters + def pre_authorized_application_extension + Azure::GraphRbac::V1_6::Models::PreAuthorizedApplicationExtension end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + def oauth2_permission_grant_list_result + Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrantListResult + end + def key_credential + Azure::GraphRbac::V1_6::Models::KeyCredential + end + def oauth2_permission_grant + Azure::GraphRbac::V1_6::Models::OAuth2PermissionGrant end - def get_objects_result - Azure::GraphRbac::V1_6::Models::GetObjectsResult + def app_role + Azure::GraphRbac::V1_6::Models::AppRole end def domain_list_result Azure::GraphRbac::V1_6::Models::DomainListResult end - def password_credential - Azure::GraphRbac::V1_6::Models::PasswordCredential + def add_owner_parameters + Azure::GraphRbac::V1_6::Models::AddOwnerParameters end def service_principal_list_result Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + def optional_claims + Azure::GraphRbac::V1_6::Models::OptionalClaims end def password_profile Azure::GraphRbac::V1_6::Models::PasswordProfile end - def directory_object_list_result - Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult + def resource_access + Azure::GraphRbac::V1_6::Models::ResourceAccess end def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def aadobject - Azure::GraphRbac::V1_6::Models::AADObject + def directory_object_list_result + Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult end def domain Azure::GraphRbac::V1_6::Models::Domain end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess - end - def get_objects_parameters - Azure::GraphRbac::V1_6::Models::GetObjectsParameters - end - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - end - def sign_in_name - Azure::GraphRbac::V1_6::Models::SignInName - end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult - end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject - end - def user_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - end - def application - Azure::GraphRbac::V1_6::Models::Application - end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup - end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end - def user_create_parameters - Azure::GraphRbac::V1_6::Models::UserCreateParameters - end - def user_update_parameters - Azure::GraphRbac::V1_6::Models::UserUpdateParameters - end - def user - Azure::GraphRbac::V1_6::Models::User - end - def user_type - Azure::GraphRbac::V1_6::Models::UserType - end end end