diff --git a/azure_sdk/lib/azure_sdk.rb b/azure_sdk/lib/azure_sdk.rb index 1d918171be..777a7b47d3 100644 --- a/azure_sdk/lib/azure_sdk.rb +++ b/azure_sdk/lib/azure_sdk.rb @@ -4,5 +4,5 @@ require 'azure_sdk/version' require 'v2018_03_01/v2018_03_01_profile_client' -require 'latest/latest_profile_client' require 'v2017_03_09/v2017_03_09_profile_client' +require 'latest/latest_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 afb18f33ae..d0775bedd4 100644 --- a/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/analysisservices_profile_module.rb @@ -7,10 +7,19 @@ 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 + Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource + ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay + Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation + OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult + State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier + AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters GatewayListStatusLive = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive GatewayError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayError GatewayListStatusError = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusError @@ -28,20 +37,11 @@ module Models AnalysisServicesServer = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServer ConnectionMode = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ConnectionMode OperationStatus = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus - State = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State - Resource = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource - ProvisioningState = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState - OperationDisplay = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay - Operation = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation - OperationListResult = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult Status = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status - ResourceSku = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - SkuTier = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::SkuTier - AnalysisServicesServerUpdateParameters = Azure::AnalysisServices::Mgmt::V2017_08_01::Models::AnalysisServicesServerUpdateParameters 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,6 +71,33 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource + end + def provisioning_state + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState + end + def operation_display + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay + end + def operation + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation + end + def operation_list_result + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult + end + def state + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State + end + def resource_sku + Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku + end + 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 gateway_list_status_live Azure::AnalysisServices::Mgmt::V2017_08_01::Models::GatewayListStatusLive end @@ -122,36 +149,9 @@ def connection_mode def operation_status Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationStatus end - def state - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::State - end - def resource - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Resource - end - def provisioning_state - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ProvisioningState - end - def operation_display - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationDisplay - end - def operation - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Operation - end - def operation_list_result - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::OperationListResult - end def status Azure::AnalysisServices::Mgmt::V2017_08_01::Models::Status end - def resource_sku - Azure::AnalysisServices::Mgmt::V2017_08_01::Models::ResourceSku - end - 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 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 d992be142b..ddbf58e578 100644 --- a/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/apimanagement_profile_module.rb @@ -17,7 +17,6 @@ module Mgmt 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 - Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy ApiPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiPolicy ApiSchema = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiSchema ApiDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ApiDiagnostic @@ -28,6 +27,7 @@ module Mgmt Backend = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Backend 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 GroupUser = Azure::ApiManagement::Mgmt::V2018_06_01_preview::GroupUser IdentityProvider = Azure::ApiManagement::Mgmt::V2018_06_01_preview::IdentityProvider @@ -40,81 +40,32 @@ module Mgmt SignUpSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::SignUpSettings DelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::DelegationSettings Product = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Product + Policy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Policy ProductApi = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductApi - ProductGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductGroup ProductSubscriptions = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductSubscriptions ProductPolicy = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductPolicy + ProductGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::ProductGroup Property = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Property 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 - Diagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Diagnostic TagResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagResource TagDescription = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TagDescription OperationOperations = Azure::ApiManagement::Mgmt::V2018_06_01_preview::OperationOperations TenantAccess = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccess - Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag - TenantConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantConfiguration TenantAccessGit = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantAccessGit - Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger - UserGroup = Azure::ApiManagement::Mgmt::V2018_06_01_preview::UserGroup + TenantConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::TenantConfiguration + User = Azure::ApiManagement::Mgmt::V2018_06_01_preview::User 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 - User = Azure::ApiManagement::Mgmt::V2018_06_01_preview::User + Tag = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Tag + Logger = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Logger Certificate = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Certificate module Models - RecipientUserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract - RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract - ApiManagementServiceResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource - OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract - BackendContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract - PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings - CertificateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract - SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract - PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings - PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings - PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract - TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract - TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract - ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract - PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat - ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat - SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType - ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType - SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType - AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog - ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState - GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType - AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod - ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod - BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod - BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol - HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType - SkuType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType - 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 - Confirmation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation - UserState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState - 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 - 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 - 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 - ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse - State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol ApiManagementServiceListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult ErrorFieldContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorFieldContract ApiManagementServiceGetSsoTokenResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceGetSsoTokenResult @@ -124,32 +75,33 @@ module Models PolicySnippetsCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicySnippetsCollection ApiManagementServiceApplyNetworkConfigurationParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceApplyNetworkConfigurationParameters RegionListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult - OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay ApiManagementServiceUploadCertificateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters - Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation + ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult HostnameConfigurationOld = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfigurationOld + CertificateInformation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation OperationListResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult + 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 - ApiExportResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult - VirtualNetworkConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration HostnameConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration - CertificateConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration - SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract - OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract ApiCreateOrUpdateParameter = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter - ApiManagementServiceBackupRestoreParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters - AdditionalLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation + VirtualNetworkConfiguration = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration + OAuth2AuthenticationSettingsContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract ApiManagementServiceSkuProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties - ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection - ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract + SubscriptionKeyParameterNamesContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionKeyParameterNamesContract + AdditionalLocation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation ApiRevisionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract - AccessInformationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract - ApiManagementServiceIdentity = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity + ApiManagementServiceBackupRestoreParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters + ApiRevisionInfoContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract ApiManagementServiceBaseProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBaseProperties - ApimResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource - RepresentationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract + ApiReleaseCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection + ApiManagementServiceIdentity = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity OperationCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection + AccessInformationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract + RepresentationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract + ApimResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource + ResponseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract + TagDescriptionCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters + OperationUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract ErrorResponseBody = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponseBody SchemaCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SchemaCollection UserUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserUpdateParameters @@ -160,16 +112,15 @@ module Models RegionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionContract BodyDiagnosticSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BodyDiagnosticSettings 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 TagDescriptionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCollection + ApiVersionSetContractDetails = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails 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 TagTagResourceContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties - TagResourceCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection + ApiManagementServiceUpdateHostnameParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters ProductCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection - EmailTemplateParametersContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties + OperationDisplay = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay AuthorizationServerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerCollection TagCreateUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagCreateUpdateParameters TokenBodyParameterContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TokenBodyParameterContract @@ -197,19 +148,19 @@ module Models ApiRevisionCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionCollection SubscriptionCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionCreateParameters ApiVersionSetEntityBase = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetEntityBase + EmailTemplateParametersContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties IdentityProviderList = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList 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 - ResponseContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract - TagDescriptionCreateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters - OperationUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract IssueCommentCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IssueCommentCollection - RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection - DiagnosticCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection + TagResourceCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection + Operation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation LoggerCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection + RequestReportCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + IdentityProviderBaseParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters GenerateSsoUrlResult = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult + DiagnosticCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection HttpMessageDiagnostic = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic RequestReportRecordContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportRecordContract RecipientsContractProperties = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientsContractProperties @@ -272,16 +223,65 @@ module Models AuthorizationServerUpdateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerUpdateContract ProductContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductContract ApiManagementServiceUpdateParameters = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters - EmailTemplateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract - GroupContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + CertificateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract + BackendContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract UserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserContract + EmailTemplateContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract + ApiManagementServiceResource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource + NotificationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract IdentityProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract + GroupContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + RecipientEmailContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract + RecipientUserContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract LoggerContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerContract - NotificationContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract + OpenidConnectProviderContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract + PortalSigninSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings + PortalSignupSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings + PortalDelegationSettings = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings + SubscriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract + PropertyContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract + TagContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagContract + TagDescriptionContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionContract + ApiVersionSetContract = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContract + PolicyContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyContentFormat + ContentFormat = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ContentFormat + SoapApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SoapApiType + ApiType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType + SamplingType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + AlwaysLog = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AlwaysLog + ProductState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductState + GrantType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GrantType + AuthorizationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationMethod + ClientAuthenticationMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ClientAuthenticationMethod + BearerTokenSendingMethod = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BearerTokenSendingMethod + BackendProtocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendProtocol + HostnameType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameType + SkuType = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType + 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 + Confirmation = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation + UserState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState + 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 + 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 + State = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State + AsyncOperationStatus = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + Resource = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + Protocol = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + SubscriptionState = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionState + CertificateCollection = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateCollection + ErrorResponse = Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse end class ApiManagementManagementClass - attr_reader :group, :subscription, :policy_snippets, :regions, :api, :api_revisions, :api_release, :api_operation, :api_operation_policy, :api_product, :policy, :api_policy, :api_schema, :api_diagnostic, :api_issue, :api_issue_comment, :api_issue_attachment, :authorization_server, :backend, :api_management_operations, :api_management_service, :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, :diagnostic, :tag_resource, :tag_description, :operation_operations, :tenant_access, :tag, :tenant_configuration, :tenant_access_git, :logger, :user_group, :user_subscription, :user_identities, :api_version_set, :api_export, :user, :certificate, :configurable, :base_url, :options, :model_classes + attr_reader :group, :subscription, :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, :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, :policy, :product_api, :product_subscriptions, :product_policy, :product_group, :property, :quota_by_counter_keys, :quota_by_period_keys, :reports, :tag_resource, :tag_description, :operation_operations, :tenant_access, :tenant_access_git, :tenant_configuration, :user, :user_subscription, :user_group, :api_version_set, :user_identities, :api_export, :tag, :logger, :certificate, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -301,7 +301,6 @@ def initialize(configurable, base_url=nil, options=nil) @api_operation = @client_0.api_operation @api_operation_policy = @client_0.api_operation_policy @api_product = @client_0.api_product - @policy = @client_0.policy @api_policy = @client_0.api_policy @api_schema = @client_0.api_schema @api_diagnostic = @client_0.api_diagnostic @@ -312,6 +311,7 @@ def initialize(configurable, base_url=nil, options=nil) @backend = @client_0.backend @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_user = @client_0.group_user @identity_provider = @client_0.identity_provider @@ -324,29 +324,29 @@ def initialize(configurable, base_url=nil, options=nil) @sign_up_settings = @client_0.sign_up_settings @delegation_settings = @client_0.delegation_settings @product = @client_0.product + @policy = @client_0.policy @product_api = @client_0.product_api - @product_group = @client_0.product_group @product_subscriptions = @client_0.product_subscriptions @product_policy = @client_0.product_policy + @product_group = @client_0.product_group @property = @client_0.property @quota_by_counter_keys = @client_0.quota_by_counter_keys @quota_by_period_keys = @client_0.quota_by_period_keys @reports = @client_0.reports - @diagnostic = @client_0.diagnostic @tag_resource = @client_0.tag_resource @tag_description = @client_0.tag_description @operation_operations = @client_0.operation_operations @tenant_access = @client_0.tenant_access - @tag = @client_0.tag - @tenant_configuration = @client_0.tenant_configuration @tenant_access_git = @client_0.tenant_access_git - @logger = @client_0.logger - @user_group = @client_0.user_group + @tenant_configuration = @client_0.tenant_configuration + @user = @client_0.user @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 - @user = @client_0.user + @tag = @client_0.tag + @logger = @client_0.logger @certificate = @client_0.certificate @model_classes = ModelClasses.new @@ -366,153 +366,6 @@ def method_missing(method, *args) end class ModelClasses - def recipient_user_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract - end - def recipient_email_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract - end - def api_management_service_resource - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource - end - def openid_connect_provider_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OpenidConnectProviderContract - end - def backend_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract - end - def portal_signup_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSignupSettings - end - def certificate_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract - end - def subscription_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SubscriptionContract - end - def portal_delegation_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalDelegationSettings - end - def portal_signin_settings - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PortalSigninSettings - end - def property_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PropertyContract - 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 - 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 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 - end - def api_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType - end - def sampling_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType - 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 - 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 - 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 - 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 - end - def sku_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType - end - def virtual_network_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType - end - def name_availability_reason - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason - end - def group_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType - end - def confirmation - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation - end - def user_state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState - end - def identity_provider_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType - end - def logger_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType - end - def connectivity_status_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType - end - def key_type - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType - end - def versioning_scheme - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme - end - def template_name - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName - end - def notification_name - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName - end - def policy_scope_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract - end - 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 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 - def error_response - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse - end - def state - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State - end - def protocol - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol - end def api_management_service_list_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceListResult end @@ -540,83 +393,86 @@ def api_management_service_apply_network_configuration_parameters def region_list_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RegionListResult end - def operation_display - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay - end def api_management_service_upload_certificate_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUploadCertificateParameters end - def operation - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation + def api_export_result + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult 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 + end def operation_list_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationListResult 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 end - def certificate_information - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateInformation + def hostname_configuration + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration end - def api_export_result - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiExportResult + def api_create_or_update_parameter + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter end def virtual_network_configuration Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkConfiguration end - def hostname_configuration - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HostnameConfiguration + def oauth2_authentication_settings_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract end - def certificate_configuration - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateConfiguration + 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 oauth2_authentication_settings_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OAuth2AuthenticationSettingsContract + def additional_location + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation end - def api_create_or_update_parameter - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiCreateOrUpdateParameter + def api_revision_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract end def api_management_service_backup_restore_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBackupRestoreParameters end - def additional_location - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AdditionalLocation + def api_revision_info_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract end - def api_management_service_sku_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceSkuProperties + def api_management_service_base_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBaseProperties end def api_release_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiReleaseCollection end - def api_revision_info_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionInfoContract + def api_management_service_identity + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity end - def api_revision_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiRevisionContract + def operation_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection end def access_information_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AccessInformationContract end - def api_management_service_identity - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceIdentity - end - def api_management_service_base_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceBaseProperties + def representation_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract end def apim_resource Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApimResource end - def representation_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RepresentationContract + def response_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract end - def operation_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationCollection + def tag_description_create_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters + end + def operation_update_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract end def error_response_body Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponseBody @@ -648,35 +504,32 @@ def body_diagnostic_settings def pipeline_diagnostic_settings Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PipelineDiagnosticSettings end - def api_version_set_contract_details - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails - end def user_identity_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserIdentityCollection end def tag_description_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCollection end + def api_version_set_contract_details + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetContractDetails + end def product_entity_base_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductEntityBaseParameters end - def api_management_service_update_hostname_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters - end def operation_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationTagResourceContractProperties end def tag_tag_resource_contract_properties Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagTagResourceContractProperties end - def tag_resource_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection + def api_management_service_update_hostname_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateHostnameParameters end def product_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ProductCollection end - def email_template_parameters_contract_properties - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties + def operation_display + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationDisplay end def authorization_server_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AuthorizationServerCollection @@ -759,6 +612,9 @@ def subscription_create_parameters def api_version_set_entity_base Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiVersionSetEntityBase end + def email_template_parameters_contract_properties + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateParametersContractProperties + end def identity_provider_list Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderList end @@ -771,33 +627,30 @@ 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 - end - def response_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ResponseContract - end - def tag_description_create_parameters - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagDescriptionCreateParameters - end - def operation_update_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::OperationUpdateContract - 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 tag_resource_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TagResourceCollection end - def diagnostic_collection - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection + def operation + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Operation end def logger_collection Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerCollection end + def request_report_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RequestReportCollection + end + def identity_provider_base_parameters + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderBaseParameters + end def generate_sso_url_result Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GenerateSsoUrlResult end + def diagnostic_collection + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::DiagnosticCollection + end def http_message_diagnostic Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::HttpMessageDiagnostic end @@ -984,23 +837,170 @@ def product_contract def api_management_service_update_parameters Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceUpdateParameters end - def email_template_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract + def certificate_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::CertificateContract end - def group_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + def backend_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::BackendContract end def user_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserContract end + def email_template_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::EmailTemplateContract + end + def api_management_service_resource + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiManagementServiceResource + end + def notification_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract + end def identity_provider_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderContract end + def group_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupContract + end + def recipient_email_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientEmailContract + end + def recipient_user_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::RecipientUserContract + end def logger_contract Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerContract end - def notification_contract - Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationContract + 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 + 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 + 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 + 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 + 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 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 + end + def api_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ApiType + end + def sampling_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SamplingType + 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 + 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 + 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 + 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 + end + def sku_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::SkuType + end + def virtual_network_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VirtualNetworkType + end + def name_availability_reason + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NameAvailabilityReason + end + def group_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::GroupType + end + def confirmation + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Confirmation + end + def user_state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::UserState + end + def identity_provider_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::IdentityProviderType + end + def logger_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::LoggerType + end + def connectivity_status_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ConnectivityStatusType + end + def key_type + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::KeyType + end + def versioning_scheme + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::VersioningScheme + end + def template_name + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::TemplateName + end + def notification_name + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::NotificationName + end + def policy_scope_contract + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::PolicyScopeContract + end + def export_format + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ExportFormat + end + def state + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::State + end + def async_operation_status + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::AsyncOperationStatus + end + def resource + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Resource + end + def protocol + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::Protocol + 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 + def error_response + Azure::ApiManagement::Mgmt::V2018_06_01_preview::Models::ErrorResponse 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 c84936ffe1..1696580ac6 100644 --- a/azure_sdk/lib/latest/modules/automation_profile_module.rb +++ b/azure_sdk/lib/latest/modules/automation_profile_module.rb @@ -7,11 +7,6 @@ module Azure::Profiles::Latest module Automation module Mgmt - Usages = Azure::Automation::Mgmt::V2015_10_31::Usages - AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations - StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations - Keys = Azure::Automation::Mgmt::V2015_10_31::Keys - CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations ConnectionTypeOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionTypeOperations CredentialOperations = Azure::Automation::Mgmt::V2015_10_31::CredentialOperations @@ -39,13 +34,13 @@ module Mgmt 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 + AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations + StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations + Keys = Azure::Automation::Mgmt::V2015_10_31::Keys + CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations module Models - Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku - 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 @@ -147,25 +142,25 @@ module Models RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential - Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode - 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 AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount - DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration - ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel - Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule - Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable - Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook + ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook - AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState - AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName - AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum - JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus + Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook + AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions + AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState + Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType + Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection + JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus + AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState @@ -179,10 +174,15 @@ module Models ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage + Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku + 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 end class AutomationManagementClass - attr_reader :usages, :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, :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 :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, :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, :usages, :automation_account_operations, :statistics_operations, :keys, :certificate_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -192,11 +192,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @usages = @client_0.usages - @automation_account_operations = @client_0.automation_account_operations - @statistics_operations = @client_0.statistics_operations - @keys = @client_0.keys - @certificate_operations = @client_0.certificate_operations @connection_operations = @client_0.connection_operations @connection_type_operations = @client_0.connection_type_operations @credential_operations = @client_0.credential_operations @@ -224,6 +219,11 @@ def initialize(configurable, base_url=nil, options=nil) @schedule_operations = @client_0.schedule_operations @variable_operations = @client_0.variable_operations @webhook_operations = @client_0.webhook_operations + @usages = @client_0.usages + @automation_account_operations = @client_0.automation_account_operations + @statistics_operations = @client_0.statistics_operations + @keys = @client_0.keys + @certificate_operations = @client_0.certificate_operations @model_classes = ModelClasses.new end @@ -242,21 +242,6 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::Automation::Mgmt::V2015_10_31::Models::Sku - 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 @@ -560,8 +545,8 @@ def runbook_create_or_update_draft_properties def credential Azure::Automation::Mgmt::V2015_10_31::Models::Credential end - def certificate - Azure::Automation::Mgmt::V2015_10_31::Models::Certificate + def dsc_compilation_job + Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob end def certificate_create_or_update_parameters Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters @@ -569,8 +554,8 @@ def certificate_create_or_update_parameters def dsc_node Azure::Automation::Mgmt::V2015_10_31::Models::DscNode 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 @@ -578,44 +563,44 @@ def dsc_configuration def automation_account Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount end - def dsc_node_configuration - Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration + def schedule + Azure::Automation::Mgmt::V2015_10_31::Models::Schedule end def module_model Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel end - def connection - Azure::Automation::Mgmt::V2015_10_31::Models::Connection + def runbook + Azure::Automation::Mgmt::V2015_10_31::Models::Runbook end - def schedule - Azure::Automation::Mgmt::V2015_10_31::Models::Schedule + def sku_name_enum + Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum end - def variable - Azure::Automation::Mgmt::V2015_10_31::Models::Variable + def certificate + Azure::Automation::Mgmt::V2015_10_31::Models::Certificate end def webhook Azure::Automation::Mgmt::V2015_10_31::Models::Webhook end - def runbook - Azure::Automation::Mgmt::V2015_10_31::Models::Runbook + def automation_key_permissions + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions end def automation_account_state Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState end - def automation_key_name - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName + def variable + Azure::Automation::Mgmt::V2015_10_31::Models::Variable end - def automation_key_permissions - Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions + def job_stream_type + Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType end - def sku_name_enum - Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum + def connection + Azure::Automation::Mgmt::V2015_10_31::Models::Connection end def job_status Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus end - def job_stream_type - Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType + def automation_key_name + Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName end def content_source_type Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType @@ -656,6 +641,21 @@ def schedule_day def usage Azure::Automation::Mgmt::V2015_10_31::Models::Usage end + def sku + Azure::Automation::Mgmt::V2015_10_31::Models::Sku + 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 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 c392c94655..903356eb48 100644 --- a/azure_sdk/lib/latest/modules/batch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/batch_profile_module.rb @@ -7,85 +7,67 @@ module Azure::Profiles::Latest module Batch module Mgmt + Location = Azure::Batch::Mgmt::V2017_09_01::Location + Operations = Azure::Batch::Mgmt::V2017_09_01::Operations + BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations ApplicationPackageOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationPackageOperations ApplicationOperations = Azure::Batch::Mgmt::V2017_09_01::ApplicationOperations PoolOperations = Azure::Batch::Mgmt::V2017_09_01::PoolOperations - Location = Azure::Batch::Mgmt::V2017_09_01::Location CertificateOperations = Azure::Batch::Mgmt::V2017_09_01::CertificateOperations - Operations = Azure::Batch::Mgmt::V2017_09_01::Operations - BatchAccountOperations = Azure::Batch::Mgmt::V2017_09_01::BatchAccountOperations module Models - 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 - BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters - 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 - BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters - 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 - AutoScaleRun = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun - 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 - PoolEndpointConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration - ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource - DeleteCertificateError = Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError - NetworkConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration - CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters 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 UserAccount = Azure::Batch::Mgmt::V2017_09_01::Models::UserAccount MetadataItem = Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem - OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk - ResourceFile = Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile DeploymentConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration - EnvironmentSetting = Azure::Batch::Mgmt::V2017_09_01::Models::EnvironmentSetting + ResourceFile = Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile BatchAccountKeys = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountKeys - AutoUserSpecification = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification + EnvironmentSetting = Azure::Batch::Mgmt::V2017_09_01::Models::EnvironmentSetting Application = Azure::Batch::Mgmt::V2017_09_01::Models::Application - StartTask = Azure::Batch::Mgmt::V2017_09_01::Models::StartTask + AutoUserSpecification = Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification UserIdentity = Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity - VirtualMachineConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration + StartTask = Azure::Batch::Mgmt::V2017_09_01::Models::StartTask CertificateReference = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference - ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters + VirtualMachineConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::VirtualMachineConfiguration ApplicationPackageReference = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference - CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties + ApplicationCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters + PoolEndpointConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration ResizeError = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError - ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters + NetworkConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration ResizeOperationStatus = Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus - BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + CertificateBaseProperties = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties ListPoolsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult - AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties + ApplicationUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters ListCertificatesResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult + BatchAccountListResult = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + BatchAccount = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount WindowsConfiguration = Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration DataDisk = Azure::Batch::Mgmt::V2017_09_01::Models::DataDisk Pool = Azure::Batch::Mgmt::V2017_09_01::Models::Pool - CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters - BatchAccount = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount + AutoStorageProperties = Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties + ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState PackageState = Azure::Batch::Mgmt::V2017_09_01::Models::PackageState PoolAllocationMode = Azure::Batch::Mgmt::V2017_09_01::Models::PoolAllocationMode AccountKeyType = Azure::Batch::Mgmt::V2017_09_01::Models::AccountKeyType PoolProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState - CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate CertificateProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState - ProvisioningState = Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState - AllocationState = Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState - CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType StorageAccountType = Azure::Batch::Mgmt::V2017_09_01::Models::StorageAccountType - ComputeNodeDeallocationOption = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeDeallocationOption - InterNodeCommunicationState = Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState + AllocationState = Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState + CertificateFormat = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat InboundEndpointProtocol = Azure::Batch::Mgmt::V2017_09_01::Models::InboundEndpointProtocol + ComputeNodeDeallocationOption = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeDeallocationOption + CertificateCreateOrUpdateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters + CachingType = Azure::Batch::Mgmt::V2017_09_01::Models::CachingType NetworkSecurityGroupRuleAccess = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRuleAccess ComputeNodeFillType = Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType - ElevationLevel = Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel + InterNodeCommunicationState = Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState 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 + ElevationLevel = Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel NameAvailabilityReason = Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason Resource = Azure::Batch::Mgmt::V2017_09_01::Models::Resource OperationDisplay = Azure::Batch::Mgmt::V2017_09_01::Models::OperationDisplay @@ -94,11 +76,29 @@ module Models OperationListResult = Azure::Batch::Mgmt::V2017_09_01::Models::OperationListResult CheckNameAvailabilityResult = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityResult InboundNatPool = Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool - Certificate = Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + 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 + BatchAccountCreateParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters + OSDisk = Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + 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 + BatchAccountRegenerateKeyParameters = Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters + ActivateApplicationPackageParameters = Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters + AutoScaleRunError = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError + ProxyResource = Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + ListApplicationsResult = Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult + ApplicationPackage = Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage + NetworkSecurityGroupRule = Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRule + BatchLocationQuota = Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota + DeleteCertificateError = Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError + AutoScaleRun = Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun + CheckNameAvailabilityParameters = Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters end class BatchManagementClass - attr_reader :application_package_operations, :application_operations, :pool_operations, :location, :certificate_operations, :operations, :batch_account_operations, :configurable, :base_url, :options, :model_classes + attr_reader :location, :operations, :batch_account_operations, :application_package_operations, :application_operations, :pool_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 + @operations = @client_0.operations + @batch_account_operations = @client_0.batch_account_operations @application_package_operations = @client_0.application_package_operations @application_operations = @client_0.application_operations @pool_operations = @client_0.pool_operations - @location = @client_0.location @certificate_operations = @client_0.certificate_operations - @operations = @client_0.operations - @batch_account_operations = @client_0.batch_account_operations @model_classes = ModelClasses.new end @@ -133,66 +133,6 @@ def method_missing(method, *args) end class ModelClasses - def fixed_scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings - end - def auto_storage_base_properties - Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties - end - def auto_scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings - end - def batch_account_create_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters - end - def scale_settings - Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings - end - def key_vault_reference - Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference - end - def batch_account_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters - end - def batch_account_regenerate_key_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters - end - def activate_application_package_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters - end - def auto_scale_run_error - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError - end - def application_package - Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage - end - def auto_scale_run - Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun - end - def list_applications_result - Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult - end - def network_security_group_rule - Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRule - end - def batch_location_quota - Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota - end - def pool_endpoint_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration - end - def proxy_resource - Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource - end - def delete_certificate_error - Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError - end - def network_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration - end - def check_name_availability_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters - end def task_scheduling_policy Azure::Batch::Mgmt::V2017_09_01::Models::TaskSchedulingPolicy end @@ -208,69 +148,72 @@ def user_account def metadata_item Azure::Batch::Mgmt::V2017_09_01::Models::MetadataItem end - def osdisk - Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + def deployment_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration end def resource_file Azure::Batch::Mgmt::V2017_09_01::Models::ResourceFile end - def deployment_configuration - Azure::Batch::Mgmt::V2017_09_01::Models::DeploymentConfiguration + def batch_account_keys + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountKeys end def environment_setting Azure::Batch::Mgmt::V2017_09_01::Models::EnvironmentSetting end - def batch_account_keys - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountKeys + def application + Azure::Batch::Mgmt::V2017_09_01::Models::Application end def auto_user_specification Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserSpecification end - def application - Azure::Batch::Mgmt::V2017_09_01::Models::Application + def user_identity + Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity end def start_task Azure::Batch::Mgmt::V2017_09_01::Models::StartTask end - def user_identity - Azure::Batch::Mgmt::V2017_09_01::Models::UserIdentity + 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 certificate_reference - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateReference + def application_package_reference + Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference end def application_create_parameters Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationCreateParameters end - def application_package_reference - Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackageReference - end - def certificate_base_properties - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties + def pool_endpoint_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::PoolEndpointConfiguration end def resize_error Azure::Batch::Mgmt::V2017_09_01::Models::ResizeError end - def application_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters + def network_configuration + Azure::Batch::Mgmt::V2017_09_01::Models::NetworkConfiguration end def resize_operation_status Azure::Batch::Mgmt::V2017_09_01::Models::ResizeOperationStatus end - def batch_account_list_result - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + def certificate_base_properties + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateBaseProperties end def list_pools_result Azure::Batch::Mgmt::V2017_09_01::Models::ListPoolsResult end - def auto_storage_properties - Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties + def application_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationUpdateParameters end def list_certificates_result Azure::Batch::Mgmt::V2017_09_01::Models::ListCertificatesResult end + def batch_account_list_result + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountListResult + end + def batch_account + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount + end def windows_configuration Azure::Batch::Mgmt::V2017_09_01::Models::WindowsConfiguration end @@ -280,11 +223,11 @@ def data_disk def pool Azure::Batch::Mgmt::V2017_09_01::Models::Pool end - def certificate_create_or_update_parameters - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters + def auto_storage_properties + Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageProperties end - def batch_account - Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccount + def provisioning_state + Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState end def package_state Azure::Batch::Mgmt::V2017_09_01::Models::PackageState @@ -298,32 +241,32 @@ def account_key_type def pool_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::PoolProvisioningState end - def certificate_format - Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat + def certificate + Azure::Batch::Mgmt::V2017_09_01::Models::Certificate end def certificate_provisioning_state Azure::Batch::Mgmt::V2017_09_01::Models::CertificateProvisioningState end - def provisioning_state - Azure::Batch::Mgmt::V2017_09_01::Models::ProvisioningState + def storage_account_type + Azure::Batch::Mgmt::V2017_09_01::Models::StorageAccountType end def allocation_state Azure::Batch::Mgmt::V2017_09_01::Models::AllocationState end - def caching_type - Azure::Batch::Mgmt::V2017_09_01::Models::CachingType + def certificate_format + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateFormat end - def storage_account_type - Azure::Batch::Mgmt::V2017_09_01::Models::StorageAccountType + def inbound_endpoint_protocol + Azure::Batch::Mgmt::V2017_09_01::Models::InboundEndpointProtocol end def compute_node_deallocation_option Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeDeallocationOption end - def inter_node_communication_state - Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState + def certificate_create_or_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::CertificateCreateOrUpdateParameters end - def inbound_endpoint_protocol - Azure::Batch::Mgmt::V2017_09_01::Models::InboundEndpointProtocol + def caching_type + Azure::Batch::Mgmt::V2017_09_01::Models::CachingType end def network_security_group_rule_access Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRuleAccess @@ -331,8 +274,8 @@ def network_security_group_rule_access def compute_node_fill_type Azure::Batch::Mgmt::V2017_09_01::Models::ComputeNodeFillType end - def elevation_level - Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel + def inter_node_communication_state + Azure::Batch::Mgmt::V2017_09_01::Models::InterNodeCommunicationState end def auto_user_scope Azure::Batch::Mgmt::V2017_09_01::Models::AutoUserScope @@ -343,6 +286,9 @@ def certificate_store_location def certificate_visibility Azure::Batch::Mgmt::V2017_09_01::Models::CertificateVisibility end + def elevation_level + Azure::Batch::Mgmt::V2017_09_01::Models::ElevationLevel + end def name_availability_reason Azure::Batch::Mgmt::V2017_09_01::Models::NameAvailabilityReason end @@ -367,8 +313,62 @@ def check_name_availability_result def inbound_nat_pool Azure::Batch::Mgmt::V2017_09_01::Models::InboundNatPool end - def certificate - Azure::Batch::Mgmt::V2017_09_01::Models::Certificate + def fixed_scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::FixedScaleSettings + end + def auto_storage_base_properties + Azure::Batch::Mgmt::V2017_09_01::Models::AutoStorageBaseProperties + end + def auto_scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleSettings + end + def batch_account_create_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountCreateParameters + end + def osdisk + Azure::Batch::Mgmt::V2017_09_01::Models::OSDisk + end + def scale_settings + Azure::Batch::Mgmt::V2017_09_01::Models::ScaleSettings + end + def key_vault_reference + Azure::Batch::Mgmt::V2017_09_01::Models::KeyVaultReference + end + def batch_account_update_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountUpdateParameters + end + def batch_account_regenerate_key_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::BatchAccountRegenerateKeyParameters + end + def activate_application_package_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::ActivateApplicationPackageParameters + end + def auto_scale_run_error + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRunError + end + def proxy_resource + Azure::Batch::Mgmt::V2017_09_01::Models::ProxyResource + end + def list_applications_result + Azure::Batch::Mgmt::V2017_09_01::Models::ListApplicationsResult + end + def application_package + Azure::Batch::Mgmt::V2017_09_01::Models::ApplicationPackage + end + def network_security_group_rule + Azure::Batch::Mgmt::V2017_09_01::Models::NetworkSecurityGroupRule + end + def batch_location_quota + Azure::Batch::Mgmt::V2017_09_01::Models::BatchLocationQuota + end + def delete_certificate_error + Azure::Batch::Mgmt::V2017_09_01::Models::DeleteCertificateError + end + def auto_scale_run + Azure::Batch::Mgmt::V2017_09_01::Models::AutoScaleRun + end + def check_name_availability_parameters + Azure::Batch::Mgmt::V2017_09_01::Models::CheckNameAvailabilityParameters end end end diff --git a/azure_sdk/lib/latest/modules/billing_profile_module.rb b/azure_sdk/lib/latest/modules/billing_profile_module.rb index 8e2a29a475..91abf658cd 100644 --- a/azure_sdk/lib/latest/modules/billing_profile_module.rb +++ b/azure_sdk/lib/latest/modules/billing_profile_module.rb @@ -7,12 +7,14 @@ module Azure::Profiles::Latest module Billing module Mgmt + EnrollmentAccounts = Azure::Billing::Mgmt::V2018_03_01_preview::EnrollmentAccounts BillingPeriods = Azure::Billing::Mgmt::V2018_03_01_preview::BillingPeriods Invoices = Azure::Billing::Mgmt::V2018_03_01_preview::Invoices Operations = Azure::Billing::Mgmt::V2018_03_01_preview::Operations - EnrollmentAccounts = Azure::Billing::Mgmt::V2018_03_01_preview::EnrollmentAccounts module Models + ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource OperationDisplay = Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay ErrorResponse = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorResponse Operation = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Operation @@ -24,12 +26,10 @@ module Models 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 - ErrorDetails = Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails - Resource = Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource end class BillingManagementClass - attr_reader :billing_periods, :invoices, :operations, :enrollment_accounts, :configurable, :base_url, :options, :model_classes + attr_reader :enrollment_accounts, :billing_periods, :invoices, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -39,10 +39,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @enrollment_accounts = @client_0.enrollment_accounts @billing_periods = @client_0.billing_periods @invoices = @client_0.invoices @operations = @client_0.operations - @enrollment_accounts = @client_0.enrollment_accounts @model_classes = ModelClasses.new end @@ -61,6 +61,12 @@ def method_missing(method, *args) end class ModelClasses + def error_details + Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails + end + def resource + Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource + end def operation_display Azure::Billing::Mgmt::V2018_03_01_preview::Models::OperationDisplay end @@ -94,12 +100,6 @@ def billing_period def invoice Azure::Billing::Mgmt::V2018_03_01_preview::Models::Invoice end - def error_details - Azure::Billing::Mgmt::V2018_03_01_preview::Models::ErrorDetails - end - def resource - Azure::Billing::Mgmt::V2018_03_01_preview::Models::Resource - 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 de05aa7473..ccb1bcc48e 100644 --- a/azure_sdk/lib/latest/modules/cdn_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cdn_profile_module.rb @@ -7,55 +7,34 @@ module Azure::Profiles::Latest module CDN module Mgmt - EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes - Operations = Azure::CDN::Mgmt::V2017_10_12::Operations 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 + EdgeNodes = Azure::CDN::Mgmt::V2017_10_12::EdgeNodes + Operations = Azure::CDN::Mgmt::V2017_10_12::Operations module Models - 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 - Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku - PurgeParameters = Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters - SsoUri = Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri - LoadParameters = Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters - DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin - CidrIpAddress = Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress - EndpointListResult = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult - OperationsListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult - DeliveryRuleAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction - ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters - DeliveryRule = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule - EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters - 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 - 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 - ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse DeliveryRuleCondition = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition - CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput - UrlPathConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters CheckNameAvailabilityOutput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput - CacheExpirationActionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters + UrlPathConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters ValidateProbeInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeInput - GeoFilter = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilter + CacheExpirationActionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters ValidateProbeOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeOutput - UrlFileExtensionConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters + GeoFilter = Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilter ResourceUsage = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsage - EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy + UrlFileExtensionConditionParameters = Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters ResourceUsageListResult = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult - Endpoint = Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint + EndpointPropertiesUpdateParametersDeliveryPolicy = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy SupportedOptimizationTypesListResult = Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult Profile = Azure::CDN::Mgmt::V2017_10_12::Models::Profile - DeliveryRuleCacheExpirationAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction + 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 + ValidateCustomDomainInput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput + IpAddressGroup = Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup ProxyResource = Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource Origin = Azure::CDN::Mgmt::V2017_10_12::Models::Origin ProfileResourceState = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileResourceState @@ -70,15 +49,36 @@ module Models CustomHttpsProvisioningState = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningState CustomHttpsProvisioningSubstate = Azure::CDN::Mgmt::V2017_10_12::Models::CustomHttpsProvisioningSubstate CustomDomain = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain - 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 + ResourceType = Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType SkuName = Azure::CDN::Mgmt::V2017_10_12::Models::SkuName + 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 + Sku = Azure::CDN::Mgmt::V2017_10_12::Models::Sku + LoadParameters = Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters + ErrorResponse = Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + DeepCreatedOrigin = Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin + CidrIpAddress = Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress + EndpointListResult = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult + OperationsListResult = Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult + DeliveryRuleAction = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction + ProfileUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters + DeliveryRule = Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule + SsoUri = Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri + CustomDomainParameters = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters + EndpointUpdateParameters = Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters + CustomDomainListResult = Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult + EdgenodeResult = Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult + ValidateCustomDomainOutput = Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput + CheckNameAvailabilityInput = Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput end class CDNManagementClass - attr_reader :edge_nodes, :operations, :endpoints, :profiles, :origins, :custom_domains, :resource_usage_operations, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :profiles, :origins, :custom_domains, :resource_usage_operations, :edge_nodes, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -88,13 +88,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @edge_nodes = @client_0.edge_nodes - @operations = @client_0.operations @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 + @edge_nodes = @client_0.edge_nodes + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -113,110 +113,38 @@ def method_missing(method, *args) end class ModelClasses - 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 - def profile_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult - end - def sku - Azure::CDN::Mgmt::V2017_10_12::Models::Sku - end - def purge_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters - end - def sso_uri - Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri - end - def load_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters - end - def deep_created_origin - Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin - end - def cidr_ip_address - Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress - end - def endpoint_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult - end - def operations_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult - end - def delivery_rule_action - Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction - end - def profile_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters - end - def delivery_rule - Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule - end - def endpoint_update_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters - end - def custom_domain_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters - end - def edgenode_result - Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult - end - def custom_domain_list_result - Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult - end - def validate_custom_domain_input - Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput - end - def ip_address_group - Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup - end - def validate_custom_domain_output - Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput - end - def error_response - Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse - end def delivery_rule_condition Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCondition end - def check_name_availability_input - Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput - end - def url_path_condition_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters - end def check_name_availability_output Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityOutput end - def cache_expiration_action_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters + def url_path_condition_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::UrlPathConditionParameters end def validate_probe_input Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeInput end - def geo_filter - Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilter + def cache_expiration_action_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::CacheExpirationActionParameters end def validate_probe_output Azure::CDN::Mgmt::V2017_10_12::Models::ValidateProbeOutput end - def url_file_extension_condition_parameters - Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters + def geo_filter + Azure::CDN::Mgmt::V2017_10_12::Models::GeoFilter end def resource_usage Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsage end - def endpoint_properties_update_parameters_delivery_policy - Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy + def url_file_extension_condition_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::UrlFileExtensionConditionParameters end def resource_usage_list_result Azure::CDN::Mgmt::V2017_10_12::Models::ResourceUsageListResult end - def endpoint - Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint + def endpoint_properties_update_parameters_delivery_policy + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointPropertiesUpdateParametersDeliveryPolicy end def supported_optimization_types_list_result Azure::CDN::Mgmt::V2017_10_12::Models::SupportedOptimizationTypesListResult @@ -224,8 +152,8 @@ def supported_optimization_types_list_result def profile Azure::CDN::Mgmt::V2017_10_12::Models::Profile end - def delivery_rule_cache_expiration_action - Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction + def endpoint + Azure::CDN::Mgmt::V2017_10_12::Models::Endpoint end def delivery_rule_url_path_condition Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlPathCondition @@ -233,6 +161,15 @@ def delivery_rule_url_path_condition def delivery_rule_url_file_extension_condition Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleUrlFileExtensionCondition end + def delivery_rule_cache_expiration_action + Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleCacheExpirationAction + end + def validate_custom_domain_input + Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainInput + end + def ip_address_group + Azure::CDN::Mgmt::V2017_10_12::Models::IpAddressGroup + end def proxy_resource Azure::CDN::Mgmt::V2017_10_12::Models::ProxyResource end @@ -275,9 +212,6 @@ def custom_https_provisioning_substate def custom_domain Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomain end - def resource_type - Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType - end def resource Azure::CDN::Mgmt::V2017_10_12::Models::Resource end @@ -287,9 +221,75 @@ def operation_display def operation Azure::CDN::Mgmt::V2017_10_12::Models::Operation end + def resource_type + Azure::CDN::Mgmt::V2017_10_12::Models::ResourceType + end def sku_name Azure::CDN::Mgmt::V2017_10_12::Models::SkuName 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 + def profile_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::ProfileListResult + end + def purge_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::PurgeParameters + end + def sku + Azure::CDN::Mgmt::V2017_10_12::Models::Sku + end + def load_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::LoadParameters + end + def error_response + Azure::CDN::Mgmt::V2017_10_12::Models::ErrorResponse + end + def deep_created_origin + Azure::CDN::Mgmt::V2017_10_12::Models::DeepCreatedOrigin + end + def cidr_ip_address + Azure::CDN::Mgmt::V2017_10_12::Models::CidrIpAddress + end + def endpoint_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointListResult + end + def operations_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::OperationsListResult + end + def delivery_rule_action + Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRuleAction + end + def profile_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::ProfileUpdateParameters + end + def delivery_rule + Azure::CDN::Mgmt::V2017_10_12::Models::DeliveryRule + end + def sso_uri + Azure::CDN::Mgmt::V2017_10_12::Models::SsoUri + end + def custom_domain_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainParameters + end + def endpoint_update_parameters + Azure::CDN::Mgmt::V2017_10_12::Models::EndpointUpdateParameters + end + def custom_domain_list_result + Azure::CDN::Mgmt::V2017_10_12::Models::CustomDomainListResult + end + def edgenode_result + Azure::CDN::Mgmt::V2017_10_12::Models::EdgenodeResult + end + def validate_custom_domain_output + Azure::CDN::Mgmt::V2017_10_12::Models::ValidateCustomDomainOutput + end + def check_name_availability_input + Azure::CDN::Mgmt::V2017_10_12::Models::CheckNameAvailabilityInput + 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 6f30998985..b1b5038e19 100644 --- a/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/cognitiveservices_profile_module.rb @@ -13,15 +13,26 @@ module Mgmt Operations = Azure::CognitiveServices::Mgmt::V2017_04_18::Operations module Models + SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState + ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName + ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage + ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult + Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + 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 OperationEntity = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntity RegenerateKeyParameters = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::RegenerateKeyParameters Sku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku - 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 + OperationEntityListResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult 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 @@ -32,20 +43,9 @@ module Models UsagesResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UsagesResult CognitiveServicesResourceAndSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesResourceAndSku KeyName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName - Kind = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus UnitType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType - SkuTier = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - ResourceSkuRestrictionsReasonCode = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode - ResourceSkuRestrictionsType = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType - ProvisioningState = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState - ResourceSkuRestrictions = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions - SkuName = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - ResourceSku = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku - Usage = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage Error = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error - ResourceSkusResult = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult - ErrorBody = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + QuotaUsageStatus = Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus end class CognitiveServicesManagementClass @@ -81,6 +81,39 @@ def method_missing(method, *args) end class ModelClasses + def sku_tier + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier + end + def resource_sku_restrictions_reason_code + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode + end + def resource_sku_restrictions_type + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType + end + def provisioning_state + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState + end + def resource_sku_restrictions + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions + end + def sku_name + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName + end + def resource_sku + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku + end + def usage + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage + end + def resource_skus_result + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult + end + def kind + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind + 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 end @@ -99,15 +132,15 @@ def regenerate_key_parameters def sku Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Sku end - def operation_entity_list_result - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult - end def cognitive_services_account_enumerate_skus_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CognitiveServicesAccountEnumerateSkusResult end def check_sku_availability_parameter Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityParameter end + def operation_entity_list_result + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::OperationEntityListResult + end def check_sku_availability_result Azure::CognitiveServices::Mgmt::V2017_04_18::Models::CheckSkuAvailabilityResult end @@ -138,47 +171,14 @@ def cognitive_services_resource_and_sku def key_name Azure::CognitiveServices::Mgmt::V2017_04_18::Models::KeyName end - def kind - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Kind - end - def quota_usage_status - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus - end def unit_type Azure::CognitiveServices::Mgmt::V2017_04_18::Models::UnitType end - def sku_tier - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuTier - end - def resource_sku_restrictions_reason_code - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsReasonCode - end - def resource_sku_restrictions_type - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictionsType - end - def provisioning_state - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ProvisioningState - end - def resource_sku_restrictions - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkuRestrictions - end - def sku_name - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::SkuName - end - def resource_sku - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSku - end - def usage - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Usage - end def error Azure::CognitiveServices::Mgmt::V2017_04_18::Models::Error end - def resource_skus_result - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ResourceSkusResult - end - def error_body - Azure::CognitiveServices::Mgmt::V2017_04_18::Models::ErrorBody + def quota_usage_status + Azure::CognitiveServices::Mgmt::V2017_04_18::Models::QuotaUsageStatus 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 9c0446e6fb..55cb470975 100644 --- a/azure_sdk/lib/latest/modules/commerce_profile_module.rb +++ b/azure_sdk/lib/latest/modules/commerce_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module Commerce module Mgmt - RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard UsageAggregates = Azure::Commerce::Mgmt::V2015_06_01_preview::UsageAggregates + RateCard = Azure::Commerce::Mgmt::V2015_06_01_preview::RateCard module Models MeterInfo = Azure::Commerce::Mgmt::V2015_06_01_preview::Models::MeterInfo @@ -26,7 +26,7 @@ module Models end class CommerceManagementClass - attr_reader :rate_card, :usage_aggregates, :configurable, :base_url, :options, :model_classes + attr_reader :usage_aggregates, :rate_card, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,8 +36,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @rate_card = @client_0.rate_card @usage_aggregates = @client_0.usage_aggregates + @rate_card = @client_0.rate_card @model_classes = ModelClasses.new end diff --git a/azure_sdk/lib/latest/modules/compute_profile_module.rb b/azure_sdk/lib/latest/modules/compute_profile_module.rb index bfea4b4cb0..93f561162e 100644 --- a/azure_sdk/lib/latest/modules/compute_profile_module.rb +++ b/azure_sdk/lib/latest/modules/compute_profile_module.rb @@ -8,6 +8,14 @@ module Azure::Profiles::Latest module Compute module Mgmt ResourceSkus = Azure::Compute::Mgmt::V2017_09_01::ResourceSkus + 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 + UsageOperations = Azure::Compute::Mgmt::V2018_06_01::UsageOperations + 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 @@ -20,20 +28,8 @@ module Mgmt Galleries = Azure::Compute::Mgmt::V2018_06_01::Galleries GalleryImages = Azure::Compute::Mgmt::V2018_06_01::GalleryImages GalleryImageVersions = Azure::Compute::Mgmt::V2018_06_01::GalleryImageVersions - 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 - UsageOperations = Azure::Compute::Mgmt::V2018_06_01::UsageOperations - VirtualMachineSizes = Azure::Compute::Mgmt::V2018_06_01::VirtualMachineSizes - Images = Azure::Compute::Mgmt::V2018_06_01::Images module Models - ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode - ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity - ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts - ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo 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 @@ -41,31 +37,82 @@ module Models ResourceSku = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSku ResourceSkuRestrictionInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionInfo ResourceSkusResult = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult + ResourceSkuRestrictionsReasonCode = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + ResourceSkuCapacity = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapacity + ResourceSkuCosts = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCosts + ResourceSkuLocationInfo = Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo OperationStatusResponse = Azure::Compute::Mgmt::V2017_12_01::Models::OperationStatusResponse 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 + 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 + VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters + VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk + 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 + GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity + RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource + RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + OSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange + RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference + OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + InstanceViewStatus = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus Plan = Azure::Compute::Mgmt::V2018_06_01::Models::Plan + VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult + VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult + VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue + Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed 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 + Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage + WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener KeyVaultKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference Sku = Azure::Compute::Mgmt::V2018_06_01::Models::Sku VirtualHardDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk - ResourceRange = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange - KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference - VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk - StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile - WinRMListener = Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile - WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration - ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference SshConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration - VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate - VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference DiagnosticsProfile = Azure::Compute::Mgmt::V2018_06_01::Models::DiagnosticsProfile SourceVault = Azure::Compute::Mgmt::V2018_06_01::Models::SourceVault @@ -80,7 +127,7 @@ module Models RollingUpgradePolicy = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradePolicy VirtualMachineScaleSetUpdateNetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkProfile ImageOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk - GalleryList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus ImageStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile VirtualMachineScaleSetExtensionListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionListResult VirtualMachineScaleSetExtensionProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtensionProfile @@ -91,7 +138,7 @@ module Models ListUsagesResult = Azure::Compute::Mgmt::V2018_06_01::Models::ListUsagesResult DiskSku = Azure::Compute::Mgmt::V2018_06_01::Models::DiskSku HardwareProfile = Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile - Gallery = Azure::Compute::Mgmt::V2018_06_01::Models::Gallery + OSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile DiskEncryptionSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings VirtualMachineScaleSetVMInstanceIDs = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVMInstanceIDs DataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::DataDisk @@ -128,81 +175,81 @@ module Models 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 - RunCommandInput = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + BootDiagnostics = Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics 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 UpdateResource = Azure::Compute::Mgmt::V2018_06_01::Models::UpdateResource RunCommandInputParameter = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter - Disallowed = Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + WindowsConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration 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 AvailabilitySet = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet 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 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 ImageReference = Azure::Compute::Mgmt::V2018_06_01::Models::ImageReference ManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedDiskParameters NetworkInterfaceReference = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference - GalleryImageIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier VirtualMachine = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine - RecommendedMachineConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration - VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration Image = Azure::Compute::Mgmt::V2018_06_01::Models::Image + VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration + VirtualMachineScaleSetUpdateIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration + VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration VirtualMachineScaleSetUpdateNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration VirtualMachineScaleSetExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension - VirtualMachineScaleSetNetworkConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration - OSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + VirtualMachineScaleSet = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet 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 - Usage = Azure::Compute::Mgmt::V2018_06_01::Models::Usage + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile DiskUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate - VirtualMachineScaleSet = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet + GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList SnapshotUpdate = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate - VirtualMachineScaleSetVM = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM + ApiEntityReference = Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference RunCommandResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult - VirtualMachineScaleSetIPConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration - RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument - AdditionalCapabilities = Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities - GalleryImageVersionStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile - VirtualMachineExtension = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension - DiffDiskSettings = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings - OSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage - AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes - VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + SnapshotList = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + VaultCertificate = Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + GalleryImageVersionPublishingProfile = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + NetworkProfile = Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + StorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile Disk = Azure::Compute::Mgmt::V2018_06_01::Models::Disk StatusLevelTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes - Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot - VirtualMachineCaptureParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters - GalleryIdentifier = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier - ImageListResult = Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult - StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + VirtualMachineSizeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + RunCommandDocument = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings OperatingSystemTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes - 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 + ProtocolTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes GalleryOSDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage - VirtualMachineExtensionsListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult - GalleryImageVersion = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion + GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + ComponentNames = Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + AvailabilitySetSkuTypes = Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + Snapshot = Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + ResourceIdentityType = Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + StorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames + OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes SettingNames = Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType CachingTypes = Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes - DiskCreateOptionTypes = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes MaintenanceOperationResultCodeTypes = Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes - PassNames = Azure::Compute::Mgmt::V2018_06_01::Models::PassNames - OperatingSystemStateTypes = Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes - RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode - 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 UpgradeMode = Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode - RollingUpgradeActionType = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType + RollingUpgradeStatusCode = Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode DiskCreateOption = Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption AccessLevel = Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel - GalleryDataDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + IPVersion = Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion VirtualMachineScaleSetSkuScaleType = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType DiffDiskOptions = Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskOptions AggregatedReplicationState = Azure::Compute::Mgmt::V2018_06_01::Models::AggregatedReplicationState @@ -212,57 +259,10 @@ module Models ReplicationStatusTypes = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatusTypes InstanceViewTypes = Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewTypes SnapshotStorageAccountTypes = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes - 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 - 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 - VirtualMachineScaleSetIpTag = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - SnapshotSku = Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - VirtualMachineScaleSetManagedDiskParameters = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters - VirtualMachineScaleSetOSDisk = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk - 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 - GalleryDiskImage = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage - VirtualMachineSizeListResult = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult - VirtualMachineScaleSetIdentity = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - RunCommandListResult = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult - GalleryArtifactSource = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - RunCommandDocumentBase = Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase - ImagePurchasePlan = Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan - ManagedArtifact = Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - TargetRegion = Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - ReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - VirtualMachineIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue - RegionalReplicationStatus = Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus - VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - GalleryImageVersionList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList - GalleryArtifactPublishingProfileBase = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - GalleryImageList = Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList - VirtualMachineScaleSetOSProfile = Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile end class ComputeManagementClass - attr_reader :resource_skus, :virtual_machine_scale_sets, :virtual_machine_scale_set_extensions, :virtual_machine_scale_set_rolling_upgrades, :virtual_machine_scale_set_vms, :disks, :operations, :log_analytics, :virtual_machine_run_commands, :snapshots, :galleries, :gallery_images, :gallery_image_versions, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :images, :configurable, :base_url, :options, :model_classes + attr_reader :resource_skus, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :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, :disks, :operations, :log_analytics, :virtual_machine_run_commands, :snapshots, :galleries, :gallery_images, :gallery_image_versions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -291,6 +291,14 @@ def initialize(configurable, base_url=nil, options=nil) @client_3.subscription_id = configurable.subscription_id end add_telemetry(@client_3) + @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 + @usage_operations = @client_3.usage_operations + @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 @@ -303,14 +311,6 @@ def initialize(configurable, base_url=nil, options=nil) @galleries = @client_3.galleries @gallery_images = @client_3.gallery_images @gallery_image_versions = @client_3.gallery_image_versions - @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 - @usage_operations = @client_3.usage_operations - @virtual_machine_sizes = @client_3.virtual_machine_sizes - @images = @client_3.images @model_classes = ModelClasses.new end @@ -335,23 +335,11 @@ def method_missing(method, *args) end class ModelClasses - def resource_sku_restrictions_reason_code - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + def resource_sku_capabilities + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuCapabilities end - 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_sku_location_info - Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuLocationInfo - end - 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 + 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 @@ -368,80 +356,233 @@ def resource_sku_restriction_info def resource_skus_result Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkusResult end + def resource_sku_restrictions_reason_code + Azure::Compute::Mgmt::V2017_09_01::Models::ResourceSkuRestrictionsReasonCode + end + 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_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 compute_long_running_operation_properties Azure::Compute::Mgmt::V2017_12_01::Models::ComputeLongRunningOperationProperties end - def plan - Azure::Compute::Mgmt::V2018_06_01::Models::Plan + def compute_operation_value + Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationValue end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile + def auto_osupgrade_policy + Azure::Compute::Mgmt::V2018_06_01::Models::AutoOSUpgradePolicy end - def snapshot_list - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList + def compute_operation_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::ComputeOperationListResult end - def instance_view_status - Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus + def recovery_walk_response + Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse end - def key_vault_key_reference - Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference + def virtual_machine_scale_set_list_osupgrade_history + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory end - def sku - Azure::Compute::Mgmt::V2018_06_01::Models::Sku + def log_analytics_output + Azure::Compute::Mgmt::V2018_06_01::Models::LogAnalyticsOutput end - def virtual_hard_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + 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_ip_tag + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag + end + def snapshot_sku + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku + end + def virtual_machine_scale_set_managed_disk_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters + end + def virtual_machine_scale_set_osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk + end + 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 encryption_settings + Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings + end + def availability_set_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult + end + def image_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult + end + def gallery_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage + end + def virtual_machine_scale_set_identity + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity + end + def run_command_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult + end + def gallery_artifact_source + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource + end + def run_command_document_base + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase + end + def image_purchase_plan + Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan + end + def managed_artifact + Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact + end + def diff_disk_settings + Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + end + def gallery_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + end + def osdisk_image + Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + end + def regional_replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus + end + def virtual_machine_scale_set_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue + end + def gallery_image_version_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList + end + def gallery_artifact_publishing_profile_base + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase + end + def additional_capabilities + Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + end + def virtual_machine_scale_set_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile + end + def run_command_input + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput end def resource_range Azure::Compute::Mgmt::V2018_06_01::Models::ResourceRange end + def recommended_machine_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + end + def gallery_image_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier + end + def gallery_image_version_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + end + def gallery_identifier + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + end + def target_region + Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion + end def key_vault_and_key_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndKeyReference end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk + def osdisk + Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk end - def storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile + def instance_view_status + Azure::Compute::Mgmt::V2018_06_01::Models::InstanceViewStatus end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile + def plan + Azure::Compute::Mgmt::V2018_06_01::Models::Plan end - def win_rmlistener - Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener + def virtual_machine_extensions_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile + def virtual_machine_size_list_result + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult end - def windows_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration + def virtual_machine_capture_parameters + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters end - def api_entity_reference - Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference + def virtual_machine_identity_user_assigned_identities_value + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue end - def ssh_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration + def disallowed + Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed end - def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateOSProfile end - def vault_certificate - Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate + def usage + Azure::Compute::Mgmt::V2018_06_01::Models::Usage end - def virtual_machine_scale_set_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + def win_rmlistener + Azure::Compute::Mgmt::V2018_06_01::Models::WinRMListener end - def osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + def key_vault_key_reference + Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultKeyReference end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + def sku + Azure::Compute::Mgmt::V2018_06_01::Models::Sku end - def network_profile - Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile + def virtual_hard_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualHardDisk + end + def ssh_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::SshConfiguration end def key_vault_and_secret_reference Azure::Compute::Mgmt::V2018_06_01::Models::KeyVaultAndSecretReference @@ -485,8 +626,8 @@ def virtual_machine_scale_set_update_network_profile def image_osdisk Azure::Compute::Mgmt::V2018_06_01::Models::ImageOSDisk end - def gallery_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryList + def replication_status + Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus end def image_storage_profile Azure::Compute::Mgmt::V2018_06_01::Models::ImageStorageProfile @@ -518,9 +659,9 @@ def disk_sku def hardware_profile Azure::Compute::Mgmt::V2018_06_01::Models::HardwareProfile end - def gallery - Azure::Compute::Mgmt::V2018_06_01::Models::Gallery - end + def osprofile + Azure::Compute::Mgmt::V2018_06_01::Models::OSProfile + end def disk_encryption_settings Azure::Compute::Mgmt::V2018_06_01::Models::DiskEncryptionSettings end @@ -629,8 +770,8 @@ def access_uri def api_error_base Azure::Compute::Mgmt::V2018_06_01::Models::ApiErrorBase end - def run_command_input - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInput + def boot_diagnostics + Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics end def inner_error Azure::Compute::Mgmt::V2018_06_01::Models::InnerError @@ -650,8 +791,8 @@ def update_resource def run_command_input_parameter Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandInputParameter end - def disallowed - Azure::Compute::Mgmt::V2018_06_01::Models::Disallowed + def windows_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::WindowsConfiguration end def virtual_machine_instance_view Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineInstanceView @@ -659,9 +800,6 @@ def virtual_machine_instance_view def resource Azure::Compute::Mgmt::V2018_06_01::Models::Resource end - def boot_diagnostics - Azure::Compute::Mgmt::V2018_06_01::Models::BootDiagnostics - end def availability_set Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySet end @@ -671,6 +809,9 @@ def virtual_machine_extension_image def virtual_machine_image_resource Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineImageResource end + def virtual_machine_extension + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + end def virtual_machine_extension_update Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionUpdate end @@ -689,20 +830,20 @@ def managed_disk_parameters def network_interface_reference Azure::Compute::Mgmt::V2018_06_01::Models::NetworkInterfaceReference end - def gallery_image_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageIdentifier - end def virtual_machine Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachine end - def recommended_machine_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::RecommendedMachineConfiguration + def image + Azure::Compute::Mgmt::V2018_06_01::Models::Image + end + def virtual_machine_scale_set_ipconfiguration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration end def virtual_machine_scale_set_update_ipconfiguration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateIPConfiguration end - def image - Azure::Compute::Mgmt::V2018_06_01::Models::Image + def virtual_machine_scale_set_network_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration end def virtual_machine_scale_set_update_network_configuration Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateNetworkConfiguration @@ -710,62 +851,62 @@ def virtual_machine_scale_set_update_network_configuration def virtual_machine_scale_set_extension Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetExtension end - def virtual_machine_scale_set_network_configuration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetNetworkConfiguration - end - def osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::OSDisk + def virtual_machine_scale_set + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet 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 usage - Azure::Compute::Mgmt::V2018_06_01::Models::Usage + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetStorageProfile end def disk_update Azure::Compute::Mgmt::V2018_06_01::Models::DiskUpdate end - def virtual_machine_scale_set - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSet + def gallery_image_list + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList end def snapshot_update Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotUpdate end - def virtual_machine_scale_set_vm - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetVM + def api_entity_reference + Azure::Compute::Mgmt::V2018_06_01::Models::ApiEntityReference end def run_command_result Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandResult end - def virtual_machine_scale_set_ipconfiguration - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIPConfiguration + def snapshot_list + Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotList end - def run_command_document - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument + def vault_certificate + Azure::Compute::Mgmt::V2018_06_01::Models::VaultCertificate end - def additional_capabilities - Azure::Compute::Mgmt::V2018_06_01::Models::AdditionalCapabilities + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfiguration end - def gallery_image_version_storage_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionStorageProfile + def gallery_image_version_publishing_profile + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile end - def virtual_machine_extension - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtension + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration end - def diff_disk_settings - Azure::Compute::Mgmt::V2018_06_01::Models::DiffDiskSettings + def network_profile + Azure::Compute::Mgmt::V2018_06_01::Models::NetworkProfile end - def osdisk_image - Azure::Compute::Mgmt::V2018_06_01::Models::OSDiskImage + def gallery_image_version + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion end - def availability_set_sku_types - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetDataDisk end - def virtual_machine_size_types - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes + def storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::StorageProfile end def disk Azure::Compute::Mgmt::V2018_06_01::Models::Disk @@ -773,53 +914,53 @@ def disk def status_level_types Azure::Compute::Mgmt::V2018_06_01::Models::StatusLevelTypes end - def snapshot - Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetUpdateStorageProfile end - def virtual_machine_capture_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineCaptureParameters + def virtual_machine_size_types + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeTypes end - def gallery_identifier - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryIdentifier + def run_command_document + Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocument end - def image_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::ImageListResult + def disk_create_option_types + Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes end - def storage_account_types - Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings end def operating_system_types Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemTypes end - def component_names - Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames + def gallery + Azure::Compute::Mgmt::V2018_06_01::Models::Gallery end def gallery_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImage end - def gallery_image_version_publishing_profile - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionPublishingProfile + def protocol_types + Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes end def gallery_osdisk_image Azure::Compute::Mgmt::V2018_06_01::Models::GalleryOSDiskImage end - def virtual_machine_extensions_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineExtensionsListResult + def gallery_data_disk_image + Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage end - def gallery_image_version - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersion + def component_names + Azure::Compute::Mgmt::V2018_06_01::Models::ComponentNames end - def setting_names - Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames + def availability_set_sku_types + Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetSkuTypes end - def caching_types - Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes + def snapshot + Azure::Compute::Mgmt::V2018_06_01::Models::Snapshot end - def disk_create_option_types - Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOptionTypes + def resource_identity_type + Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType end - def maintenance_operation_result_code_types - Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes + def storage_account_types + Azure::Compute::Mgmt::V2018_06_01::Models::StorageAccountTypes end def pass_names Azure::Compute::Mgmt::V2018_06_01::Models::PassNames @@ -827,23 +968,23 @@ def pass_names def operating_system_state_types Azure::Compute::Mgmt::V2018_06_01::Models::OperatingSystemStateTypes end - def rolling_upgrade_status_code - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode + def setting_names + Azure::Compute::Mgmt::V2018_06_01::Models::SettingNames end - def protocol_types - Azure::Compute::Mgmt::V2018_06_01::Models::ProtocolTypes + def rolling_upgrade_action_type + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType end - def resource_identity_type - Azure::Compute::Mgmt::V2018_06_01::Models::ResourceIdentityType + def caching_types + Azure::Compute::Mgmt::V2018_06_01::Models::CachingTypes end - def ipversion - Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion + def maintenance_operation_result_code_types + Azure::Compute::Mgmt::V2018_06_01::Models::MaintenanceOperationResultCodeTypes end def upgrade_mode Azure::Compute::Mgmt::V2018_06_01::Models::UpgradeMode end - def rolling_upgrade_action_type - Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeActionType + def rolling_upgrade_status_code + Azure::Compute::Mgmt::V2018_06_01::Models::RollingUpgradeStatusCode end def disk_create_option Azure::Compute::Mgmt::V2018_06_01::Models::DiskCreateOption @@ -851,8 +992,8 @@ def disk_create_option def access_level Azure::Compute::Mgmt::V2018_06_01::Models::AccessLevel end - def gallery_data_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDataDiskImage + def ipversion + Azure::Compute::Mgmt::V2018_06_01::Models::IPVersion end def virtual_machine_scale_set_sku_scale_type Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetSkuScaleType @@ -881,147 +1022,6 @@ def instance_view_types def snapshot_storage_account_types Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotStorageAccountTypes end - 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 recovery_walk_response - Azure::Compute::Mgmt::V2018_06_01::Models::RecoveryWalkResponse - end - def virtual_machine_scale_set_list_osupgrade_history - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetListOSUpgradeHistory - end - 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_ip_tag - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIpTag - end - def snapshot_sku - Azure::Compute::Mgmt::V2018_06_01::Models::SnapshotSku - end - def virtual_machine_scale_set_managed_disk_parameters - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetManagedDiskParameters - end - def virtual_machine_scale_set_osdisk - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSDisk - end - 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 encryption_settings - Azure::Compute::Mgmt::V2018_06_01::Models::EncryptionSettings - end - def availability_set_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::AvailabilitySetListResult - end - def gallery_disk_image - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryDiskImage - end - def virtual_machine_size_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineSizeListResult - end - def virtual_machine_scale_set_identity - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentity - end - def run_command_list_result - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandListResult - end - def gallery_artifact_source - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactSource - end - def run_command_document_base - Azure::Compute::Mgmt::V2018_06_01::Models::RunCommandDocumentBase - end - def image_purchase_plan - Azure::Compute::Mgmt::V2018_06_01::Models::ImagePurchasePlan - end - def managed_artifact - Azure::Compute::Mgmt::V2018_06_01::Models::ManagedArtifact - end - def target_region - Azure::Compute::Mgmt::V2018_06_01::Models::TargetRegion - end - def replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::ReplicationStatus - end - def virtual_machine_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineIdentityUserAssignedIdentitiesValue - end - def regional_replication_status - Azure::Compute::Mgmt::V2018_06_01::Models::RegionalReplicationStatus - end - def virtual_machine_scale_set_identity_user_assigned_identities_value - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetIdentityUserAssignedIdentitiesValue - end - def gallery_image_version_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageVersionList - end - def gallery_artifact_publishing_profile_base - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryArtifactPublishingProfileBase - end - def gallery_image_list - Azure::Compute::Mgmt::V2018_06_01::Models::GalleryImageList - end - def virtual_machine_scale_set_osprofile - Azure::Compute::Mgmt::V2018_06_01::Models::VirtualMachineScaleSetOSProfile - end end end end diff --git a/azure_sdk/lib/latest/modules/computervision_profile_module.rb b/azure_sdk/lib/latest/modules/computervision_profile_module.rb index 2a7e5a2600..0bd26bc257 100644 --- a/azure_sdk/lib/latest/modules/computervision_profile_module.rb +++ b/azure_sdk/lib/latest/modules/computervision_profile_module.rb @@ -8,17 +8,6 @@ module Azure::Profiles::Latest module ComputerVision module Models - FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription - ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata - Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line - ImageAnalysis = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis - TextOperationResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult - OcrWord = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord - CelebritiesModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel - OcrLine = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine - CategoryDetail = Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail - 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 @@ -46,6 +35,17 @@ module Models OcrLanguages = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLanguages TextRecognitionMode = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextRecognitionMode Details = Azure::CognitiveServices::ComputerVision::V2_0::Models::Details + FaceDescription = Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription + ImageMetadata = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata + Line = Azure::CognitiveServices::ComputerVision::V2_0::Models::Line + ImageAnalysis = Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis + TextOperationResult = Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult + OcrWord = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord + CelebritiesModel = Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel + OcrLine = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine + CategoryDetail = Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail + OcrRegion = Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion + AdultInfo = Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo end class ComputerVisionDataClass @@ -77,39 +77,6 @@ def method_missing(method, *args) end class ModelClasses - def face_description - Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription - end - def image_metadata - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata - end - def line - Azure::CognitiveServices::ComputerVision::V2_0::Models::Line - end - def image_analysis - Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis - end - def text_operation_result - Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult - end - def ocr_word - Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord - end - def celebrities_model - Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel - end - def ocr_line - Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine - end - def category_detail - Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail - end - def ocr_region - Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion - end - def adult_info - Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo - end def ocr_result Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrResult end @@ -191,6 +158,39 @@ def text_recognition_mode def details Azure::CognitiveServices::ComputerVision::V2_0::Models::Details end + def face_description + Azure::CognitiveServices::ComputerVision::V2_0::Models::FaceDescription + end + def image_metadata + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageMetadata + end + def line + Azure::CognitiveServices::ComputerVision::V2_0::Models::Line + end + def image_analysis + Azure::CognitiveServices::ComputerVision::V2_0::Models::ImageAnalysis + end + def text_operation_result + Azure::CognitiveServices::ComputerVision::V2_0::Models::TextOperationResult + end + def ocr_word + Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrWord + end + def celebrities_model + Azure::CognitiveServices::ComputerVision::V2_0::Models::CelebritiesModel + end + def ocr_line + Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrLine + end + def category_detail + Azure::CognitiveServices::ComputerVision::V2_0::Models::CategoryDetail + end + def ocr_region + Azure::CognitiveServices::ComputerVision::V2_0::Models::OcrRegion + end + def adult_info + Azure::CognitiveServices::ComputerVision::V2_0::Models::AdultInfo + end end end end diff --git a/azure_sdk/lib/latest/modules/consumption_profile_module.rb b/azure_sdk/lib/latest/modules/consumption_profile_module.rb index d7fe594764..486307ead2 100644 --- a/azure_sdk/lib/latest/modules/consumption_profile_module.rb +++ b/azure_sdk/lib/latest/modules/consumption_profile_module.rb @@ -7,6 +7,9 @@ module Azure::Profiles::Latest module Consumption module Mgmt + PriceSheet = Azure::Consumption::Mgmt::V2018_06_30::PriceSheet + CostTags = Azure::Consumption::Mgmt::V2018_06_30::CostTags + Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts Operations = Azure::Consumption::Mgmt::V2018_06_30::Operations Tags = Azure::Consumption::Mgmt::V2018_06_30::Tags UsageDetails = Azure::Consumption::Mgmt::V2018_06_30::UsageDetails @@ -16,13 +19,8 @@ module Mgmt ReservationsDetails = Azure::Consumption::Mgmt::V2018_06_30::ReservationsDetails ReservationRecommendations = Azure::Consumption::Mgmt::V2018_06_30::ReservationRecommendations Budgets = Azure::Consumption::Mgmt::V2018_06_30::Budgets - PriceSheet = Azure::Consumption::Mgmt::V2018_06_30::PriceSheet - CostTags = Azure::Consumption::Mgmt::V2018_06_30::CostTags - Forecasts = Azure::Consumption::Mgmt::V2018_06_30::Forecasts module Models - ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse - ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource MeterDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails CurrentSpend = Azure::Consumption::Mgmt::V2018_06_30::Models::CurrentSpend UsageDetailsListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::UsageDetailsListResult @@ -50,27 +48,29 @@ module Models ReservationDetail = Azure::Consumption::Mgmt::V2018_06_30::Models::ReservationDetail Budget = Azure::Consumption::Mgmt::V2018_06_30::Models::Budget CostTag = Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag - Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag 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 - TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult + CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType ErrorDetails = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails TimeGrainType = Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType - CategoryType = Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType - Forecast = Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast - Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource Grain = Azure::Consumption::Mgmt::V2018_06_30::Models::Grain + TagsResult = Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult + Resource = Azure::Consumption::Mgmt::V2018_06_30::Models::Resource + Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound ChargeType = Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType OperatorType = Azure::Consumption::Mgmt::V2018_06_30::Models::OperatorType Datagrain = Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain - Bound = Azure::Consumption::Mgmt::V2018_06_30::Models::Bound OperationDisplay = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay Operation = Azure::Consumption::Mgmt::V2018_06_30::Models::Operation OperationListResult = Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult + Tag = Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + ErrorResponse = Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + ProxyResource = Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource end class ConsumptionManagementClass - attr_reader :operations, :tags, :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :price_sheet, :cost_tags, :forecasts, :configurable, :base_url, :options, :model_classes + attr_reader :price_sheet, :cost_tags, :forecasts, :operations, :tags, :usage_details, :marketplaces, :balances, :reservations_summaries, :reservations_details, :reservation_recommendations, :budgets, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -80,6 +80,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @price_sheet = @client_0.price_sheet + @cost_tags = @client_0.cost_tags + @forecasts = @client_0.forecasts @operations = @client_0.operations @tags = @client_0.tags @usage_details = @client_0.usage_details @@ -89,9 +92,6 @@ def initialize(configurable, base_url=nil, options=nil) @reservations_details = @client_0.reservations_details @reservation_recommendations = @client_0.reservation_recommendations @budgets = @client_0.budgets - @price_sheet = @client_0.price_sheet - @cost_tags = @client_0.cost_tags - @forecasts = @client_0.forecasts @model_classes = ModelClasses.new end @@ -110,12 +110,6 @@ 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 meter_details Azure::Consumption::Mgmt::V2018_06_30::Models::MeterDetails end @@ -197,17 +191,17 @@ def budget def cost_tag Azure::Consumption::Mgmt::V2018_06_30::Models::CostTag end - def tag - Azure::Consumption::Mgmt::V2018_06_30::Models::Tag - end def price_sheet_result Azure::Consumption::Mgmt::V2018_06_30::Models::PriceSheetResult end + def forecast + Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast + end def billing_frequency Azure::Consumption::Mgmt::V2018_06_30::Models::BillingFrequency 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 error_details Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorDetails @@ -215,17 +209,17 @@ def error_details def time_grain_type Azure::Consumption::Mgmt::V2018_06_30::Models::TimeGrainType end - def category_type - Azure::Consumption::Mgmt::V2018_06_30::Models::CategoryType + def grain + Azure::Consumption::Mgmt::V2018_06_30::Models::Grain end - def forecast - Azure::Consumption::Mgmt::V2018_06_30::Models::Forecast + def tags_result + Azure::Consumption::Mgmt::V2018_06_30::Models::TagsResult end def resource Azure::Consumption::Mgmt::V2018_06_30::Models::Resource end - def grain - Azure::Consumption::Mgmt::V2018_06_30::Models::Grain + def bound + Azure::Consumption::Mgmt::V2018_06_30::Models::Bound end def charge_type Azure::Consumption::Mgmt::V2018_06_30::Models::ChargeType @@ -236,9 +230,6 @@ def operator_type def datagrain Azure::Consumption::Mgmt::V2018_06_30::Models::Datagrain end - def bound - Azure::Consumption::Mgmt::V2018_06_30::Models::Bound - end def operation_display Azure::Consumption::Mgmt::V2018_06_30::Models::OperationDisplay end @@ -248,6 +239,15 @@ def operation def operation_list_result Azure::Consumption::Mgmt::V2018_06_30::Models::OperationListResult end + def tag + Azure::Consumption::Mgmt::V2018_06_30::Models::Tag + end + def error_response + Azure::Consumption::Mgmt::V2018_06_30::Models::ErrorResponse + end + def proxy_resource + Azure::Consumption::Mgmt::V2018_06_30::Models::ProxyResource + end end end end diff --git a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb index ec90eddc03..f8ff75d715 100644 --- a/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerinstance_profile_module.rb @@ -7,15 +7,12 @@ module Azure::Profiles::Latest module ContainerInstance module Mgmt - ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerOperations Operations = Azure::ContainerInstance::Mgmt::V2018_06_01::Operations + ContainerOperations = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerOperations ContainerGroups = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroups ContainerGroupUsage = Azure::ContainerInstance::Mgmt::V2018_06_01::ContainerGroupUsage module Models - Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource - UsageName = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName - Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event Port = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port IpAddress = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::IpAddress EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::EnvironmentVariable @@ -28,35 +25,38 @@ module Models Container = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Container GitRepoVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::GitRepoVolume ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential - OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay ContainerState = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState + OperationDisplay = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay + Event = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event Operation = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation - ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits OperationListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult - Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult - ResourceLimits = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits - Logs = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs + Volume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume + ContainerProbe = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequestTerminalSize - AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume + Logs = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest ContainerExec = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec - ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse + AzureFileVolume = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume ContainerPort = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort ContainerGroup = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup - ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol + ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse + ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy LogAnalytics = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics - ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol + ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol UsageListResult = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult - ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy + ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol Usage = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage - ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes + ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin + Resource = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource + UsageName = Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName end class ContainerInstanceManagementClass - attr_reader :container_operations, :operations, :container_groups, :container_group_usage, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :container_operations, :container_groups, :container_group_usage, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -66,8 +66,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @container_operations = @client_0.container_operations @operations = @client_0.operations + @container_operations = @client_0.container_operations @container_groups = @client_0.container_groups @container_group_usage = @client_0.container_group_usage @@ -88,15 +88,6 @@ def method_missing(method, *args) end class ModelClasses - def resource - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource - end - def usage_name - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName - end - def event - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event - end def port Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Port end @@ -133,32 +124,32 @@ def git_repo_volume def image_registry_credential Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ImageRegistryCredential end + def container_state + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState + end def operation_display Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationDisplay end - def container_state - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerState + def event + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Event end def operation Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Operation end - def container_probe - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe + def resource_limits + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits end def operation_list_result Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperationListResult end - def volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume - end def container_group_list_result Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupListResult end - def resource_limits - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ResourceLimits + def volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Volume end - def logs - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs + def container_probe + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerProbe end def container_properties_instance_view Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPropertiesInstanceView @@ -166,8 +157,8 @@ def container_properties_instance_view def container_exec_request_terminal_size Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequestTerminalSize end - def azure_file_volume - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume + def logs + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Logs end def container_exec_request Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecRequest @@ -175,8 +166,8 @@ def container_exec_request def container_exec Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExec end - def container_exec_response - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse + def azure_file_volume + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::AzureFileVolume end def container_port Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerPort @@ -184,29 +175,38 @@ def container_port def container_group Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroup end - def container_network_protocol - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol + def container_exec_response + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerExecResponse + end + def container_group_restart_policy + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy end def log_analytics Azure::ContainerInstance::Mgmt::V2018_06_01::Models::LogAnalytics end - def container_group_network_protocol - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol + def container_network_protocol + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerNetworkProtocol end def usage_list_result Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageListResult end - def container_group_restart_policy - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupRestartPolicy + def container_group_network_protocol + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerGroupNetworkProtocol end def usage Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Usage end + def operating_system_types + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes + end def container_instance_operations_origin Azure::ContainerInstance::Mgmt::V2018_06_01::Models::ContainerInstanceOperationsOrigin end - def operating_system_types - Azure::ContainerInstance::Mgmt::V2018_06_01::Models::OperatingSystemTypes + def resource + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::Resource + end + def usage_name + Azure::ContainerInstance::Mgmt::V2018_06_01::Models::UsageName 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 e33afc9de8..2226b78471 100644 --- a/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerregistry_profile_module.rb @@ -13,21 +13,6 @@ module Mgmt Operations = Azure::ContainerRegistry::Mgmt::V2017_10_01::Operations module Models - Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku - Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - TrustPolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy - ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource - RegistryPolicies = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies - RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest - ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - 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 - ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters - ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult - StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties - 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 RegenerateCredentialParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegenerateCredentialParameters @@ -39,20 +24,23 @@ module Models EventListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventListResult RegistryListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListResult RegistryUsage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage + Request = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request Actor = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor OperationServiceSpecificationDefinition = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationServiceSpecificationDefinition RegistryListCredentialsResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryListCredentialsResult - EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent EventRequestMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage - WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters QuarantinePolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + WebhookUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters + EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage Registry = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry - Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication + EventContent = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent WebhookListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult + Replication = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication ImportMode = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode PasswordName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName - EventResponseMessage = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage ProvisioningState = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState + Event = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + RegistryUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters RegistryUsageUnit = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit PolicyStatus = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PolicyStatus TrustPolicyType = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicyType @@ -62,8 +50,20 @@ module Models Webhook = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Webhook Resource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Resource OperationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult - Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status SkuName = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + Status = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status + Sku = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + TrustPolicy = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy + ImportSource = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource + RegistryPolicies = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies + RegistryNameCheckRequest = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest + ImportImageParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters + 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 + ReplicationUpdateParameters = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters + ReplicationListResult = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult + StorageAccountProperties = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties Source = Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source end @@ -100,51 +100,6 @@ def method_missing(method, *args) end class ModelClasses - def request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request - end - def sku - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku - end - def event - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event - end - def trust_policy - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy - end - def import_source - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource - end - def registry_policies - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies - end - def registry_name_check_request - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest - end - def import_image_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters - end - def registry_name_status - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus - end - def operation_metric_specification_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition - end - def operation_definition - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition - end - def replication_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters - end - def replication_list_result - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult - end - def storage_account_properties - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties - end - def registry_update_parameters - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters - end def webhook_create_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookCreateParameters end @@ -178,6 +133,9 @@ def registry_list_result def registry_usage Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsage end + def request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Request + end def actor Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Actor end @@ -187,39 +145,45 @@ def operation_service_specification_definition 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 event_request_message Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventRequestMessage end + def quarantine_policy + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + end def webhook_update_parameters Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookUpdateParameters end - def quarantine_policy - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::QuarantinePolicy + def event_response_message + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage end def registry Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Registry end - def replication - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication + def event_content + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventContent end def webhook_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::WebhookListResult end + def replication + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Replication + end def import_mode Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportMode end def password_name Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::PasswordName end - def event_response_message - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::EventResponseMessage - end def provisioning_state Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ProvisioningState end + def event + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Event + end + def registry_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUpdateParameters + end def registry_usage_unit Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryUsageUnit end @@ -247,11 +211,47 @@ def resource def operation_list_result Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationListResult end + def sku_name + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + end def status Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Status end - def sku_name - Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::SkuName + def sku + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Sku + end + def trust_policy + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::TrustPolicy + end + def import_source + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportSource + end + def registry_policies + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryPolicies + end + def registry_name_check_request + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameCheckRequest + end + def import_image_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ImportImageParameters + end + def registry_name_status + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::RegistryNameStatus + end + def operation_metric_specification_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationMetricSpecificationDefinition + end + def operation_definition + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::OperationDefinition + end + def replication_update_parameters + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationUpdateParameters + end + def replication_list_result + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::ReplicationListResult + end + def storage_account_properties + Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::StorageAccountProperties end def source Azure::ContainerRegistry::Mgmt::V2017_10_01::Models::Source diff --git a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb index 0aaf8870d5..5cc055f7e6 100644 --- a/azure_sdk/lib/latest/modules/containerservice_profile_module.rb +++ b/azure_sdk/lib/latest/modules/containerservice_profile_module.rb @@ -12,21 +12,12 @@ module Mgmt ContainerServices = Azure::ContainerService::Mgmt::V2017_09_30::ContainerServices module Models + ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService 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 ContainerServiceOrchestratorTypes = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceOrchestratorTypes - ContainerService = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService - OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue - TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult - ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile - 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 - NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin - NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy Resource = Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceWindowsProfile ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2018_03_31::Models::ContainerServiceSshPublicKey @@ -45,6 +36,15 @@ module Models 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 + OperationValue = Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue + ManagedClusterListResult = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult + TagsObject = Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject + ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + ManagedCluster = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster + ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile + ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile + NetworkPlugin = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPlugin + NetworkPolicy = Azure::ContainerService::Mgmt::V2018_03_31::Models::NetworkPolicy OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult OrchestratorProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorProfile OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfile @@ -98,6 +98,9 @@ def method_missing(method, *args) end class ModelClasses + def container_service + Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService + end def container_service_custom_profile Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceCustomProfile end @@ -113,36 +116,6 @@ def container_service_list_result 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 operation_value - Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue - end - def tags_object - Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject - end - def managed_cluster_list_result - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult - end - def managed_cluster_upgrade_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile - end - def managed_cluster_pool_upgrade_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile - end - def managed_cluster - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster - end - def managed_cluster_access_profile - Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile - 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 resource Azure::ContainerService::Mgmt::V2018_03_31::Models::Resource end @@ -197,6 +170,33 @@ def managed_cluster_agent_pool_profile def managed_cluster_aadprofile Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAADProfile end + def operation_value + Azure::ContainerService::Mgmt::V2018_03_31::Models::OperationValue + end + def managed_cluster_list_result + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterListResult + end + def tags_object + Azure::ContainerService::Mgmt::V2018_03_31::Models::TagsObject + end + def managed_cluster_upgrade_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterUpgradeProfile + end + def managed_cluster + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedCluster + end + def managed_cluster_access_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterAccessProfile + end + def managed_cluster_pool_upgrade_profile + Azure::ContainerService::Mgmt::V2018_03_31::Models::ManagedClusterPoolUpgradeProfile + 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_version_profile_list_result Azure::ContainerService::Mgmt::V2017_09_30::Models::OrchestratorVersionProfileListResult end diff --git a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb index 6b5415700f..26fc7ba9eb 100644 --- a/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb +++ b/azure_sdk/lib/latest/modules/contentmoderator_profile_module.rb @@ -15,14 +15,13 @@ module ContentModerator Reviews = Azure::CognitiveServices::ContentModerator::V1_0::Reviews module Models - JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult Face = Azure::CognitiveServices::ContentModerator::V1_0::Models::Face RefreshIndex = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndex ImageAdditionalInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageAdditionalInfoItem Frames = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frames ImageIds = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds - Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error ClassificationCategory2 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 + TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList Classification = Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification TermsData = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsData Email = Azure::CognitiveServices::ContentModerator::V1_0::Models::Email @@ -38,45 +37,46 @@ module Models JobId = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobId MatchResponse = Azure::CognitiveServices::ContentModerator::V1_0::Models::MatchResponse ImageListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata + APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError TermListMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata TranscriptModerationBodyItemTermsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem - APIError = Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError RefreshIndexAdvancedInfoItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem + TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem Frame = Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem - TranscriptModerationBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem - Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag ClassificationCategory3 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 - PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII SSN = Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN + Error = Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + PII = Azure::CognitiveServices::ContentModerator::V1_0::Models::PII CreateVideoReviewsBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemMetadataItem + Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces CreateVideoReviewsBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItem Match = Azure::CognitiveServices::ContentModerator::V1_0::Models::Match - FoundFaces = Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces BodyMetadata = Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata - ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + CreateVideoReviewsBodyItemVideoFramesItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem Body = Azure::CognitiveServices::ContentModerator::V1_0::Models::Body CreateVideoReviewsBodyItemVideoFramesItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem - Job = Azure::CognitiveServices::ContentModerator::V1_0::Models::Job - KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair VideoFrameBodyItemReviewerResultTagsItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + KeyValuePair = Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair + ImageList = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList Screen = Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen VideoFrameBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemMetadataItem DetectedLanguage = Azure::CognitiveServices::ContentModerator::V1_0::Models::DetectedLanguage VideoFrameBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItem ClassificationCategory1 = Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 - Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image - TermsInList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList - ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl - Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem OCR = Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + ImageUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl + Image = Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content CreateReviewBodyItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem - Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - CreateReviewBodyItemMetadataItem = Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + Tag = Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag TermList = Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList AzureRegionBaseUrl = Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl - Content = Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + Phone = Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + Status = Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + JobListResult = Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult end class ContentModeratorDataClass @@ -115,9 +115,6 @@ def method_missing(method, *args) end class ModelClasses - def job_list_result - Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult - end def face Azure::CognitiveServices::ContentModerator::V1_0::Models::Face end @@ -133,12 +130,12 @@ def frames def image_ids Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageIds end - def error - Azure::CognitiveServices::ContentModerator::V1_0::Models::Error - end def classification_category2 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory2 end + def terms_in_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList + end def classification Azure::CognitiveServices::ContentModerator::V1_0::Models::Classification end @@ -184,59 +181,59 @@ def match_response def image_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageListMetadata end + def apierror + Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError + end def term_list_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::TermListMetadata end def transcript_moderation_body_item_terms_item Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItemTermsItem end - def apierror - Azure::CognitiveServices::ContentModerator::V1_0::Models::APIError - end def refresh_index_advanced_info_item Azure::CognitiveServices::ContentModerator::V1_0::Models::RefreshIndexAdvancedInfoItem end + def transcript_moderation_body_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem + end def frame Azure::CognitiveServices::ContentModerator::V1_0::Models::Frame end def create_video_reviews_body_item_video_frames_item_reviewer_result_tags_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemReviewerResultTagsItem end - def transcript_moderation_body_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::TranscriptModerationBodyItem - end - def create_video_reviews_body_item_video_frames_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem - end - def tag - Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag - end def classification_category3 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory3 end - def pii - Azure::CognitiveServices::ContentModerator::V1_0::Models::PII - end def ssn Azure::CognitiveServices::ContentModerator::V1_0::Models::SSN end + def error + Azure::CognitiveServices::ContentModerator::V1_0::Models::Error + 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 job + Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + 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 end def match Azure::CognitiveServices::ContentModerator::V1_0::Models::Match end - def found_faces - Azure::CognitiveServices::ContentModerator::V1_0::Models::FoundFaces - end def body_metadata Azure::CognitiveServices::ContentModerator::V1_0::Models::BodyMetadata end - def image_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList + def create_video_reviews_body_item_video_frames_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItemMetadataItem end def body Azure::CognitiveServices::ContentModerator::V1_0::Models::Body @@ -244,14 +241,14 @@ def body def create_video_reviews_body_item_video_frames_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateVideoReviewsBodyItemVideoFramesItem end - def job - Azure::CognitiveServices::ContentModerator::V1_0::Models::Job + def video_frame_body_item_reviewer_result_tags_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem end def key_value_pair Azure::CognitiveServices::ContentModerator::V1_0::Models::KeyValuePair end - def video_frame_body_item_reviewer_result_tags_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::VideoFrameBodyItemReviewerResultTagsItem + def image_list + Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageList end def screen Azure::CognitiveServices::ContentModerator::V1_0::Models::Screen @@ -268,29 +265,26 @@ def video_frame_body_item def classification_category1 Azure::CognitiveServices::ContentModerator::V1_0::Models::ClassificationCategory1 end - def image - Azure::CognitiveServices::ContentModerator::V1_0::Models::Image + def create_review_body_item_metadata_item + Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem end - def terms_in_list - Azure::CognitiveServices::ContentModerator::V1_0::Models::TermsInList + def ocr + Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR end def image_url Azure::CognitiveServices::ContentModerator::V1_0::Models::ImageUrl end - def status - Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + def image + Azure::CognitiveServices::ContentModerator::V1_0::Models::Image end - def ocr - Azure::CognitiveServices::ContentModerator::V1_0::Models::OCR + def content + Azure::CognitiveServices::ContentModerator::V1_0::Models::Content end def create_review_body_item Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItem end - def phone - Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone - end - def create_review_body_item_metadata_item - Azure::CognitiveServices::ContentModerator::V1_0::Models::CreateReviewBodyItemMetadataItem + def tag + Azure::CognitiveServices::ContentModerator::V1_0::Models::Tag end def term_list Azure::CognitiveServices::ContentModerator::V1_0::Models::TermList @@ -298,8 +292,14 @@ def term_list def azure_region_base_url Azure::CognitiveServices::ContentModerator::V1_0::Models::AzureRegionBaseUrl end - def content - Azure::CognitiveServices::ContentModerator::V1_0::Models::Content + def phone + Azure::CognitiveServices::ContentModerator::V1_0::Models::Phone + end + def status + Azure::CognitiveServices::ContentModerator::V1_0::Models::Status + end + def job_list_result + Azure::CognitiveServices::ContentModerator::V1_0::Models::JobListResult 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 2240ec491a..10d2b61abb 100644 --- a/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customerinsights_profile_module.rb @@ -7,36 +7,27 @@ module Azure::Profiles::Latest module CustomerInsights module Mgmt - Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi - WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes - Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views - Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links - Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors - Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images - Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations - RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments - Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles - Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions Hubs = Azure::CustomerInsights::Mgmt::V2017_04_26::Hubs Interactions = Azure::CustomerInsights::Mgmt::V2017_04_26::Interactions Relationships = Azure::CustomerInsights::Mgmt::V2017_04_26::Relationships - Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles RelationshipLinks = Azure::CustomerInsights::Mgmt::V2017_04_26::RelationshipLinks + Profiles = Azure::CustomerInsights::Mgmt::V2017_04_26::Profiles AuthorizationPolicies = Azure::CustomerInsights::Mgmt::V2017_04_26::AuthorizationPolicies + Connectors = Azure::CustomerInsights::Mgmt::V2017_04_26::Connectors ConnectorMappings = Azure::CustomerInsights::Mgmt::V2017_04_26::ConnectorMappings + Kpi = Azure::CustomerInsights::Mgmt::V2017_04_26::Kpi + WidgetTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::WidgetTypes + Views = Azure::CustomerInsights::Mgmt::V2017_04_26::Views + Roles = Azure::CustomerInsights::Mgmt::V2017_04_26::Roles + Predictions = Azure::CustomerInsights::Mgmt::V2017_04_26::Predictions + Images = Azure::CustomerInsights::Mgmt::V2017_04_26::Images + Operations = Azure::CustomerInsights::Mgmt::V2017_04_26::Operations + RoleAssignments = Azure::CustomerInsights::Mgmt::V2017_04_26::RoleAssignments + Links = Azure::CustomerInsights::Mgmt::V2017_04_26::Links module Models - EntityType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType - LinkTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes - InstanceOperationType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType - CardinalityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes - ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult - CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType - RoleTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes - PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle - ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource - RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult Resource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource + RoleAssignmentListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult OperationDisplay = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay Operation = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Operation OperationListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationListResult @@ -120,7 +111,6 @@ module Models EntityTypes = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityTypes DataSourceType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::DataSourceType ProvisioningStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates - Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status 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 @@ -130,10 +120,20 @@ module Models ConnectorMappingStates = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ConnectorMappingStates 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 + 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 + Status = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + ProfileListResult = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult + PredictionModelLifeCycle = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle + CanonicalPropertyValueType = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType + ProxyResource = Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource end class CustomerInsightsManagementClass - attr_reader :kpi, :widget_types, :views, :links, :connectors, :images, :operations, :role_assignments, :roles, :predictions, :hubs, :interactions, :relationships, :profiles, :relationship_links, :authorization_policies, :connector_mappings, :configurable, :base_url, :options, :model_classes + attr_reader :hubs, :interactions, :relationships, :relationship_links, :profiles, :authorization_policies, :connectors, :connector_mappings, :kpi, :widget_types, :views, :roles, :predictions, :images, :operations, :role_assignments, :links, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -143,23 +143,23 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @kpi = @client_0.kpi - @widget_types = @client_0.widget_types - @views = @client_0.views - @links = @client_0.links - @connectors = @client_0.connectors - @images = @client_0.images - @operations = @client_0.operations - @role_assignments = @client_0.role_assignments - @roles = @client_0.roles - @predictions = @client_0.predictions @hubs = @client_0.hubs @interactions = @client_0.interactions @relationships = @client_0.relationships - @profiles = @client_0.profiles @relationship_links = @client_0.relationship_links + @profiles = @client_0.profiles @authorization_policies = @client_0.authorization_policies + @connectors = @client_0.connectors @connector_mappings = @client_0.connector_mappings + @kpi = @client_0.kpi + @widget_types = @client_0.widget_types + @views = @client_0.views + @roles = @client_0.roles + @predictions = @client_0.predictions + @images = @client_0.images + @operations = @client_0.operations + @role_assignments = @client_0.role_assignments + @links = @client_0.links @model_classes = ModelClasses.new end @@ -178,39 +178,12 @@ def method_missing(method, *args) end class ModelClasses - def entity_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType - end - def link_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes - end - def instance_operation_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType - end - def cardinality_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes - end - def profile_list_result - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult - end - def canonical_property_value_type - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CanonicalPropertyValueType - end - def role_types - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes - end - def prediction_model_life_cycle - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PredictionModelLifeCycle - end - def proxy_resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource + def resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource end def role_assignment_list_result Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleAssignmentListResult end - def resource - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Resource - end def operation_display Azure::CustomerInsights::Mgmt::V2017_04_26::Models::OperationDisplay end @@ -460,9 +433,6 @@ def data_source_type def provisioning_states Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProvisioningStates end - def status - Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status - end def permission_types Azure::CustomerInsights::Mgmt::V2017_04_26::Models::PermissionTypes end @@ -490,6 +460,36 @@ def calculation_window_types def kpi_functions Azure::CustomerInsights::Mgmt::V2017_04_26::Models::KpiFunctions end + def entity_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::EntityType + end + def link_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::LinkTypes + end + def instance_operation_type + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::InstanceOperationType + end + def cardinality_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::CardinalityTypes + end + def role_types + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::RoleTypes + end + def status + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::Status + end + def profile_list_result + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProfileListResult + 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 proxy_resource + Azure::CustomerInsights::Mgmt::V2017_04_26::Models::ProxyResource + 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 197ecb6088..96cb6faf8f 100644 --- a/azure_sdk/lib/latest/modules/customsearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/customsearch_profile_module.rb @@ -9,7 +9,13 @@ module CustomSearch CustomInstance = Azure::CognitiveServices::CustomSearch::V1_0::CustomInstance module Models + ErrorCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + CreativeWork = Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + SafeSearch = Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + ErrorSubCode = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat ErrorResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse + Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response ResponseBase = Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::CustomSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::CustomSearch::V1_0::Models::Query @@ -19,15 +25,9 @@ module Models SearchResponse = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResponse SearchResultsAnswer = Azure::CognitiveServices::CustomSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable - Response = Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - 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 Error = Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - TextFormat = Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + Thing = Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing + Answer = Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer end class CustomSearchDataClass @@ -60,9 +60,27 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode + end + def creative_work + Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork + end + def safe_search + Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch + end + def error_sub_code + Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode + end + def text_format + Azure::CognitiveServices::CustomSearch::V1_0::Models::TextFormat + end def error_response Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorResponse end + def response + Azure::CognitiveServices::CustomSearch::V1_0::Models::Response + end def response_base Azure::CognitiveServices::CustomSearch::V1_0::Models::ResponseBase end @@ -90,32 +108,14 @@ def search_results_answer def identifiable Azure::CognitiveServices::CustomSearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::CustomSearch::V1_0::Models::Response - end - def answer - Azure::CognitiveServices::CustomSearch::V1_0::Models::Answer + def error + Azure::CognitiveServices::CustomSearch::V1_0::Models::Error end def thing Azure::CognitiveServices::CustomSearch::V1_0::Models::Thing end - def creative_work - Azure::CognitiveServices::CustomSearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::CustomSearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::CustomSearch::V1_0::Models::SafeSearch - end - def error - Azure::CognitiveServices::CustomSearch::V1_0::Models::Error - 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/datalakeanalytics_profile_module.rb b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb index 767cbb0fa8..0ce4e95697 100644 --- a/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakeanalytics_profile_module.rb @@ -7,31 +7,22 @@ module Azure::Profiles::Latest module DataLakeAnalytics module Mgmt - Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations - ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies FirewallRules = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::FirewallRules - DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts Locations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Locations + Operations = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Operations Accounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Accounts StorageAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::StorageAccounts + DataLakeStoreAccounts = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::DataLakeStoreAccounts + ComputePolicies = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::ComputePolicies module Models - DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation - StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation - DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus - FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult - OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic - TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType - FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule - DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState - 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 NameAvailabilityInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters UpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyParameters Resource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource + UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters DataLakeStoreAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult AddDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreWithAccountParameters CreateOrUpdateComputePolicyParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateComputePolicyParameters @@ -39,35 +30,44 @@ module Models SasTokenInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformation CreateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateComputePolicyWithAccountParameters ComputePolicyListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult - OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay + CreateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters Operation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation - CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + OperationDisplay = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay OperationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult SubResource = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource - StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult - CreateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + UpdateDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters CreateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters + CreateOrUpdateFirewallRuleParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult + StorageAccountInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult UpdateStorageAccountWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters - UpdateDataLakeStoreWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters + StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult UpdateComputePolicyWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters UpdateFirewallRuleWithAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters - SasTokenInformationListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult - UpdateStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters - DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult - StorageContainerListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult + AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters UpdateDataLakeAnalyticsAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters + DataLakeAnalyticsAccountListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult + DataLakeStoreAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation + FirewallRuleListResult = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult AddStorageAccountParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddStorageAccountParameters - AddDataLakeStoreParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters - DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + FirewallRule = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule + StorageAccountInformation = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation ComputePolicy = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy StorageContainer = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer + DataLakeAnalyticsAccount = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + DataLakeAnalyticsAccountBasic = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic + FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState AADObjectType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType FirewallState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallState - FirewallAllowAzureIpsState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + DataLakeAnalyticsAccountState = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + TierType = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType + DataLakeAnalyticsAccountStatus = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus + OperationOrigin = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin + CheckNameAvailabilityParameters = Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters end class DataLakeAnalyticsManagementClass - attr_reader :operations, :compute_policies, :firewall_rules, :data_lake_store_accounts, :locations, :accounts, :storage_accounts, :configurable, :base_url, :options, :model_classes + attr_reader :firewall_rules, :locations, :operations, :accounts, :storage_accounts, :data_lake_store_accounts, :compute_policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -77,13 +77,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations - @compute_policies = @client_0.compute_policies @firewall_rules = @client_0.firewall_rules - @data_lake_store_accounts = @client_0.data_lake_store_accounts @locations = @client_0.locations + @operations = @client_0.operations @accounts = @client_0.accounts @storage_accounts = @client_0.storage_accounts + @data_lake_store_accounts = @client_0.data_lake_store_accounts + @compute_policies = @client_0.compute_policies @model_classes = ModelClasses.new end @@ -102,36 +102,6 @@ def method_missing(method, *args) end class ModelClasses - 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 - end - def data_lake_analytics_account_status - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus - end - def firewall_rule_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRuleListResult - end - def operation_origin - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin - end - def data_lake_analytics_account_basic - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic - end - def tier_type - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType - end - def firewall_rule - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule - end - def data_lake_analytics_account_state - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState - end - 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 @@ -150,6 +120,9 @@ def update_compute_policy_parameters def resource Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Resource end + def update_storage_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters + end def data_lake_store_account_information_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformationListResult end @@ -171,14 +144,14 @@ def create_compute_policy_with_account_parameters def compute_policy_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicyListResult end - def operation_display - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay + def create_firewall_rule_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end def operation Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::Operation end - def create_or_update_firewall_rule_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + def operation_display + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationDisplay end def operation_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationListResult @@ -186,20 +159,26 @@ def operation_list_result def sub_resource Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SubResource end - def storage_account_information_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult - end - def create_firewall_rule_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + def update_data_lake_store_with_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters end def create_data_lake_analytics_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateDataLakeAnalyticsAccountParameters end + def create_or_update_firewall_rule_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters + end + def sas_token_information_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult + end + def storage_account_information_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformationListResult + end def update_storage_account_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountWithAccountParameters end - def update_data_lake_store_with_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeStoreWithAccountParameters + def storage_container_list_result + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult end def update_compute_policy_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateComputePolicyWithAccountParameters @@ -207,29 +186,29 @@ def update_compute_policy_with_account_parameters def update_firewall_rule_with_account_parameters Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateFirewallRuleWithAccountParameters end - def sas_token_information_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::SasTokenInformationListResult + def add_data_lake_store_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters end - def update_storage_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateStorageAccountParameters + def update_data_lake_analytics_account_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters end def data_lake_analytics_account_list_result Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountListResult end - def storage_container_list_result - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainerListResult + def data_lake_store_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeStoreAccountInformation end - def update_data_lake_analytics_account_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::UpdateDataLakeAnalyticsAccountParameters + 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 end - def add_data_lake_store_parameters - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AddDataLakeStoreParameters + def firewall_rule + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallRule end - def data_lake_analytics_account - Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + def storage_account_information + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageAccountInformation end def compute_policy Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::ComputePolicy @@ -237,14 +216,35 @@ def compute_policy def storage_container Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::StorageContainer end + def data_lake_analytics_account + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccount + end + def data_lake_analytics_account_basic + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountBasic + end + def firewall_allow_azure_ips_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::FirewallAllowAzureIpsState + end def aadobject_type Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::AADObjectType 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 data_lake_analytics_account_state + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountState + end + def tier_type + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::TierType + end + def data_lake_analytics_account_status + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::DataLakeAnalyticsAccountStatus + end + def operation_origin + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::OperationOrigin + end + def check_name_availability_parameters + Azure::DataLakeAnalytics::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters 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 c70b2298f1..0db64e864c 100644 --- a/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb +++ b/azure_sdk/lib/latest/modules/datalakestore_profile_module.rb @@ -7,17 +7,14 @@ module Azure::Profiles::Latest module DataLakeStore module Mgmt - 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 - Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts TrustedIdProviders = Azure::DataLakeStore::Mgmt::V2016_11_01::TrustedIdProviders + Accounts = Azure::DataLakeStore::Mgmt::V2016_11_01::Accounts + Operations = Azure::DataLakeStore::Mgmt::V2016_11_01::Operations module Models - TierType = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType - OperationOrigin = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters SubscriptionState = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState EncryptionIdentity = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::EncryptionIdentity CreateVirtualNetworkRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateVirtualNetworkRuleWithAccountParameters @@ -51,8 +48,8 @@ module Models NameAvailabilityInformation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::NameAvailabilityInformation UpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::UpdateFirewallRuleParameters Resource = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource - OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay CreateFirewallRuleWithAccountParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters + OperationDisplay = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay Operation = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation CreateOrUpdateFirewallRuleParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateOrUpdateFirewallRuleParameters OperationListResult = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationListResult @@ -62,10 +59,13 @@ module Models FirewallRule = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::FirewallRule 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 + CheckNameAvailabilityParameters = Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters end class DataLakeStoreManagementClass - attr_reader :operations, :firewall_rules, :locations, :virtual_network_rules, :accounts, :trusted_id_providers, :configurable, :base_url, :options, :model_classes + attr_reader :firewall_rules, :locations, :virtual_network_rules, :trusted_id_providers, :accounts, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -75,12 +75,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @operations = @client_0.operations @firewall_rules = @client_0.firewall_rules @locations = @client_0.locations @virtual_network_rules = @client_0.virtual_network_rules - @accounts = @client_0.accounts @trusted_id_providers = @client_0.trusted_id_providers + @accounts = @client_0.accounts + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -99,15 +99,6 @@ def method_missing(method, *args) end class ModelClasses - def tier_type - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::TierType - end - def operation_origin - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationOrigin - end - def check_name_availability_parameters - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters - end def subscription_state Azure::DataLakeStore::Mgmt::V2016_11_01::Models::SubscriptionState end @@ -207,12 +198,12 @@ def update_firewall_rule_parameters def resource Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Resource end - def operation_display - Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay - end def create_firewall_rule_with_account_parameters Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CreateFirewallRuleWithAccountParameters end + def operation_display + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::OperationDisplay + end def operation Azure::DataLakeStore::Mgmt::V2016_11_01::Models::Operation end @@ -240,6 +231,15 @@ def firewall_state 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 + def check_name_availability_parameters + Azure::DataLakeStore::Mgmt::V2016_11_01::Models::CheckNameAvailabilityParameters + end 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 c365685075..324fc3abc2 100644 --- a/azure_sdk/lib/latest/modules/devspaces_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devspaces_profile_module.rb @@ -11,23 +11,23 @@ module Mgmt Operations = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Operations module Models - Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller - ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState - SkuTier = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::SkuTier - Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku - ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse - TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource - ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList - 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 ControllerList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList + Controller = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller ErrorDetails = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails 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 + ProvisioningState = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState + Sku = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku + ErrorResponse = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorResponse + TrackedResource = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::TrackedResource + ControllerConnectionDetailsList = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetailsList + ControllerUpdateParameters = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerUpdateParameters + ResourceProviderOperationDisplay = Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay end class DevSpacesManagementClass @@ -61,15 +61,39 @@ def method_missing(method, *args) end class ModelClasses + def orchestrator_specific_connection_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails + end + def resource_provider_operation_definition + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition + end + def resource_provider_operation_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList + end + def controller_connection_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails + end + def controller_list + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerList + end def controller Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Controller end - def provisioning_state - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState + def error_details + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ErrorDetails + 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 provisioning_state + Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ProvisioningState + end def sku Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Sku end @@ -88,30 +112,6 @@ def controller_update_parameters def resource_provider_operation_display Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDisplay end - def orchestrator_specific_connection_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::OrchestratorSpecificConnectionDetails - end - def resource_provider_operation_definition - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationDefinition - end - def resource_provider_operation_list - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ResourceProviderOperationList - end - def controller_connection_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::ControllerConnectionDetails - 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 resource - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::Resource - end - def kubernetes_connection_details - Azure::DevSpaces::Mgmt::V2018_06_01_preview::Models::KubernetesConnectionDetails - end 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 b77f5dbc7b..44bc416a6b 100644 --- a/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/devtestlabs_profile_module.rb @@ -7,55 +7,31 @@ module Azure::Profiles::Latest module DevTestLabs module Mgmt - VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks VirtualMachines = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachines Disks = Azure::DevTestLabs::Mgmt::V2016_05_15::Disks Operations = Azure::DevTestLabs::Mgmt::V2016_05_15::Operations - ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations Labs = Azure::DevTestLabs::Mgmt::V2016_05_15::Labs GlobalSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::GlobalSchedules ArtifactSources = Azure::DevTestLabs::Mgmt::V2016_05_15::ArtifactSources ArmTemplates = Azure::DevTestLabs::Mgmt::V2016_05_15::ArmTemplates - GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages Artifacts = Azure::DevTestLabs::Mgmt::V2016_05_15::Artifacts Costs = Azure::DevTestLabs::Mgmt::V2016_05_15::Costs CustomImages = Azure::DevTestLabs::Mgmt::V2016_05_15::CustomImages Formulas = Azure::DevTestLabs::Mgmt::V2016_05_15::Formulas - NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels + GalleryImages = Azure::DevTestLabs::Mgmt::V2016_05_15::GalleryImages + ProviderOperations = Azure::DevTestLabs::Mgmt::V2016_05_15::ProviderOperations PolicySets = Azure::DevTestLabs::Mgmt::V2016_05_15::PolicySets - Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules + NotificationChannels = Azure::DevTestLabs::Mgmt::V2016_05_15::NotificationChannels ServiceRunners = Azure::DevTestLabs::Mgmt::V2016_05_15::ServiceRunners - Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies Environments = Azure::DevTestLabs::Mgmt::V2016_05_15::Environments - Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users - VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules Secrets = Azure::DevTestLabs::Mgmt::V2016_05_15::Secrets + VirtualMachineSchedules = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualMachineSchedules + Schedules = Azure::DevTestLabs::Mgmt::V2016_05_15::Schedules + Users = Azure::DevTestLabs::Mgmt::V2016_05_15::Users + VirtualNetworks = Azure::DevTestLabs::Mgmt::V2016_05_15::VirtualNetworks + Policies = Azure::DevTestLabs::Mgmt::V2016_05_15::Policies module Models - ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet - 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 - 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 - ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab - ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo - 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 - LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter - ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment - 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 - UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment - AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions - 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 - GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest ComputeVmInstanceViewStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus GenerateUploadUriParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateUploadUriParameter ComputeVmProperties = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmProperties @@ -126,58 +102,58 @@ module Models CustomImagePropertiesCustom = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImagePropertiesCustom ResponseWithContinuationGalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationGalleryImage ApplicableSchedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule - Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource ScheduleFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment + Resource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource 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 ArtifactSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource + ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment InboundNatRule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule + DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment CustomImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage - ArtifactSourceFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment + Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab Formula = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula - DtlEnvironment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment LabCost = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost - Lab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab Subnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet - LabFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine GalleryImage = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage - LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment NotificationChannel = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel - LabVirtualMachine = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine - PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment - Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret NotificationChannelFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment - Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk - VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment + LabVirtualMachineFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment + Secret = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret ServiceRunner = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner - UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment - SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType + PolicyFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment + Disk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk EnableStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus - NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus - WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + UserFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment + VirtualNetworkFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment StorageType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType + NotificationStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus + SourceControlType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType + LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus VirtualNetwork = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork User = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User - LinuxOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState CustomImageOsType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType - CostThresholdStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus - NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType + HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + WindowsOsState = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState VirtualMachineCreationSource = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualMachineCreationSource FileUploadOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions - HostCachingOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions - Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + NotificationChannelEventType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType ReportingCycleType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType CostType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType - PremiumDataDisk = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName TargetCostStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TargetCostStatus UsagePermissionType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UsagePermissionType TransportProtocol = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol - PolicyFactName = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName PolicyEvaluatorType = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType PolicyStatus = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyStatus HttpStatusCode = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HttpStatusCode UserIdentity = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity + Event = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event Policy = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy Schedule = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule Port = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Port @@ -188,10 +164,34 @@ module Models SharedPublicIpAddressConfiguration = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SharedPublicIpAddressConfiguration ExportResourceUsageParameters = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExportResourceUsageParameters WeekDetailsFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment + ExternalSubnet = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet + 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 + 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 + ResponseWithContinuationLab = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab + ParametersValueFileInfo = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo + 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 + LabVirtualMachineCreationParameter = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineCreationParameter + ArtifactDeploymentStatusPropertiesFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactDeploymentStatusPropertiesFragment + 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 + UserSecretStoreFragment = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStoreFragment + AttachNewDataDiskOptions = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::AttachNewDataDiskOptions + 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 + GenerateArmTemplateRequest = Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest end class DevTestLabsManagementClass - attr_reader :virtual_networks, :virtual_machines, :disks, :operations, :provider_operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :gallery_images, :artifacts, :costs, :custom_images, :formulas, :notification_channels, :policy_sets, :schedules, :service_runners, :policies, :environments, :users, :virtual_machine_schedules, :secrets, :configurable, :base_url, :options, :model_classes + attr_reader :virtual_machines, :disks, :operations, :labs, :global_schedules, :artifact_sources, :arm_templates, :artifacts, :costs, :custom_images, :formulas, :gallery_images, :provider_operations, :policy_sets, :notification_channels, :service_runners, :environments, :secrets, :virtual_machine_schedules, :schedules, :users, :virtual_networks, :policies, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -201,29 +201,29 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @virtual_networks = @client_0.virtual_networks @virtual_machines = @client_0.virtual_machines @disks = @client_0.disks @operations = @client_0.operations - @provider_operations = @client_0.provider_operations @labs = @client_0.labs @global_schedules = @client_0.global_schedules @artifact_sources = @client_0.artifact_sources @arm_templates = @client_0.arm_templates - @gallery_images = @client_0.gallery_images @artifacts = @client_0.artifacts @costs = @client_0.costs @custom_images = @client_0.custom_images @formulas = @client_0.formulas - @notification_channels = @client_0.notification_channels + @gallery_images = @client_0.gallery_images + @provider_operations = @client_0.provider_operations @policy_sets = @client_0.policy_sets - @schedules = @client_0.schedules + @notification_channels = @client_0.notification_channels @service_runners = @client_0.service_runners - @policies = @client_0.policies @environments = @client_0.environments - @users = @client_0.users - @virtual_machine_schedules = @client_0.virtual_machine_schedules @secrets = @client_0.secrets + @virtual_machine_schedules = @client_0.virtual_machine_schedules + @schedules = @client_0.schedules + @users = @client_0.users + @virtual_networks = @client_0.virtual_networks + @policies = @client_0.policies @model_classes = ModelClasses.new end @@ -242,78 +242,6 @@ def method_missing(method, *args) end class ModelClasses - def external_subnet - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet - end - def hour_details_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment - end - def week_details - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails - end - def user_secret_store - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore - end - def hour_details - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails - end - def artifact_parameter_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties - end - def artifact_install_properties - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties - end - def response_with_continuation_lab - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab - end - def parameters_value_file_info - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo - end - def response_with_continuation_lab_virtual_machine - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine - end - def arm_template_info - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo - end - 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 - 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 - 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 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 - end - def gallery_image_reference_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment - end - def parameter_info - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo - end - def compute_data_disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk - end - def generate_arm_template_request - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest - end def compute_vm_instance_view_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeVmInstanceViewStatus end @@ -524,12 +452,12 @@ def response_with_continuation_gallery_image def applicable_schedule Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableSchedule end - def resource - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource - end def schedule_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ScheduleFragment end + def resource + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Resource + end def applicable_schedule_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ApplicableScheduleFragment end @@ -542,80 +470,83 @@ def artifact def artifact_source Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSource end + def artifact_source_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment + end def inbound_nat_rule Azure::DevTestLabs::Mgmt::V2016_05_15::Models::InboundNatRule end + def dtl_environment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + end def custom_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImage end - def artifact_source_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactSourceFragment + def lab + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab end def formula Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Formula end - def dtl_environment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::DtlEnvironment + def lab_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment end def lab_cost Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabCost end - def lab - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Lab - end def subnet Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Subnet end - def lab_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabFragment + def lab_virtual_machine + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine end def gallery_image Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImage end - def lab_virtual_machine_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment - end def notification_channel Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannel end - def lab_virtual_machine - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachine + def notification_channel_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment end - def policy_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment + def lab_virtual_machine_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LabVirtualMachineFragment end def secret Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Secret end - def notification_channel_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelFragment + def service_runner + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner + end + def policy_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFragment end def disk Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Disk end - def virtual_network_fragment - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetworkFragment - end - def service_runner - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ServiceRunner + def enable_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::EnableStatus end def user_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserFragment end - def source_control_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType + 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 storage_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType end def notification_status Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationStatus end - def windows_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WindowsOsState + def source_control_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::SourceControlType end - def storage_type - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::StorageType + def linux_os_state + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState + end + def cost_threshold_status + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus end def virtual_network Azure::DevTestLabs::Mgmt::V2016_05_15::Models::VirtualNetwork @@ -623,17 +554,14 @@ def virtual_network def user Azure::DevTestLabs::Mgmt::V2016_05_15::Models::User end - def linux_os_state - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::LinuxOsState - end def custom_image_os_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CustomImageOsType end - def cost_threshold_status - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostThresholdStatus + 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 + 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 @@ -641,11 +569,11 @@ def virtual_machine_creation_source def file_upload_options Azure::DevTestLabs::Mgmt::V2016_05_15::Models::FileUploadOptions end - def host_caching_options - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HostCachingOptions + def premium_data_disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk end - def event - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + def notification_channel_event_type + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::NotificationChannelEventType end def reporting_cycle_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ReportingCycleType @@ -653,8 +581,8 @@ def reporting_cycle_type def cost_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::CostType end - def premium_data_disk - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PremiumDataDisk + 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 @@ -665,9 +593,6 @@ def usage_permission_type def transport_protocol Azure::DevTestLabs::Mgmt::V2016_05_15::Models::TransportProtocol end - def policy_fact_name - Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyFactName - end def policy_evaluator_type Azure::DevTestLabs::Mgmt::V2016_05_15::Models::PolicyEvaluatorType end @@ -680,6 +605,9 @@ def http_status_code def user_identity Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserIdentity end + def event + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Event + end def policy Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Policy end @@ -710,6 +638,78 @@ def export_resource_usage_parameters def week_details_fragment Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetailsFragment end + def external_subnet + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ExternalSubnet + end + def hour_details_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetailsFragment + end + def week_details + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::WeekDetails + end + def user_secret_store + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::UserSecretStore + end + def hour_details + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::HourDetails + end + def artifact_parameter_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactParameterProperties + end + def artifact_install_properties + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArtifactInstallProperties + end + def response_with_continuation_lab + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLab + end + def parameters_value_file_info + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParametersValueFileInfo + end + def response_with_continuation_lab_virtual_machine + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ResponseWithContinuationLabVirtualMachine + end + def arm_template_info + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ArmTemplateInfo + end + 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 + 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 + 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 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 + end + def gallery_image_reference_fragment + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GalleryImageReferenceFragment + end + def parameter_info + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ParameterInfo + end + def compute_data_disk + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::ComputeDataDisk + end + def generate_arm_template_request + Azure::DevTestLabs::Mgmt::V2016_05_15::Models::GenerateArmTemplateRequest + 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 e315f177bb..c46b8b1058 100644 --- a/azure_sdk/lib/latest/modules/dns_profile_module.rb +++ b/azure_sdk/lib/latest/modules/dns_profile_module.rb @@ -11,6 +11,11 @@ module Mgmt Zones = Azure::Dns::Mgmt::V2018_03_01_preview::Zones module Models + ZoneType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType + Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource + SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource + RecordSetUpdateParameters = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters + 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 @@ -29,11 +34,6 @@ module Models RecordType = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordType 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 - Resource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource - SubResource = Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource - RecordSetUpdateParameters = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters - RecordSetListResult = Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult end class DnsManagementClass @@ -67,6 +67,21 @@ def method_missing(method, *args) end class ModelClasses + def zone_type + Azure::Dns::Mgmt::V2018_03_01_preview::Models::ZoneType + 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 + def record_set_update_parameters + Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters + 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 @@ -121,21 +136,6 @@ def zone_update 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 resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::Resource - end - def sub_resource - Azure::Dns::Mgmt::V2018_03_01_preview::Models::SubResource - end - def record_set_update_parameters - Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetUpdateParameters - end - def record_set_list_result - Azure::Dns::Mgmt::V2018_03_01_preview::Models::RecordSetListResult - 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 4564b14660..d76a274e41 100644 --- a/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/entitysearch_profile_module.rb @@ -9,18 +9,6 @@ module EntitySearch EntitiesOperations = Azure::CognitiveServices::EntitySearch::V1_0::EntitiesOperations module Models - ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::EntitySearch::V1_0::Models::SafeSearch ContractualRulesContractualRule = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesContractualRule @@ -34,14 +22,15 @@ module Models ContractualRulesAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesAttribution MediaObject = Azure::CognitiveServices::EntitySearch::V1_0::Models::MediaObject CivicStructure = Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure + Response = Azure::CognitiveServices::EntitySearch::V1_0::Models::Response LocalBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness TouristAttraction = Azure::CognitiveServices::EntitySearch::V1_0::Models::TouristAttraction Airport = Azure::CognitiveServices::EntitySearch::V1_0::Models::Airport License = Azure::CognitiveServices::EntitySearch::V1_0::Models::License StructuredValue = Azure::CognitiveServices::EntitySearch::V1_0::Models::StructuredValue EntertainmentBusiness = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness - Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error MovieTheater = Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater + ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution ContractualRulesLinkAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution ContractualRulesMediaAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesMediaAttribution ContractualRulesTextAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesTextAttribution @@ -51,10 +40,21 @@ 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 - ContractualRulesLicenseAttribution = Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution AnswerType = Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType ResponseFormat = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat + Error = Azure::CognitiveServices::EntitySearch::V1_0::Models::Error EntityType = Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType + Entities = Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + ErrorResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + QueryContext = Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + SearchResponse = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + SearchResultsAnswer = Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode end class EntitySearchDataClass @@ -87,42 +87,6 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse - end - def entities - Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities - end - def response_base - Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext - end - def response - Azure::CognitiveServices::EntitySearch::V1_0::Models::Response - end - def search_response - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse - end - def search_results_answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer - end - def answer - Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing - end - def identifiable - Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable - end - def creative_work - Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode - end def error_sub_code Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorSubCode end @@ -162,6 +126,9 @@ def media_object def civic_structure Azure::CognitiveServices::EntitySearch::V1_0::Models::CivicStructure end + def response + Azure::CognitiveServices::EntitySearch::V1_0::Models::Response + end def local_business Azure::CognitiveServices::EntitySearch::V1_0::Models::LocalBusiness end @@ -180,12 +147,12 @@ def structured_value def entertainment_business Azure::CognitiveServices::EntitySearch::V1_0::Models::EntertainmentBusiness end - def error - Azure::CognitiveServices::EntitySearch::V1_0::Models::Error - end def movie_theater Azure::CognitiveServices::EntitySearch::V1_0::Models::MovieTheater end + def contractual_rules_license_attribution + Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution + end def contractual_rules_link_attribution Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLinkAttribution end @@ -213,18 +180,51 @@ def entity_query_scenario def entity_scenario Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityScenario end - def contractual_rules_license_attribution - Azure::CognitiveServices::EntitySearch::V1_0::Models::ContractualRulesLicenseAttribution - end def answer_type Azure::CognitiveServices::EntitySearch::V1_0::Models::AnswerType end def response_format Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseFormat end + def error + Azure::CognitiveServices::EntitySearch::V1_0::Models::Error + end def entity_type Azure::CognitiveServices::EntitySearch::V1_0::Models::EntityType end + def entities + Azure::CognitiveServices::EntitySearch::V1_0::Models::Entities + end + def error_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorResponse + end + def response_base + Azure::CognitiveServices::EntitySearch::V1_0::Models::ResponseBase + end + def query_context + Azure::CognitiveServices::EntitySearch::V1_0::Models::QueryContext + end + def search_response + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResponse + end + def search_results_answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::EntitySearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::EntitySearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::EntitySearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::EntitySearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::EntitySearch::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb index d4308f2b83..2e5db83548 100644 --- a/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb +++ b/azure_sdk/lib/latest/modules/eventgrid_profile_module.rb @@ -9,6 +9,17 @@ module Azure::Profiles::Latest module EventGrid module Models + ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData + IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData + IotHubDeviceConnectedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceConnectedEventData + IotHubDeviceDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDisconnectedEventData + ContainerRegistryImagePushedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImagePushedEventData + ContainerRegistryImageDeletedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImageDeletedEventData + JobState = Azure::EventGrid::V2018_01_01::Models::JobState + DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData DeviceTwinInfoProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties ResourceWriteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceWriteSuccessData DeviceTwinInfoX509Thumbprint = Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoX509Thumbprint @@ -34,17 +45,6 @@ module Models ServiceBusDeadletterMessagesAvailableWithNoListenersEventData = Azure::EventGrid::V2018_01_01::Models::ServiceBusDeadletterMessagesAvailableWithNoListenersEventData ContainerRegistryEventRequest = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventRequest ResourceDeleteSuccessData = Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData - ContainerRegistryEventActor = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - IotHubDeviceCreatedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData - IotHubDeviceDeletedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData - IotHubDeviceConnectedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceConnectedEventData - IotHubDeviceDisconnectedEventData = Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDisconnectedEventData - ContainerRegistryImagePushedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImagePushedEventData - ContainerRegistryImageDeletedEventData = Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImageDeletedEventData - JobState = Azure::EventGrid::V2018_01_01::Models::JobState - DeviceTwinMetadata = Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata - DeviceTwinProperties = Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - StorageBlobDeletedEventData = Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData end class EventGridDataClass @@ -76,6 +76,39 @@ def method_missing(method, *args) end class ModelClasses + def container_registry_event_actor + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor + end + def iot_hub_device_created_event_data + Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData + end + def iot_hub_device_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData + end + def iot_hub_device_connected_event_data + Azure::EventGrid::V2018_01_01::Models::IotHubDeviceConnectedEventData + end + def iot_hub_device_disconnected_event_data + Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDisconnectedEventData + end + def container_registry_image_pushed_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImagePushedEventData + end + def container_registry_image_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImageDeletedEventData + end + def job_state + Azure::EventGrid::V2018_01_01::Models::JobState + end + def device_twin_metadata + Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata + end + def device_twin_properties + Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties + end + def storage_blob_deleted_event_data + Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData + end def device_twin_info_properties Azure::EventGrid::V2018_01_01::Models::DeviceTwinInfoProperties end @@ -151,39 +184,6 @@ def container_registry_event_request def resource_delete_success_data Azure::EventGrid::V2018_01_01::Models::ResourceDeleteSuccessData end - def container_registry_event_actor - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryEventActor - end - def iot_hub_device_created_event_data - Azure::EventGrid::V2018_01_01::Models::IotHubDeviceCreatedEventData - end - def iot_hub_device_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDeletedEventData - end - def iot_hub_device_connected_event_data - Azure::EventGrid::V2018_01_01::Models::IotHubDeviceConnectedEventData - end - def iot_hub_device_disconnected_event_data - Azure::EventGrid::V2018_01_01::Models::IotHubDeviceDisconnectedEventData - end - def container_registry_image_pushed_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImagePushedEventData - end - def container_registry_image_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::ContainerRegistryImageDeletedEventData - end - def job_state - Azure::EventGrid::V2018_01_01::Models::JobState - end - def device_twin_metadata - Azure::EventGrid::V2018_01_01::Models::DeviceTwinMetadata - end - def device_twin_properties - Azure::EventGrid::V2018_01_01::Models::DeviceTwinProperties - end - def storage_blob_deleted_event_data - Azure::EventGrid::V2018_01_01::Models::StorageBlobDeletedEventData - end end end module Mgmt @@ -193,43 +193,43 @@ module Mgmt Operations = Azure::EventGrid::Mgmt::V2018_05_01_preview::Operations module Models - Topic = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic - EventType = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventType - TopicTypeInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeInfo - EventSubscriptionProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionProvisioningState - EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventDeliverySchema - TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicProvisioningState - InputSchema = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchema - ResourceRegionType = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType - TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState - OperationsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationsListResult - TrackedResource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TrackedResource Resource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource EventSubscriptionFilter = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFilter - Operation = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Operation InputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchemaMapping DeadLetterDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::DeadLetterDestination - EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult - OperationInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo + Operation = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Operation JsonField = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField + EventSubscriptionsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult + EventTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult EventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination + OperationInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo TopicSharedAccessKeys = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys - EventTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult - RetryPolicy = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy + EventSubscriptionFullUrl = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl TopicRegenerateKeyRequest = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest + RetryPolicy = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy TopicsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult - EventSubscriptionFullUrl = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl - TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult - EventSubscriptionUpdateParameters = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionUpdateParameters - TopicUpdateParameters = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicUpdateParameters JsonFieldWithDefault = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonFieldWithDefault + EventSubscriptionUpdateParameters = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionUpdateParameters + TopicTypesListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult StorageBlobDeadLetterDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageBlobDeadLetterDestination WebHookEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::WebHookEventSubscriptionDestination + TopicUpdateParameters = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicUpdateParameters EventHubEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventHubEventSubscriptionDestination StorageQueueEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageQueueEventSubscriptionDestination HybridConnectionEventSubscriptionDestination = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::HybridConnectionEventSubscriptionDestination EventSubscription = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscription JsonInputSchemaMapping = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonInputSchemaMapping + Topic = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic + EventType = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventType + TopicTypeInfo = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeInfo + EventSubscriptionProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionProvisioningState + EventDeliverySchema = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventDeliverySchema + TopicProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicProvisioningState + InputSchema = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchema + ResourceRegionType = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType + TopicTypeProvisioningState = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState + OperationsListResult = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationsListResult + TrackedResource = Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TrackedResource end class EventGridManagementClass @@ -265,95 +265,59 @@ def method_missing(method, *args) end class ModelClasses - def topic - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic - end - def event_type - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventType - end - def topic_type_info - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeInfo - end - def event_subscription_provisioning_state - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionProvisioningState - end - def event_delivery_schema - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventDeliverySchema - end - def topic_provisioning_state - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicProvisioningState - end - def input_schema - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchema - end - def resource_region_type - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType - end - def topic_type_provisioning_state - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState - end - def operations_list_result - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationsListResult - end - def tracked_resource - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TrackedResource - end def resource Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Resource end def event_subscription_filter Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFilter end - def operation - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Operation - end def input_schema_mapping Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchemaMapping end def dead_letter_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::DeadLetterDestination end - def event_subscriptions_list_result - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult - end - def operation_info - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo + def operation + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Operation end def json_field Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonField end + def event_subscriptions_list_result + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionsListResult + end + def event_types_list_result + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult + end def event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionDestination end + def operation_info + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationInfo + end def topic_shared_access_keys Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicSharedAccessKeys end - def event_types_list_result - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventTypesListResult - end - def retry_policy - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy + def event_subscription_full_url + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl end def topic_regenerate_key_request Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicRegenerateKeyRequest end + def retry_policy + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::RetryPolicy + end def topics_list_result Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicsListResult end - def event_subscription_full_url - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionFullUrl - end - def topic_types_list_result - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult + def json_field_with_default + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonFieldWithDefault end def event_subscription_update_parameters Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionUpdateParameters end - def topic_update_parameters - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicUpdateParameters - end - def json_field_with_default - Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonFieldWithDefault + def topic_types_list_result + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypesListResult end def storage_blob_dead_letter_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::StorageBlobDeadLetterDestination @@ -361,6 +325,9 @@ def storage_blob_dead_letter_destination def web_hook_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::WebHookEventSubscriptionDestination end + def topic_update_parameters + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicUpdateParameters + end def event_hub_event_subscription_destination Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventHubEventSubscriptionDestination end @@ -376,6 +343,39 @@ def event_subscription def json_input_schema_mapping Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::JsonInputSchemaMapping end + def topic + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::Topic + end + def event_type + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventType + end + def topic_type_info + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeInfo + end + def event_subscription_provisioning_state + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventSubscriptionProvisioningState + end + def event_delivery_schema + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::EventDeliverySchema + end + def topic_provisioning_state + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicProvisioningState + end + def input_schema + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::InputSchema + end + def resource_region_type + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::ResourceRegionType + end + def topic_type_provisioning_state + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TopicTypeProvisioningState + end + def operations_list_result + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::OperationsListResult + end + def tracked_resource + Azure::EventGrid::Mgmt::V2018_05_01_preview::Models::TrackedResource + 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 4acb95e912..40a624ea55 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 Namespaces = Azure::EventHub::Mgmt::V2018_01_01_preview::Namespaces Clusters = Azure::EventHub::Mgmt::V2018_01_01_preview::Clusters - Operations = Azure::EventHub::Mgmt::V2018_01_01_preview::Operations Configuration = Azure::EventHub::Mgmt::V2018_01_01_preview::Configuration + Operations = Azure::EventHub::Mgmt::V2018_01_01_preview::Operations module Models + SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName + VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult + SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier + Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource VirtualNetworkRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule Sku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Sku OperationDisplay = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay + ClusterQuotaConfigurationProperties = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties ErrorResponse = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse Operation = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation - 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 + OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult ClusterSku = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku - EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult + IpFilterRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult TrackedResource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource - OperationListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult - EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace + ClusterListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult Cluster = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster + EHNamespace = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace + EHNamespaceListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult IPAction = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction IpFilterRule = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule - SkuName = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - VirtualNetworkRuleListResult = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult - SkuTier = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - Resource = Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource end class EventHubManagementClass - attr_reader :namespaces, :clusters, :operations, :configuration, :configurable, :base_url, :options, :model_classes + attr_reader :namespaces, :clusters, :configuration, :operations, :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) @namespaces = @client_0.namespaces @clusters = @client_0.clusters - @operations = @client_0.operations @configuration = @client_0.configuration + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -68,6 +68,18 @@ def method_missing(method, *args) end class ModelClasses + def sku_name + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName + end + def virtual_network_rule_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult + end + def sku_tier + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier + end + def resource + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource + end def virtual_network_rule Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRule end @@ -77,38 +89,38 @@ def sku def operation_display Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationDisplay end + def cluster_quota_configuration_properties + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterQuotaConfigurationProperties + end def error_response Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ErrorResponse end def operation Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Operation end - 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 - end - def ip_filter_rule_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult + def operation_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult end def cluster_sku Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterSku end - def ehnamespace_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult + def ip_filter_rule_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRuleListResult end def tracked_resource Azure::EventHub::Mgmt::V2018_01_01_preview::Models::TrackedResource end - def operation_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::OperationListResult + def cluster_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::ClusterListResult + end + def cluster + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster end def ehnamespace Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespace end - def cluster - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Cluster + def ehnamespace_list_result + Azure::EventHub::Mgmt::V2018_01_01_preview::Models::EHNamespaceListResult end def ipaction Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IPAction @@ -116,18 +128,6 @@ def ipaction def ip_filter_rule Azure::EventHub::Mgmt::V2018_01_01_preview::Models::IpFilterRule end - def sku_name - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuName - end - def virtual_network_rule_list_result - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::VirtualNetworkRuleListResult - end - def sku_tier - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::SkuTier - end - def resource - Azure::EventHub::Mgmt::V2018_01_01_preview::Models::Resource - 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 a61ae1a3ef..7b1baabef1 100644 --- a/azure_sdk/lib/latest/modules/face_profile_module.rb +++ b/azure_sdk/lib/latest/modules/face_profile_module.rb @@ -6,13 +6,12 @@ module Azure::Profiles::Latest module Face - FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations PersonGroupPerson = Azure::CognitiveServices::Face::V1_0::PersonGroupPerson - Face = Azure::CognitiveServices::Face::V1_0::Face PersonGroupOperations = Azure::CognitiveServices::Face::V1_0::PersonGroupOperations + Face = Azure::CognitiveServices::Face::V1_0::Face + FaceListOperations = Azure::CognitiveServices::Face::V1_0::FaceListOperations module Models - Error = Azure::CognitiveServices::Face::V1_0::Models::Error APIError = Azure::CognitiveServices::Face::V1_0::Models::APIError FindSimilarRequest = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarRequest SimilarFace = Azure::CognitiveServices::Face::V1_0::Models::SimilarFace @@ -20,8 +19,8 @@ module Models FaceLandmarks = Azure::CognitiveServices::Face::V1_0::Models::FaceLandmarks GroupResult = Azure::CognitiveServices::Face::V1_0::Models::GroupResult HeadPose = Azure::CognitiveServices::Face::V1_0::Models::HeadPose + Error = Azure::CognitiveServices::Face::V1_0::Models::Error IdentifyRequest = Azure::CognitiveServices::Face::V1_0::Models::IdentifyRequest - HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor IdentifyCandidate = Azure::CognitiveServices::Face::V1_0::Models::IdentifyCandidate Makeup = Azure::CognitiveServices::Face::V1_0::Models::Makeup IdentifyResult = Azure::CognitiveServices::Face::V1_0::Models::IdentifyResult @@ -34,34 +33,35 @@ module Models PersistedFace = Azure::CognitiveServices::Face::V1_0::Models::PersistedFace FacialHair = Azure::CognitiveServices::Face::V1_0::Models::FacialHair VerifyResult = Azure::CognitiveServices::Face::V1_0::Models::VerifyResult - Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Emotion = Azure::CognitiveServices::Face::V1_0::Models::Emotion Occlusion = Azure::CognitiveServices::Face::V1_0::Models::Occlusion + Coordinate = Azure::CognitiveServices::Face::V1_0::Models::Coordinate Noise = Azure::CognitiveServices::Face::V1_0::Models::Noise - Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair NameAndUserDataContract = Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract + DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace ImageUrl = Azure::CognitiveServices::Face::V1_0::Models::ImageUrl UpdatePersonFaceRequest = Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest - DetectedFace = Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Blur = Azure::CognitiveServices::Face::V1_0::Models::Blur - PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + Hair = Azure::CognitiveServices::Face::V1_0::Models::Hair FaceList = Azure::CognitiveServices::Face::V1_0::Models::FaceList - GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType + TrainingStatus = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus Person = Azure::CognitiveServices::Face::V1_0::Models::Person - Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender + PersonGroup = Azure::CognitiveServices::Face::V1_0::Models::PersonGroup HairColorType = Azure::CognitiveServices::Face::V1_0::Models::HairColorType - AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType - BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + Gender = Azure::CognitiveServices::Face::V1_0::Models::Gender ExposureLevel = Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel - NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + AccessoryType = Azure::CognitiveServices::Face::V1_0::Models::AccessoryType + GlassesType = Azure::CognitiveServices::Face::V1_0::Models::GlassesType FindSimilarMatchMode = Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + NoiseLevel = Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel + BlurLevel = Azure::CognitiveServices::Face::V1_0::Models::BlurLevel TrainingStatusType = Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType + HairColor = Azure::CognitiveServices::Face::V1_0::Models::HairColor FaceAttributeType = Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end class FaceDataClass - attr_reader :face_list_operations, :person_group_person, :face, :person_group_operations, :configurable, :base_url, :options, :model_classes + attr_reader :person_group_person, :person_group_operations, :face, :face_list_operations, :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_list_operations = @client_0.face_list_operations @person_group_person = @client_0.person_group_person - @face = @client_0.face @person_group_operations = @client_0.person_group_operations + @face = @client_0.face + @face_list_operations = @client_0.face_list_operations @model_classes = ModelClasses.new end @@ -93,9 +93,6 @@ def method_missing(method, *args) end class ModelClasses - def error - Azure::CognitiveServices::Face::V1_0::Models::Error - end def apierror Azure::CognitiveServices::Face::V1_0::Models::APIError end @@ -117,12 +114,12 @@ def group_result def head_pose Azure::CognitiveServices::Face::V1_0::Models::HeadPose end + def error + Azure::CognitiveServices::Face::V1_0::Models::Error + 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 @@ -159,75 +156,78 @@ def facial_hair def verify_result Azure::CognitiveServices::Face::V1_0::Models::VerifyResult end - def coordinate - Azure::CognitiveServices::Face::V1_0::Models::Coordinate - end def emotion Azure::CognitiveServices::Face::V1_0::Models::Emotion end def occlusion Azure::CognitiveServices::Face::V1_0::Models::Occlusion end + def coordinate + Azure::CognitiveServices::Face::V1_0::Models::Coordinate + end def noise Azure::CognitiveServices::Face::V1_0::Models::Noise end - def hair - Azure::CognitiveServices::Face::V1_0::Models::Hair - end def name_and_user_data_contract Azure::CognitiveServices::Face::V1_0::Models::NameAndUserDataContract end + def detected_face + Azure::CognitiveServices::Face::V1_0::Models::DetectedFace + end def image_url Azure::CognitiveServices::Face::V1_0::Models::ImageUrl end def update_person_face_request Azure::CognitiveServices::Face::V1_0::Models::UpdatePersonFaceRequest end - def detected_face - Azure::CognitiveServices::Face::V1_0::Models::DetectedFace - end - def training_status - Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus - end def blur Azure::CognitiveServices::Face::V1_0::Models::Blur end - def person_group - Azure::CognitiveServices::Face::V1_0::Models::PersonGroup + def hair + Azure::CognitiveServices::Face::V1_0::Models::Hair end def face_list Azure::CognitiveServices::Face::V1_0::Models::FaceList end - def glasses_type - Azure::CognitiveServices::Face::V1_0::Models::GlassesType + def training_status + Azure::CognitiveServices::Face::V1_0::Models::TrainingStatus end def person Azure::CognitiveServices::Face::V1_0::Models::Person end - def gender - Azure::CognitiveServices::Face::V1_0::Models::Gender + def person_group + Azure::CognitiveServices::Face::V1_0::Models::PersonGroup end def hair_color_type Azure::CognitiveServices::Face::V1_0::Models::HairColorType end + def gender + Azure::CognitiveServices::Face::V1_0::Models::Gender + end + def exposure_level + Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + end def accessory_type Azure::CognitiveServices::Face::V1_0::Models::AccessoryType end - def blur_level - Azure::CognitiveServices::Face::V1_0::Models::BlurLevel + def glasses_type + Azure::CognitiveServices::Face::V1_0::Models::GlassesType end - def exposure_level - Azure::CognitiveServices::Face::V1_0::Models::ExposureLevel + def find_similar_match_mode + Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode end def noise_level Azure::CognitiveServices::Face::V1_0::Models::NoiseLevel end - def find_similar_match_mode - Azure::CognitiveServices::Face::V1_0::Models::FindSimilarMatchMode + def blur_level + Azure::CognitiveServices::Face::V1_0::Models::BlurLevel end def training_status_type Azure::CognitiveServices::Face::V1_0::Models::TrainingStatusType end + def hair_color + Azure::CognitiveServices::Face::V1_0::Models::HairColor + end def face_attribute_type Azure::CognitiveServices::Face::V1_0::Models::FaceAttributeType end diff --git a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb index 7f102672ba..be00cea4ef 100644 --- a/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb +++ b/azure_sdk/lib/latest/modules/graphrbac_profile_module.rb @@ -6,60 +6,60 @@ module Azure::Profiles::Latest module GraphRbac - ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals - Domains = Azure::GraphRbac::V1_6::Domains - Users = Azure::GraphRbac::V1_6::Users Objects = Azure::GraphRbac::V1_6::Objects Applications = Azure::GraphRbac::V1_6::Applications Groups = Azure::GraphRbac::V1_6::Groups + ServicePrincipals = Azure::GraphRbac::V1_6::ServicePrincipals + Domains = Azure::GraphRbac::V1_6::Domains + Users = Azure::GraphRbac::V1_6::Users module Models - PasswordCredentialListResult = Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - UserListResult = Azure::GraphRbac::V1_6::Models::UserListResult - ApplicationAddOwnerParameters = Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - UserGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - DirectoryObject = Azure::GraphRbac::V1_6::Models::DirectoryObject - ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal - ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup - UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters - User = Azure::GraphRbac::V1_6::Models::User - UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters - UserType = Azure::GraphRbac::V1_6::Models::UserType - Application = Azure::GraphRbac::V1_6::Models::Application - GroupCreateParameters = Azure::GraphRbac::V1_6::Models::GroupCreateParameters 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 UserGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult + ApplicationCreateParameters = Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters ApplicationListResult = Azure::GraphRbac::V1_6::Models::ApplicationListResult GroupGetMemberGroupsResult = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsResult KeyCredentialListResult = Azure::GraphRbac::V1_6::Models::KeyCredentialListResult - CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters KeyCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::KeyCredentialsUpdateParameters - CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + CheckGroupMembershipParameters = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters PasswordCredentialsUpdateParameters = Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters - ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + GroupGetMemberGroupsParameters = Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters GetObjectsResult = Azure::GraphRbac::V1_6::Models::GetObjectsResult + ServicePrincipalCreateParameters = Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + CheckGroupMembershipResult = Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult DomainListResult = Azure::GraphRbac::V1_6::Models::DomainListResult PasswordCredential = Azure::GraphRbac::V1_6::Models::PasswordCredential ServicePrincipalListResult = Azure::GraphRbac::V1_6::Models::ServicePrincipalListResult PasswordProfile = Azure::GraphRbac::V1_6::Models::PasswordProfile DirectoryObjectListResult = Azure::GraphRbac::V1_6::Models::DirectoryObjectListResult UserBase = Azure::GraphRbac::V1_6::Models::UserBase - ApplicationUpdateParameters = Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters - Domain = Azure::GraphRbac::V1_6::Models::Domain AADObject = Azure::GraphRbac::V1_6::Models::AADObject - GetObjectsParameters = Azure::GraphRbac::V1_6::Models::GetObjectsParameters + 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 + ADGroup = Azure::GraphRbac::V1_6::Models::ADGroup + Application = Azure::GraphRbac::V1_6::Models::Application + UserUpdateParameters = Azure::GraphRbac::V1_6::Models::UserUpdateParameters + User = Azure::GraphRbac::V1_6::Models::User + ServicePrincipal = Azure::GraphRbac::V1_6::Models::ServicePrincipal + UserType = Azure::GraphRbac::V1_6::Models::UserType + UserCreateParameters = Azure::GraphRbac::V1_6::Models::UserCreateParameters end class GraphRbacDataClass - attr_reader :service_principals, :domains, :users, :objects, :applications, :groups, :configurable, :base_url, :options, :model_classes + attr_reader :objects, :applications, :groups, :service_principals, :domains, :users, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -69,12 +69,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @service_principals = @client_0.service_principals - @domains = @client_0.domains - @users = @client_0.users @objects = @client_0.objects @applications = @client_0.applications @groups = @client_0.groups + @service_principals = @client_0.service_principals + @domains = @client_0.domains + @users = @client_0.users @model_classes = ModelClasses.new end @@ -93,51 +93,15 @@ def method_missing(method, *args) end class ModelClasses - def password_credential_list_result - Azure::GraphRbac::V1_6::Models::PasswordCredentialListResult - end - def user_list_result - Azure::GraphRbac::V1_6::Models::UserListResult - end - def application_add_owner_parameters - Azure::GraphRbac::V1_6::Models::ApplicationAddOwnerParameters - end - def user_get_member_groups_parameters - Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsParameters - end - def directory_object - Azure::GraphRbac::V1_6::Models::DirectoryObject - end - def service_principal - Azure::GraphRbac::V1_6::Models::ServicePrincipal - end - def adgroup - Azure::GraphRbac::V1_6::Models::ADGroup - end - def user_update_parameters - Azure::GraphRbac::V1_6::Models::UserUpdateParameters - end - def user - Azure::GraphRbac::V1_6::Models::User - end - def user_create_parameters - Azure::GraphRbac::V1_6::Models::UserCreateParameters - end - def user_type - Azure::GraphRbac::V1_6::Models::UserType - end - def application - Azure::GraphRbac::V1_6::Models::Application - end - def group_create_parameters - Azure::GraphRbac::V1_6::Models::GroupCreateParameters - end 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 @@ -147,15 +111,12 @@ def resource_access 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 - end def user_get_member_groups_result Azure::GraphRbac::V1_6::Models::UserGetMemberGroupsResult end + def application_create_parameters + Azure::GraphRbac::V1_6::Models::ApplicationCreateParameters + end def application_list_result Azure::GraphRbac::V1_6::Models::ApplicationListResult end @@ -165,24 +126,30 @@ def group_get_member_groups_result def key_credential_list_result Azure::GraphRbac::V1_6::Models::KeyCredentialListResult end - def check_group_membership_parameters - Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters + def application_update_parameters + Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters 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 check_group_membership_parameters + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipParameters end def password_credentials_update_parameters Azure::GraphRbac::V1_6::Models::PasswordCredentialsUpdateParameters end - def service_principal_create_parameters - Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + def group_get_member_groups_parameters + Azure::GraphRbac::V1_6::Models::GroupGetMemberGroupsParameters end def get_objects_result Azure::GraphRbac::V1_6::Models::GetObjectsResult end + def service_principal_create_parameters + Azure::GraphRbac::V1_6::Models::ServicePrincipalCreateParameters + end + def check_group_membership_result + Azure::GraphRbac::V1_6::Models::CheckGroupMembershipResult + end def domain_list_result Azure::GraphRbac::V1_6::Models::DomainListResult end @@ -201,24 +168,57 @@ def directory_object_list_result def user_base Azure::GraphRbac::V1_6::Models::UserBase end - def application_update_parameters - Azure::GraphRbac::V1_6::Models::ApplicationUpdateParameters + def aadobject + Azure::GraphRbac::V1_6::Models::AADObject end def domain Azure::GraphRbac::V1_6::Models::Domain end - def aadobject - Azure::GraphRbac::V1_6::Models::AADObject + def required_resource_access + Azure::GraphRbac::V1_6::Models::RequiredResourceAccess end def get_objects_parameters Azure::GraphRbac::V1_6::Models::GetObjectsParameters end - def required_resource_access - Azure::GraphRbac::V1_6::Models::RequiredResourceAccess + 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 adgroup + Azure::GraphRbac::V1_6::Models::ADGroup + end + def application + Azure::GraphRbac::V1_6::Models::Application + end + def user_update_parameters + Azure::GraphRbac::V1_6::Models::UserUpdateParameters + end + def user + Azure::GraphRbac::V1_6::Models::User + end + def service_principal + Azure::GraphRbac::V1_6::Models::ServicePrincipal + end + def user_type + Azure::GraphRbac::V1_6::Models::UserType + end + def user_create_parameters + Azure::GraphRbac::V1_6::Models::UserCreateParameters + end end end end diff --git a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb index 7820fd2eb7..a63dd163f4 100644 --- a/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/imagesearch_profile_module.rb @@ -9,25 +9,14 @@ module ImageSearch ImagesOperations = Azure::CognitiveServices::ImageSearch::V1_0::ImagesOperations module Models - ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode ErrorSubCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode SafeSearch = Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch + Response = Azure::CognitiveServices::ImageSearch::V1_0::Models::Response ImageObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject Organization = Azure::CognitiveServices::ImageSearch::V1_0::Models::Organization Intangible = Azure::CognitiveServices::ImageSearch::V1_0::Models::Intangible MediaObject = Azure::CognitiveServices::ImageSearch::V1_0::Models::MediaObject StructuredValue = Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue - Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error RelatedSearchesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule InsightsTag = Azure::CognitiveServices::ImageSearch::V1_0::Models::InsightsTag RecognizedEntitiesModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntitiesModule @@ -46,27 +35,38 @@ module Models Offer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Offer AggregateOffer = Azure::CognitiveServices::ImageSearch::V1_0::Models::AggregateOffer ImageGallery = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery - Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe NormalizedRectangle = Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle RecognizedEntity = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity - Recipe = Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe + Images = Azure::CognitiveServices::ImageSearch::V1_0::Models::Images RecognizedEntityRegion = Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion TrendingImages = Azure::CognitiveServices::ImageSearch::V1_0::Models::TrendingImages Rating = Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating - ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights CollectionPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage Currency = Azure::CognitiveServices::ImageSearch::V1_0::Models::Currency ItemAvailability = Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability + ImageInsights = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights ImageAspect = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect ImageColor = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor - Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + Error = Azure::CognitiveServices::ImageSearch::V1_0::Models::Error ImageContent = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent - ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + Freshness = Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness ImageSize = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize ImageType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageType Person = Azure::CognitiveServices::ImageSearch::V1_0::Models::Person ImageCropType = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType + ImageLicense = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense ImageInsightModule = Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule + ErrorResponse = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + Query = Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + WebPage = Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + SearchResultsAnswer = Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + Answer = Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + CreativeWork = Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + ErrorCode = Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode end class ImageSearchDataClass @@ -99,45 +99,15 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse - end - def response_base - Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase - end - def query - Azure::CognitiveServices::ImageSearch::V1_0::Models::Query - end - def web_page - Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage - end - def response - Azure::CognitiveServices::ImageSearch::V1_0::Models::Response - end - def search_results_answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer - end - def identifiable - Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing - end - def creative_work - Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork - end - def error_code - Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode - end def error_sub_code Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorSubCode end def safe_search Azure::CognitiveServices::ImageSearch::V1_0::Models::SafeSearch end + def response + Azure::CognitiveServices::ImageSearch::V1_0::Models::Response + end def image_object Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageObject end @@ -153,9 +123,6 @@ def media_object def structured_value Azure::CognitiveServices::ImageSearch::V1_0::Models::StructuredValue end - def error - Azure::CognitiveServices::ImageSearch::V1_0::Models::Error - end def related_searches_module Azure::CognitiveServices::ImageSearch::V1_0::Models::RelatedSearchesModule end @@ -210,8 +177,8 @@ def aggregate_offer def image_gallery Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageGallery end - def images - Azure::CognitiveServices::ImageSearch::V1_0::Models::Images + def recipe + Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe end def normalized_rectangle Azure::CognitiveServices::ImageSearch::V1_0::Models::NormalizedRectangle @@ -219,8 +186,8 @@ def normalized_rectangle def recognized_entity Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntity end - def recipe - Azure::CognitiveServices::ImageSearch::V1_0::Models::Recipe + def images + Azure::CognitiveServices::ImageSearch::V1_0::Models::Images end def recognized_entity_region Azure::CognitiveServices::ImageSearch::V1_0::Models::RecognizedEntityRegion @@ -231,9 +198,6 @@ def trending_images def rating Azure::CognitiveServices::ImageSearch::V1_0::Models::Rating end - def image_insights - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights - end def collection_page Azure::CognitiveServices::ImageSearch::V1_0::Models::CollectionPage end @@ -243,20 +207,23 @@ def currency def item_availability Azure::CognitiveServices::ImageSearch::V1_0::Models::ItemAvailability end + def image_insights + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsights + end def image_aspect Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageAspect end def image_color Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageColor end - def freshness - Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness + def error + Azure::CognitiveServices::ImageSearch::V1_0::Models::Error end def image_content Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageContent end - def image_license - Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + def freshness + Azure::CognitiveServices::ImageSearch::V1_0::Models::Freshness end def image_size Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageSize @@ -270,9 +237,42 @@ def person def image_crop_type Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageCropType end + def image_license + Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageLicense + end def image_insight_module Azure::CognitiveServices::ImageSearch::V1_0::Models::ImageInsightModule end + def error_response + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorResponse + end + def response_base + Azure::CognitiveServices::ImageSearch::V1_0::Models::ResponseBase + end + def query + Azure::CognitiveServices::ImageSearch::V1_0::Models::Query + end + def web_page + Azure::CognitiveServices::ImageSearch::V1_0::Models::WebPage + end + def search_results_answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::SearchResultsAnswer + end + def identifiable + Azure::CognitiveServices::ImageSearch::V1_0::Models::Identifiable + end + def answer + Azure::CognitiveServices::ImageSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::ImageSearch::V1_0::Models::Thing + end + def creative_work + Azure::CognitiveServices::ImageSearch::V1_0::Models::CreativeWork + end + def error_code + Azure::CognitiveServices::ImageSearch::V1_0::Models::ErrorCode + end end end end diff --git a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb index 6040d0741c..426f0994de 100644 --- a/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iotcentral_profile_module.rb @@ -11,19 +11,19 @@ module Mgmt Operations = Azure::IotCentral::Mgmt::V2018_09_01::Operations module Models + ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails + Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource AppListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult - 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 + OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs AppSkuInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo + AppNameAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo App = Azure::IotCentral::Mgmt::V2018_09_01::Models::App + Operation = Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation + OperationDisplay = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay OperationListResult = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult - AppNameAvailabilityInfo = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo - OperationInputs = Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs AppSku = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku AppNameUnavailabilityReason = Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameUnavailabilityReason - ErrorDetails = Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails - Resource = Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource end class IotCentralManagementClass @@ -57,32 +57,38 @@ def method_missing(method, *args) end class ModelClasses + def error_details + Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails + end + def resource + Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource + end def app_list_result Azure::IotCentral::Mgmt::V2018_09_01::Models::AppListResult 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 + def operation_inputs + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs end def app_sku_info Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSkuInfo end + def app_name_availability_info + Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo + end def app Azure::IotCentral::Mgmt::V2018_09_01::Models::App end - def operation_list_result - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult + def operation + Azure::IotCentral::Mgmt::V2018_09_01::Models::Operation end - def app_name_availability_info - Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameAvailabilityInfo + def operation_display + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationDisplay end - def operation_inputs - Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationInputs + def operation_list_result + Azure::IotCentral::Mgmt::V2018_09_01::Models::OperationListResult end def app_sku Azure::IotCentral::Mgmt::V2018_09_01::Models::AppSku @@ -90,12 +96,6 @@ def app_sku def app_name_unavailability_reason Azure::IotCentral::Mgmt::V2018_09_01::Models::AppNameUnavailabilityReason end - def error_details - Azure::IotCentral::Mgmt::V2018_09_01::Models::ErrorDetails - end - def resource - Azure::IotCentral::Mgmt::V2018_09_01::Models::Resource - end end end end diff --git a/azure_sdk/lib/latest/modules/iothub_profile_module.rb b/azure_sdk/lib/latest/modules/iothub_profile_module.rb index dd9f2c4a56..d22a4c9c8b 100644 --- a/azure_sdk/lib/latest/modules/iothub_profile_module.rb +++ b/azure_sdk/lib/latest/modules/iothub_profile_module.rb @@ -7,44 +7,18 @@ module Azure::Profiles::Latest module IotHub module Mgmt - IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource ResourceProviderCommon = Azure::IotHub::Mgmt::V2018_04_01::ResourceProviderCommon - Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations Certificates = Azure::IotHub::Mgmt::V2018_04_01::Certificates + Operations = Azure::IotHub::Mgmt::V2018_04_01::Operations + IotHubResource = Azure::IotHub::Mgmt::V2018_04_01::IotHubResource module Models - SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult - RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition - FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties - TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput - IotHubSkuInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo - RouteCompilationError = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError - RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange - TestRouteResultDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails - FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties - CertificateBodyDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription - RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties - ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest - TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult - IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription - AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights - ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest - 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 - IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku - IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier - Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation - JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType IotHubScaleType = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType - EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus - Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities - RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity IotHubNameUnavailabilityReason = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason - TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + RouteErrorSeverity = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity JobStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus - Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name IpFilterRule = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule + Name = Azure::IotHub::Mgmt::V2018_04_01::Models::Name OperationInputs = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs IotHubQuotaMetricInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubQuotaMetricInfo CertificateProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateProperties @@ -52,11 +26,12 @@ module Models CertificateListDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateListDescription EndpointHealthData = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthData CertificatePropertiesWithNonce = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce - ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails EndpointHealthDataListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult SharedAccessSignatureAuthorizationRule = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRule RegistryStatistics = Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics + ErrorDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails EventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties + JobResponse = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse RoutingServiceBusTopicEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties JobResponseListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponseListResult RoutingStorageContainerProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingStorageContainerProperties @@ -71,29 +46,54 @@ 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 - JobResponse = Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse IotHubDescriptionListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult - IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo OperationDisplay = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay - CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription - CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription Resource = Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + IotHubNameAvailabilityInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo + CertificateDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateDescription OperationListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult - RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties - UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult UserSubscriptionQuota = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota - RoutingMessage = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage - StorageEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties + RoutingServiceBusQueueEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties + CertificateWithNonceDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription RoutingEndpoints = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints - OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties - MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + RoutingMessage = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage + UserSubscriptionQuotaListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult TestAllRoutesInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput + OperationsMonitoringProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties + StorageEndpointProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties + SharedAccessSignatureAuthorizationRuleListResult = Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult TestAllRoutesResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult + MatchedRoute = Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + TestRouteInput = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput + RouteErrorPosition = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition CertificateVerificationDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription + RouteErrorRange = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange + IotHubSkuInfo = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo + FallbackRouteProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties + CertificateBodyDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription + TestRouteResultDetails = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails + RouteCompilationError = Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError + TestRouteResult = Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult + RoutingEventHubProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties + FeedbackProperties = Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties + ImportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest + IotHubDescription = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription + ExportDevicesRequest = Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest + Operation = Azure::IotHub::Mgmt::V2018_04_01::Models::Operation + RoutingSource = Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource + AccessRights = Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights + IpFilterActionType = Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType + IotHubSku = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + OperationMonitoringLevel = Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + Capabilities = Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities + JobType = Azure::IotHub::Mgmt::V2018_04_01::Models::JobType + IotHubSkuTier = Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier + EndpointHealthStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus + TestResultStatus = Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus end class IotHubManagementClass - attr_reader :iot_hub_resource, :resource_provider_common, :operations, :certificates, :configurable, :base_url, :options, :model_classes + attr_reader :resource_provider_common, :certificates, :operations, :iot_hub_resource, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -103,10 +103,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @iot_hub_resource = @client_0.iot_hub_resource @resource_provider_common = @client_0.resource_provider_common - @operations = @client_0.operations @certificates = @client_0.certificates + @operations = @client_0.operations + @iot_hub_resource = @client_0.iot_hub_resource @model_classes = ModelClasses.new end @@ -125,102 +125,24 @@ def method_missing(method, *args) end class ModelClasses - def shared_access_signature_authorization_rule_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult - end - def route_error_position - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition - end - def fallback_route_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties - end - def test_route_input - Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput - end - def iot_hub_sku_info - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo - end - def route_compilation_error - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError - end - def route_error_range - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange - end - def test_route_result_details - Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails - end - def feedback_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties - end - def certificate_body_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription - end - def routing_event_hub_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties - end - def export_devices_request - Azure::IotHub::Mgmt::V2018_04_01::Models::ExportDevicesRequest - end - def test_route_result - Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult - end - def iot_hub_description - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescription - end - def access_rights - Azure::IotHub::Mgmt::V2018_04_01::Models::AccessRights - end - def import_devices_request - Azure::IotHub::Mgmt::V2018_04_01::Models::ImportDevicesRequest - 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 - end - def ip_filter_action_type - Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterActionType - end - def iot_hub_sku - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku - end - def iot_hub_sku_tier - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuTier - end - def operation - Azure::IotHub::Mgmt::V2018_04_01::Models::Operation - end - def job_type - Azure::IotHub::Mgmt::V2018_04_01::Models::JobType - end def iot_hub_scale_type Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubScaleType end - def endpoint_health_status - Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthStatus - end - def capabilities - Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities - end - def route_error_severity - Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity - end def iot_hub_name_unavailability_reason Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameUnavailabilityReason end - def test_result_status - Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + def route_error_severity + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorSeverity end def job_status Azure::IotHub::Mgmt::V2018_04_01::Models::JobStatus end - def name - Azure::IotHub::Mgmt::V2018_04_01::Models::Name - end def ip_filter_rule Azure::IotHub::Mgmt::V2018_04_01::Models::IpFilterRule end + def name + Azure::IotHub::Mgmt::V2018_04_01::Models::Name + end def operation_inputs Azure::IotHub::Mgmt::V2018_04_01::Models::OperationInputs end @@ -242,9 +164,6 @@ def endpoint_health_data def certificate_properties_with_nonce Azure::IotHub::Mgmt::V2018_04_01::Models::CertificatePropertiesWithNonce end - def error_details - Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails - end def endpoint_health_data_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::EndpointHealthDataListResult end @@ -254,9 +173,15 @@ def shared_access_signature_authorization_rule def registry_statistics Azure::IotHub::Mgmt::V2018_04_01::Models::RegistryStatistics end + def error_details + Azure::IotHub::Mgmt::V2018_04_01::Models::ErrorDetails + end def event_hub_properties Azure::IotHub::Mgmt::V2018_04_01::Models::EventHubProperties end + def job_response + Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse + end def routing_service_bus_topic_endpoint_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusTopicEndpointProperties end @@ -299,63 +224,138 @@ def iot_hub_properties def iot_hub_sku_description_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuDescriptionListResult end - def job_response - Azure::IotHub::Mgmt::V2018_04_01::Models::JobResponse - end def iot_hub_description_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubDescriptionListResult end - def iot_hub_name_availability_info - Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubNameAvailabilityInfo - end def operation_display Azure::IotHub::Mgmt::V2018_04_01::Models::OperationDisplay end - def certificate_with_nonce_description - Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription + def resource + Azure::IotHub::Mgmt::V2018_04_01::Models::Resource + 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 resource - Azure::IotHub::Mgmt::V2018_04_01::Models::Resource - end def operation_list_result Azure::IotHub::Mgmt::V2018_04_01::Models::OperationListResult end + def user_subscription_quota + Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota + end def routing_service_bus_queue_endpoint_properties Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingServiceBusQueueEndpointProperties end - def user_subscription_quota_list_result - Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult + def certificate_with_nonce_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateWithNonceDescription end - def user_subscription_quota - Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuota + def routing_endpoints + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints end def routing_message Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingMessage end - def storage_endpoint_properties - Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties + def user_subscription_quota_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::UserSubscriptionQuotaListResult end - def routing_endpoints - Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEndpoints + def test_all_routes_input + Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput end def operations_monitoring_properties Azure::IotHub::Mgmt::V2018_04_01::Models::OperationsMonitoringProperties end - def matched_route - Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + def storage_endpoint_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::StorageEndpointProperties end - def test_all_routes_input - Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesInput + def shared_access_signature_authorization_rule_list_result + Azure::IotHub::Mgmt::V2018_04_01::Models::SharedAccessSignatureAuthorizationRuleListResult end def test_all_routes_result Azure::IotHub::Mgmt::V2018_04_01::Models::TestAllRoutesResult end + def matched_route + Azure::IotHub::Mgmt::V2018_04_01::Models::MatchedRoute + end + def test_route_input + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteInput + end + def route_error_position + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorPosition + end def certificate_verification_description Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateVerificationDescription end + def route_error_range + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteErrorRange + end + def iot_hub_sku_info + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSkuInfo + end + def fallback_route_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::FallbackRouteProperties + end + def certificate_body_description + Azure::IotHub::Mgmt::V2018_04_01::Models::CertificateBodyDescription + end + def test_route_result_details + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResultDetails + end + def route_compilation_error + Azure::IotHub::Mgmt::V2018_04_01::Models::RouteCompilationError + end + def test_route_result + Azure::IotHub::Mgmt::V2018_04_01::Models::TestRouteResult + end + def routing_event_hub_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingEventHubProperties + end + def feedback_properties + Azure::IotHub::Mgmt::V2018_04_01::Models::FeedbackProperties + 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 + end + 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 routing_source + Azure::IotHub::Mgmt::V2018_04_01::Models::RoutingSource + 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 + end + def iot_hub_sku + Azure::IotHub::Mgmt::V2018_04_01::Models::IotHubSku + end + def operation_monitoring_level + Azure::IotHub::Mgmt::V2018_04_01::Models::OperationMonitoringLevel + end + def capabilities + Azure::IotHub::Mgmt::V2018_04_01::Models::Capabilities + end + def job_type + Azure::IotHub::Mgmt::V2018_04_01::Models::JobType + 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 + end + def test_result_status + Azure::IotHub::Mgmt::V2018_04_01::Models::TestResultStatus + end 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 55fe07c524..b67218112d 100644 --- a/azure_sdk/lib/latest/modules/keyvault_profile_module.rb +++ b/azure_sdk/lib/latest/modules/keyvault_profile_module.rb @@ -44,7 +44,7 @@ module Models CertificateIssuerUpdateParameters = Azure::KeyVault::V7_0::Models::CertificateIssuerUpdateParameters OrganizationDetails = Azure::KeyVault::V7_0::Models::OrganizationDetails CertificateOperationUpdateParameter = Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter - Error = Azure::KeyVault::V7_0::Models::Error + IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V7_0::Models::KeyOperationResult Contacts = Azure::KeyVault::V7_0::Models::Contacts KeyVerifyResult = Azure::KeyVault::V7_0::Models::KeyVerifyResult @@ -66,29 +66,29 @@ module Models SecretItem = Azure::KeyVault::V7_0::Models::SecretItem BackupSecretResult = Azure::KeyVault::V7_0::Models::BackupSecretResult SecretProperties = Azure::KeyVault::V7_0::Models::SecretProperties - PendingCertificateSigningRequestResult = Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult + Error = Azure::KeyVault::V7_0::Models::Error 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 SasDefinitionListResult = Azure::KeyVault::V7_0::Models::SasDefinitionListResult - StorageAccountCreateParameters = Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters + PendingCertificateSigningRequestResult = Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult CertificateOperation = Azure::KeyVault::V7_0::Models::CertificateOperation StorageAccountUpdateParameters = Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters - StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + StorageAccountCreateParameters = Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters KeyCreateParameters = Azure::KeyVault::V7_0::Models::KeyCreateParameters StorageAccountItem = Azure::KeyVault::V7_0::Models::StorageAccountItem + StorageAccountRegenerteKeyParameters = Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters KeyAttributes = Azure::KeyVault::V7_0::Models::KeyAttributes DeletedKeyBundle = Azure::KeyVault::V7_0::Models::DeletedKeyBundle - IssuerBundle = Azure::KeyVault::V7_0::Models::IssuerBundle DeletedKeyItem = Azure::KeyVault::V7_0::Models::DeletedKeyItem + SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes DeletedSecretBundle = Azure::KeyVault::V7_0::Models::DeletedSecretBundle DeletedSecretItem = Azure::KeyVault::V7_0::Models::DeletedSecretItem - SecretAttributes = Azure::KeyVault::V7_0::Models::SecretAttributes CertificateAttributes = Azure::KeyVault::V7_0::Models::CertificateAttributes + DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V7_0::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V7_0::Models::JsonWebKeyType - DeletedCertificateBundle = Azure::KeyVault::V7_0::Models::DeletedCertificateBundle JsonWebKeyCurveName = Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName DeletionRecoveryLevel = Azure::KeyVault::V7_0::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V7_0::Models::KeyUsageType @@ -243,8 +243,8 @@ def organization_details def certificate_operation_update_parameter Azure::KeyVault::V7_0::Models::CertificateOperationUpdateParameter end - def error - Azure::KeyVault::V7_0::Models::Error + def issuer_bundle + Azure::KeyVault::V7_0::Models::IssuerBundle end def key_operation_result Azure::KeyVault::V7_0::Models::KeyOperationResult @@ -309,8 +309,8 @@ def backup_secret_result def secret_properties Azure::KeyVault::V7_0::Models::SecretProperties end - def pending_certificate_signing_request_result - Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult + def error + Azure::KeyVault::V7_0::Models::Error end def certificate_bundle Azure::KeyVault::V7_0::Models::CertificateBundle @@ -327,8 +327,8 @@ def storage_bundle def sas_definition_list_result Azure::KeyVault::V7_0::Models::SasDefinitionListResult end - def storage_account_create_parameters - Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters + def pending_certificate_signing_request_result + Azure::KeyVault::V7_0::Models::PendingCertificateSigningRequestResult end def certificate_operation Azure::KeyVault::V7_0::Models::CertificateOperation @@ -336,8 +336,8 @@ def certificate_operation def storage_account_update_parameters Azure::KeyVault::V7_0::Models::StorageAccountUpdateParameters end - def storage_account_regenerte_key_parameters - Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + def storage_account_create_parameters + Azure::KeyVault::V7_0::Models::StorageAccountCreateParameters end def key_create_parameters Azure::KeyVault::V7_0::Models::KeyCreateParameters @@ -345,39 +345,39 @@ def key_create_parameters def storage_account_item Azure::KeyVault::V7_0::Models::StorageAccountItem end + def storage_account_regenerte_key_parameters + Azure::KeyVault::V7_0::Models::StorageAccountRegenerteKeyParameters + end def key_attributes Azure::KeyVault::V7_0::Models::KeyAttributes end def deleted_key_bundle Azure::KeyVault::V7_0::Models::DeletedKeyBundle end - def issuer_bundle - Azure::KeyVault::V7_0::Models::IssuerBundle - end def deleted_key_item Azure::KeyVault::V7_0::Models::DeletedKeyItem end + def secret_attributes + Azure::KeyVault::V7_0::Models::SecretAttributes + end def deleted_secret_bundle Azure::KeyVault::V7_0::Models::DeletedSecretBundle end def deleted_secret_item Azure::KeyVault::V7_0::Models::DeletedSecretItem end - def secret_attributes - Azure::KeyVault::V7_0::Models::SecretAttributes - end def certificate_attributes Azure::KeyVault::V7_0::Models::CertificateAttributes end + def deleted_certificate_bundle + Azure::KeyVault::V7_0::Models::DeletedCertificateBundle + end def deleted_certificate_item Azure::KeyVault::V7_0::Models::DeletedCertificateItem end def json_web_key_type Azure::KeyVault::V7_0::Models::JsonWebKeyType end - def deleted_certificate_bundle - Azure::KeyVault::V7_0::Models::DeletedCertificateBundle - end def json_web_key_curve_name Azure::KeyVault::V7_0::Models::JsonWebKeyCurveName end @@ -439,42 +439,42 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2018_02_14::Operations module Models - VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule - CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode - CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions Permissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions - Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku - NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions - NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction - KeyPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind Resource = Azure::KeyVault::Mgmt::V2018_02_14::Models::Resource - Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason 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 DeletedVaultListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::DeletedVaultListResult 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 + IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters + NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters - IPRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule - NetworkRuleSet = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet - VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult + LogSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification VaultPatchParameters = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters + VaultPatchProperties = Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties ServiceSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification - 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 - LogSpecification = Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification + AccessPolicyEntry = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry SkuName = Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult - SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions + KeyPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions + ResourceListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult Operation = Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation + SecretPermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions + VirtualNetworkRule = Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule StoragePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::StoragePermissions + CreateMode = Azure::KeyVault::Mgmt::V2018_02_14::Models::CreateMode + CertificatePermissions = Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + NetworkRuleBypassOptions = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + Sku = Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku OperationListResult = Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + Reason = Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason + NetworkRuleAction = Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction end class KeyVaultManagementClass @@ -508,39 +508,12 @@ def method_missing(method, *args) end class ModelClasses - def virtual_network_rule - Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule - 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 permissions Azure::KeyVault::Mgmt::V2018_02_14::Models::Permissions end - def sku - Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku - 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 key_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions - end - 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 reason - Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason - end def operation_display Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationDisplay end @@ -559,63 +532,90 @@ def vault_properties 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 + def iprule + Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule end def vault_create_or_update_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCreateOrUpdateParameters end + def network_rule_set + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet + end def vault_check_name_availability_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultCheckNameAvailabilityParameters end def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultAccessPolicyParameters end - def iprule - Azure::KeyVault::Mgmt::V2018_02_14::Models::IPRule - end - def network_rule_set - Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleSet + def check_name_availability_result + Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult end - def vault_patch_properties - Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties + def log_specification + Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification end def vault_patch_parameters Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchParameters end + def vault_patch_properties + Azure::KeyVault::Mgmt::V2018_02_14::Models::VaultPatchProperties + end def service_specification Azure::KeyVault::Mgmt::V2018_02_14::Models::ServiceSpecification end - def access_policy_entry - Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry - end 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 log_specification - Azure::KeyVault::Mgmt::V2018_02_14::Models::LogSpecification + def access_policy_entry + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyEntry end def sku_name Azure::KeyVault::Mgmt::V2018_02_14::Models::SkuName end - def check_name_availability_result - Azure::KeyVault::Mgmt::V2018_02_14::Models::CheckNameAvailabilityResult + def key_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::KeyPermissions end - def secret_permissions - Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions + def resource_list_result + Azure::KeyVault::Mgmt::V2018_02_14::Models::ResourceListResult end def operation Azure::KeyVault::Mgmt::V2018_02_14::Models::Operation end + def secret_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::SecretPermissions + end + def virtual_network_rule + Azure::KeyVault::Mgmt::V2018_02_14::Models::VirtualNetworkRule + 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 certificate_permissions + Azure::KeyVault::Mgmt::V2018_02_14::Models::CertificatePermissions + end + def network_rule_bypass_options + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleBypassOptions + end + def sku + Azure::KeyVault::Mgmt::V2018_02_14::Models::Sku + end def operation_list_result Azure::KeyVault::Mgmt::V2018_02_14::Models::OperationListResult end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2018_02_14::Models::AccessPolicyUpdateKind + end + def reason + Azure::KeyVault::Mgmt::V2018_02_14::Models::Reason + end + def network_rule_action + Azure::KeyVault::Mgmt::V2018_02_14::Models::NetworkRuleAction + 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 47390801b2..32c6c0c1ee 100644 --- a/azure_sdk/lib/latest/modules/links_profile_module.rb +++ b/azure_sdk/lib/latest/modules/links_profile_module.rb @@ -11,7 +11,6 @@ module Mgmt Operations = Azure::Links::Mgmt::V2016_09_01::Operations module Models - OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult @@ -19,6 +18,7 @@ module Models ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter + OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay end class LinksManagementClass @@ -52,9 +52,6 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay - end def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end @@ -76,6 +73,9 @@ def resource_link def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter end + def operation_display + Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay + end end end end diff --git a/azure_sdk/lib/latest/modules/locks_profile_module.rb b/azure_sdk/lib/latest/modules/locks_profile_module.rb index 175a6c7b5d..be6d441742 100644 --- a/azure_sdk/lib/latest/modules/locks_profile_module.rb +++ b/azure_sdk/lib/latest/modules/locks_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models - OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner Operation = Azure::Locks::Mgmt::V2016_09_01::Models::Operation ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel + OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay end class LocksManagementClass @@ -51,9 +51,6 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay - end def management_lock_owner Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner end @@ -72,6 +69,9 @@ def management_lock_object def lock_level Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end + def operation_display + Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay + end 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 96e951e4b0..e6606ffe22 100644 --- a/azure_sdk/lib/latest/modules/logic_profile_module.rb +++ b/azure_sdk/lib/latest/modules/logic_profile_module.rb @@ -7,6 +7,10 @@ module Azure::Profiles::Latest module Logic module Mgmt + Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows + WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions + WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers + WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories WorkflowRuns = Azure::Logic::Mgmt::V2016_06_01::WorkflowRuns WorkflowRunActions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActions WorkflowRunActionRepetitions = Azure::Logic::Mgmt::V2016_06_01::WorkflowRunActionRepetitions @@ -21,15 +25,8 @@ module Mgmt Agreements = Azure::Logic::Mgmt::V2016_06_01::Agreements Sessions = Azure::Logic::Mgmt::V2016_06_01::Sessions Certificates = Azure::Logic::Mgmt::V2016_06_01::Certificates - Workflows = Azure::Logic::Mgmt::V2016_06_01::Workflows - WorkflowVersions = Azure::Logic::Mgmt::V2016_06_01::WorkflowVersions - WorkflowTriggers = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggers - WorkflowTriggerHistories = Azure::Logic::Mgmt::V2016_06_01::WorkflowTriggerHistories module Models - KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku - ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse KeyType = Azure::Logic::Mgmt::V2016_06_01::Models::KeyType OperationResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResult X12SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12SecuritySettings @@ -48,47 +45,48 @@ module Models X12ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ValidationSettings WorkflowTriggerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerFilter X12FramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings - Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource + WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries X12EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings Correlation = Azure::Logic::Mgmt::V2016_06_01::Models::Correlation + Resource = Azure::Logic::Mgmt::V2016_06_01::Models::Resource X12AcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings X12MessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::X12MessageFilter WorkflowTriggerHistoryListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult - WorkflowTriggerListCallbackUrlQueries = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries WorkflowRunTrigger = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger ArtifactProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactProperties WorkflowRunFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunFilter AccessKeyRegenerateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyRegenerateActionDefinition ErrorProperties = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorProperties WorkflowListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult + RetryHistory = Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory RepetitionIndex = Azure::Logic::Mgmt::V2016_06_01::Models::RepetitionIndex WorkflowRunActionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter - X12SchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference RegenerateActionParameter = Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter X12DelimiterOverrides = Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides - RetryHistory = Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory IntegrationAccountSku = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku + X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings IntegrationAccountListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult + X12SchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference X12OneWayAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement - X12ProtocolSettings = Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings - CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl + X12AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent IntegrationAccountSchemaListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult + CallbackUrl = Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl EdifactValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings - X12AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent - IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema + EdifactFramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings IntegrationAccountMapListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult + IntegrationAccountMapPropertiesParametersSchema = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema EdifactEnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings - EdifactFramingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings EdifactAcknowledgementSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings PartnerContent = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent + BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity EdifactMessageFilter = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter - IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult EdifactProcessingSettings = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings AS2MessageConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings + IntegrationAccountPartnerListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult EdifactEnvelopeOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride - AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings EdifactMessageIdentifier = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier AS2ValidationSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings + AS2MdnSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings EdifactSchemaReference = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference AS2ErrorSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2ErrorSettings EdifactValidationOverride = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationOverride @@ -102,39 +100,38 @@ module Models WorkflowRunListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunListResult AgreementContent = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementContent AssemblyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection - ErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo - ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash + GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters IntegrationAccountAgreementListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult GetCallbackUrlParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters - GenerateUpgradedDefinitionParameters = Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter IntegrationAccountSchemaFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter KeyVaultKeyReferenceKeyVault = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault - IntegrationAccountAgreementFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter + IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter WorkflowRunActionRepetitionDefinitionCollection = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection Expression = Azure::Logic::Mgmt::V2016_06_01::Models::Expression - IntegrationAccountMapFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + ErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo AS2AcknowledgementConnectionSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings - BusinessIdentity = Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity - AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings IntegrationAccountCertificateListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + AS2EnvelopeSettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings + ContentHash = Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash ExpressionTraces = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces IntegrationAccountSessionFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionFilter IntegrationAccountSessionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSessionListResult BatchConfigurationCollection = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationCollection OperationResultProperties = Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties - OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema SetTriggerStateActionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition + IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + OperationDisplay = Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult Operation = Azure::Logic::Mgmt::V2016_06_01::Models::Operation - JsonSchema = Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema + BatchReleaseCriteria = Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria OperationListResult = Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult ContentLink = Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink - BatchReleaseCriteria = Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria - WorkflowVersionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult - ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition - IntegrationAccountPartnerFilter = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + KeyVaultKey = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey KeyVaultKeyAttributes = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes RunCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation - KeyVaultKey = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey + ListKeyVaultKeysDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition AS2SecuritySettings = Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings KeyVaultKeyCollection = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyCollection WorkflowRunActionListResult = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionListResult @@ -157,30 +154,30 @@ module Models IntegrationAccountAgreement = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreement IntegrationAccountCertificate = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificate IntegrationAccountSession = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession - KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference + ExpressionRoot = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot AzureResourceErrorInfo = Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo WorkflowRunActionRepetitionDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition - RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation - ExpressionRoot = Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot + KeyVaultReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference + AssemblyDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition ArtifactContentPropertiesDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition AssemblyProperties = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties - BatchConfigurationProperties = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties - AssemblyDefinition = Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition + RunActionCorrelation = Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation + BatchConfiguration = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration WorkflowProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState WorkflowState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState - ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType - BatchConfiguration = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration + BatchConfigurationProperties = Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties + SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName WorkflowStatus = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus RecurrenceFrequency = Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency - DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + ParameterType = Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType WorkflowTriggerProvisioningState = Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState IntegrationAccountSkuName = Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSkuName SchemaType = Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType - MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType + DaysOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek DayOfWeek = Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek AgreementType = Azure::Logic::Mgmt::V2016_06_01::Models::AgreementType HashingAlgorithm = Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm - SkuName = Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + MapType = Azure::Logic::Mgmt::V2016_06_01::Models::MapType PartnerType = Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType TrailingSeparatorPolicy = Azure::Logic::Mgmt::V2016_06_01::Models::TrailingSeparatorPolicy X12CharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::X12CharacterSet @@ -189,19 +186,22 @@ module Models X12TimeFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12TimeFormat UsageIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::UsageIndicator SegmentTerminatorSuffix = Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix - SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat EdifactDecimalIndicator = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator TrackEventsOperationOptions = Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions - MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + SubResource = Azure::Logic::Mgmt::V2016_06_01::Models::SubResource EdifactCharacterSet = Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet - X12DateFormat = Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType EventLevel = Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel + MessageFilterType = Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType TrackingRecordType = Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType - AccessKeyType = Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + KeyVaultKeyReference = Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + Sku = Azure::Logic::Mgmt::V2016_06_01::Models::Sku + ErrorResponse = Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse end class LogicManagementClass - attr_reader :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :configurable, :base_url, :options, :model_classes + attr_reader :workflows, :workflow_versions, :workflow_triggers, :workflow_trigger_histories, :workflow_runs, :workflow_run_actions, :workflow_run_action_repetitions, :workflow_run_action_scoped_repetitions, :workflow_run_operations, :integration_accounts, :integration_account_assemblies, :integration_account_batch_configurations, :schemas, :maps, :partners, :agreements, :sessions, :certificates, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -211,6 +211,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @workflows = @client_0.workflows + @workflow_versions = @client_0.workflow_versions + @workflow_triggers = @client_0.workflow_triggers + @workflow_trigger_histories = @client_0.workflow_trigger_histories @workflow_runs = @client_0.workflow_runs @workflow_run_actions = @client_0.workflow_run_actions @workflow_run_action_repetitions = @client_0.workflow_run_action_repetitions @@ -225,10 +229,6 @@ def initialize(configurable, base_url=nil, options=nil) @agreements = @client_0.agreements @sessions = @client_0.sessions @certificates = @client_0.certificates - @workflows = @client_0.workflows - @workflow_versions = @client_0.workflow_versions - @workflow_triggers = @client_0.workflow_triggers - @workflow_trigger_histories = @client_0.workflow_trigger_histories @model_classes = ModelClasses.new end @@ -247,15 +247,6 @@ def method_missing(method, *args) end class ModelClasses - def key_vault_key_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference - end - def sku - Azure::Logic::Mgmt::V2016_06_01::Models::Sku - end - def error_response - Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse - end def key_type Azure::Logic::Mgmt::V2016_06_01::Models::KeyType end @@ -310,8 +301,8 @@ def workflow_trigger_filter def x12_framing_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12FramingSettings end - def resource - Azure::Logic::Mgmt::V2016_06_01::Models::Resource + def workflow_trigger_list_callback_url_queries + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries end def x12_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12EnvelopeSettings @@ -319,6 +310,9 @@ def x12_envelope_settings def correlation Azure::Logic::Mgmt::V2016_06_01::Models::Correlation end + def resource + Azure::Logic::Mgmt::V2016_06_01::Models::Resource + end def x12_acknowledgement_settings Azure::Logic::Mgmt::V2016_06_01::Models::X12AcknowledgementSettings end @@ -328,9 +322,6 @@ def x12_message_filter def workflow_trigger_history_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerHistoryListResult end - def workflow_trigger_list_callback_url_queries - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerListCallbackUrlQueries - end def workflow_run_trigger Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunTrigger end @@ -349,90 +340,93 @@ def error_properties def workflow_list_result Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowListResult end + def retry_history + Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory + end def repetition_index Azure::Logic::Mgmt::V2016_06_01::Models::RepetitionIndex end def workflow_run_action_filter Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionFilter end - def x12_schema_reference - Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference - end def regenerate_action_parameter Azure::Logic::Mgmt::V2016_06_01::Models::RegenerateActionParameter end def x12_delimiter_overrides Azure::Logic::Mgmt::V2016_06_01::Models::X12DelimiterOverrides end - def retry_history - Azure::Logic::Mgmt::V2016_06_01::Models::RetryHistory - end def integration_account_sku Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSku end + def x12_protocol_settings + Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings + end def integration_account_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountListResult end + def x12_schema_reference + Azure::Logic::Mgmt::V2016_06_01::Models::X12SchemaReference + end def x12_one_way_agreement Azure::Logic::Mgmt::V2016_06_01::Models::X12OneWayAgreement end - def x12_protocol_settings - Azure::Logic::Mgmt::V2016_06_01::Models::X12ProtocolSettings - end - def callback_url - Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl + def x12_agreement_content + Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent end def integration_account_schema_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaListResult end + def callback_url + Azure::Logic::Mgmt::V2016_06_01::Models::CallbackUrl + end def edifact_validation_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactValidationSettings end - def x12_agreement_content - Azure::Logic::Mgmt::V2016_06_01::Models::X12AgreementContent - end - def integration_account_map_properties_parameters_schema - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema + def edifact_framing_settings + Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings end def integration_account_map_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapListResult end + def integration_account_map_properties_parameters_schema + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapPropertiesParametersSchema + end def edifact_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeSettings end - def edifact_framing_settings - Azure::Logic::Mgmt::V2016_06_01::Models::EdifactFramingSettings - end def edifact_acknowledgement_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactAcknowledgementSettings end def partner_content Azure::Logic::Mgmt::V2016_06_01::Models::PartnerContent end + def business_identity + Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + end def edifact_message_filter Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageFilter end - def integration_account_partner_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult - end def edifact_processing_settings Azure::Logic::Mgmt::V2016_06_01::Models::EdifactProcessingSettings end def as2_message_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2MessageConnectionSettings end + def integration_account_partner_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerListResult + end def edifact_envelope_override Azure::Logic::Mgmt::V2016_06_01::Models::EdifactEnvelopeOverride end - def as2_mdn_settings - Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings - end def edifact_message_identifier Azure::Logic::Mgmt::V2016_06_01::Models::EdifactMessageIdentifier end def as2_validation_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2ValidationSettings end + def as2_mdn_settings + Azure::Logic::Mgmt::V2016_06_01::Models::AS2MdnSettings + end def edifact_schema_reference Azure::Logic::Mgmt::V2016_06_01::Models::EdifactSchemaReference end @@ -472,11 +466,8 @@ def agreement_content def assembly_collection Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyCollection end - def error_info - Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo - end - def content_hash - Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash + def generate_upgraded_definition_parameters + Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters end def integration_account_agreement_list_result Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementListResult @@ -484,8 +475,8 @@ def integration_account_agreement_list_result def get_callback_url_parameters Azure::Logic::Mgmt::V2016_06_01::Models::GetCallbackUrlParameters end - def generate_upgraded_definition_parameters - Azure::Logic::Mgmt::V2016_06_01::Models::GenerateUpgradedDefinitionParameters + def integration_account_agreement_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter end def integration_account_schema_filter Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSchemaFilter @@ -493,8 +484,8 @@ def integration_account_schema_filter def key_vault_key_reference_key_vault Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReferenceKeyVault end - def integration_account_agreement_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountAgreementFilter + def integration_account_map_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter end def workflow_run_action_repetition_definition_collection Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinitionCollection @@ -502,20 +493,20 @@ def workflow_run_action_repetition_definition_collection def expression Azure::Logic::Mgmt::V2016_06_01::Models::Expression end - def integration_account_map_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountMapFilter + def error_info + Azure::Logic::Mgmt::V2016_06_01::Models::ErrorInfo end def as2_acknowledgement_connection_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2AcknowledgementConnectionSettings end - def business_identity - Azure::Logic::Mgmt::V2016_06_01::Models::BusinessIdentity + def integration_account_certificate_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult end def as2_envelope_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2EnvelopeSettings end - def integration_account_certificate_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountCertificateListResult + def content_hash + Azure::Logic::Mgmt::V2016_06_01::Models::ContentHash end def expression_traces Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionTraces @@ -532,17 +523,26 @@ def batch_configuration_collection def operation_result_properties Azure::Logic::Mgmt::V2016_06_01::Models::OperationResultProperties end - def operation_display - Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + def json_schema + Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema end def set_trigger_state_action_definition Azure::Logic::Mgmt::V2016_06_01::Models::SetTriggerStateActionDefinition end + def integration_account_partner_filter + Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + end + def operation_display + Azure::Logic::Mgmt::V2016_06_01::Models::OperationDisplay + end + def workflow_version_list_result + Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult + end def operation Azure::Logic::Mgmt::V2016_06_01::Models::Operation end - def json_schema - Azure::Logic::Mgmt::V2016_06_01::Models::JsonSchema + def batch_release_criteria + Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria end def operation_list_result Azure::Logic::Mgmt::V2016_06_01::Models::OperationListResult @@ -550,17 +550,8 @@ def operation_list_result def content_link Azure::Logic::Mgmt::V2016_06_01::Models::ContentLink end - def batch_release_criteria - Azure::Logic::Mgmt::V2016_06_01::Models::BatchReleaseCriteria - end - def workflow_version_list_result - Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowVersionListResult - end - def list_key_vault_keys_definition - Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition - end - def integration_account_partner_filter - Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountPartnerFilter + def key_vault_key + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey end def key_vault_key_attributes Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyAttributes @@ -568,8 +559,8 @@ def key_vault_key_attributes def run_correlation Azure::Logic::Mgmt::V2016_06_01::Models::RunCorrelation end - def key_vault_key - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKey + def list_key_vault_keys_definition + Azure::Logic::Mgmt::V2016_06_01::Models::ListKeyVaultKeysDefinition end def as2_security_settings Azure::Logic::Mgmt::V2016_06_01::Models::AS2SecuritySettings @@ -637,8 +628,8 @@ def integration_account_certificate def integration_account_session Azure::Logic::Mgmt::V2016_06_01::Models::IntegrationAccountSession end - def key_vault_reference - Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference + def expression_root + Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot end def azure_resource_error_info Azure::Logic::Mgmt::V2016_06_01::Models::AzureResourceErrorInfo @@ -646,11 +637,11 @@ def azure_resource_error_info def workflow_run_action_repetition_definition Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowRunActionRepetitionDefinition end - def run_action_correlation - Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation + def key_vault_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultReference end - def expression_root - Azure::Logic::Mgmt::V2016_06_01::Models::ExpressionRoot + def assembly_definition + Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition end def artifact_content_properties_definition Azure::Logic::Mgmt::V2016_06_01::Models::ArtifactContentPropertiesDefinition @@ -658,11 +649,11 @@ def artifact_content_properties_definition def assembly_properties Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyProperties end - def batch_configuration_properties - Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties + def run_action_correlation + Azure::Logic::Mgmt::V2016_06_01::Models::RunActionCorrelation end - def assembly_definition - Azure::Logic::Mgmt::V2016_06_01::Models::AssemblyDefinition + def batch_configuration + Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration end def workflow_provisioning_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowProvisioningState @@ -670,11 +661,11 @@ def workflow_provisioning_state def workflow_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowState end - def parameter_type - Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType + def batch_configuration_properties + Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfigurationProperties end - def batch_configuration - Azure::Logic::Mgmt::V2016_06_01::Models::BatchConfiguration + def sku_name + Azure::Logic::Mgmt::V2016_06_01::Models::SkuName end def workflow_status Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowStatus @@ -682,8 +673,8 @@ def workflow_status def recurrence_frequency Azure::Logic::Mgmt::V2016_06_01::Models::RecurrenceFrequency end - def days_of_week - Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek + def parameter_type + Azure::Logic::Mgmt::V2016_06_01::Models::ParameterType end def workflow_trigger_provisioning_state Azure::Logic::Mgmt::V2016_06_01::Models::WorkflowTriggerProvisioningState @@ -694,8 +685,8 @@ def integration_account_sku_name def schema_type Azure::Logic::Mgmt::V2016_06_01::Models::SchemaType end - def map_type - Azure::Logic::Mgmt::V2016_06_01::Models::MapType + def days_of_week + Azure::Logic::Mgmt::V2016_06_01::Models::DaysOfWeek end def day_of_week Azure::Logic::Mgmt::V2016_06_01::Models::DayOfWeek @@ -706,8 +697,8 @@ def agreement_type def hashing_algorithm Azure::Logic::Mgmt::V2016_06_01::Models::HashingAlgorithm end - def sku_name - Azure::Logic::Mgmt::V2016_06_01::Models::SkuName + def map_type + Azure::Logic::Mgmt::V2016_06_01::Models::MapType end def partner_type Azure::Logic::Mgmt::V2016_06_01::Models::PartnerType @@ -733,8 +724,8 @@ def usage_indicator def segment_terminator_suffix Azure::Logic::Mgmt::V2016_06_01::Models::SegmentTerminatorSuffix end - def sub_resource - Azure::Logic::Mgmt::V2016_06_01::Models::SubResource + def x12_date_format + Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat end def edifact_decimal_indicator Azure::Logic::Mgmt::V2016_06_01::Models::EdifactDecimalIndicator @@ -742,23 +733,32 @@ def edifact_decimal_indicator def track_events_operation_options Azure::Logic::Mgmt::V2016_06_01::Models::TrackEventsOperationOptions end - def message_filter_type - Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + def sub_resource + Azure::Logic::Mgmt::V2016_06_01::Models::SubResource end def edifact_character_set Azure::Logic::Mgmt::V2016_06_01::Models::EdifactCharacterSet end - def x12_date_format - Azure::Logic::Mgmt::V2016_06_01::Models::X12DateFormat + def access_key_type + Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType end def event_level Azure::Logic::Mgmt::V2016_06_01::Models::EventLevel end + def message_filter_type + Azure::Logic::Mgmt::V2016_06_01::Models::MessageFilterType + end def tracking_record_type Azure::Logic::Mgmt::V2016_06_01::Models::TrackingRecordType end - def access_key_type - Azure::Logic::Mgmt::V2016_06_01::Models::AccessKeyType + def key_vault_key_reference + Azure::Logic::Mgmt::V2016_06_01::Models::KeyVaultKeyReference + end + def sku + Azure::Logic::Mgmt::V2016_06_01::Models::Sku + end + def error_response + Azure::Logic::Mgmt::V2016_06_01::Models::ErrorResponse 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 4932be9bb5..6a34584591 100644 --- a/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb +++ b/azure_sdk/lib/latest/modules/machinelearning_profile_module.rb @@ -7,36 +7,31 @@ module Azure::Profiles::Latest module MachineLearning module Mgmt - WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices Operations = Azure::MachineLearning::Mgmt::V2017_01_01::Operations + WebServices = Azure::MachineLearning::Mgmt::V2017_01_01::WebServices module Models - OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult - ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType - AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus AssetItem = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetItem 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 - Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource 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 + Resource = Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource GraphNode = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode - ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest GraphEdge = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge InputPort = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort + ExampleRequest = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest GraphParameterLink = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink - ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo GraphParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter WebServiceKeys = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys + ModeValueInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo GraphPackage = Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage - ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification BlobLocation = Azure::MachineLearning::Mgmt::V2017_01_01::Models::BlobLocation PaginatedWebServicesList = Azure::MachineLearning::Mgmt::V2017_01_01::Models::PaginatedWebServicesList + ColumnSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification ModuleAssetParameter = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter - CommitmentPlan = Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan AsyncOperationErrorInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo ServiceInputOutputSpecification = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ServiceInputOutputSpecification DiagnosticsConfiguration = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsConfiguration @@ -44,17 +39,22 @@ module Models WebService = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebService WebServicePropertiesForGraph = Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServicePropertiesForGraph DiagnosticsLevel = Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel - ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + AsyncOperationStatus = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus ColumnFormat = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat ColumnType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType - InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + ProvisioningState = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState AssetType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType - StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + InputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType OutputPortType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType + StorageAccount = Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + OperationDisplayInfo = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + OperationEntity = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + OperationEntityListResult = Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult + ParameterType = Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType end class MachineLearningManagementClass - attr_reader :web_services, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :web_services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -64,8 +64,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @web_services = @client_0.web_services @operations = @client_0.operations + @web_services = @client_0.web_services @model_classes = ModelClasses.new end @@ -84,21 +84,6 @@ def method_missing(method, *args) end class ModelClasses - def operation_display_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo - end - def operation_entity - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity - end - def operation_entity_list_result - Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult - end - def parameter_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType - 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 @@ -111,57 +96,57 @@ def realtime_configuration def web_service_properties Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceProperties end - def resource - Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource - end def machine_learning_workspace Azure::MachineLearning::Mgmt::V2017_01_01::Models::MachineLearningWorkspace end + def commitment_plan + Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan + end def table_specification Azure::MachineLearning::Mgmt::V2017_01_01::Models::TableSpecification end + def resource + Azure::MachineLearning::Mgmt::V2017_01_01::Models::Resource + end def graph_node Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphNode end - def example_request - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest - end def graph_edge Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphEdge end def input_port Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPort end + def example_request + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ExampleRequest + end def graph_parameter_link Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameterLink end - def mode_value_info - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo - end def graph_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphParameter end def web_service_keys Azure::MachineLearning::Mgmt::V2017_01_01::Models::WebServiceKeys end + def mode_value_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModeValueInfo + end def graph_package Azure::MachineLearning::Mgmt::V2017_01_01::Models::GraphPackage end - def column_specification - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification - 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 column_specification + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnSpecification + end def module_asset_parameter Azure::MachineLearning::Mgmt::V2017_01_01::Models::ModuleAssetParameter end - def commitment_plan - Azure::MachineLearning::Mgmt::V2017_01_01::Models::CommitmentPlan - end def async_operation_error_info Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationErrorInfo end @@ -183,8 +168,8 @@ def web_service_properties_for_graph def diagnostics_level Azure::MachineLearning::Mgmt::V2017_01_01::Models::DiagnosticsLevel end - def provisioning_state - Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState + def async_operation_status + Azure::MachineLearning::Mgmt::V2017_01_01::Models::AsyncOperationStatus end def column_format Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnFormat @@ -192,18 +177,33 @@ def column_format def column_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::ColumnType end - def input_port_type - Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType + def provisioning_state + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ProvisioningState end def asset_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::AssetType end - def storage_account - Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + def input_port_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::InputPortType end def output_port_type Azure::MachineLearning::Mgmt::V2017_01_01::Models::OutputPortType end + def storage_account + Azure::MachineLearning::Mgmt::V2017_01_01::Models::StorageAccount + end + def operation_display_info + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationDisplayInfo + end + def operation_entity + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntity + end + def operation_entity_list_result + Azure::MachineLearning::Mgmt::V2017_01_01::Models::OperationEntityListResult + end + def parameter_type + Azure::MachineLearning::Mgmt::V2017_01_01::Models::ParameterType + end 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 433b1250d7..8b31bfb2af 100644 --- a/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedapplications_profile_module.rb @@ -7,32 +7,32 @@ module Azure::Profiles::Latest module ManagedApplications module Mgmt - ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions Applications = Azure::ManagedApplications::Mgmt::V2018_06_01::Applications + ApplicationDefinitions = Azure::ManagedApplications::Mgmt::V2018_06_01::ApplicationDefinitions module Models + ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType + GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource Plan = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan Application = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Application ProvisioningState = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ProvisioningState ResourceIdentityType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ResourceIdentityType Sku = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku - ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse ApplicationListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationListResult + ErrorResponse = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse PlanPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable - Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity ApplicationProviderAuthorization = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization + ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult ApplicationArtifact = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact + Identity = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity ApplicationPatchable = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable - ApplicationDefinitionListResult = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult ApplicationDefinition = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition ApplicationLockLevel = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel - GenericResource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - ApplicationArtifactType = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType - Resource = Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource end class ManagedApplicationsManagementClass - attr_reader :application_definitions, :applications, :configurable, :base_url, :options, :model_classes + attr_reader :applications, :application_definitions, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -42,8 +42,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application_definitions = @client_0.application_definitions @applications = @client_0.applications + @application_definitions = @client_0.application_definitions @model_classes = ModelClasses.new end @@ -62,6 +62,15 @@ def method_missing(method, *args) end class ModelClasses + def application_artifact_type + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType + end + def generic_resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource + end + def resource + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource + end def plan Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Plan end @@ -77,45 +86,36 @@ def resource_identity_type def sku Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Sku 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 error_response + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ErrorResponse + end def plan_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::PlanPatchable end - def identity - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity - end def application_provider_authorization Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationProviderAuthorization end + def application_definition_list_result + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult + end def application_artifact Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifact end + def identity + Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Identity + end def application_patchable Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationPatchable end - def application_definition_list_result - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinitionListResult - end def application_definition Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationDefinition end def application_lock_level Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationLockLevel end - def generic_resource - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::GenericResource - end - def application_artifact_type - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::ApplicationArtifactType - end - def resource - Azure::ManagedApplications::Mgmt::V2018_06_01::Models::Resource - 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 0acbd7f194..8f1eee3793 100644 --- a/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb +++ b/azure_sdk/lib/latest/modules/managedserviceidentity_profile_module.rb @@ -7,20 +7,20 @@ module Azure::Profiles::Latest module ManagedServiceIdentity module Mgmt - UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities Operations = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Operations + UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::UserAssignedIdentities module Models - 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 - Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity + Operation = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Operation OperationListResult = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult + Identity = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity + UserAssignedIdentities = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities OperationDisplay = Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay end class ManagedServiceIdentityManagementClass - attr_reader :user_assigned_identities, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :user_assigned_identities, :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) - @user_assigned_identities = @client_0.user_assigned_identities @operations = @client_0.operations + @user_assigned_identities = @client_0.user_assigned_identities @model_classes = ModelClasses.new end @@ -50,20 +50,20 @@ def method_missing(method, *args) end class ModelClasses + def user_assigned_identities_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentitiesListResult + end 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 + def operation_list_result + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult end def identity Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::Identity end - def operation_list_result - Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationListResult + def user_assigned_identities + Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::UserAssignedIdentities end def operation_display Azure::ManagedServiceIdentity::Mgmt::V2015_08_31_preview::Models::OperationDisplay diff --git a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb index 3f89db8ede..fe077cb068 100644 --- a/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb +++ b/azure_sdk/lib/latest/modules/marketplaceordering_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt Operations = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Operations module Models - 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 ErrorResponse = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponse OperationListResult = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationListResult Resource = Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource + 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 end class MarketplaceOrderingManagementClass @@ -51,15 +51,6 @@ def method_missing(method, *args) end class ModelClasses - def error_response_error - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError - end - def agreement_terms - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms - end - def operation_display - Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay - end def operation Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Operation end @@ -72,6 +63,15 @@ def operation_list_result def resource Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::Resource end + def error_response_error + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::ErrorResponseError + end + def agreement_terms + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::AgreementTerms + end + def operation_display + Azure::MarketplaceOrdering::Mgmt::V2015_06_01::Models::OperationDisplay + end 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 e599a78245..d653f811f6 100644 --- a/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/mediaservices_profile_module.rb @@ -7,6 +7,7 @@ module Azure::Profiles::Latest module MediaServices module Mgmt + Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations Operations = Azure::MediaServices::Mgmt::V2018_07_01::Operations AccountFilters = Azure::MediaServices::Mgmt::V2018_07_01::AccountFilters Mediaservices = Azure::MediaServices::Mgmt::V2018_07_01::Mediaservices @@ -20,132 +21,13 @@ module Mgmt LiveEvents = Azure::MediaServices::Mgmt::V2018_07_01::LiveEvents LiveOutputs = Azure::MediaServices::Mgmt::V2018_07_01::LiveOutputs StreamingEndpoints = Azure::MediaServices::Mgmt::V2018_07_01::StreamingEndpoints - Locations = Azure::MediaServices::Mgmt::V2018_07_01::Locations module Models - ContentKeyPolicyTokenClaim = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenClaim - LiveEventEncoding = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncoding - JobCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobCollection - LiveEventPreview = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview - ContentKeyPolicyOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption - LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreviewAccessControl - ContentKeyPolicyPlayReadyContentKeyLocation = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation - LiveEventInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput - JobOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput - LiveEventInputAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl - TrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection - IPAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl - 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 - MediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService - SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService - ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource - TrackedResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource - AssetFilter = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter - Asset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset - ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier - ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction - ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey - ContentKeyPolicyRsaTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey - ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader - ContentKeyPolicyTokenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction - ContentKeyPolicyClearKeyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration - ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction - ContentKeyPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration - ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration - ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey - ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy - Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio - ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration - AudioAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset - AudioOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay - ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration - Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video - ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat - AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio - PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat - CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio - CopyVideo = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo - H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer - H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video - JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat - JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage - MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat - VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer - PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer - PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage - JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer - StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset - VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset - Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format - VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay - Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform - BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset - JobInputs = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs - JobInputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset - Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider - JobInputHttp = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp - StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy - Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters - TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat - LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent - StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator - JobInputClip = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip - FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType - StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint - LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput - JobOutputAsset = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset - MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit - AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission - FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation - ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType Job = Azure::MediaServices::Mgmt::V2018_07_01::Models::Job - AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat - ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType - ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption - MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType - 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 - Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation - ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType - ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError - H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity - H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile - EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode - DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode - EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset - Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource - OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType - Priority = Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority - JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode - InsightsType = Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType - JobRetry = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry - TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType - TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation - JobErrorCategory = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory - StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol - EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme - LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState - Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image - 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 - LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol - StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType - StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState - JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState - StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType - StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount - CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput - Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format 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 - Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location 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 @@ -217,10 +99,128 @@ module Models LiveEventActionInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventActionInput AssetCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetCollection CrossSiteAccessPolicies = Azure::MediaServices::Mgmt::V2018_07_01::Models::CrossSiteAccessPolicies + ContentKeyPolicyTokenClaim = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenClaim + LiveEventEncoding = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncoding + JobCollection = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobCollection + LiveEventPreview = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview + ContentKeyPolicyOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption + LiveEventPreviewAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreviewAccessControl + ContentKeyPolicyPlayReadyContentKeyLocation = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation + LiveEventInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput + JobOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput + LiveEventInputAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl + TrackSelection = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection + IPAccessControl = Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl + 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 + MediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService + ProxyResource = Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + Asset = Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset + SubscriptionMediaService = Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService + ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader + AssetFilter = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter + ContentKeyPolicyUnknownRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction + ContentKeyPolicySymmetricTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey + ContentKeyPolicyRsaTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey + ContentKeyPolicyX509CertificateTokenKey = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey + ContentKeyPolicyTokenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction + ContentKeyPolicyClearKeyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration + ContentKeyPolicyUnknownConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration + ContentKeyPolicyWidevineConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration + ContentKeyPolicyPlayReadyConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration + ContentKeyPolicyFairPlayConfiguration = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + ContentKeyPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy + Audio = Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio + AacAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio + 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 + Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::Video + ImageFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + JpgFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat + PngFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + CopyAudio = Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio + VideoLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + H264Layer = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer + H264Video = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + JpgLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer + JpgImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + MultiBitrateFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat + Mp4Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + PngLayer = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + PngImage = Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + BuiltInStandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset + StandardEncoderPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + VideoAnalyzerPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset + TransportStreamFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat + VideoOverlay = Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + Transform = Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + 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 + StreamingPolicy = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + Provider = Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + StreamingLocator = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + LiveEvent = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + Filters = Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + StreamingEndpoint = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint + FilterTrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + MetricUnit = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit + FilterTrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType + MetricAggregationType = Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType + AssetStorageEncryptionFormat = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + AssetContainerPermission = Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission + LiveOutput = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + ContentKeyPolicyPlayReadyLicenseType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + ContentKeyPolicyPlayReadyUnknownOutputPassingOption = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + ContentKeyPolicyRestrictionTokenType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType + ContentKeyPolicyPlayReadyContentType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + AacAudioProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile + ContentKeyPolicyFairPlayRentalAndLeaseKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + DeinterlaceParity = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + DeinterlaceMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode + Rotation = Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation + H264VideoProfile = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + StretchMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + ContentKeyPolicyOpenRestriction = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction + EntropyMode = Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + H264Complexity = Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity + EncoderNamedPreset = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset + ApiError = Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + OnErrorType = Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType + 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 + Resource = Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier = Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier + StreamingLocatorContentKeyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType + TrackPropertyType = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType + JobErrorCode = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + LiveOutputResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState + StreamingPolicyStreamingProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + EncryptionScheme = Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + TrackPropertyCompareOperation = Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation + LiveEventInputProtocol = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + LiveEventEncodingType = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + LiveEventResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState + Image = Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + StreamingEndpointResourceState = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + StreamOptionsFlag = Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag + Format = Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + Location = Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + JobState = Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState + StorageAccountType = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType + StorageAccount = Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + CheckNameAvailabilityInput = Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput end class MediaServicesManagementClass - attr_reader :operations, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :locations, :configurable, :base_url, :options, :model_classes + attr_reader :locations, :operations, :account_filters, :mediaservices, :assets, :asset_filters, :content_key_policies, :transforms, :jobs, :streaming_policies, :streaming_locators, :live_events, :live_outputs, :streaming_endpoints, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -230,6 +230,7 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @locations = @client_0.locations @operations = @client_0.operations @account_filters = @client_0.account_filters @mediaservices = @client_0.mediaservices @@ -243,7 +244,6 @@ def initialize(configurable, base_url=nil, options=nil) @live_events = @client_0.live_events @live_outputs = @client_0.live_outputs @streaming_endpoints = @client_0.streaming_endpoints - @locations = @client_0.locations @model_classes = ModelClasses.new end @@ -262,587 +262,587 @@ def method_missing(method, *args) end class ModelClasses - def content_key_policy_token_claim - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenClaim + def job + Azure::MediaServices::Mgmt::V2018_07_01::Models::Job end - def live_event_encoding - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncoding + def operation_display + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay end - def job_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobCollection + def operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation end - def live_event_preview - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview + def service_specification + Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification end - def content_key_policy_option - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption + def operation_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection end - def live_event_preview_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreviewAccessControl + def codec + Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec end - def content_key_policy_play_ready_content_key_location - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation + def presentation_time_range + Azure::MediaServices::Mgmt::V2018_07_01::Models::PresentationTimeRange end - def live_event_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput + def content_key_policy_properties + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyProperties end - def job_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput + def first_quality + Azure::MediaServices::Mgmt::V2018_07_01::Models::FirstQuality end - def live_event_input_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl + def filter_track_selection + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackSelection end - def track_selection - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection + def streaming_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration end - def ipaccess_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl + def odata_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError end - def asset_streaming_locator - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator + def content_key_policy_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection end - def transform_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput + def account_filter_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilterCollection end - def account_filter - Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter + def preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset end - def media_service - Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService + def filter_track_property_condition + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition end - def subscription_media_service - Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService + def streaming_path + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath end - def proxy_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource + def metric_dimension + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricDimension end - def tracked_resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource + def streaming_locator_content_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey end - def asset_filter - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter + def list_content_keys_response + Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse end - def asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset + def overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay end - def content_key_policy_play_ready_content_encryption_key_from_key_identifier - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier + def entity_name_availability_check_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::EntityNameAvailabilityCheckOutput end - def content_key_policy_open_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction + def common_encryption_cbcs + Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCbcs end - def content_key_policy_symmetric_token_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey + def sync_storage_keys_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::SyncStorageKeysInput end - def content_key_policy_rsa_token_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey + def common_encryption_cenc + Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc end - def content_key_policy_play_ready_content_encryption_key_from_header - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader + def live_output_list_result + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult end - def content_key_policy_token_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction + def live_event_endpoint + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint end - def content_key_policy_clear_key_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration + def asset_container_sas + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas end - def content_key_policy_unknown_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction + def storage_encrypted_asset_decryption_data + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData end - def content_key_policy_widevine_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration + def metric + Azure::MediaServices::Mgmt::V2018_07_01::Models::Metric end - def content_key_policy_play_ready_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration + def list_streaming_locators_response + Azure::MediaServices::Mgmt::V2018_07_01::Models::ListStreamingLocatorsResponse end - def content_key_policy_x509_certificate_token_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey + def metric_properties + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricProperties end - def content_key_policy - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy + def streaming_policy_play_ready_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration end - def audio - Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio + def list_container_sas_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput end - def content_key_policy_unknown_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration + def content_key_policy_play_ready_explicit_analog_television_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction end - def audio_analyzer_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset + def job_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput end - def audio_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay + def streaming_policy_content_keys + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys end - def content_key_policy_fair_play_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration + def hls + Azure::MediaServices::Mgmt::V2018_07_01::Models::Hls end - def video - Azure::MediaServices::Mgmt::V2018_07_01::Models::Video + def content_key_policy_play_ready_play_right + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyPlayRight end - def image_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat + def envelope_encryption + Azure::MediaServices::Mgmt::V2018_07_01::Models::EnvelopeEncryption end - def aac_audio - Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio + def content_key_policy_play_ready_license + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense end - def png_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat + def no_encryption + Azure::MediaServices::Mgmt::V2018_07_01::Models::NoEncryption end - def copy_audio - Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio + def default_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey end - def copy_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo + def content_key_policy_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration end - def h264_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer + def enabled_protocols + Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols end - def h264_video - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video + def track_property_condition + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCondition end - def jpg_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat + def cenc_drm_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::CencDrmConfiguration end - def jpg_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage + def transform_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformCollection end - def multi_bitrate_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat + def cbcs_drm_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::CbcsDrmConfiguration end - def video_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer + def streaming_policy_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection end - def png_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer + def job_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobError end - def png_image - Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage + def deinterlace + Azure::MediaServices::Mgmt::V2018_07_01::Models::Deinterlace end - def jpg_layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer + def streaming_locator_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection end - def standard_encoder_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset + def rectangle + Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle end - def video_analyzer_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset + def iprange + Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange end - def mp4_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format + def media_service_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection end - def video_overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay + def asset_file_encryption_metadata + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata end - def transform - Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform + def layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer end - def built_in_standard_encoder_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset + def streaming_policy_widevine_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration end - def job_inputs - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs + def streaming_endpoint_list_result + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult end - def job_input_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset + def asset_filter_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection end - def provider - Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider + def streaming_entity_scale_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit end - def job_input_http - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp + def streaming_policy_content_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey end - def streaming_policy - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy + def streaming_endpoint_access_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl end - def filters - Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters + def content_key_policy_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction end - def transport_stream_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat + def akamai_access_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl end - def live_event - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent + def content_key_policy_restriction_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenKey end - def streaming_locator - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator + def akamai_signature_header_authentication_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey end - def job_input_clip - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip + def list_paths_response + Azure::MediaServices::Mgmt::V2018_07_01::Models::ListPathsResponse end - def filter_track_property_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType + def output_file + Azure::MediaServices::Mgmt::V2018_07_01::Models::OutputFile end - def streaming_endpoint - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint + def job_error_detail + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail end - def live_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput + def live_event_list_result + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventListResult end - def job_output_asset - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset + def subscription_media_service_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaServiceCollection end - def metric_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit + def live_event_action_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventActionInput end - def asset_container_permission - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission + def asset_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetCollection end - def filter_track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation + def cross_site_access_policies + Azure::MediaServices::Mgmt::V2018_07_01::Models::CrossSiteAccessPolicies end - def content_key_policy_play_ready_content_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType + def content_key_policy_token_claim + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenClaim end - def job - Azure::MediaServices::Mgmt::V2018_07_01::Models::Job + def live_event_encoding + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncoding end - def asset_storage_encryption_format - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat + def job_collection + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobCollection end - def content_key_policy_fair_play_rental_and_lease_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType + def live_event_preview + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreview end - def content_key_policy_play_ready_unknown_output_passing_option - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption + def content_key_policy_option + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOption end - def metric_aggregation_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType + def live_event_preview_access_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventPreviewAccessControl end - def aac_audio_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile + def content_key_policy_play_ready_content_key_location + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentKeyLocation end - def stretch_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode + def live_event_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInput end - def deinterlace_parity - Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity + def job_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutput end - def content_key_policy_play_ready_license_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType + def live_event_input_access_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputAccessControl end - def rotation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation + def track_selection + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackSelection end - def content_key_policy_restriction_token_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType + def ipaccess_control + Azure::MediaServices::Mgmt::V2018_07_01::Models::IPAccessControl end - def api_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError + def asset_streaming_locator + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStreamingLocator end - def h264_complexity - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity + def transform_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformOutput end - def h264_video_profile - Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile + def account_filter + Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilter end - def entropy_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode + def tracked_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackedResource end - def deinterlace_mode - Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode + def media_service + Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaService end - def encoder_named_preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset + def proxy_resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::ProxyResource end - def resource - Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource + def asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::Asset end - def on_error_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType + def subscription_media_service + Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaService end - def priority - Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority + def content_key_policy_play_ready_content_encryption_key_from_header + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromHeader end - def job_error_code - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode + def asset_filter + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilter end - def insights_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType + def content_key_policy_unknown_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownRestriction end - def job_retry - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry + def content_key_policy_symmetric_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicySymmetricTokenKey end - def track_property_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType + def content_key_policy_rsa_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRsaTokenKey end - def track_property_compare_operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation + def content_key_policy_x509_certificate_token_key + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyX509CertificateTokenKey end - def job_error_category - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory + def content_key_policy_token_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyTokenRestriction end - def streaming_policy_streaming_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol + def content_key_policy_clear_key_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyClearKeyConfiguration end - def encryption_scheme - Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme + def content_key_policy_unknown_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyUnknownConfiguration end - def live_output_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState + def content_key_policy_widevine_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyWidevineConfiguration end - def image - Azure::MediaServices::Mgmt::V2018_07_01::Models::Image + def content_key_policy_play_ready_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyConfiguration end - def live_event_encoding_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType + def content_key_policy_fair_play_configuration + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayConfiguration end - def live_event_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState + def content_key_policy + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicy end - def stream_options_flag - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag + def audio + Azure::MediaServices::Mgmt::V2018_07_01::Models::Audio end - def live_event_input_protocol - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol + def aac_audio + Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudio end - def streaming_locator_content_key_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType + def audio_analyzer_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioAnalyzerPreset end - def streaming_endpoint_resource_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState + def audio_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::AudioOverlay end - def job_state - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState + def copy_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyVideo end - def storage_account_type - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType + def video + Azure::MediaServices::Mgmt::V2018_07_01::Models::Video end - def storage_account - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount + def image_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::ImageFormat end - def check_name_availability_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput + def jpg_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgFormat end - def format - Azure::MediaServices::Mgmt::V2018_07_01::Models::Format + def png_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngFormat end - def operation_display - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationDisplay + def copy_audio + Azure::MediaServices::Mgmt::V2018_07_01::Models::CopyAudio end - def operation - Azure::MediaServices::Mgmt::V2018_07_01::Models::Operation + def video_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoLayer end - def service_specification - Azure::MediaServices::Mgmt::V2018_07_01::Models::ServiceSpecification + def h264_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Layer end - def operation_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::OperationCollection + def h264_video + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Video end - def location - Azure::MediaServices::Mgmt::V2018_07_01::Models::Location + def jpg_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgLayer end - def codec - Azure::MediaServices::Mgmt::V2018_07_01::Models::Codec + def jpg_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::JpgImage end - def presentation_time_range - Azure::MediaServices::Mgmt::V2018_07_01::Models::PresentationTimeRange + def multi_bitrate_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::MultiBitrateFormat end - def content_key_policy_properties - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyProperties + def mp4_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Mp4Format end - def first_quality - Azure::MediaServices::Mgmt::V2018_07_01::Models::FirstQuality + def png_layer + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngLayer end - def filter_track_selection - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackSelection + def png_image + Azure::MediaServices::Mgmt::V2018_07_01::Models::PngImage end - def streaming_policy_fair_play_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyFairPlayConfiguration + def built_in_standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::BuiltInStandardEncoderPreset end - def odata_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::ODataError + def standard_encoder_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::StandardEncoderPreset end - def content_key_policy_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyCollection + def video_analyzer_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoAnalyzerPreset end - def account_filter_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::AccountFilterCollection + def transport_stream_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::TransportStreamFormat end - def preset - Azure::MediaServices::Mgmt::V2018_07_01::Models::Preset + def video_overlay + Azure::MediaServices::Mgmt::V2018_07_01::Models::VideoOverlay end - def filter_track_property_condition - Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCondition + def transform + Azure::MediaServices::Mgmt::V2018_07_01::Models::Transform end - def streaming_path - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPath + def job_input_clip + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputClip end - def metric_dimension - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricDimension + def job_inputs + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputs end - def streaming_locator_content_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKey + def job_input_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputAsset end - def list_content_keys_response - Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContentKeysResponse + def job_input_http + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInputHttp end - def overlay - Azure::MediaServices::Mgmt::V2018_07_01::Models::Overlay + def job_output_asset + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobOutputAsset end - def entity_name_availability_check_output - Azure::MediaServices::Mgmt::V2018_07_01::Models::EntityNameAvailabilityCheckOutput + def streaming_policy + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicy end - def common_encryption_cbcs - Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCbcs + def provider + Azure::MediaServices::Mgmt::V2018_07_01::Models::Provider end - def sync_storage_keys_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::SyncStorageKeysInput + def streaming_locator + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocator end - def common_encryption_cenc - Azure::MediaServices::Mgmt::V2018_07_01::Models::CommonEncryptionCenc + def live_event + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEvent end - def live_output_list_result - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputListResult + def filters + Azure::MediaServices::Mgmt::V2018_07_01::Models::Filters end - def live_event_endpoint - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEndpoint + def streaming_endpoint + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpoint end - def asset_container_sas - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerSas + def filter_track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyCompareOperation end - def storage_encrypted_asset_decryption_data - Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageEncryptedAssetDecryptionData + def metric_unit + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricUnit end - def metric - Azure::MediaServices::Mgmt::V2018_07_01::Models::Metric + def filter_track_property_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::FilterTrackPropertyType end - def list_streaming_locators_response - Azure::MediaServices::Mgmt::V2018_07_01::Models::ListStreamingLocatorsResponse + def metric_aggregation_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricAggregationType end - def metric_properties - Azure::MediaServices::Mgmt::V2018_07_01::Models::MetricProperties + def asset_storage_encryption_format + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetStorageEncryptionFormat end - def streaming_policy_play_ready_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyPlayReadyConfiguration + def asset_container_permission + Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetContainerPermission end - def list_container_sas_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::ListContainerSasInput + def live_output + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutput end - def content_key_policy_play_ready_explicit_analog_television_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyExplicitAnalogTelevisionRestriction + def content_key_policy_play_ready_license_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicenseType end - def job_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobInput + def content_key_policy_play_ready_unknown_output_passing_option + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyUnknownOutputPassingOption end - def streaming_policy_content_keys - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKeys + def content_key_policy_restriction_token_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenType end - def hls - Azure::MediaServices::Mgmt::V2018_07_01::Models::Hls + def content_key_policy_play_ready_content_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentType end - def content_key_policy_play_ready_play_right - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyPlayRight + def aac_audio_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::AacAudioProfile end - def envelope_encryption - Azure::MediaServices::Mgmt::V2018_07_01::Models::EnvelopeEncryption + def content_key_policy_fair_play_rental_and_lease_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyFairPlayRentalAndLeaseKeyType end - def content_key_policy_play_ready_license - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyLicense + def deinterlace_parity + Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceParity end - def no_encryption - Azure::MediaServices::Mgmt::V2018_07_01::Models::NoEncryption + def deinterlace_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::DeinterlaceMode end - def default_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::DefaultKey + def rotation + Azure::MediaServices::Mgmt::V2018_07_01::Models::Rotation end - def content_key_policy_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyConfiguration + def h264_video_profile + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264VideoProfile end - def enabled_protocols - Azure::MediaServices::Mgmt::V2018_07_01::Models::EnabledProtocols + def stretch_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::StretchMode end - def track_property_condition - Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCondition + def content_key_policy_open_restriction + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyOpenRestriction end - def cenc_drm_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::CencDrmConfiguration + def entropy_mode + Azure::MediaServices::Mgmt::V2018_07_01::Models::EntropyMode end - def transform_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::TransformCollection + def h264_complexity + Azure::MediaServices::Mgmt::V2018_07_01::Models::H264Complexity end - def cbcs_drm_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::CbcsDrmConfiguration + def encoder_named_preset + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncoderNamedPreset end - def streaming_policy_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyCollection + def api_error + Azure::MediaServices::Mgmt::V2018_07_01::Models::ApiError end - def job_error - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobError + def on_error_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::OnErrorType end - def deinterlace - Azure::MediaServices::Mgmt::V2018_07_01::Models::Deinterlace + def priority + Azure::MediaServices::Mgmt::V2018_07_01::Models::Priority end - def streaming_locator_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorCollection + def insights_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::InsightsType end - def rectangle - Azure::MediaServices::Mgmt::V2018_07_01::Models::Rectangle + def job_error_category + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCategory end - def iprange - Azure::MediaServices::Mgmt::V2018_07_01::Models::IPRange + def job_retry + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobRetry end - def media_service_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::MediaServiceCollection + def resource + Azure::MediaServices::Mgmt::V2018_07_01::Models::Resource end - def asset_file_encryption_metadata - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFileEncryptionMetadata + def content_key_policy_play_ready_content_encryption_key_from_key_identifier + Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyPlayReadyContentEncryptionKeyFromKeyIdentifier end - def layer - Azure::MediaServices::Mgmt::V2018_07_01::Models::Layer + def streaming_locator_content_key_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingLocatorContentKeyType end - def streaming_policy_widevine_configuration - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyWidevineConfiguration + def track_property_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyType end - def streaming_endpoint_list_result - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointListResult + def job_error_code + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorCode end - def asset_filter_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetFilterCollection + def live_output_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveOutputResourceState end - def streaming_entity_scale_unit - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEntityScaleUnit + def streaming_policy_streaming_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyStreamingProtocol end - def streaming_policy_content_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingPolicyContentKey + def encryption_scheme + Azure::MediaServices::Mgmt::V2018_07_01::Models::EncryptionScheme end - def streaming_endpoint_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointAccessControl + def track_property_compare_operation + Azure::MediaServices::Mgmt::V2018_07_01::Models::TrackPropertyCompareOperation end - def content_key_policy_restriction - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestriction + def live_event_input_protocol + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventInputProtocol end - def akamai_access_control - Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiAccessControl + def live_event_encoding_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventEncodingType end - def content_key_policy_restriction_token_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::ContentKeyPolicyRestrictionTokenKey + def live_event_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventResourceState end - def akamai_signature_header_authentication_key - Azure::MediaServices::Mgmt::V2018_07_01::Models::AkamaiSignatureHeaderAuthenticationKey + def image + Azure::MediaServices::Mgmt::V2018_07_01::Models::Image end - def list_paths_response - Azure::MediaServices::Mgmt::V2018_07_01::Models::ListPathsResponse + def streaming_endpoint_resource_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamingEndpointResourceState end - def output_file - Azure::MediaServices::Mgmt::V2018_07_01::Models::OutputFile + def stream_options_flag + Azure::MediaServices::Mgmt::V2018_07_01::Models::StreamOptionsFlag end - def job_error_detail - Azure::MediaServices::Mgmt::V2018_07_01::Models::JobErrorDetail + def format + Azure::MediaServices::Mgmt::V2018_07_01::Models::Format end - def live_event_list_result - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventListResult + def location + Azure::MediaServices::Mgmt::V2018_07_01::Models::Location end - def subscription_media_service_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::SubscriptionMediaServiceCollection + def job_state + Azure::MediaServices::Mgmt::V2018_07_01::Models::JobState end - def live_event_action_input - Azure::MediaServices::Mgmt::V2018_07_01::Models::LiveEventActionInput + def storage_account_type + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccountType end - def asset_collection - Azure::MediaServices::Mgmt::V2018_07_01::Models::AssetCollection + def storage_account + Azure::MediaServices::Mgmt::V2018_07_01::Models::StorageAccount end - def cross_site_access_policies - Azure::MediaServices::Mgmt::V2018_07_01::Models::CrossSiteAccessPolicies + def check_name_availability_input + Azure::MediaServices::Mgmt::V2018_07_01::Models::CheckNameAvailabilityInput 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 255a7237b5..a22cfc2ee5 100644 --- a/azure_sdk/lib/latest/modules/monitor_profile_module.rb +++ b/azure_sdk/lib/latest/modules/monitor_profile_module.rb @@ -7,11 +7,11 @@ module Azure::Profiles::Latest module Monitor module Mgmt - Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings EventCategories = Azure::Monitor::Mgmt::V2015_04_01::EventCategories TenantActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::TenantActivityLogs + Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles @@ -21,24 +21,15 @@ module Mgmt MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline MetricDefinitions = Azure::Monitor::Mgmt::V2018_01_01::MetricDefinitions Metrics = Azure::Monitor::Mgmt::V2018_01_01::Metrics - MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts + MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules module Models - EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection - HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo - TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow - AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource - 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 + EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation - EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence @@ -55,28 +46,37 @@ module Models EventDataCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger - 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 + EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection + HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo + TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow + AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource + 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 AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch ManagementEventAggregationCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition - LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident - RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction + LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection IncidentListResult = Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult - RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource - ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource LocationThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition - ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition RuleEmailAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + ManagementEventRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition + ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition 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 + 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 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 @@ -84,37 +84,45 @@ module Models 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 + RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType 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 DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection - DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource + DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource - CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType - RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + 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 - Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline - BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse + MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit - AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType - Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response + AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition - MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection - MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + AzureFunctionReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver + MetricAlertStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus + MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource + MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria + ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus + 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 ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver @@ -128,17 +136,9 @@ module Models 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 - 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 - MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource - ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus - ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList - ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource - MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria - ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action - ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource + ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState 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 @@ -147,17 +147,17 @@ module Models LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled + ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule - Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source end class MonitorManagementClass - attr_reader :operations, :activity_logs, :autoscale_settings, :event_categories, :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_status, :action_groups, :metric_alerts, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes + attr_reader :activity_logs, :autoscale_settings, :event_categories, :tenant_activity_logs, :operations, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :action_groups, :metric_alerts, :metric_alerts_status, :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,11 +167,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 @activity_logs = @client_0.activity_logs @autoscale_settings = @client_0.autoscale_settings @event_categories = @client_0.event_categories @tenant_activity_logs = @client_0.tenant_activity_logs + @operations = @client_0.operations @client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -217,9 +217,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_6.subscription_id = configurable.subscription_id end add_telemetry(@client_6) - @metric_alerts_status = @client_6.metric_alerts_status @action_groups = @client_6.action_groups @metric_alerts = @client_6.metric_alerts + @metric_alerts_status = @client_6.metric_alerts_status @client_7 = Azure::Monitor::Mgmt::V2018_04_16::MonitorClient.new(configurable.credentials, base_url, options) if(@client_7.respond_to?(:subscription_id)) @@ -259,32 +259,8 @@ def method_missing(method, *args) end class ModelClasses - def event_category_collection - Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection - end - def http_request_info - Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo - 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 metric_statistic_type - Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType - end - def time_aggregation_type - Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType - 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 + def event_level + Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel end def operation_display Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay @@ -292,9 +268,6 @@ def operation_display def operation Azure::Monitor::Mgmt::V2015_04_01::Models::Operation end - def event_level - Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel - end def operation_list_result Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult end @@ -343,14 +316,32 @@ def autoscale_setting_resource_collection def metric_trigger Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger end - def rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition + def event_category_collection + Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection end - def alert_rule_resource_patch - Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch + def http_request_info + Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo end - def rule_management_event_claims_data_source - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource + 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 metric_statistic_type + Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType + end + def time_aggregation_type + Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType + 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 alert_rule_resource_collection Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection @@ -364,35 +355,35 @@ def log_profile_resource_patch def management_event_aggregation_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition end - def log_profile_collection - Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection - end def incident Azure::Monitor::Mgmt::V2016_03_01::Models::Incident end - def rule_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction + def log_profile_collection + Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection end def incident_list_result Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult end - def rule_metric_data_source - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource + def rule_action + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction end def rule_management_event_data_source Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource end - def threshold_rule_condition - Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition + def rule_metric_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource end def location_threshold_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::LocationThresholdRuleCondition end + def rule_email_action + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + end def management_event_rule_condition Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventRuleCondition end - def rule_email_action - Azure::Monitor::Mgmt::V2016_03_01::Models::RuleEmailAction + def threshold_rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition end def rule_webhook_action Azure::Monitor::Mgmt::V2016_03_01::Models::RuleWebhookAction @@ -409,6 +400,15 @@ def condition_operator def time_aggregation_operator Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator end + def rule_condition + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition + end + def alert_rule_resource_patch + Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch + end + def rule_management_event_claims_data_source + Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource + end def activity_log_alert_leaf_condition Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition end @@ -430,32 +430,38 @@ def activity_log_alert_list def activity_log_alert_resource Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource end + def retention_policy + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + end + def category_type + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + end def proxy_only_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource 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_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 + def log_settings + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings end def diagnostic_settings_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource end + def diagnostic_settings_resource_collection + Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection + end def diagnostic_settings_category_resource Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource end - def category_type - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType + def baseline + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline end - def retention_policy - Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy + def baseline_response + Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse end def baseline_metadata_value Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue @@ -469,11 +475,11 @@ def calculate_baseline_response def sensitivity Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity end - def baseline - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline + def metric_definition_collection + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection end - def baseline_response - Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse + def metric_availability + Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability end def localizable_string Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString @@ -490,8 +496,8 @@ def time_series_element def unit Azure::Monitor::Mgmt::V2018_01_01::Models::Unit end - def aggregation_type - Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType + def response + Azure::Monitor::Mgmt::V2018_01_01::Models::Response end def metric Azure::Monitor::Mgmt::V2018_01_01::Models::Metric @@ -499,17 +505,32 @@ def metric 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_definition Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition end - def metric_definition_collection - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection + def azure_function_receiver + Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver end - def metric_availability - Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability + def metric_alert_status + Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus + 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 receiver_status + Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus + end + def action_group_list + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList + end + def action_group_resource + Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource end def enable_request Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest @@ -523,6 +544,9 @@ def action_group_patch_body def webhook_receiver Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver end + 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 @@ -562,39 +586,15 @@ def metric_alert_action def metric_alert_resource_collection Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection 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 metric_alert_resource - Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource - end - def receiver_status - Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus - end - def action_group_list - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList - end - def action_group_resource - Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource + def action + Azure::Monitor::Mgmt::V2018_04_16::Models::Action end - def metric_alert_single_resource_multiple_metric_criteria - Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria + def resource + Azure::Monitor::Mgmt::V2018_04_16::Models::Resource end def provisioning_state Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState end - def action - Azure::Monitor::Mgmt::V2018_04_16::Models::Action - 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 @@ -619,6 +619,9 @@ def alerting_action def enabled Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled end + def error_response + Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse + end def query_type Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType end @@ -634,9 +637,6 @@ def alert_severity def schedule Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule end - def resource - Azure::Monitor::Mgmt::V2018_04_16::Models::Resource - end def source Azure::Monitor::Mgmt::V2018_04_16::Models::Source end diff --git a/azure_sdk/lib/latest/modules/network_profile_module.rb b/azure_sdk/lib/latest/modules/network_profile_module.rb index cf69b4ade2..9cfddb843c 100644 --- a/azure_sdk/lib/latest/modules/network_profile_module.rb +++ b/azure_sdk/lib/latest/modules/network_profile_module.rb @@ -7,30 +7,6 @@ module Azure::Profiles::Latest module Network module Mgmt - AzureFirewalls = Azure::Network::Mgmt::V2018_08_01::AzureFirewalls - AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags - DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans - ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections - ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections - ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings - ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways - ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections - InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints - NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations - NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles - PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes - ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies - ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions - VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps - VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans - VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites - VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration - VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs - HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections - VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways - VpnConnections = Azure::Network::Mgmt::V2018_08_01::VpnConnections - P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_08_01::P2sVpnServerConfigurations - P2sVpnGateways = Azure::Network::Mgmt::V2018_08_01::P2sVpnGateways ApplicationGateways = Azure::Network::Mgmt::V2018_08_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2018_08_01::ApplicationSecurityGroups AvailableEndpointServices = Azure::Network::Mgmt::V2018_08_01::AvailableEndpointServices @@ -70,8 +46,138 @@ module Mgmt Operations = Azure::Network::Mgmt::V2018_08_01::Operations AvailableDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableDelegations AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableResourceGroupDelegations + AzureFirewalls = Azure::Network::Mgmt::V2018_08_01::AzureFirewalls + AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags + DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans + ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections + ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections + ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings + ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways + ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections + InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints + NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations + NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles + PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes + ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies + ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions + VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps + VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans + VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites + VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration + VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs + HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections + VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways + VpnConnections = Azure::Network::Mgmt::V2018_08_01::VpnConnections + P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_08_01::P2sVpnServerConfigurations + P2sVpnGateways = Azure::Network::Mgmt::V2018_08_01::P2sVpnGateways module Models + LogSpecification = Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification + HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader + ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult + ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult + DeviceProperties = Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties + ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList + ListVpnSitesResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult + VirtualHubId = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId + GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest + ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId + ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration + P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters + PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult + VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters + ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList + ExpressRouteConnectionList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList + ListVirtualHubsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult + InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult + VpnProfileResponse = Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse + ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress + PublicIPPrefixSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku + VpnSiteId = Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId + VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider + NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult + VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders + AvailableDelegation = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation + AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol + ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult + AzureFirewallNatRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule + AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule + ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration + NetworkProfileListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult + DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult + ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId + ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + EndpointService = Azure::Network::Mgmt::V2018_08_01::Models::EndpointService + IpTag = Azure::Network::Mgmt::V2018_08_01::Models::IpTag + ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult + AvailableDelegationsResult = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult + AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule + TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties + TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties + AzureFirewallListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult + DdosProtectionPlan = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan + ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult + HTTPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration + ProtocolConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration + ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + ListVirtualWANsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult + VirtualHubRoute = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute + VirtualHubRouteTable = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable + ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult + AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction + AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult + ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference + VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult + TrafficQuery = Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery + VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth + NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters + MatchedRule = Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule + ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult + NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult + ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration + EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup + ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult + NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult + NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult + AzureFirewallRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction + NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse + NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + InterfaceEndpoint = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition + ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy + IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile + ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation + VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate + AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration + AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection + AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection + AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection + AzureFirewall = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall + AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag + ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection + ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering + ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection + ExpressRouteConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection + ExpressRouteGateway = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway + OutboundRule = Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule + ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration + ContainerNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface + PublicIPPrefix = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate + P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate + P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration + VirtualWAN = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN + VpnSite = Azure::Network::Mgmt::V2018_08_01::Models::VpnSite + HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection + VirtualHub = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub + VpnConnection = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection + VpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway + P2SVpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType @@ -90,7 +196,6 @@ module Models VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType TunnelConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus - HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity ErrorResponse = Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse PublicIPAddressSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku @@ -145,7 +250,7 @@ module Models ApplicationGatewayBackendHealthHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings ApplicationGatewayBackendHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth AzureAsyncOperationResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult - ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy + Error = Azure::Network::Mgmt::V2018_08_01::Models::Error GatewayRoute = Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute NetworkInterfaceLoadBalancerListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult BgpSettings = Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings @@ -168,33 +273,33 @@ module Models AddressSpace = Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace NetworkWatcherListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult TopologyParameters = Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters - ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult + ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup DnsNameAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult Dimension = Azure::Network::Mgmt::V2018_08_01::Models::Dimension EndpointServicesListResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult - ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup MetricSpecification = Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification AuthorizationListResult = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult Topology = Azure::Network::Mgmt::V2018_08_01::Models::Topology - VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters + Usage = Azure::Network::Mgmt::V2018_08_01::Models::Usage BgpServiceCommunityListResult = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult + VerificationIPFlowResult = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig NextHopParameters = Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters ExpressRouteCircuitSku = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku - NextHopResult = Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult + VerificationIPFlowParameters = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters RouteListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult SecurityGroupViewParameters = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters + NextHopResult = Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult NetworkInterfaceAssociation = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult - SubnetAssociation = Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult SecurityRuleAssociations = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult + SubnetAssociation = Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation SecurityGroupViewResult = Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult - RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult PacketCaptureStorageLocation = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation PacketCaptureFilter = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter VirtualNetworkGatewayListConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult @@ -259,232 +364,127 @@ module Models ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup ConnectionMonitorParameters = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters ConnectionMonitor = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor + ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary - ConnectionMonitorResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult TunnelConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth ConnectionMonitorListResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult SubnetListResult = Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult ConnectionStateSnapshot = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot RouteFilterListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult - ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult + ConnectionMonitorResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult VpnClientConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration - Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability + ConnectionMonitorQueryResult = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + RouteFilterRuleListResult = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult Resource = Azure::Network::Mgmt::V2018_08_01::Models::Resource ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort + Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability ApplicationGatewayPathRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule + ApplicationGatewaySslPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration ApplicationGatewayProbe = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap - ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet - ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization - EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult - RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + ApplicationGateway = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway FrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration - LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering - Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe ExpressRouteCircuit = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit - LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering + EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool - NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher - PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter + Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe BgpServiceCommunity = Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity - VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering - PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter + PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule VirtualNetwork = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile VpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration - LocalNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher VpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate - VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + PatchRouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter + LocalNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + VirtualNetworkPeering = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol + ApplicationGatewayTier = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity + VirtualNetworkGateway = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth ApplicationGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName - ApplicationGatewayTier = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol - IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth + ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType - ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode - Usage = Azure::Network::Mgmt::V2018_08_01::Models::Usage - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - VerificationIPFlowResult = Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult AuthorizationUseStatus = Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState Access = Azure::Network::Mgmt::V2018_08_01::Models::Access ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier LoadDistribution = Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution - ProbeProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState LoadBalancerSkuName = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName ProvisioningState = Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState - EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource + ProbeProtocol = Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol NetworkOperationStatus = Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol - AssociationType = Azure::Network::Mgmt::V2018_08_01::Models::AssociationType + EffectiveRouteSource = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource EffectiveRouteState = Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState NextHopType = Azure::Network::Mgmt::V2018_08_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol + AssociationType = Azure::Network::Mgmt::V2018_08_01::Models::AssociationType Direction = Azure::Network::Mgmt::V2018_08_01::Models::Direction PcError = Azure::Network::Mgmt::V2018_08_01::Models::PcError - Origin = Azure::Network::Mgmt::V2018_08_01::Models::Origin + PcProtocol = Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol PcStatus = Azure::Network::Mgmt::V2018_08_01::Models::PcStatus ConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus - ConnectionState = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState + Origin = Azure::Network::Mgmt::V2018_08_01::Models::Origin IssueType = Azure::Network::Mgmt::V2018_08_01::Models::IssueType VirtualNetworkPeeringState = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState - VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType + Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol EvaluationState = Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier - VpnType = Azure::Network::Mgmt::V2018_08_01::Models::VpnType + VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType + ConnectionState = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState BgpPeerState = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState - ProcessorArchitecture = Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier VpnClientProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol - IpsecEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption + VpnType = Azure::Network::Mgmt::V2018_08_01::Models::VpnType IpsecIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity - IkeEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption + IpsecEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption IkeIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity - Error = Azure::Network::Mgmt::V2018_08_01::Models::Error + IkeEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption PfsGroup = Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup DhGroup = Azure::Network::Mgmt::V2018_08_01::Models::DhGroup VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType + ProcessorArchitecture = Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture AuthenticationMethod = Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod Container = Azure::Network::Mgmt::V2018_08_01::Models::Container - Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol - LogSpecification = Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification - ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult - ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult - DeviceProperties = Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties - ExpressRouteCrossConnectionPeeringList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList - ListVpnSitesResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult - VirtualHubId = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId - GetVpnSitesConfigurationRequest = Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest - ExpressRouteCircuitPeeringId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId - ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds - ExpressRouteGatewayPropertiesAutoScaleConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration - P2SVpnProfileParameters = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters - PublicIPPrefixListResult = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult - VpnClientIPsecParameters = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters - ExpressRouteGatewayList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList - ExpressRouteConnectionList = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList - ListVirtualHubsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult - InterfaceEndpointListResult = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult - VpnProfileResponse = Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse - ReferencedPublicIpAddress = Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress - PublicIPPrefixSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku - VpnSiteId = Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId - VirtualWanSecurityProvider = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider - NetworkInterfaceTapConfigurationListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult - VirtualWanSecurityProviders = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders - AvailableDelegation = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation - AzureFirewallApplicationRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol - ListP2SVpnServerConfigurationsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult - AzureFirewallNatRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule - AzureFirewallNetworkRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule - ContainerNetworkInterfaceIpConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration - NetworkProfileListResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult - DdosProtectionPlanListResult = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult - ExpressRouteConnectionId = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId - ExpressRouteCrossConnectionsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult - EndpointService = Azure::Network::Mgmt::V2018_08_01::Models::EndpointService - IpTag = Azure::Network::Mgmt::V2018_08_01::Models::IpTag - ListVpnConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult - AvailableDelegationsResult = Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult - AzureFirewallApplicationRule = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule - TrafficAnalyticsConfigurationProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties - TrafficAnalyticsProperties = Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties - AzureFirewallListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult - DdosProtectionPlan = Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan - ServiceEndpointPolicyDefinitionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult - HTTPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration - ProtocolConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration - ExpressRouteCrossConnectionRoutesTableSummary = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary - ListVirtualWANsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult - VirtualHubRoute = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute - VirtualHubRouteTable = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable - ListHubVirtualNetworkConnectionsResult = Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult - AzureFirewallNatRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction - AzureFirewallFqdnTagListResult = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult - ExpressRouteCircuitReference = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference - VirtualNetworkTapListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult - TrafficQuery = Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery - VpnClientConnectionHealth = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth - NetworkConfigurationDiagnosticParameters = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters - MatchedRule = Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule - ListVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult - NetworkSecurityRulesEvaluationResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult - ApplicationGatewayAutoscaleConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration - EvaluatedNetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup - ServiceEndpointPolicyListResult = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult - NetworkSecurityGroupResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult - NetworkConfigurationDiagnosticResult = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult - AzureFirewallRCAction = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction - NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse - NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration - InterfaceEndpoint = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint - ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy - IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile - ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink - Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation - VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap - ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate - AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration - AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection - AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection - AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection - AzureFirewall = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall - AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag - ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection - ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering - ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection - ExpressRouteConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection - ExpressRouteGateway = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway - OutboundRule = Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule - ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration - ContainerNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface - PublicIPPrefix = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix - P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate - P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate - P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate - P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration - VirtualWAN = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN - VpnSite = Azure::Network::Mgmt::V2018_08_01::Models::VpnSite - HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection - VirtualHub = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub - VpnConnection = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection - VpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway - P2SVpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway end class NetworkManagementClass - attr_reader :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, :interface_endpoints, :network_interface_tap_configurations, :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, :virtual_network_gateway_connections, :local_network_gateways, :network_interfaces, :public_ipaddresses, :operations, :available_delegations, :available_resource_group_delegations, :configurable, :base_url, :options, :model_classes + 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_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, :virtual_network_gateway_connections, :local_network_gateways, :network_interfaces, :public_ipaddresses, :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, :interface_endpoints, :network_interface_tap_configurations, :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, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -494,30 +494,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @azure_firewalls = @client_0.azure_firewalls - @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags - @ddos_protection_plans = @client_0.ddos_protection_plans - @express_route_circuit_connections = @client_0.express_route_circuit_connections - @express_route_cross_connections = @client_0.express_route_cross_connections - @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings - @express_route_gateways = @client_0.express_route_gateways - @express_route_connections = @client_0.express_route_connections - @interface_endpoints = @client_0.interface_endpoints - @network_interface_tap_configurations = @client_0.network_interface_tap_configurations - @network_profiles = @client_0.network_profiles - @public_ipprefixes = @client_0.public_ipprefixes - @service_endpoint_policies = @client_0.service_endpoint_policies - @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions - @virtual_network_taps = @client_0.virtual_network_taps - @virtual_wans = @client_0.virtual_wans - @vpn_sites = @client_0.vpn_sites - @vpn_sites_configuration = @client_0.vpn_sites_configuration - @virtual_hubs = @client_0.virtual_hubs - @hub_virtual_network_connections = @client_0.hub_virtual_network_connections - @vpn_gateways = @client_0.vpn_gateways - @vpn_connections = @client_0.vpn_connections - @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations - @p2s_vpn_gateways = @client_0.p2s_vpn_gateways @application_gateways = @client_0.application_gateways @application_security_groups = @client_0.application_security_groups @available_endpoint_services = @client_0.available_endpoint_services @@ -557,6 +533,30 @@ def initialize(configurable, base_url=nil, options=nil) @operations = @client_0.operations @available_delegations = @client_0.available_delegations @available_resource_group_delegations = @client_0.available_resource_group_delegations + @azure_firewalls = @client_0.azure_firewalls + @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags + @ddos_protection_plans = @client_0.ddos_protection_plans + @express_route_circuit_connections = @client_0.express_route_circuit_connections + @express_route_cross_connections = @client_0.express_route_cross_connections + @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings + @express_route_gateways = @client_0.express_route_gateways + @express_route_connections = @client_0.express_route_connections + @interface_endpoints = @client_0.interface_endpoints + @network_interface_tap_configurations = @client_0.network_interface_tap_configurations + @network_profiles = @client_0.network_profiles + @public_ipprefixes = @client_0.public_ipprefixes + @service_endpoint_policies = @client_0.service_endpoint_policies + @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions + @virtual_network_taps = @client_0.virtual_network_taps + @virtual_wans = @client_0.virtual_wans + @vpn_sites = @client_0.vpn_sites + @vpn_sites_configuration = @client_0.vpn_sites_configuration + @virtual_hubs = @client_0.virtual_hubs + @hub_virtual_network_connections = @client_0.hub_virtual_network_connections + @vpn_gateways = @client_0.vpn_gateways + @vpn_connections = @client_0.vpn_connections + @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations + @p2s_vpn_gateways = @client_0.p2s_vpn_gateways @model_classes = ModelClasses.new end @@ -575,1232 +575,1232 @@ def method_missing(method, *args) end class ModelClasses - def azure_firewall_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType + def log_specification + Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification end - def azure_firewall_application_rule_protocol_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType + def httpheader + Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader end - def azure_firewall_nat_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType + def list_p2_svpn_gateways_result + Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult end - def azure_firewall_network_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol + def express_route_cross_connection_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult end - def express_route_peering_type - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType + def device_properties + Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties end - def express_route_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState + def express_route_cross_connection_peering_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList end - def circuit_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus + def list_vpn_sites_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol + def virtual_hub_id + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId end - def httpmethod - Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod + def get_vpn_sites_configuration_request + Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus + def express_route_circuit_peering_id + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName + def express_route_gateway_properties_auto_scale_configuration_bounds + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds end - def virtual_network_gateway_connection_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol + def express_route_gateway_properties_auto_scale_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration end - def office_traffic_category - Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory + def p2_svpn_profile_parameters + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters end - def vpn_gateway_tunneling_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol + def public_ipprefix_list_result + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult end - def vpn_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus + def vpn_client_ipsec_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters end - def virtual_wan_security_provider_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType + def express_route_gateway_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList end - def tunnel_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + def express_route_connection_list + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList end - def hub_virtual_network_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + def list_virtual_hubs_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult end - def httpheader - Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader + def interface_endpoint_list_result + Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult end - def severity - Azure::Network::Mgmt::V2018_08_01::Models::Severity + def vpn_profile_response + Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse end - def error_response - Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse + def referenced_public_ip_address + Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress end - def public_ipaddress_sku - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku + def public_ipprefix_sku + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku end - def application_gateway_backend_address - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress + def vpn_site_id + Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult + def virtual_wan_security_provider + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider end - def network_interface_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult + def network_interface_tap_configuration_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings + def virtual_wan_security_providers + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult + def available_delegation + Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat + def azure_firewall_application_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol end - def network_interface_dns_settings - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings + def list_p2_svpn_server_configurations_result + Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult end - def application_security_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup + def azure_firewall_nat_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule end - def resource_navigation_link - Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + def azure_firewall_network_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule end - def route - Azure::Network::Mgmt::V2018_08_01::Models::Route + def container_network_interface_ip_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration end - def security_rule - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule + def network_profile_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + def ddos_protection_plan_list_result + Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult end - def backend_address_pool - Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool + def express_route_connection_id + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + def express_route_cross_connections_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult end - def ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration + def endpoint_service + Azure::Network::Mgmt::V2018_08_01::Models::EndpointService end - def operation_display - Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay + def ip_tag + Azure::Network::Mgmt::V2018_08_01::Models::IpTag end - def public_ipaddress - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress + def list_vpn_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult end - def operation - Azure::Network::Mgmt::V2018_08_01::Models::Operation + def available_delegations_result + Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult end - def network_interface - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface + def azure_firewall_application_rule + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule end - def operation_list_result - Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult + def traffic_analytics_configuration_properties + Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties end - def route_table - Azure::Network::Mgmt::V2018_08_01::Models::RouteTable + def traffic_analytics_properties + Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties end - def network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup + def azure_firewall_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration + def ddos_protection_plan + Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan end - def subnet - Azure::Network::Mgmt::V2018_08_01::Models::Subnet + def service_endpoint_policy_definition_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult end - def security_rule_access - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess + def httpconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration end - def security_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + def protocol_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration end - def ipallocation_method - Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + def express_route_cross_connection_routes_table_summary + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary end - def security_rule_direction - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection + def list_virtual_wans_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName + def virtual_hub_route + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute end - def route_next_hop_type - Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType + def virtual_hub_route_table + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable end - def transport_protocol - Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + def list_hub_virtual_network_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult end - def topology_association - Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation + def azure_firewall_nat_rcaction + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction end - def topology_resource - Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource + def azure_firewall_fqdn_tag_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult end - def operation_properties_format_service_specification - Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification + def express_route_circuit_reference + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference + def virtual_network_tap_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult end - def load_balancer_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerListResult + def traffic_query + Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery end - def connection_shared_key - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey + def vpn_client_connection_health + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth end - def inbound_nat_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRuleListResult + def network_configuration_diagnostic_parameters + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters end - def load_balancer_backend_address_pool_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerBackendAddressPoolListResult + def matched_rule + Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule end - def connection_reset_shared_key - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey + def list_vpn_gateways_result + Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult end - def load_balancer_frontend_ipconfiguration_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerFrontendIPConfigurationListResult + def network_security_rules_evaluation_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult end - def ipsec_policy - Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy + def application_gateway_autoscale_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration end - def load_balancer_load_balancing_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerLoadBalancingRuleListResult + def evaluated_network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup end - def gateway_route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult + def service_endpoint_policy_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult end - def load_balancer_probe_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerProbeListResult + def network_security_group_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult + def network_configuration_diagnostic_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult + def azure_firewall_rcaction + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction end - def error_details - Azure::Network::Mgmt::V2018_08_01::Models::ErrorDetails + def network_configuration_diagnostic_response + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings + def network_interface_tap_configuration + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration end - def application_gateway_backend_health - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth + def interface_endpoint + Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint end - def azure_async_operation_result - Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult + def service_endpoint_policy_definition + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy + def service_endpoint_policy + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy end - def gateway_route - Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute + def ipconfiguration_profile + Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile end - def network_interface_load_balancer_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult + def service_association_link + Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink end - def bgp_settings - Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings + def delegation + Azure::Network::Mgmt::V2018_08_01::Models::Delegation end - def effective_network_security_group_association - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupAssociation + def virtual_network_tap + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate end - def effective_network_security_rule - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityRule + def azure_firewall_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch + def azure_firewall_application_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection end - def effective_network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup + def azure_firewall_nat_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection end - def virtual_network_usage_name - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName + def azure_firewall_network_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection end - def effective_network_security_group_list_result - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupListResult + def azure_firewall + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall end - def virtual_network_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult + def azure_firewall_fqdn_tag + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag end - def effective_route - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute + def express_route_circuit_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection end - def sub_resource - Azure::Network::Mgmt::V2018_08_01::Models::SubResource + def express_route_cross_connection_peering + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + def express_route_cross_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection end - def application_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult + def express_route_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection end - def security_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult + def express_route_gateway + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway end - def effective_route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult + def outbound_rule + Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule end - def network_security_group_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult + def container_network_interface_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def container_network_interface + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface end - def address_space - Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace + def public_ipprefix + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix end - def network_watcher_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult + def p2_svpn_server_config_vpn_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate end - def topology_parameters - Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate end - def application_security_group_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate end - def dns_name_availability_result - Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult + def p2_svpn_server_config_radius_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate end - def dimension - Azure::Network::Mgmt::V2018_08_01::Models::Dimension + def p2_svpn_server_configuration + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration end - def endpoint_services_list_result - Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult + def virtual_wan + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup + def vpn_site + Azure::Network::Mgmt::V2018_08_01::Models::VpnSite end - def metric_specification - Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification + def hub_virtual_network_connection + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection end - def authorization_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult + def virtual_hub + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub end - def topology - Azure::Network::Mgmt::V2018_08_01::Models::Topology + def vpn_connection + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection end - def verification_ipflow_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters + def vpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult + def p2_svpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + def azure_firewall_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType end - def next_hop_parameters - Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters + def azure_firewall_application_rule_protocol_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType end - def express_route_circuit_sku - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku + def azure_firewall_nat_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType end - def next_hop_result - Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult + def azure_firewall_network_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol end - def route_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult + def express_route_peering_type + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType end - def security_group_view_parameters - Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters + def express_route_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult + def circuit_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus end - def network_interface_association - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation + def ip_flow_protocol + Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult + def httpmethod + Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod end - def subnet_association - Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName end - def security_rule_associations - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations + def virtual_network_gateway_connection_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def office_traffic_category + Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory end - def security_group_network_interface - Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface + def vpn_gateway_tunneling_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult + def vpn_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus end - def security_group_view_result - Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult + def virtual_wan_security_provider_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult + def tunnel_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus end - def packet_capture_storage_location - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation + def hub_virtual_network_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus end - def packet_capture_filter - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter + def severity + Azure::Network::Mgmt::V2018_08_01::Models::Severity end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult + def error_response + Azure::Network::Mgmt::V2018_08_01::Models::ErrorResponse end - def packet_capture_parameters - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureParameters + def public_ipaddress_sku + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku end - def packet_capture - Azure::Network::Mgmt::V2018_08_01::Models::PacketCapture + def application_gateway_backend_address + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult + def public_ipaddress_list_result + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressListResult end - def packet_capture_result - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureResult + def network_interface_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceListResult end - def packet_capture_list_result - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureListResult + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressDnsSettings end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfigurationListResult end - def packet_capture_query_status_result - Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult + def service_endpoint_properties_format + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat end - def application_gateway_sku - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku + def network_interface_dns_settings + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings end - def troubleshooting_parameters - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters + def application_security_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup end - def bgp_peer_status - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus + def resource_navigation_link + Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink end - def query_troubleshooting_parameters - Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters + def route + Azure::Network::Mgmt::V2018_08_01::Models::Route end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult + def security_rule + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule end - def troubleshooting_recommended_actions - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool end - def ipaddress_availability_result - Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult + def backend_address_pool + Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool end - def troubleshooting_details - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails + def inbound_nat_rule + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule end - def dhcp_options - Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions + def ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration end - def troubleshooting_result - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult + def operation_display + Azure::Network::Mgmt::V2018_08_01::Models::OperationDisplay end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult + def public_ipaddress + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress end - def retention_policy_parameters - Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters + def operation + Azure::Network::Mgmt::V2018_08_01::Models::Operation end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def network_interface + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface end - def flow_log_status_parameters - Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters + def operation_list_result + Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult end - def usages_list_result - Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult + def route_table + Azure::Network::Mgmt::V2018_08_01::Models::RouteTable end - def flow_log_information - Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation + def network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration end - def connectivity_source - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource + def subnet + Azure::Network::Mgmt::V2018_08_01::Models::Subnet end - def bgpcommunity - Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity + def security_rule_access + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess end - def connectivity_destination - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityDestination + def security_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitServiceProviderProperties + def ipallocation_method + Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod end - def connectivity_parameters - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityParameters + def security_rule_direction + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName end - def connectivity_issue - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue + def route_next_hop_type + Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult + def transport_protocol + Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol end - def connectivity_hop - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop + def topology_association + Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation end - def load_balancer_sku - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku + def topology_resource + Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource end - def connectivity_information - Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation + def operation_properties_format_service_specification + Azure::Network::Mgmt::V2018_08_01::Models::OperationPropertiesFormatServiceSpecification end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkConnectionGatewayReference end - def azure_reachability_report_location - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation + def load_balancer_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerListResult end - def azure_reachability_report_parameters - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters + def connection_shared_key + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionSharedKey end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining + def inbound_nat_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRuleListResult end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo + def load_balancer_backend_address_pool_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerBackendAddressPoolListResult end - def vpn_client_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters + def connection_reset_shared_key + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionResetSharedKey end - def azure_reachability_report_item - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem + def load_balancer_frontend_ipconfiguration_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def virtual_network_usage - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage + def ipsec_policy + Azure::Network::Mgmt::V2018_08_01::Models::IpsecPolicy end - def azure_reachability_report - Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport + def load_balancer_load_balancing_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerLoadBalancingRuleListResult end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule + def gateway_route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::GatewayRouteListResult end - def available_providers_list_parameters - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters + def load_balancer_probe_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerProbeListResult end - def tags_object - Azure::Network::Mgmt::V2018_08_01::Models::TagsObject + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatusListResult end - def available_providers_list_city - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListResult end - def express_route_circuit_stats - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats + def error_details + Azure::Network::Mgmt::V2018_08_01::Models::ErrorDetails end - def available_providers_list_state - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def usage_name - Azure::Network::Mgmt::V2018_08_01::Models::UsageName + def application_gateway_backend_health + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealth end - def available_providers_list_country - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry + def azure_async_operation_result + Azure::Network::Mgmt::V2018_08_01::Models::AzureAsyncOperationResult end - def route_table_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult + def error + Azure::Network::Mgmt::V2018_08_01::Models::Error end - def available_providers_list - Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList + def gateway_route + Azure::Network::Mgmt::V2018_08_01::Models::GatewayRoute end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult + def network_interface_load_balancer_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceLoadBalancerListResult end - def connection_monitor_source - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource + def bgp_settings + Azure::Network::Mgmt::V2018_08_01::Models::BgpSettings end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool + def effective_network_security_group_association + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupAssociation end - def connection_monitor_destination - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySku end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def effective_network_security_rule + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityRule end - def connection_monitor_parameters - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbeHealthResponseMatch end - def connection_monitor - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor + def effective_network_security_group + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroup end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary + def virtual_network_usage_name + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsageName end - def connection_monitor_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult + def effective_network_security_group_list_result + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveNetworkSecurityGroupListResult end - def tunnel_connection_health - Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth + def virtual_network_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListResult end - def connection_monitor_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult + def effective_route + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRoute end - def subnet_list_result - Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult + def sub_resource + Azure::Network::Mgmt::V2018_08_01::Models::SubResource end - def connection_state_snapshot - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end - def route_filter_list_result - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult + def application_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayListResult end - def connection_monitor_query_result - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult + def security_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleListResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult + def effective_route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration + def network_security_group_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupListResult end - def availability - Azure::Network::Mgmt::V2018_08_01::Models::Availability + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings + def address_space + Azure::Network::Mgmt::V2018_08_01::Models::AddressSpace end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration + def network_watcher_list_result + Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcherListResult end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + def topology_parameters + Azure::Network::Mgmt::V2018_08_01::Models::TopologyParameters end - def resource - Azure::Network::Mgmt::V2018_08_01::Models::Resource + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleGroup end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate + def dns_name_availability_result + Azure::Network::Mgmt::V2018_08_01::Models::DnsNameAvailabilityResult end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration + def dimension + Azure::Network::Mgmt::V2018_08_01::Models::Dimension end - def application_gateway_http_listener - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener + def endpoint_services_list_result + Azure::Network::Mgmt::V2018_08_01::Models::EndpointServicesListResult end - def application_gateway_path_rule - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule + def metric_specification + Azure::Network::Mgmt::V2018_08_01::Models::MetricSpecification end - def application_gateway_probe - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe + def authorization_list_result + Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationListResult end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule + def topology + Azure::Network::Mgmt::V2018_08_01::Models::Topology end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration + def usage + Azure::Network::Mgmt::V2018_08_01::Models::Usage end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap + def bgp_service_community_list_result + Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunityListResult end - def application_gateway - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway + def verification_ipflow_result + Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_08_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable + def next_hop_parameters + Azure::Network::Mgmt::V2018_08_01::Models::NextHopParameters end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort + def express_route_circuit_sku + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSku end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy + def verification_ipflow_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowParameters end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions + def route_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteListResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + def security_group_view_parameters + Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewParameters end - def endpoint_service_result - Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult + def next_hop_result + Azure::Network::Mgmt::V2018_08_01::Models::NextHopResult end - def route_filter - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsArpTableListResult end - def route_filter_rule - Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule + def network_interface_association + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceAssociation end - def express_route_service_provider - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableListResult end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end - def load_balancing_rule - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule + def security_rule_associations + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAssociations end - def express_route_circuit_peering - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderBandwidthsOffered end - def probe - Azure::Network::Mgmt::V2018_08_01::Models::Probe + def security_group_network_interface + Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupNetworkInterface end - def express_route_circuit - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProviderListResult end - def load_balancer - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer + def subnet_association + Azure::Network::Mgmt::V2018_08_01::Models::SubnetAssociation end - def inbound_nat_pool - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + def security_group_view_result + Azure::Network::Mgmt::V2018_08_01::Models::SecurityGroupViewResult end - def network_watcher - Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher + def packet_capture_storage_location + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureStorageLocation end - def patch_route_filter_rule - Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule + def packet_capture_filter + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureFilter end - def bgp_service_community - Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayListConnectionsResult end - def virtual_network_peering - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering + def packet_capture_parameters + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureParameters end - def patch_route_filter - Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter + def packet_capture + Azure::Network::Mgmt::V2018_08_01::Models::PacketCapture end - def virtual_network - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListResult end - def network_profile - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + def packet_capture_result + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureResult end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate + def packet_capture_list_result + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureListResult end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer end - def local_network_gateway - Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway + def packet_capture_query_status_result + Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate + def application_gateway_sku + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku end - def virtual_network_gateway - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway + def troubleshooting_parameters + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity + def bgp_peer_status + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection + def query_troubleshooting_parameters + Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult end - def application_gateway_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName + def troubleshooting_recommended_actions + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions end - def application_gateway_tier - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier + def ipaddress_availability_result + Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol + def troubleshooting_details + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails end - def application_gateway_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol + def dhcp_options + Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions end - def ipversion - Azure::Network::Mgmt::V2018_08_01::Models::IPVersion + def troubleshooting_result + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite + def retention_policy_parameters + Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity + def flow_log_status_parameters + Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType + def usages_list_result + Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType + def flow_log_information + Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation end - def application_gateway_operational_state - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig end - def application_gateway_firewall_mode - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode + def connectivity_source + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource end - def usage - Azure::Network::Mgmt::V2018_08_01::Models::Usage + def bgpcommunity + Azure::Network::Mgmt::V2018_08_01::Models::BGPCommunity end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def connectivity_destination + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityDestination end - def verification_ipflow_result - Azure::Network::Mgmt::V2018_08_01::Models::VerificationIPFlowResult + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitServiceProviderProperties end - def authorization_use_status - Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus + def connectivity_parameters + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityParameters end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTable end - def access - Azure::Network::Mgmt::V2018_08_01::Models::Access + def connectivity_issue + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityIssue end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily + def express_route_circuit_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitListResult end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState + def connectivity_hop + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityHop end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier + def load_balancer_sku + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSku end - def load_distribution - Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution + def connectivity_information + Azure::Network::Mgmt::V2018_08_01::Models::ConnectivityInformation end - def probe_protocol - Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol + def vpn_device_script_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnDeviceScriptParameters end - def load_balancer_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName + def azure_reachability_report_location + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLocation end - def provisioning_state - Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState + def azure_reachability_report_parameters + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportParameters end - def effective_route_source - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource + def application_gateway_connection_draining + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayConnectionDraining end - def network_operation_status - Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportLatencyInfo end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol + def vpn_client_parameters + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientParameters end - def association_type - Azure::Network::Mgmt::V2018_08_01::Models::AssociationType + def azure_reachability_report_item + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReportItem end - def effective_route_state - Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState + def virtual_network_usage + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkUsage end - def next_hop_type - Azure::Network::Mgmt::V2018_08_01::Models::NextHopType + def azure_reachability_report + Azure::Network::Mgmt::V2018_08_01::Models::AzureReachabilityReport end - def pc_protocol - Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRule end - def direction - Azure::Network::Mgmt::V2018_08_01::Models::Direction + def available_providers_list_parameters + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListParameters end - def pc_error - Azure::Network::Mgmt::V2018_08_01::Models::PcError + def tags_object + Azure::Network::Mgmt::V2018_08_01::Models::TagsObject end - def origin - Azure::Network::Mgmt::V2018_08_01::Models::Origin + def available_providers_list_city + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCity end - def pc_status - Azure::Network::Mgmt::V2018_08_01::Models::PcStatus + def express_route_circuit_stats + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitStats end - def connection_status - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus + def available_providers_list_state + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListState end - def connection_state - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState + def usage_name + Azure::Network::Mgmt::V2018_08_01::Models::UsageName end - def issue_type - Azure::Network::Mgmt::V2018_08_01::Models::IssueType + def available_providers_list_country + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersListCountry end - def virtual_network_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState + def route_table_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteTableListResult end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType + def available_providers_list + Azure::Network::Mgmt::V2018_08_01::Models::AvailableProvidersList end - def evaluation_state - Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState + def local_network_gateway_list_result + Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGatewayListResult end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName + def connection_monitor_source + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSource end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthPool end - def vpn_type - Azure::Network::Mgmt::V2018_08_01::Models::VpnType + def connection_monitor_destination + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorDestination end - def bgp_peer_state - Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def processor_architecture - Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture + def connection_monitor_parameters + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorParameters end - def vpn_client_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol + def connection_monitor + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitor end - def ipsec_encryption - Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption + def application_security_group_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroupListResult end - def ipsec_integrity - Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitRoutesTableSummary end - def ike_encryption - Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption + def tunnel_connection_health + Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionHealth end - def ike_integrity - Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity + def connection_monitor_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorListResult end - def error - Azure::Network::Mgmt::V2018_08_01::Models::Error + def subnet_list_result + Azure::Network::Mgmt::V2018_08_01::Models::SubnetListResult end - def pfs_group - Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup + def connection_state_snapshot + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStateSnapshot end - def dh_group - Azure::Network::Mgmt::V2018_08_01::Models::DhGroup + def route_filter_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterListResult end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus + def connection_monitor_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorResult end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringListResult end - def authentication_method - Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod + def vpn_client_configuration + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConfiguration end - def container - Azure::Network::Mgmt::V2018_08_01::Models::Container + def connection_monitor_query_result + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorQueryResult end - def protocol - Azure::Network::Mgmt::V2018_08_01::Models::Protocol + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings end - def log_specification - Azure::Network::Mgmt::V2018_08_01::Models::LogSpecification + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration end - def list_p2_svpn_gateways_result - Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult + def route_filter_rule_list_result + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRuleListResult end - def express_route_cross_connection_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult + def resource + Azure::Network::Mgmt::V2018_08_01::Models::Resource end - def device_properties - Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate end - def express_route_cross_connection_peering_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeeringList + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate end - def list_vpn_sites_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnSitesResult + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitArpTable end - def virtual_hub_id - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubId + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration end - def get_vpn_sites_configuration_request - Azure::Network::Mgmt::V2018_08_01::Models::GetVpnSitesConfigurationRequest + def application_gateway_frontend_port + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort end - def express_route_circuit_peering_id - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringId + def availability + Azure::Network::Mgmt::V2018_08_01::Models::Availability end - def express_route_gateway_properties_auto_scale_configuration_bounds - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds + def application_gateway_path_rule + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayPathRule end - def express_route_gateway_properties_auto_scale_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayPropertiesAutoScaleConfiguration + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicy end - def p2_svpn_profile_parameters - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnProfileParameters + def application_gateway_url_path_map + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayUrlPathMap end - def public_ipprefix_list_result - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixListResult + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectConfiguration end - def vpn_client_ipsec_parameters - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientIPsecParameters + def application_gateway_probe + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProbe end - def express_route_gateway_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGatewayList + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRule end - def express_route_connection_list - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionList + def application_gateway_http_listener + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayHttpListener end - def list_virtual_hubs_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualHubsResult + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions end - def interface_endpoint_list_result - Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpointListResult + def route_filter_rule + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule end - def vpn_profile_response - Azure::Network::Mgmt::V2018_08_01::Models::VpnProfileResponse + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallRuleSet end - def referenced_public_ip_address - Azure::Network::Mgmt::V2018_08_01::Models::ReferencedPublicIpAddress + def express_route_circuit_authorization + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization end - def public_ipprefix_sku - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSku + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy end - def vpn_site_id - Azure::Network::Mgmt::V2018_08_01::Models::VpnSiteId + def application_gateway + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGateway end - def virtual_wan_security_provider - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProvider + def frontend_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::FrontendIPConfiguration end - def network_interface_tap_configuration_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfigurationListResult + def express_route_circuit + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuit end - def virtual_wan_security_providers - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviders + def express_route_circuit_peering + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering end - def available_delegation - Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegation + def endpoint_service_result + Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult end - def azure_firewall_application_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocol + def inbound_nat_pool + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool end - def list_p2_svpn_server_configurations_result - Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnServerConfigurationsResult + def express_route_service_provider + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteServiceProvider end - def azure_firewall_nat_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRule + def load_balancer + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer end - def azure_firewall_network_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRule + def route_filter + Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter end - def container_network_interface_ip_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceIpConfiguration + def probe + Azure::Network::Mgmt::V2018_08_01::Models::Probe end - def network_profile_list_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfileListResult + def bgp_service_community + Azure::Network::Mgmt::V2018_08_01::Models::BgpServiceCommunity end - def ddos_protection_plan_list_result - Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlanListResult + def patch_route_filter_rule + Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule end - def express_route_connection_id - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnectionId + def load_balancing_rule + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule end - def express_route_cross_connections_routes_table_summary_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionsRoutesTableSummaryListResult + def virtual_network + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetwork end - def endpoint_service - Azure::Network::Mgmt::V2018_08_01::Models::EndpointService + def network_profile + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile end - def ip_tag - Azure::Network::Mgmt::V2018_08_01::Models::IpTag + def vpn_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRootCertificate end - def list_vpn_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnConnectionsResult + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayIPConfiguration end - def available_delegations_result - Azure::Network::Mgmt::V2018_08_01::Models::AvailableDelegationsResult + def network_watcher + Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher end - def azure_firewall_application_rule - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRule + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientRevokedCertificate end - def traffic_analytics_configuration_properties - Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsConfigurationProperties + def patch_route_filter + Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilter end - def traffic_analytics_properties - Azure::Network::Mgmt::V2018_08_01::Models::TrafficAnalyticsProperties + def local_network_gateway + Azure::Network::Mgmt::V2018_08_01::Models::LocalNetworkGateway end - def azure_firewall_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallListResult + def virtual_network_peering + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeering end - def ddos_protection_plan - Azure::Network::Mgmt::V2018_08_01::Models::DdosProtectionPlan + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayCookieBasedAffinity end - def service_endpoint_policy_definition_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinitionListResult + def application_gateway_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayProtocol end - def httpconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::HTTPConfiguration + def application_gateway_tier + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTier end - def protocol_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ProtocolConfiguration + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionListEntity end - def express_route_cross_connection_routes_table_summary - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionRoutesTableSummary + def virtual_network_gateway + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGateway end - def list_virtual_wans_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVirtualWANsResult + def ipversion + Azure::Network::Mgmt::V2018_08_01::Models::IPVersion end - def virtual_hub_route - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRoute + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnection end - def virtual_hub_route_table - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHubRouteTable + def application_gateway_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySkuName end - def list_hub_virtual_network_connections_result - Azure::Network::Mgmt::V2018_08_01::Models::ListHubVirtualNetworkConnectionsResult + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyName end - def azure_firewall_nat_rcaction - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCAction + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslProtocol end - def azure_firewall_fqdn_tag_list_result - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTagListResult + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServerHealth end - def express_route_circuit_reference - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitReference + def application_gateway_redirect_type + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRedirectType end - def virtual_network_tap_list_result - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTapListResult + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCipherSuite end - def traffic_query - Azure::Network::Mgmt::V2018_08_01::Models::TrafficQuery + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayRequestRoutingRuleType end - def vpn_client_connection_health - Azure::Network::Mgmt::V2018_08_01::Models::VpnClientConnectionHealth + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPolicyType end - def network_configuration_diagnostic_parameters - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticParameters + def application_gateway_operational_state + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayOperationalState end - def matched_rule - Azure::Network::Mgmt::V2018_08_01::Models::MatchedRule + def application_gateway_firewall_mode + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFirewallMode end - def list_vpn_gateways_result - Azure::Network::Mgmt::V2018_08_01::Models::ListVpnGatewaysResult + def authorization_use_status + Azure::Network::Mgmt::V2018_08_01::Models::AuthorizationUseStatus end - def network_security_rules_evaluation_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityRulesEvaluationResult + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end - def application_gateway_autoscale_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAutoscaleConfiguration + def access + Azure::Network::Mgmt::V2018_08_01::Models::Access end - def evaluated_network_security_group - Azure::Network::Mgmt::V2018_08_01::Models::EvaluatedNetworkSecurityGroup + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuFamily end - def service_endpoint_policy_list_result - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyListResult + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringState end - def network_security_group_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroupResult + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitSkuTier end - def network_configuration_diagnostic_result - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult + def load_distribution + Azure::Network::Mgmt::V2018_08_01::Models::LoadDistribution end - def azure_firewall_rcaction - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction + def service_provider_provisioning_state + Azure::Network::Mgmt::V2018_08_01::Models::ServiceProviderProvisioningState end - def network_configuration_diagnostic_response - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse + def load_balancer_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancerSkuName end - def network_interface_tap_configuration - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + def provisioning_state + Azure::Network::Mgmt::V2018_08_01::Models::ProvisioningState end - def interface_endpoint - Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint + def probe_protocol + Azure::Network::Mgmt::V2018_08_01::Models::ProbeProtocol end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition + def network_operation_status + Azure::Network::Mgmt::V2018_08_01::Models::NetworkOperationStatus end - def service_endpoint_policy - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy + def effective_security_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveSecurityRuleProtocol end - def ipconfiguration_profile - Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile + def effective_route_source + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteSource end - def service_association_link - Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + def effective_route_state + Azure::Network::Mgmt::V2018_08_01::Models::EffectiveRouteState end - def delegation - Azure::Network::Mgmt::V2018_08_01::Models::Delegation + def next_hop_type + Azure::Network::Mgmt::V2018_08_01::Models::NextHopType end - def virtual_network_tap - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + def association_type + Azure::Network::Mgmt::V2018_08_01::Models::AssociationType end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate + def direction + Azure::Network::Mgmt::V2018_08_01::Models::Direction end - def azure_firewall_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration + def pc_error + Azure::Network::Mgmt::V2018_08_01::Models::PcError end - def azure_firewall_application_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection + def pc_protocol + Azure::Network::Mgmt::V2018_08_01::Models::PcProtocol end - def azure_firewall_nat_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection + def pc_status + Azure::Network::Mgmt::V2018_08_01::Models::PcStatus end - def azure_firewall_network_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection + def connection_status + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionStatus end - def azure_firewall - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall + def origin + Azure::Network::Mgmt::V2018_08_01::Models::Origin end - def azure_firewall_fqdn_tag - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag + def issue_type + Azure::Network::Mgmt::V2018_08_01::Models::IssueType end - def express_route_circuit_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection + def virtual_network_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringState end - def express_route_cross_connection_peering - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering + def protocol + Azure::Network::Mgmt::V2018_08_01::Models::Protocol end - def express_route_cross_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection + def evaluation_state + Azure::Network::Mgmt::V2018_08_01::Models::EvaluationState end - def express_route_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName end - def express_route_gateway - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway + def virtual_network_gateway_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType end - def outbound_rule - Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule + def connection_state + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionState end - def container_network_interface_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration + def bgp_peer_state + Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState end - def container_network_interface - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier end - def public_ipprefix - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + def vpn_client_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol end - def p2_svpn_server_config_vpn_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate + def vpn_type + Azure::Network::Mgmt::V2018_08_01::Models::VpnType end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate + def ipsec_integrity + Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + def ipsec_encryption + Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption end - def p2_svpn_server_config_radius_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate + def ike_integrity + Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity end - def p2_svpn_server_configuration - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration + def ike_encryption + Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption end - def virtual_wan - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN + def pfs_group + Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup end - def vpn_site - Azure::Network::Mgmt::V2018_08_01::Models::VpnSite + def dh_group + Azure::Network::Mgmt::V2018_08_01::Models::DhGroup end - def hub_virtual_network_connection - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus end - def virtual_hub - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType end - def vpn_connection - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection + def processor_architecture + Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture end - def vpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway + def authentication_method + Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod end - def p2_svpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway + def container + Azure::Network::Mgmt::V2018_08_01::Models::Container 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 5a266b705b..dc8ce85b37 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 - ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject NewsArticle = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle + ErrorResponse = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse News = Azure::CognitiveServices::NewsSearch::V1_0::Models::News NewsTopic = Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic - Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article - Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query ResponseBase = Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + Query = Azure::CognitiveServices::NewsSearch::V1_0::Models::Query + Article = Azure::CognitiveServices::NewsSearch::V1_0::Models::Article TrendingTopics = Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics - Response = Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + VideoObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject SearchResultsAnswer = Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer Identifiable = Azure::CognitiveServices::NewsSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer + Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error Thing = Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing - CreativeWork = Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork ErrorCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - SafeSearch = Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - Freshness = Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - Organization = Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - MediaObject = Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - Error = Azure::CognitiveServices::NewsSearch::V1_0::Models::Error end class NewsSearchDataClass @@ -65,35 +65,59 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + def error_sub_code + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode + end + def creative_work + Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork + end + def safe_search + Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat + end + def freshness + Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness + end + def response + Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + end + def image_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject + end + def organization + Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization + end + def media_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject end def news_article Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsArticle end + def error_response + Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorResponse + end def news Azure::CognitiveServices::NewsSearch::V1_0::Models::News end def news_topic Azure::CognitiveServices::NewsSearch::V1_0::Models::NewsTopic end - def article - Azure::CognitiveServices::NewsSearch::V1_0::Models::Article + def response_base + Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase end def query Azure::CognitiveServices::NewsSearch::V1_0::Models::Query end - def response_base - Azure::CognitiveServices::NewsSearch::V1_0::Models::ResponseBase - end - def video_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject + def article + Azure::CognitiveServices::NewsSearch::V1_0::Models::Article end def trending_topics Azure::CognitiveServices::NewsSearch::V1_0::Models::TrendingTopics end - def response - Azure::CognitiveServices::NewsSearch::V1_0::Models::Response + def video_object + Azure::CognitiveServices::NewsSearch::V1_0::Models::VideoObject end def search_results_answer Azure::CognitiveServices::NewsSearch::V1_0::Models::SearchResultsAnswer @@ -104,39 +128,15 @@ def identifiable def answer Azure::CognitiveServices::NewsSearch::V1_0::Models::Answer end + def error + Azure::CognitiveServices::NewsSearch::V1_0::Models::Error + end def thing Azure::CognitiveServices::NewsSearch::V1_0::Models::Thing end - def creative_work - Azure::CognitiveServices::NewsSearch::V1_0::Models::CreativeWork - end def error_code Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorCode end - def error_sub_code - Azure::CognitiveServices::NewsSearch::V1_0::Models::ErrorSubCode - end - def safe_search - Azure::CognitiveServices::NewsSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::NewsSearch::V1_0::Models::TextFormat - end - def freshness - Azure::CognitiveServices::NewsSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::ImageObject - end - def organization - Azure::CognitiveServices::NewsSearch::V1_0::Models::Organization - end - def media_object - Azure::CognitiveServices::NewsSearch::V1_0::Models::MediaObject - end - def error - Azure::CognitiveServices::NewsSearch::V1_0::Models::Error - 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 ad3d1bf120..e7807e860e 100644 --- a/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb +++ b/azure_sdk/lib/latest/modules/notificationhubs_profile_module.rb @@ -7,49 +7,49 @@ module Azure::Profiles::Latest module NotificationHubs module Mgmt - Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces NotificationHubs = Azure::NotificationHubs::Mgmt::V2017_04_01::NotificationHubs + Namespaces = Azure::NotificationHubs::Mgmt::V2017_04_01::Namespaces Operations = Azure::NotificationHubs::Mgmt::V2017_04_01::Operations module Models - Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku - ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse - AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights - ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys - PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource - ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - 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 - SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult - SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult - SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - 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 CheckAvailabilityResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult - Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource NamespaceCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters NamespaceResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceResource SharedAccessAuthorizationRuleResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource + Resource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource NotificationHubCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters NotificationHubPatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubPatchParameters NotificationHubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubResource DebugSendResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse - OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource NamespaceType = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType + OperationDisplay = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay Operation = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation OperationListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationListResult SubResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource - PnsCredentialsResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource SkuName = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName + Sku = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + ErrorResponse = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + AccessRights = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights + ResourceListKeys = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ResourceListKeys + PolicykeyResource = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PolicykeyResource + ApnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + 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 + SharedAccessAuthorizationRuleCreateOrUpdateParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters + NotificationHubListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubListResult + SharedAccessAuthorizationRuleListResult = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleListResult + SharedAccessAuthorizationRuleProperties = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + MpnsCredential = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + NamespacePatchParameters = Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters end class NotificationHubsManagementClass - attr_reader :namespaces, :notification_hubs, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :notification_hubs, :namespaces, :operations, :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) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @namespaces = @client_0.namespaces @notification_hubs = @client_0.notification_hubs + @namespaces = @client_0.namespaces @operations = @client_0.operations @model_classes = ModelClasses.new @@ -80,51 +80,6 @@ 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 access_rights - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights - 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 apns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential - end - def wns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential - end - def check_availability_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters - end - def gcm_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential - end - def shared_access_authorization_rule_create_or_update_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters - 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 shared_access_authorization_rule_properties - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties - end - def mpns_credential - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential - end - def namespace_patch_parameters - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters - end def adm_credential Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AdmCredential end @@ -137,9 +92,6 @@ def baidu_credential def check_availability_result Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityResult end - def resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource - end def namespace_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceCreateOrUpdateParameters end @@ -149,6 +101,9 @@ def namespace_resource def shared_access_authorization_rule_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleResource end + def resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Resource + end def notification_hub_create_or_update_parameters Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NotificationHubCreateOrUpdateParameters end @@ -161,12 +116,15 @@ def notification_hub_resource def debug_send_response Azure::NotificationHubs::Mgmt::V2017_04_01::Models::DebugSendResponse end - def operation_display - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + def pns_credentials_resource + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource end def namespace_type Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespaceType end + def operation_display + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::OperationDisplay + end def operation Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Operation end @@ -176,12 +134,54 @@ def operation_list_result def sub_resource Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SubResource end - def pns_credentials_resource - Azure::NotificationHubs::Mgmt::V2017_04_01::Models::PnsCredentialsResource - end def sku_name Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SkuName end + def sku + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::Sku + end + def error_response + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ErrorResponse + end + def access_rights + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::AccessRights + 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 apns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::ApnsCredential + end + def wns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::WnsCredential + end + def check_availability_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::CheckAvailabilityParameters + end + def gcm_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::GcmCredential + end + def shared_access_authorization_rule_create_or_update_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleCreateOrUpdateParameters + 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 shared_access_authorization_rule_properties + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::SharedAccessAuthorizationRuleProperties + end + def mpns_credential + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::MpnsCredential + end + def namespace_patch_parameters + Azure::NotificationHubs::Mgmt::V2017_04_01::Models::NamespacePatchParameters + end end end end diff --git a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb index fe0795cb67..2b91b391a7 100644 --- a/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/operationalinsights_profile_module.rb @@ -9,37 +9,50 @@ 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 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 module Models - 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 - SearchMetadataSchema = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema - Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag - 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 - WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters SearchError = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError - WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + WorkspacePurgeBodyFilters = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters WorkspacePurgeBody = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + SearchResultsResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse + WorkspacePurgeResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse WorkspacePurgeStatusResponse = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse SearchMetadata = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata SearchSortEnum = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum StorageInsight = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight - StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState PurgeState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + StorageInsightState = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + Tag = Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag 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 + 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 + SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys + DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult + WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult + LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService + Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace + DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind + DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource + Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource + EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus + SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum + OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay + Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation + OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult Sku = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku MetricName = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::MetricName ProxyResource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ProxyResource @@ -47,26 +60,13 @@ module Models 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 - DataSource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - SkuNameEnum = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum - WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult DataSourceFilter = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter - SharedKeys = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys + WorkspaceListManagementGroupsResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult IntelligencePack = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack - WorkspaceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - DataSourceListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - DataSourceKind = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - LinkedService = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - Resource = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource - EntityStatus = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus - Workspace = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace - OperationDisplay = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay - Operation = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation - OperationListResult = Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult end class OperationalInsightsManagementClass - attr_reader :storage_insights, :saved_searches, :linked_services, :data_sources, :workspaces, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :storage_insights, :saved_searches, :data_sources, :workspaces, :operations, :linked_services, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -84,10 +84,10 @@ def initialize(configurable, base_url=nil, options=nil) @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 @model_classes = ModelClasses.new end @@ -108,6 +108,51 @@ def method_missing(method, *args) end class ModelClasses + 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 workspace_purge_body + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + end + def search_results_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse + end + def workspace_purge_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + end + def workspace_purge_status_response + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse + end + def search_metadata + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + end + def search_sort_enum + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + end + def storage_insight + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + end + def purge_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + end + def storage_insight_state + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + end + def tag + Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag + end + 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 @@ -129,9 +174,6 @@ def core_summary def search_metadata_schema Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadataSchema end - def tag - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::Tag - end def storage_insight_status Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightStatus end @@ -141,47 +183,44 @@ def saved_search def saved_searches_list_result Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SavedSearchesListResult end - def search_results_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchResultsResponse - end - def storage_insight_list_result - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightListResult + def shared_keys + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys end - def search_sort - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSort + def data_source_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult end - def workspace_purge_body_filters - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBodyFilters + def workspace_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult end - def search_error - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchError + def linked_service + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService end - def workspace_purge_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeResponse + def workspace + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace end - def workspace_purge_body - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeBody + def data_source_kind + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind end - def workspace_purge_status_response - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::WorkspacePurgeStatusResponse + def data_source + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource end - def search_metadata - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchMetadata + def resource + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource end - def search_sort_enum - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::SearchSortEnum + def entity_status + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus end - def storage_insight - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsight + def sku_name_enum + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum end - def storage_insight_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageInsightState + def operation_display + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay end - def purge_state - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::PurgeState + def operation + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation end - def storage_account - Azure::OperationalInsights::Mgmt::V2015_03_20::Models::StorageAccount + def operation_list_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult end def sku Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Sku @@ -204,54 +243,15 @@ def linked_service_list_result def management_group Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::ManagementGroup end - def data_source - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSource - end - def sku_name_enum - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SkuNameEnum - end - def workspace_list_management_groups_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult - end def data_source_filter Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceFilter end - def shared_keys - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::SharedKeys + def workspace_list_management_groups_result + Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListManagementGroupsResult end def intelligence_pack Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::IntelligencePack end - def workspace_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::WorkspaceListResult - end - def data_source_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceListResult - end - def data_source_kind - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::DataSourceKind - end - def linked_service - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::LinkedService - end - def resource - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Resource - end - def entity_status - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::EntityStatus - end - def workspace - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Workspace - end - def operation_display - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationDisplay - end - def operation - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::Operation - end - def operation_list_result - Azure::OperationalInsights::Mgmt::V2015_11_01_preview::Models::OperationListResult - 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 887e5ba36c..53e8ac067f 100644 --- a/azure_sdk/lib/latest/modules/policy_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policy_profile_module.rb @@ -7,26 +7,26 @@ module Azure::Profiles::Latest module Policy module Mgmt + PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions PolicyDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicyDefinitions PolicyAssignments = Azure::Policy::Mgmt::V2018_03_01::PolicyAssignments - PolicySetDefinitions = Azure::Policy::Mgmt::V2018_03_01::PolicySetDefinitions module Models + PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult + ErrorResponse = Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku + PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment PolicyDefinition = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinition PolicyAssignmentListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyDefinitionListResult PolicyType = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyType PolicyMode = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyMode 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 - PolicySetDefinitionListResult = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult - PolicySku = Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku - PolicyAssignment = Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment end class PolicyManagementClass - attr_reader :policy_definitions, :policy_assignments, :policy_set_definitions, :configurable, :base_url, :options, :model_classes + attr_reader :policy_set_definitions, :policy_definitions, :policy_assignments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -36,9 +36,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @policy_set_definitions = @client_0.policy_set_definitions @policy_definitions = @client_0.policy_definitions @policy_assignments = @client_0.policy_assignments - @policy_set_definitions = @client_0.policy_set_definitions @model_classes = ModelClasses.new end @@ -57,6 +57,18 @@ def method_missing(method, *args) end class ModelClasses + def policy_set_definition_list_result + Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult + end + def error_response + Azure::Policy::Mgmt::V2018_03_01::Models::ErrorResponse + end + def policy_sku + Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku + 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 @@ -75,21 +87,9 @@ def policy_mode 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_set_definition_list_result - Azure::Policy::Mgmt::V2018_03_01::Models::PolicySetDefinitionListResult - end - def policy_sku - Azure::Policy::Mgmt::V2018_03_01::Models::PolicySku - end - def policy_assignment - Azure::Policy::Mgmt::V2018_03_01::Models::PolicyAssignment - end end end end diff --git a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb index 71c0514c4e..bad0edd18f 100644 --- a/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb +++ b/azure_sdk/lib/latest/modules/policyinsights_profile_module.rb @@ -7,8 +7,8 @@ module Azure::Profiles::Latest module PolicyInsights module Mgmt - PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents PolicyStates = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyStates + PolicyEvents = Azure::PolicyInsights::Mgmt::V2018_04_04::PolicyEvents Operations = Azure::PolicyInsights::Mgmt::V2018_04_04::Operations module Models @@ -18,20 +18,20 @@ module Models Summary = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Summary 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 - OperationDisplay = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults PolicyState = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState - SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + OperationsListResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults QueryFailureError = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError + PolicyStatesQueryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults PolicyStatesResource = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource + SummaryResults = Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults 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 :policy_states, :policy_events, :operations, :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) - @policy_events = @client_0.policy_events @policy_states = @client_0.policy_states + @policy_events = @client_0.policy_events @operations = @client_0.operations @model_classes = ModelClasses.new @@ -80,8 +80,8 @@ def query_failure def summarize_results Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummarizeResults end - def policy_states_query_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults + def operation_display + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay end def policy_event Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyEvent @@ -89,24 +89,24 @@ def policy_event def operation Azure::PolicyInsights::Mgmt::V2018_04_04::Models::Operation end - def operation_display - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationDisplay - end - def operations_list_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults - end def policy_state Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyState end - def summary_results - Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + def operations_list_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::OperationsListResults end def query_failure_error Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryFailureError end + def policy_states_query_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesQueryResults + end def policy_states_resource Azure::PolicyInsights::Mgmt::V2018_04_04::Models::PolicyStatesResource end + def summary_results + Azure::PolicyInsights::Mgmt::V2018_04_04::Models::SummaryResults + end def query_options Azure::PolicyInsights::Mgmt::V2018_04_04::Models::QueryOptions end diff --git a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb index b9d3eacea1..c8e7709658 100644 --- a/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb +++ b/azure_sdk/lib/latest/modules/powerbiembedded_profile_module.rb @@ -11,8 +11,14 @@ module Mgmt Workspaces = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Workspaces module Models - WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + 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 + Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace CheckNameRequest = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameRequest + WorkspaceList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys WorkspaceCollectionList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList CheckNameResponse = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CheckNameResponse ErrorDetail = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::ErrorDetail @@ -21,15 +27,9 @@ module Models AccessKeyName = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::AccessKeyName Operation = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Operation OperationList = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList - WorkspaceCollectionAccessKeys = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error WorkspaceCollection = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection WorkspaceCollectionAccessKey = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey - 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 - Error = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - Workspace = Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace end class PowerBiEmbeddedManagementClass @@ -63,12 +63,30 @@ def method_missing(method, *args) end class ModelClasses - def workspace_list - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceList + def create_workspace_collection_request + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest + end + def display + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display + end + 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 workspace + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace 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 + end + def workspace_collection_access_keys + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + end def workspace_collection_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionList end @@ -93,8 +111,8 @@ def operation def operation_list Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::OperationList end - def workspace_collection_access_keys - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKeys + def error + Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error end def workspace_collection Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollection @@ -102,24 +120,6 @@ def workspace_collection def workspace_collection_access_key Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::WorkspaceCollectionAccessKey end - def create_workspace_collection_request - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::CreateWorkspaceCollectionRequest - end - def display - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Display - end - 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 error - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Error - end - def workspace - Azure::PowerBiEmbedded::Mgmt::V2016_01_29::Models::Workspace - 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 443316311b..f6f6c150ec 100644 --- a/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservices_profile_module.rb @@ -7,53 +7,53 @@ module Azure::Profiles::Latest module RecoveryServices module Mgmt - Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages - Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults Operations = Azure::RecoveryServices::Mgmt::V2016_06_01::Operations + Usages = Azure::RecoveryServices::Mgmt::V2016_06_01::Usages + VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates RegisteredIdentities = Azure::RecoveryServices::Mgmt::V2016_06_01::RegisteredIdentities - VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations ReplicationUsages = Azure::RecoveryServices::Mgmt::V2016_06_01::ReplicationUsages - VaultCertificates = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultCertificates + VaultExtendedInfoOperations = Azure::RecoveryServices::Mgmt::V2016_06_01::VaultExtendedInfoOperations + Vaults = Azure::RecoveryServices::Mgmt::V2016_06_01::Vaults module Models + UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + VaultProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse + CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest + ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties + RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse JobsSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary 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 ClientDiscoveryForServiceSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification - Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku VaultUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList + MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary VaultUsage = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage + Sku = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku ClientDiscoveryForLogSpecification = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification - MonitoringSummary = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails ReplicationUsageList = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList ResourceCertificateDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails + UpgradeDetails = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails 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 - PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource - PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault TrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + PatchVault = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault + PatchTrackedResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource AuthType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType VaultExtendedInfoResource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultExtendedInfoResource TriggerType = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TriggerType VaultUpgradeState = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState - UsagesUnit = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit - Resource = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - 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 - ClientDiscoveryValueForSingleApi = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - ClientDiscoveryResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - CertificateRequest = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - ClientDiscoveryForProperties = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties - RawCertificateData = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData - VaultCertificateResponse = Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse end class RecoveryServicesManagementClass - attr_reader :usages, :vaults, :operations, :registered_identities, :vault_extended_info_operations, :replication_usages, :vault_certificates, :configurable, :base_url, :options, :model_classes + attr_reader :operations, :usages, :vault_certificates, :registered_identities, :replication_usages, :vault_extended_info_operations, :vaults, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -63,13 +63,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 - @vaults = @client_0.vaults @operations = @client_0.operations + @usages = @client_0.usages + @vault_certificates = @client_0.vault_certificates @registered_identities = @client_0.registered_identities - @vault_extended_info_operations = @client_0.vault_extended_info_operations @replication_usages = @client_0.replication_usages - @vault_certificates = @client_0.vault_certificates + @vault_extended_info_operations = @client_0.vault_extended_info_operations + @vaults = @client_0.vaults @model_classes = ModelClasses.new end @@ -88,6 +88,33 @@ def method_missing(method, *args) end class ModelClasses + def usages_unit + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit + end + def resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource + end + def vault_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultProperties + end + def client_discovery_value_for_single_api + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi + end + def client_discovery_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse + end + def certificate_request + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest + end + def client_discovery_for_properties + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties + end + def raw_certificate_data + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData + end + def vault_certificate_response + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse + end def jobs_summary Azure::RecoveryServices::Mgmt::V2016_06_01::Models::JobsSummary end @@ -103,30 +130,30 @@ def client_discovery_display def client_discovery_for_service_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForServiceSpecification end - def sku - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku - end def vault_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsageList end + def monitoring_summary + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary + end def vault_usage Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUsage end + def sku + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Sku + end def client_discovery_for_log_specification Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForLogSpecification end - def monitoring_summary - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::MonitoringSummary - end - def upgrade_details - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails - end def replication_usage_list Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ReplicationUsageList end def resource_certificate_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateDetails end + def upgrade_details + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UpgradeDetails + end def name_info Azure::RecoveryServices::Mgmt::V2016_06_01::Models::NameInfo end @@ -136,14 +163,14 @@ def resource_certificate_and_aad_details def resource_certificate_and_acs_details Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ResourceCertificateAndAcsDetails end - def patch_tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource + def tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource end def patch_vault Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchVault end - def tracked_resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::TrackedResource + def patch_tracked_resource + Azure::RecoveryServices::Mgmt::V2016_06_01::Models::PatchTrackedResource end def auth_type Azure::RecoveryServices::Mgmt::V2016_06_01::Models::AuthType @@ -157,39 +184,12 @@ def trigger_type def vault_upgrade_state Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultUpgradeState end - def usages_unit - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::UsagesUnit - end - def resource - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::Resource - 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 - def client_discovery_value_for_single_api - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryValueForSingleApi - end - def client_discovery_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryResponse - end - def certificate_request - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::CertificateRequest - end - def client_discovery_for_properties - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::ClientDiscoveryForProperties - end - def raw_certificate_data - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::RawCertificateData - end - def vault_certificate_response - Azure::RecoveryServices::Mgmt::V2016_06_01::Models::VaultCertificateResponse - 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 6551066e32..3c3964a87a 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicesbackup_profile_module.rb @@ -46,12 +46,13 @@ module Mgmt Jobs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Jobs module Models - ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification ClientDiscoveryValueForSingleApi = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryValueForSingleApi ClientDiscoveryDisplay = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryDisplay ClientDiscoveryForServiceSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForServiceSpecification ClientDiscoveryForProperties = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForProperties ClientDiscoveryResponse = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryResponse + ClientDiscoveryForLogSpecification = Azure::RecoveryServicesBackup::Mgmt::V2016_08_10::Models::ClientDiscoveryForLogSpecification + StorageType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType 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 @@ -66,6 +67,7 @@ module Models TokenInformation = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::TokenInformation BackupResourceVaultConfig = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfig WorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItem + OperationStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus 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 @@ -98,10 +100,9 @@ module Models 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 - AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem AzureIaaSClassicComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer + AzureIaaSClassicComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem AzureIaaSComputeVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer AzureIaaSComputeVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMProtectableItem AzureSqlContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSqlContainer @@ -111,110 +112,92 @@ module Models AzureVmWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadItem AzureVmWorkloadProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadProtectableItem AzureVmWorkloadSAPHanaDatabaseProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectableItem - AzureVmWorkloadSAPHanaSystemProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemProtectableItem AzureVmWorkloadSAPHanaDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseWorkloadItem - AzureVmWorkloadSQLAvailabilityGroupProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLAvailabilityGroupProtectableItem + AzureVmWorkloadSAPHanaSystemProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemProtectableItem AzureVmWorkloadSAPHanaSystemWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemWorkloadItem AzureVmWorkloadSQLDatabaseProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseProtectableItem - AzureVmWorkloadSQLInstanceProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem + AzureVmWorkloadSQLAvailabilityGroupProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLAvailabilityGroupProtectableItem AzureVmWorkloadSQLDatabaseWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseWorkloadItem - AzureWorkloadBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest AzureVmWorkloadSQLInstanceWorkloadItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceWorkloadItem - AzureSQLAGWorkloadContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer + AzureWorkloadBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest + AzureVmWorkloadSQLInstanceProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem 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 + AzureWorkloadRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint + AzureSQLAGWorkloadContainerProtectionContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer AzureWorkloadSAPHanaPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaPointInTimeRecoveryPoint - AzureWorkloadSQLPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint + AzureWorkloadSAPHanaRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaRecoveryPoint AzureWorkloadSQLRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLRecoveryPoint - BackupEngineBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource - BackupRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource + AzureWorkloadSQLPointInTimeRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint BackupEngineBaseResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResourceList - BackupResourceVaultConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource + BackupRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource + BackupEngineBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource 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 + DpmContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmContainer + BackupResourceVaultConfigResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource GenericContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer - IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest GenericRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericRecoveryPoint - IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest IaaSVMContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer - IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint + IaasVMILRRegistrationRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest + IaasVMBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest IaaSVMProtectableItem = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMProtectableItem ILRRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ILRRequestResource + IaasVMRecoveryPoint = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint MabContainer = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer - OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo OperationStatusJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobExtendedInfo - ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource + OperationStatusJobsExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo OperationStatusProvisionILRExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusProvisionILRExtendedInfo ProtectableContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList - ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList + ProtectableContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource ProtectionContainerResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource RecoveryPointResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource - RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + ProtectionContainerResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList RecoveryPointResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList - WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList + RestoreRequestResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource WorkloadItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource - AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType WorkloadProtectableItemResource = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResource WorkloadProtectableItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadProtectableItemResourceList + WorkloadItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList + AzureFileShareType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType 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 - BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState StorageTypeState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState ContainerType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType + BackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + EnhancedSecurityState = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState RestorePointQueryType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType RecoveryPointTierType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierType RecoveryPointTierStatus = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus - BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType OperationStatusValues = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues - 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 - SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy - RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs - ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - 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 - 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 - DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails - RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + BackupItemType = Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType MabErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo - MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent AzureStorageJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails - ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest - PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest ProtectedItemQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject - ProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + PreValidateEnableBackupRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest + BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList BackupStatusRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest AzureVmWorkloadProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo - AzureVMResourceFeatureSupportResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse ProtectionPolicyQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyQueryObject - BackupManagementUsage = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo PreValidateEnableBackupResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse BMSBackupSummariesQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject - AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo AzureIaaSVMJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo - BackupManagementUsageList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList - AzureStorageErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo - AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo - FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest - AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo JobQueryObject = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject - DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails - BackupStatusResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + FeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + AzureSqlProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo ValidateOperationResponse = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + AzureStorageJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob 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 @@ -225,65 +208,65 @@ module Models WeeklyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionFormat EncryptionDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::EncryptionDetails AzureStorageJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob - Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest WeeklyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule SQLDataDirectoryMapping = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping - ProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent MabFileFolderProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo - AzureVMResourceFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest - AzureBackupGoalFeatureSupportRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest - DPMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + DailyRetentionSchedule = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule + AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob AzureRecoveryServiceVaultProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent - AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - DpmJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + DpmJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails AzureFileShareProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy + JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + AzureFileshareProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem AzureFileShareRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest - AzureWorkloadJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob - AzureIaaSVMJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent AzureIaaSVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem AzureIaaSClassicComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem - JobResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource - JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + RetentionDuration = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration + DailyRetentionFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat AzureIaaSComputeVMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem AzureIaaSVMProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy - AzureWorkloadSQLAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource AzureSqlProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem AzureSqlProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy - AzureResourceProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent - ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + AzureIaaSVMErrorInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo + JobResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList MabJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob - AzureWorkloadAutoProtectionIntent = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent - OperationResultInfoBaseResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource + OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + Job = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job AzureVmWorkloadProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem AzureVmWorkloadProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectionPolicy ExportJobsOperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo - Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource AzureVmWorkloadSAPHanaDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem + ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest JobSupportedAction = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction - OperationResultInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + Resource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource FabricName = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName ProtectedItemResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemResourceList AzureVmWorkloadSQLDatabaseProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSQLDatabaseProtectedItem DpmJob = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob - ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus - ValidateIaasVMRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + ValidateRestoreOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState SupportStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus Type = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Type JobOperationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobOperationType AzureWorkloadRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadRestoreRequest ProtectionPolicyResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList - HealthState = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode AzureWorkloadSAPHanaRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest AzureWorkloadSAPHanaPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaPointInTimeRestoreRequest AzureWorkloadSQLPointInTimeRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLPointInTimeRestoreRequest AzureWorkloadSQLRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLRestoreRequest MabServerType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabServerType ProtectionIntentResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource - HttpStatusCode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode DPMProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItem - CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode GenericProtectedItem = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem GenericProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy + ValidationStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + CreateMode = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode IaasVMRestoreRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest LogSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LogSchedulePolicy LongTermRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::LongTermRetentionPolicy @@ -294,7 +277,6 @@ module Models ProtectionPolicyResource = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResource SimpleRetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleRetentionPolicy SimpleSchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy - Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings 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 @@ -310,6 +292,7 @@ module Models BackupManagementType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementType WorkloadItemType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WorkloadItemType ProtectionStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus + Settings = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings RetentionDurationType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType RetentionScheduleFormat = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionScheduleFormat WeekOfMonth = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeekOfMonth @@ -322,6 +305,23 @@ module Models RetentionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionPolicy JobStatus = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobStatus DataSourceType = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType + SubProtectionPolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SubProtectionPolicy + AzureFileshareProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItemExtendedInfo + SchedulePolicy = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SchedulePolicy + RestoreFileSpecs = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RestoreFileSpecs + ResourceList = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + 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 + 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 + AzureIaaSVMProtectedItemExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + AzureWorkloadJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + AzureIaaSVMJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + AzureWorkloadJobExtendedInfo = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + ValidateOperationRequest = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + MabJobTaskDetails = Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails end class RecoveryServicesBackupManagementClass @@ -406,9 +406,6 @@ def method_missing(method, *args) end class ModelClasses - 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 @@ -424,6 +421,12 @@ def client_discovery_for_properties 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 storage_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType + end def azure_workload_container_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadContainerExtendedInfo end @@ -466,6 +469,9 @@ def backup_resource_vault_config def workload_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItem end + def operation_status + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatus + end def operation_status_extended_info Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusExtendedInfo end @@ -562,18 +568,15 @@ 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 - def azure_iaa_sclassic_compute_vmprotectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem - end def azure_iaa_sclassic_compute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMContainer end + def azure_iaa_sclassic_compute_vmprotectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSClassicComputeVMProtectableItem + end def azure_iaa_scompute_vmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureIaaSComputeVMContainer end @@ -601,14 +604,11 @@ def azure_vm_workload_protectable_item def azure_vm_workload_saphana_database_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectableItem end - def azure_vm_workload_saphana_system_protectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSAPHanaSystemProtectableItem - end 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 + 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 @@ -616,98 +616,98 @@ def azure_vm_workload_saphana_system_workload_item def azure_vm_workload_sqldatabase_protectable_item Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLDatabaseProtectableItem end - def azure_vm_workload_sqlinstance_protectable_item - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem + def azure_vm_workload_sqlavailability_group_protectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLAvailabilityGroupProtectableItem end 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_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 + def azure_workload_backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadBackupRequest + end + def azure_vm_workload_sqlinstance_protectable_item + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureVmWorkloadSQLInstanceProtectableItem end 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 + def azure_workload_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadRecoveryPoint + end + def azure_sqlagworkload_container_protection_container + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureSQLAGWorkloadContainerProtectionContainer end def azure_workload_saphana_point_in_time_recovery_point Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaPointInTimeRecoveryPoint end - def azure_workload_sqlpoint_in_time_recovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint + def azure_workload_saphana_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSAPHanaRecoveryPoint 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_request_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource + def azure_workload_sqlpoint_in_time_recovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureWorkloadSQLPointInTimeRecoveryPoint end 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 + def backup_request_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequestResource + end + def backup_engine_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupEngineBaseResource end def backup_resource_config_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceConfigResource end + def dpm_backup_engine + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::DpmBackupEngine + 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 + def backup_resource_vault_config_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupResourceVaultConfigResource end def generic_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::GenericContainer end - def iaas_vmbackup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest - end 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_svmcontainer Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaaSVMContainer end - def iaas_vmrecovery_point - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint + def iaas_vmilrregistration_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMILRRegistrationRequest end - def iaa_svmprotectable_item + def iaas_vmbackup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMBackupRequest + 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 iaas_vmrecovery_point + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::IaasVMRecoveryPoint + end def mab_container Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::MabContainer end - def operation_status_jobs_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusJobsExtendedInfo - end 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 + 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 @@ -715,8 +715,8 @@ def operation_status_provision_ilrextended_info def protectable_container_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResourceList end - def protection_container_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList + def protectable_container_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectableContainerResource end def protection_container_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResource @@ -724,27 +724,30 @@ def protection_container_resource def recovery_point_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResource end - def restore_request_resource - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource + def protection_container_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ProtectionContainerResourceList end def recovery_point_resource_list Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointResourceList end - def workload_item_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList + def restore_request_resource + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestoreRequestResource end def workload_item_resource Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResource end - def azure_file_share_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType - end 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 workload_item_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::WorkloadItemResourceList + end + def azure_file_share_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::AzureFileShareType + end def inquiry_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::InquiryStatus end @@ -754,18 +757,18 @@ def backup_type def restore_point_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointType end - def backup_request - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest - end - def enhanced_security_state - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState - end def storage_type_state Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageTypeState end def container_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::ContainerType end + def backup_request + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupRequest + end + def enhanced_security_state + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::EnhancedSecurityState + end def restore_point_query_type Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RestorePointQueryType end @@ -775,89 +778,35 @@ def recovery_point_tier_type def recovery_point_tier_status Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::RecoveryPointTierStatus end - def backup_item_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType - end def operation_status_values Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::OperationStatusValues end - def storage_type - Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::StorageType - end - 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 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 resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList - end - def dpm_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo - end - def operation_worker_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse - end - def operation_result_info_base - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase - end - def mab_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo - end - def validate_operations_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse - end - def azure_workload_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo - end - def azure_iaa_svmerror_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo - end - def azure_workload_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails - end - def daily_retention_schedule - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule - end - def azure_iaa_svmjob_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails - end - def retention_duration - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration - end - def daily_retention_format - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat - end - def azure_workload_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + def backup_item_type + Azure::RecoveryServicesBackup::Mgmt::V2016_12_01::Models::BackupItemType end def mab_error_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabErrorInfo end - def mab_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobTaskDetails + def protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent end def azure_storage_job_task_details Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobTaskDetails end - def validate_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationRequest + def protected_item_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + end + def azure_vmresource_feature_support_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse end def pre_validate_enable_backup_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupRequest end - def protected_item_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItemQueryObject + def backup_management_usage + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage end - def protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntent + def backup_management_usage_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList end def backup_status_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusRequest @@ -865,14 +814,14 @@ def backup_status_request def azure_vm_workload_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItemExtendedInfo end - def azure_vmresource_feature_support_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportResponse + 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 end - def backup_management_usage - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsage + def azure_storage_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo end def pre_validate_enable_backup_response Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::PreValidateEnableBackupResponse @@ -880,38 +829,38 @@ def pre_validate_enable_backup_response def bmsbackup_summaries_query_object Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BMSBackupSummariesQueryObject end - def azure_iaa_svmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo - end def azure_iaa_svmjob_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobExtendedInfo end - def backup_management_usage_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupManagementUsageList + def job_query_object + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject end - def azure_storage_error_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageErrorInfo + def feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + end + def dpmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo end def azure_sql_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItemExtendedInfo end - def feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FeatureSupportRequest + def validate_operation_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse end - def azure_storage_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo + def protection_policy + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy end - def job_query_object - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobQueryObject + def azure_backup_goal_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest end - def dpm_job_task_details - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails + def azure_storage_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJobExtendedInfo end - def backup_status_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::BackupStatusResponse + def dpm_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo end - def validate_operation_response - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationResponse + def azure_iaa_svmjob + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob end def protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectedItem @@ -943,8 +892,8 @@ def encryption_details def azure_storage_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureStorageJob end - def job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job + def azure_vmresource_feature_support_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest end def weekly_retention_schedule Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::WeeklyRetentionSchedule @@ -952,41 +901,41 @@ def weekly_retention_schedule def sqldata_directory_mapping Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SQLDataDirectoryMapping end - def protection_policy - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicy + def azure_resource_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent end def mab_file_folder_protected_item_extended_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabFileFolderProtectedItemExtendedInfo end - def azure_vmresource_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVMResourceFeatureSupportRequest + def daily_retention_schedule + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionSchedule end - def azure_backup_goal_feature_support_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureBackupGoalFeatureSupportRequest + def azure_workload_auto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent end - def dpmprotected_item_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DPMProtectedItemExtendedInfo + def azure_workload_job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob end def azure_recovery_service_vault_protection_intent Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureRecoveryServiceVaultProtectionIntent end - def azure_fileshare_protected_item - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem - end - def dpm_job_extended_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobExtendedInfo + def dpm_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJobTaskDetails end def azure_file_share_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareProtectionPolicy end + def job_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + end + def azure_fileshare_protected_item + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileshareProtectedItem + end def azure_file_share_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureFileShareRestoreRequest end - def azure_workload_job - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJob - end - def azure_iaa_svmjob - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJob + def azure_workload_sqlauto_protection_intent + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent end def azure_iaa_svmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItem @@ -994,11 +943,11 @@ def azure_iaa_svmprotected_item def azure_iaa_sclassic_compute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSClassicComputeVMProtectedItem end - def job_resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResource + def retention_duration + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDuration end - def job_resource_list - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList + def daily_retention_format + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DailyRetentionFormat end def azure_iaa_scompute_vmprotected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSComputeVMProtectedItem @@ -1006,8 +955,8 @@ def azure_iaa_scompute_vmprotected_item def azure_iaa_svmprotection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectionPolicy end - def azure_workload_sqlauto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSQLAutoProtectionIntent + def operation_result_info_base_resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBaseResource end def azure_sql_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectedItem @@ -1015,20 +964,20 @@ def azure_sql_protected_item def azure_sql_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureSqlProtectionPolicy end - def azure_resource_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureResourceProtectionIntent + def azure_iaa_svmerror_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMErrorInfo end - def validate_restore_operation_request - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateRestoreOperationRequest + def job_resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobResourceList end def mab_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJob end - def azure_workload_auto_protection_intent - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadAutoProtectionIntent + 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 + def job + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Job end def azure_vm_workload_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadProtectedItem @@ -1039,17 +988,17 @@ def azure_vm_workload_protection_policy def export_jobs_operation_result_info Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ExportJobsOperationResultInfo end - def resource - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource - end def azure_vm_workload_saphana_database_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureVmWorkloadSAPHanaDatabaseProtectedItem end + def validate_iaas_vmrestore_operation_request + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateIaasVMRestoreOperationRequest + end def job_supported_action Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::JobSupportedAction end - def operation_result_info - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfo + def resource + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Resource end def fabric_name Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::FabricName @@ -1063,11 +1012,11 @@ def azure_vm_workload_sqldatabase_protected_item def dpm_job Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmJob end - def validation_status - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + 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 + def health_state + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState end def support_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SupportStatus @@ -1084,8 +1033,8 @@ def azure_workload_restore_request def protection_policy_resource_list Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionPolicyResourceList end - def health_state - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HealthState + def http_status_code + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::HttpStatusCode end def azure_workload_saphana_restore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadSAPHanaRestoreRequest @@ -1105,21 +1054,21 @@ def mab_server_type def protection_intent_resource Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionIntentResource 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 create_mode - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode - end def generic_protected_item Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectedItem end def generic_protection_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::GenericProtectionPolicy end + def validation_status + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidationStatus + end + def create_mode + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::CreateMode + end def iaas_vmrestore_request Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::IaasVMRestoreRequest end @@ -1150,9 +1099,6 @@ def simple_retention_policy def simple_schedule_policy Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::SimpleSchedulePolicy end - def settings - Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings - end def protection_state Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionState end @@ -1198,6 +1144,9 @@ def workload_item_type def protection_status Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ProtectionStatus end + def settings + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::Settings + end def retention_duration_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::RetentionDurationType end @@ -1234,6 +1183,57 @@ def job_status def data_source_type Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DataSourceType end + 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 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 resource_list + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ResourceList + end + def dpm_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::DpmErrorInfo + end + def operation_worker_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationWorkerResponse + end + def operation_result_info_base + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::OperationResultInfoBase + end + def mab_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::MabJobExtendedInfo + end + def validate_operations_response + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::ValidateOperationsResponse + end + def azure_workload_error_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadErrorInfo + end + def azure_iaa_svmprotected_item_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMProtectedItemExtendedInfo + end + def azure_workload_job_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobTaskDetails + end + def azure_iaa_svmjob_task_details + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureIaaSVMJobTaskDetails + end + def azure_workload_job_extended_info + Azure::RecoveryServicesBackup::Mgmt::V2017_07_01::Models::AzureWorkloadJobExtendedInfo + 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 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 100423f81a..551ef17b87 100644 --- a/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +++ b/azure_sdk/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb @@ -9,16 +9,16 @@ module RecoveryServicesSiteRecovery module Mgmt ReplicationAlertSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationAlertSettings ReplicationEvents = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationEvents - Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations + ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationFabrics ReplicationLogicalNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationLogicalNetworks ReplicationNetworks = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationNetworks - ReplicationFabrics = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationFabrics ReplicationNetworkMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationNetworkMappings ReplicationProtectionContainers = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainers ReplicationProtectableItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectableItems ReplicationProtectedItems = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectedItems TargetComputeSizes = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::TargetComputeSizes ReplicationProtectionContainerMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationProtectionContainerMappings + Operations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Operations ReplicationRecoveryServicesProviders = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryServicesProviders ReplicationStorageClassifications = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassifications RecoveryPoints = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::RecoveryPoints @@ -26,10 +26,146 @@ module Mgmt ReplicationStorageClassificationMappings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationStorageClassificationMappings ReplicationPolicies = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationPolicies ReplicationJobs = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationJobs - ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth ReplicationRecoveryPlans = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationRecoveryPlans + ReplicationVaultHealth = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::ReplicationVaultHealth module Models + 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 + VCenterCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterCollection + JobEntity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobEntity + A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskInputDetails + TargetComputeSizeCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeCollection + VaultHealthProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthProperties + FabricSpecificUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificUpdateNetworkMappingInput + UpdateVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequestProperties + FailoverReplicationProtectedItemDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverReplicationProtectedItemDetails + A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedDiskDetails + TargetComputeSize = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSize + UpdateReplicationProtectedItemInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInputProperties + FailoverProcessServerRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequestProperties + VMNicDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicDetails + FailoverProcessServerRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequest + InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InputEndpoint + HealthErrorSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorSummary + VMNicInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicInputDetails + TargetComputeSizeProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeProperties + UpdateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInputProperties + SwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInput + A2AVmManagedDiskUpdateDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskUpdateDetails + SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInputProperties + AddVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequestProperties + SwitchProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionProviderSpecificInput + AlertProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertProperties + StorageClassificationMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingInput + AlertCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertCollection + StorageMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageMappingInputProperties + ApplyRecoveryPointInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInputProperties + StorageClassificationMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingCollection + UpdatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInputProperties + StorageClassificationMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingProperties + GroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::GroupTaskDetails + StorageClassificationCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationCollection + ProviderError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderError + InitialReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InitialReplicationDetails + ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ASRTask + OSDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDetails + UpdateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInputProperties + StorageClassificationProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationProperties + UpdateMobilityServiceRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequestProperties + RunAsAccount = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RunAsAccount + UnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInputProperties + ReverseReplicationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInput + ComputeSizeErrorDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ComputeSizeErrorDetails + ReverseReplicationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInputProperties + ConfigureAlertRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequestProperties + ReverseReplicationProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationProviderSpecificInput + InconsistentVmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InconsistentVmDetails + ResumeJobParams = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParams + FabricSpecificCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreateNetworkMappingInput + ResumeJobParamsProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParamsProperties + 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 + 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 + ReplicationProtectedItemCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemCollection + CreateProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInputProperties + ReplicationProtectedItemProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemProperties + RecoveryPlanProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProtectedItem + ReplicationProviderSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificSettings + RecoveryPlanAction = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAction + RenewCertificateInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInput + CreateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInputProperties + IdentityInformation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityInformation + CurrentScenarioDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CurrentScenarioDetails + RenewCertificateInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInputProperties + DisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionProviderSpecificInput + InMageAgentDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentDetails + DisableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInput + InMageAgentVersionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentVersionDetails + DiscoverProtectableItemRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequest + RemoveProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInput + DiskVolumeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskVolumeDetails + RemoveProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInputProperties + EnableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionProviderSpecificInput + ReplicationProviderContainerUnmappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderContainerUnmappingInput + EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInput + RecoveryServicesProviderCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderCollection + EventProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProviderSpecificDetails + RecoveryServicesProviderProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderProperties + InnerHealthError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InnerHealthError + RecoveryPointCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointCollection + EventProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProperties + InMageAzureV2ProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ProtectedDiskDetails + EventCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventCollection + RecoveryPointProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointProperties + TestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInput + RecoveryPlanUnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInput + FabricProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricProperties + RecoveryPlanUnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInputProperties + FabricCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCollection + RecoveryPlanTestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInput + RecoveryPlanTestFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInputProperties + VCenterProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterProperties + RecoveryPlanTestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInput + UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInput + InMageDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskDetails + UpdateReplicationProtectedItemProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemProviderInput + InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageVolumeExclusionOptions + AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureVmSyncedConfigDetails + InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskSignatureExclusionOptions + UpdateProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInput + InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskExclusionInput + AddVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequest + RecoveryPlanTestFailoverCleanupInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInputProperties + ApplyRecoveryPointProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointProviderSpecificInput + RecoveryPlanPlannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInput + TaskTypeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TaskTypeDetails + RecoveryPlanPlannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInputProperties + JobErrorDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobErrorDetails + RecoveryPlanProviderSpecificFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProviderSpecificFailoverInput + UpdateMobilityServiceRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequest + InMageProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageProtectedDiskDetails + AzureVmDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureVmDiskDetails + RecoveryPlanCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanCollection + ConfigureAlertRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequest + RecoveryPlanProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProperties + 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 + 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 + 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 + ProtectionContainerMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProperties + EnableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInputProperties ProtectionContainerMappingProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProviderSpecificDetails EventSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventSpecificDetails LogicalNetworkProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetworkProperties @@ -115,13 +251,13 @@ module Models HyperVReplicaAzureApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput HyperVReplicaAzureEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput HyperVReplicaAzureEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails - HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event HyperVReplicaAzureFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput HyperVReplicaAzurePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails - HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput + HyperVReplicaAzureFailbackProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput 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 + HyperVReplicaAzurePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput HyperVReplicaBaseEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails HyperVReplicaBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails HyperVReplicaBaseReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails @@ -131,253 +267,117 @@ module Models HyperVReplicaPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails HyperVReplicaPolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput HyperVReplicaReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails - HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + RoleAssignment = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment HyperVVirtualMachineDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails InlineWorkflowTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails - InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + HyperVSiteDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails InMageAzureV2EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + HyperVReplicaAzureUpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput InMageAzureV2EventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails - InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput InMageAzureV2PolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails InMageAzureV2PolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput + InMageAzureV2FailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput InMageAzureV2RecoveryPointDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails InMageAzureV2ReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails InMageAzureV2ReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput - InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + InMageAzureV2ApplyRecoveryPointInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput InMageBasePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails - InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput + InMageAzureV2UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput InMageEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput - InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + InMageDisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput InMagePolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails - InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + InMageFailoverProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput InMageReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails - InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput + InMagePolicyInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput JobStatusEventDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails - JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + InMageReprotectInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput LogicalNetwork = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork - ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails + JobTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails NetworkMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping - ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem + ManualActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails ProtectionContainerMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping - RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + ProtectableItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem RecoveryPlan = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan - RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + RcmAzureMigrationPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails RecoveryPlanAutomationRunbookActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails - RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails - Event = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + RecoveryPlanA2AFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput 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 + RecoveryPlanGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails RecoveryPlanScriptActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails RecoveryPlanShutdownGroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails - RecoveryPlanManualActionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails - RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + RecoveryPlanInMageFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput ReplicationProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem SanEnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput - ReplicationGroupDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails - ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails + StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification + RecoveryServicesProvider = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider StorageClassificationMapping = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping SwitchProtectionJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails - StorageClassification = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification - TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails + VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails + ScriptActionTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails VCenter = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter VirtualMachineTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails - VaultHealthDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails - VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput + TestFailoverJobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails VmmToAzureNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings VmmToAzureUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput - VmmToAzureCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput VmmToVmmNetworkMappingSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings + VmmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails VmmToVmmUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput 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 + VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput VmwareCbtPolicyDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails VMwareDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails - VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput VMwareV2FabricSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails - VmmToVmmCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput + VmNicUpdatesTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails 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 + VMwareV2FabricCreationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput MultiVmGroupCreateOption = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption FailoverDeploymentModel = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel - RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType ReplicationProtectedItemOperation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation + SetMultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus 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 PresenceStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + RecoveryPlanGroupType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType 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 + HealthErrorCategory = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory 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 + MultiVmSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus HyperVReplicaAzureRpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType InMageV2RpRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType RpInMageRecoveryPointType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType - SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + DataSyncStatus = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus LicenseType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType + SourceSiteOperations = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations Severity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity - 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 + 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 Display = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display - Policy = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy - Network = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network JobCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection ProtectionContainer = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer RecoveryPoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint IdentityProviderType = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType EncryptionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails - Job = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job Resource = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource JobDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails - 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 - VCenterCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterCollection - JobEntity = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobEntity - A2AVmManagedDiskInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskInputDetails - TargetComputeSizeCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeCollection - VaultHealthProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthProperties - FabricSpecificUpdateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificUpdateNetworkMappingInput - UpdateVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequestProperties - FailoverReplicationProtectedItemDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverReplicationProtectedItemDetails - A2AProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedDiskDetails - TargetComputeSize = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSize - UpdateReplicationProtectedItemInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInputProperties - FailoverProcessServerRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequestProperties - VMNicDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicDetails - FailoverProcessServerRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequest - InputEndpoint = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InputEndpoint - HealthErrorSummary = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorSummary - VMNicInputDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicInputDetails - TargetComputeSizeProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeProperties - UpdateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInputProperties - SwitchProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInput - A2AVmManagedDiskUpdateDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskUpdateDetails - SwitchProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInputProperties - AddVCenterRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequestProperties - SwitchProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionProviderSpecificInput - AlertProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertProperties - StorageClassificationMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingInput - AlertCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertCollection - StorageMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageMappingInputProperties - ApplyRecoveryPointInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInputProperties - StorageClassificationMappingCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingCollection - UpdatePolicyInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInputProperties - StorageClassificationMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingProperties - GroupTaskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::GroupTaskDetails - StorageClassificationCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationCollection - ProviderError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderError - InitialReplicationDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InitialReplicationDetails - ASRTask = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ASRTask - OSDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDetails - UpdateNetworkMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInputProperties - StorageClassificationProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationProperties - UpdateMobilityServiceRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequestProperties - RunAsAccount = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RunAsAccount - UnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInputProperties - ReverseReplicationInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInput - ComputeSizeErrorDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ComputeSizeErrorDetails - ReverseReplicationInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInputProperties - ConfigureAlertRequestProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequestProperties - ReverseReplicationProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationProviderSpecificInput - InconsistentVmDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InconsistentVmDetails - ResumeJobParams = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParams - FabricSpecificCreateNetworkMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreateNetworkMappingInput - ResumeJobParamsProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParamsProperties - 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 - 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 - ReplicationProtectedItemCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemCollection - CreateProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInputProperties - ReplicationProtectedItemProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemProperties - RecoveryPlanProtectedItem = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProtectedItem - ReplicationProviderSpecificSettings = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificSettings - RecoveryPlanAction = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAction - RenewCertificateInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInput - CreateRecoveryPlanInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInputProperties - IdentityInformation = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityInformation - CurrentScenarioDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CurrentScenarioDetails - RenewCertificateInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInputProperties - DisableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionProviderSpecificInput - InMageAgentDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentDetails - DisableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInput - InMageAgentVersionDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentVersionDetails - DiscoverProtectableItemRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequest - RemoveProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInput - DiskVolumeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskVolumeDetails - RemoveProtectionContainerMappingInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInputProperties - EnableProtectionProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionProviderSpecificInput - ReplicationProviderContainerUnmappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderContainerUnmappingInput - EnableProtectionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInput - RecoveryServicesProviderCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderCollection - EventProviderSpecificDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProviderSpecificDetails - RecoveryServicesProviderProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderProperties - InnerHealthError = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InnerHealthError - RecoveryPointCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointCollection - EventProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProperties - InMageAzureV2ProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ProtectedDiskDetails - EventCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventCollection - RecoveryPointProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointProperties - TestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInput - RecoveryPlanUnplannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInput - FabricProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricProperties - RecoveryPlanUnplannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInputProperties - FabricCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCollection - RecoveryPlanTestFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInput - RecoveryPlanTestFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInputProperties - VCenterProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterProperties - RecoveryPlanTestFailoverCleanupInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInput - UpdateReplicationProtectedItemInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInput - InMageDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskDetails - UpdateReplicationProtectedItemProviderInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemProviderInput - InMageVolumeExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageVolumeExclusionOptions - AzureToAzureVmSyncedConfigDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureVmSyncedConfigDetails - InMageDiskSignatureExclusionOptions = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskSignatureExclusionOptions - UpdateProtectionContainerMappingInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInput - InMageDiskExclusionInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskExclusionInput - AddVCenterRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequest - RecoveryPlanTestFailoverCleanupInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInputProperties - ApplyRecoveryPointProviderSpecificInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointProviderSpecificInput - RecoveryPlanPlannedFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInput - TaskTypeDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TaskTypeDetails - RecoveryPlanPlannedFailoverInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInputProperties - JobErrorDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobErrorDetails - RecoveryPlanProviderSpecificFailoverInput = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProviderSpecificFailoverInput - UpdateMobilityServiceRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequest - InMageProtectedDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageProtectedDiskDetails - AzureVmDiskDetails = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureVmDiskDetails - RecoveryPlanCollection = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanCollection - ConfigureAlertRequest = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequest - RecoveryPlanProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProperties - 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 - 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 - 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 - ProtectionContainerMappingProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProperties - EnableProtectionInputProperties = Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInputProperties end class RecoveryServicesSiteRecoveryManagementClass - attr_reader :replication_alert_settings, :replication_events, :operations, :replication_logical_networks, :replication_networks, :replication_fabrics, :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, :recovery_points, :replicationv_centers, :replication_storage_classification_mappings, :replication_policies, :replication_jobs, :replication_vault_health, :replication_recovery_plans, :configurable, :base_url, :options, :model_classes + attr_reader :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, :operations, :replication_recovery_services_providers, :replication_storage_classifications, :recovery_points, :replicationv_centers, :replication_storage_classification_mappings, :replication_policies, :replication_jobs, :replication_recovery_plans, :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 @@ -389,16 +389,16 @@ def initialize(configurable, base_url=nil, options=nil) add_telemetry(@client_0) @replication_alert_settings = @client_0.replication_alert_settings @replication_events = @client_0.replication_events - @operations = @client_0.operations + @replication_fabrics = @client_0.replication_fabrics @replication_logical_networks = @client_0.replication_logical_networks @replication_networks = @client_0.replication_networks - @replication_fabrics = @client_0.replication_fabrics @replication_network_mappings = @client_0.replication_network_mappings @replication_protection_containers = @client_0.replication_protection_containers @replication_protectable_items = @client_0.replication_protectable_items @replication_protected_items = @client_0.replication_protected_items @target_compute_sizes = @client_0.target_compute_sizes @replication_protection_container_mappings = @client_0.replication_protection_container_mappings + @operations = @client_0.operations @replication_recovery_services_providers = @client_0.replication_recovery_services_providers @replication_storage_classifications = @client_0.replication_storage_classifications @recovery_points = @client_0.recovery_points @@ -406,8 +406,8 @@ def initialize(configurable, base_url=nil, options=nil) @replication_storage_classification_mappings = @client_0.replication_storage_classification_mappings @replication_policies = @client_0.replication_policies @replication_jobs = @client_0.replication_jobs - @replication_vault_health = @client_0.replication_vault_health @replication_recovery_plans = @client_0.replication_recovery_plans + @replication_vault_health = @client_0.replication_vault_health @model_classes = ModelClasses.new end @@ -426,1037 +426,1037 @@ def method_missing(method, *args) end class ModelClasses - def protection_container_mapping_provider_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProviderSpecificDetails + def osdisk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails end - def event_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventSpecificDetails + def fabric_creation_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInputProperties end - def logical_network_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetworkProperties + def fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInput end - def test_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInputProperties + def vcenter_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterCollection end - def protection_container_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerCollection + def job_entity + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobEntity end - def fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificDetails + def a2_avm_managed_disk_input_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskInputDetails end - def logical_network_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetworkCollection + def target_compute_size_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeCollection end - def fabric_specific_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreationInput + def vault_health_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthProperties end - def protection_container_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerProperties + def fabric_specific_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificUpdateNetworkMappingInput end - def update_vcenter_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequest + def update_vcenter_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequestProperties end - def retention_volume - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume + def failover_replication_protected_item_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverReplicationProtectedItemDetails end - def version_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails + def a2_aprotected_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedDiskDetails end - def update_protection_container_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInputProperties + def target_compute_size + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSize end - def master_target_server - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MasterTargetServer + def update_replication_protected_item_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInputProperties end - def apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInput + def failover_process_server_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequestProperties end - def mobility_service_update - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MobilityServiceUpdate + def vmnic_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicDetails end - def update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput + def failover_process_server_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequest end - def configuration_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings + def input_endpoint + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InputEndpoint end - def network_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkProperties + def health_error_summary + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorSummary end - def policy_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificInput + def vmnic_input_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicInputDetails end - def protection_container_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerFabricSpecificDetails + def target_compute_size_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeProperties end - def create_protection_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInput + def update_recovery_plan_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInputProperties end - def network_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkCollection + def switch_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInput end - def data_store - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataStore + def a2_avm_managed_disk_update_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskUpdateDetails end - def network_mapping_fabric_specific_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings + def switch_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInputProperties end - def network_mapping_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties + def add_vcenter_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequestProperties end - def health_error - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthError + def switch_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionProviderSpecificInput end - def protected_items_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectedItemsQueryParameter + def alert_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertProperties end - def test_failover_cleanup_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInputProperties + def storage_classification_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingInput end - def network_mapping_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingCollection + def alert_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertCollection end - def a2_aprotected_managed_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedManagedDiskDetails + def storage_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageMappingInputProperties end - def operations_discovery - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscovery + def apply_recovery_point_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInputProperties end - def update_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInput + def storage_classification_mapping_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingCollection end - def operations_discovery_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscoveryCollection + def update_policy_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInputProperties end - def unplanned_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput + def storage_classification_mapping_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingProperties end - def provider_specific_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificFailoverInput + def group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::GroupTaskDetails end - def create_protection_container_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInputProperties + def storage_classification_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationCollection end - def planned_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInputProperties + def provider_error + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderError end - def discover_protectable_item_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequestProperties + def initial_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InitialReplicationDetails end - def planned_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInput + def asrtask + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ASRTask end - def event_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventQueryParameter + def osdetails + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDetails end - def policy_provider_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificDetails + def update_network_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInputProperties end - def update_recovery_plan_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInput + def storage_classification_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationProperties end - def policy_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProperties + def update_mobility_service_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequestProperties end - def test_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInput + def run_as_account + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RunAsAccount end - def protectable_item_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter + def unplanned_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInputProperties end - def service_error - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError + def reverse_replication_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInput end - def process_server - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProcessServer + def compute_size_error_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ComputeSizeErrorDetails end - def a2_avm_disk_input_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmDiskInputDetails + def reverse_replication_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInputProperties end - def protectable_item_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemProperties + def configure_alert_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequestProperties end - def recovery_plan_group - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroup + def reverse_replication_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationProviderSpecificInput end - def protectable_item_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemCollection + def inconsistent_vm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InconsistentVmDetails end - def a2_aapply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AApplyRecoveryPointInput + def resume_job_params + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParams end - def a2_acontainer_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerCreationInput + def fabric_specific_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreateNetworkMappingInput end - def a2_acontainer_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput + def resume_job_params_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParamsProperties end - def a2_aenable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEnableProtectionInput + def create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInput end - def a2_aevent_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEventDetails + def resource_health_summary + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResourceHealthSummary end - def a2_afailover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput + def create_policy_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties end - def a2_apolicy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput + def replication_provider_specific_container_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput end - def a2_apolicy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails + def replication_provider_specific_update_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificUpdateContainerMappingInput end - def a2_aprotection_container_mapping_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails + def create_protection_container_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInput end - def a2_arecovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails + def replication_protected_item_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemCollection end - def a2_areplication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails + def create_protection_container_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInputProperties end - def a2_areprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput + def replication_protected_item_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemProperties end - def a2_aswitch_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput + def recovery_plan_protected_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProtectedItem end - def a2_aupdate_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput + def replication_provider_specific_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificSettings end - def a2_aupdate_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput + def recovery_plan_action + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAction end - def alert - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert + def renew_certificate_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInput end - def asr_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails + def create_recovery_plan_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInputProperties end - def automation_runbook_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails + def identity_information + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityInformation end - def azure_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput + def current_scenario_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CurrentScenarioDetails end - def azure_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails + def renew_certificate_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInputProperties end - def azure_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput + def disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionProviderSpecificInput end - def azure_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings + def in_mage_agent_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentDetails end - def azure_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput + def disable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInput end - def consistency_check_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails + def in_mage_agent_version_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentVersionDetails end - def export_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails + def discover_protectable_item_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequest end - def fabric - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric + def remove_protection_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInput end - def fabric_replication_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails + def disk_volume_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskVolumeDetails end - def failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails + def remove_protection_container_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInputProperties end - def hyper_vreplica2012_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails + def enable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionProviderSpecificInput end - def hyper_vreplica2012_r2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails + def replication_provider_container_unmapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderContainerUnmappingInput end - def hyper_vreplica_azure_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput + def enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInput end - def hyper_vreplica_azure_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput + def recovery_services_provider_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderCollection end - def hyper_vreplica_azure_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails + def event_provider_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProviderSpecificDetails end - def hyper_vreplica_azure_failback_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput + def recovery_services_provider_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderProperties end - def hyper_vreplica_azure_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput + def inner_health_error + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InnerHealthError end - def hyper_vreplica_azure_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails + def recovery_point_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointCollection end - def hyper_vreplica_azure_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput + def event_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProperties end - def hyper_vreplica_azure_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails + def in_mage_azure_v2_protected_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ProtectedDiskDetails end - def hyper_vreplica_azure_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput + def event_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventCollection end - def hyper_vreplica_azure_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput + def recovery_point_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointProperties end - def hyper_vreplica_base_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails + def test_failover_cleanup_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInput end - def hyper_vreplica_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails + def recovery_plan_unplanned_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInput end - def hyper_vreplica_base_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails + def fabric_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricProperties end - def hyper_vreplica_blue_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails + def recovery_plan_unplanned_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInputProperties end - def hyper_vreplica_blue_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput + def fabric_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCollection end - def hyper_vreplica_blue_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails + def recovery_plan_test_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInput end - def hyper_vreplica_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails + def recovery_plan_test_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInputProperties end - def hyper_vreplica_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput + def vcenter_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterProperties end - def hyper_vreplica_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails + def recovery_plan_test_failover_cleanup_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInput end - def hyper_vsite_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails + def update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInput end - def hyper_vvirtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails + def in_mage_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskDetails end - def inline_workflow_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails + def update_replication_protected_item_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemProviderInput end - def in_mage_azure_v2_apply_recovery_point_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput + def in_mage_volume_exclusion_options + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageVolumeExclusionOptions end - def in_mage_azure_v2_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput + def azure_to_azure_vm_synced_config_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureVmSyncedConfigDetails end - def in_mage_azure_v2_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails + def in_mage_disk_signature_exclusion_options + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskSignatureExclusionOptions end - def in_mage_azure_v2_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput + def update_protection_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInput end - def in_mage_azure_v2_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails + def in_mage_disk_exclusion_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskExclusionInput end - def in_mage_azure_v2_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput + def add_vcenter_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequest end - def in_mage_azure_v2_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails + def recovery_plan_test_failover_cleanup_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInputProperties end - def in_mage_azure_v2_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails + def apply_recovery_point_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointProviderSpecificInput end - def in_mage_azure_v2_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput + def recovery_plan_planned_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInput end - def in_mage_azure_v2_update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput + def task_type_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TaskTypeDetails end - def in_mage_base_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails + def recovery_plan_planned_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInputProperties end - def in_mage_disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput + def job_error_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobErrorDetails end - def in_mage_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput + def recovery_plan_provider_specific_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProviderSpecificFailoverInput end - def in_mage_failover_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput + def update_mobility_service_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequest end - def in_mage_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails + def in_mage_protected_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageProtectedDiskDetails end - def in_mage_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput + def azure_vm_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureVmDiskDetails end - def in_mage_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails + def recovery_plan_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanCollection end - def in_mage_reprotect_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput + def configure_alert_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequest end - def job_status_event_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails + def recovery_plan_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProperties end - def job_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails + def create_network_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInputProperties end - def logical_network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork + def provider_specific_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificRecoveryPointDetails end - def manual_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails + def create_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput end - def network_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping + def replication_provider_specific_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput end - def protectable_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem + def job_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobProperties end - def protection_container_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping + def recovery_plan_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionDetails end - def rcm_azure_migration_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails + def protection_container_mapping_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingCollection end - def recovery_plan - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan + def create_recovery_plan_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput end - def recovery_plan_a2_afailover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput + def disable_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties end - def recovery_plan_automation_runbook_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails + def job_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobQueryParameter end - def recovery_plan_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails + def disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskDetails end - def event - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event + def protection_container_mapping_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProperties end - def recovery_plan_hyper_vreplica_azure_failback_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput + def enable_protection_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInputProperties end - def recovery_plan_hyper_vreplica_azure_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput + def protection_container_mapping_provider_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProviderSpecificDetails end - def recovery_plan_in_mage_azure_v2_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput + def event_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventSpecificDetails end - def recovery_plan_in_mage_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput + def logical_network_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetworkProperties end - def recovery_plan_script_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails + def test_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInputProperties end - def recovery_plan_shutdown_group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails + def protection_container_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerCollection end - def recovery_plan_manual_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails + def fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificDetails end - def recovery_services_provider - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider + def logical_network_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetworkCollection end - def replication_protected_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem + def fabric_specific_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreationInput end - def san_enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput + def protection_container_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerProperties end - def replication_group_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails + def update_vcenter_request + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequest end - def script_action_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails + def retention_volume + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RetentionVolume end - def storage_classification_mapping - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping + def version_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VersionDetails end - def switch_protection_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails + def update_protection_container_mapping_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInputProperties end - def storage_classification - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification + def master_target_server + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MasterTargetServer end - def test_failover_job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails + def apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInput end - def vcenter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter + def mobility_service_update + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MobilityServiceUpdate end - def virtual_machine_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails + def update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInput end - def vault_health_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails + def configuration_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigurationSettings end - def vmm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails + def network_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkProperties end - def vmm_to_azure_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings + def policy_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificInput end - def vmm_to_azure_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput + def protection_container_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerFabricSpecificDetails end - def vmm_to_azure_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput + def create_protection_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInput end - def vmm_to_vmm_network_mapping_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings + def network_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkCollection end - def vmm_to_vmm_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput + def data_store + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataStore end - def vmm_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails + def network_mapping_fabric_specific_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingFabricSpecificSettings end - def vm_nic_updates_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails + def network_mapping_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingProperties end - def vmware_cbt_policy_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput + def health_error + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthError end - def vmware_cbt_policy_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails + def protected_items_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectedItemsQueryParameter end - def vmware_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails + def test_failover_cleanup_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInputProperties end - def vmware_v2_fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput + def network_mapping_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMappingCollection end - def vmware_v2_fabric_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails + def a2_aprotected_managed_disk_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedManagedDiskDetails end - def vmm_to_vmm_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput + def operations_discovery + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscovery end - def vmware_virtual_machine_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails + def update_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInput end - def agent_auto_update_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus + def operations_discovery_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OperationsDiscoveryCollection end - def set_multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus + def unplanned_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInput end - def recovery_point_sync_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType + def provider_specific_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificFailoverInput end - def multi_vm_group_create_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption + def create_protection_container_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInputProperties end - def failover_deployment_model - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel + def planned_failover_input_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInputProperties end - def recovery_plan_group_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType + def discover_protectable_item_request_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequestProperties end - def replication_protected_item_operation - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation + def planned_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PlannedFailoverInput end - def possible_operations_directions - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections + def event_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventQueryParameter end - def disable_protection_reason - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason + def policy_provider_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProviderSpecificDetails end - def health_error_category - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory + def update_recovery_plan_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInput end - def presence_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus + def policy_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyProperties end - def agent_version_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus + def test_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverInput end - def recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType + def protectable_item_query_parameter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemQueryParameter end - def multi_vm_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus + def service_error + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ServiceError end - def a2_arp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType + def process_server + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProcessServer end - def multi_vm_sync_point_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption + def a2_avm_disk_input_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmDiskInputDetails end - def recovery_plan_action_location - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation + def protectable_item_properties + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemProperties end - def data_sync_status - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus + def recovery_plan_group + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroup end - def alternate_location_recovery_option - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption + def protectable_item_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItemCollection end - def hyper_vreplica_azure_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType + def a2_aapply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AApplyRecoveryPointInput end - def in_mage_v2_rp_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType + def a2_acontainer_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerCreationInput end - def rp_in_mage_recovery_point_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType + def a2_acontainer_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AContainerMappingInput end - def source_site_operations - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations + def a2_aenable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEnableProtectionInput end - def license_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType + def a2_aevent_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AEventDetails end - def severity - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity + def a2_afailover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AFailoverProviderInput end - def role_assignment - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment + def a2_apolicy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyCreationInput end - def policy_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection + def a2_apolicy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2APolicyDetails end - def subnet - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet + def a2_aprotection_container_mapping_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectionContainerMappingDetails end - def display - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display + def a2_arecovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARecoveryPointDetails end - def policy - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy + def a2_areplication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReplicationDetails end - def network - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network + def a2_areprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AReprotectInput end - def job_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection + def a2_aswitch_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ASwitchProtectionInput end - def protection_container - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer + def a2_aupdate_container_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateContainerMappingInput end - def recovery_point - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint + def a2_aupdate_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AUpdateReplicationProtectedItemInput end - def identity_provider_type - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType + def alert + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Alert end - def encryption_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails + def asr_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AsrJobDetails end - def job - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job + def automation_runbook_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AutomationRunbookTaskDetails end - def resource - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource + def azure_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricCreationInput end - def job_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails + def azure_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureFabricSpecificDetails end - def osdisk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDiskDetails + def azure_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureCreateNetworkMappingInput end - def fabric_creation_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInputProperties + def azure_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureNetworkMappingSettings end - def fabric_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCreationInput + def azure_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureUpdateNetworkMappingInput end - def vcenter_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterCollection + def consistency_check_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConsistencyCheckTaskDetails end - def job_entity - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobEntity + def export_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ExportJobDetails end - def a2_avm_managed_disk_input_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskInputDetails + def fabric + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Fabric end - def target_compute_size_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeCollection + def fabric_replication_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricReplicationGroupTaskDetails end - def vault_health_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthProperties + def failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverJobDetails end - def fabric_specific_update_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificUpdateNetworkMappingInput + def hyper_vreplica2012_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012EventDetails end - def update_vcenter_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateVCenterRequestProperties + def hyper_vreplica2012_r2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplica2012R2EventDetails end - def failover_replication_protected_item_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverReplicationProtectedItemDetails + def hyper_vreplica_azure_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureApplyRecoveryPointInput end - def a2_aprotected_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AProtectedDiskDetails + def hyper_vreplica_azure_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEnableProtectionInput end - def target_compute_size - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSize + def hyper_vreplica_azure_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureEventDetails end - def update_replication_protected_item_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInputProperties + def event + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Event end - def failover_process_server_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequestProperties + def hyper_vreplica_azure_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailoverProviderInput end - def vmnic_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicDetails + def hyper_vreplica_azure_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyDetails end - def failover_process_server_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverProcessServerRequest + def hyper_vreplica_azure_failback_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureFailbackProviderInput end - def input_endpoint - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InputEndpoint + def hyper_vreplica_azure_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReplicationDetails end - def health_error_summary - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorSummary + def hyper_vreplica_azure_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureReprotectInput end - def vmnic_input_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMNicInputDetails + def hyper_vreplica_azure_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzurePolicyInput end - def target_compute_size_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TargetComputeSizeProperties + def hyper_vreplica_base_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseEventDetails end - def update_recovery_plan_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateRecoveryPlanInputProperties + def hyper_vreplica_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBasePolicyDetails end - def switch_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInput + def hyper_vreplica_base_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBaseReplicationDetails end - def a2_avm_managed_disk_update_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2AVmManagedDiskUpdateDetails + def hyper_vreplica_blue_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyDetails end - def switch_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionInputProperties + def hyper_vreplica_blue_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBluePolicyInput end - def add_vcenter_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequestProperties + def hyper_vreplica_blue_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaBlueReplicationDetails end - def switch_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionProviderSpecificInput + def hyper_vreplica_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyDetails end - def alert_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertProperties + def hyper_vreplica_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaPolicyInput end - def storage_classification_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingInput + def hyper_vreplica_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaReplicationDetails end - def alert_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlertCollection + def role_assignment + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RoleAssignment end - def storage_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageMappingInputProperties + def hyper_vvirtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVVirtualMachineDetails end - def apply_recovery_point_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointInputProperties + def inline_workflow_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InlineWorkflowTaskDetails end - def storage_classification_mapping_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingCollection + def hyper_vsite_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVSiteDetails end - def update_policy_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdatePolicyInputProperties + def in_mage_azure_v2_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EnableProtectionInput end - def storage_classification_mapping_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMappingProperties + def hyper_vreplica_azure_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureUpdateReplicationProtectedItemInput end - def group_task_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::GroupTaskDetails + def in_mage_azure_v2_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2EventDetails end - def storage_classification_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationCollection + def in_mage_azure_v2_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyDetails end - def provider_error - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderError + def in_mage_azure_v2_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2PolicyInput end - def initial_replication_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InitialReplicationDetails + def in_mage_azure_v2_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2FailoverProviderInput end - def asrtask - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ASRTask + def in_mage_azure_v2_recovery_point_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2RecoveryPointDetails end - def osdetails - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::OSDetails + def in_mage_azure_v2_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReplicationDetails end - def update_network_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateNetworkMappingInputProperties + def in_mage_azure_v2_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ReprotectInput end - def storage_classification_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationProperties + def in_mage_azure_v2_apply_recovery_point_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ApplyRecoveryPointInput end - def update_mobility_service_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequestProperties + def in_mage_base_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageBasePolicyDetails end - def run_as_account - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RunAsAccount + def in_mage_azure_v2_update_replication_protected_item_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2UpdateReplicationProtectedItemInput end - def unplanned_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UnplannedFailoverInputProperties + def in_mage_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageEnableProtectionInput end - def reverse_replication_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInput + def in_mage_disable_protection_provider_specific_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDisableProtectionProviderSpecificInput end - def compute_size_error_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ComputeSizeErrorDetails + def in_mage_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyDetails end - def reverse_replication_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationInputProperties + def in_mage_failover_provider_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageFailoverProviderInput end - def configure_alert_request_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequestProperties + def in_mage_replication_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReplicationDetails end - def reverse_replication_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReverseReplicationProviderSpecificInput + def in_mage_policy_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMagePolicyInput end - def inconsistent_vm_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InconsistentVmDetails + def job_status_event_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobStatusEventDetails end - def resume_job_params - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParams + def in_mage_reprotect_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageReprotectInput end - def fabric_specific_create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricSpecificCreateNetworkMappingInput + def logical_network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LogicalNetwork end - def resume_job_params_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResumeJobParamsProperties + def job_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobTaskDetails end - def create_network_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInput + def network_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::NetworkMapping end - def resource_health_summary - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ResourceHealthSummary + def manual_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ManualActionTaskDetails end - def create_policy_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInputProperties + def protection_container_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMapping end - def replication_provider_specific_container_creation_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerCreationInput + def protectable_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectableItem end - def replication_provider_specific_update_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificUpdateContainerMappingInput + def recovery_plan + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlan end - def create_protection_container_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerInput + def rcm_azure_migration_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RcmAzureMigrationPolicyDetails end - def replication_protected_item_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemCollection + def recovery_plan_automation_runbook_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAutomationRunbookActionDetails end - def create_protection_container_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateProtectionContainerMappingInputProperties + def recovery_plan_a2_afailover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanA2AFailoverInput end - def replication_protected_item_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemProperties + def recovery_plan_hyper_vreplica_azure_failback_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailbackInput end - def recovery_plan_protected_item - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProtectedItem + def recovery_plan_hyper_vreplica_azure_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanHyperVReplicaAzureFailoverInput end - def replication_provider_specific_settings - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificSettings + def recovery_plan_in_mage_azure_v2_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageAzureV2FailoverInput end - def recovery_plan_action - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanAction + def recovery_plan_manual_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanManualActionDetails end - def renew_certificate_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInput + def recovery_plan_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupTaskDetails end - def create_recovery_plan_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInputProperties + def recovery_plan_script_action_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanScriptActionDetails end - def identity_information - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityInformation + def recovery_plan_shutdown_group_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanShutdownGroupTaskDetails end - def current_scenario_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CurrentScenarioDetails + def replication_group_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationGroupDetails end - def renew_certificate_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RenewCertificateInputProperties + def recovery_plan_in_mage_failover_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanInMageFailoverInput end - def disable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionProviderSpecificInput + def replication_protected_item + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItem end - def in_mage_agent_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentDetails + def san_enable_protection_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SanEnableProtectionInput end - def disable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInput + def storage_classification + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassification end - def in_mage_agent_version_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAgentVersionDetails + def recovery_services_provider + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProvider end - def discover_protectable_item_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiscoverProtectableItemRequest + def storage_classification_mapping + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::StorageClassificationMapping end - def remove_protection_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInput + def switch_protection_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SwitchProtectionJobDetails end - def disk_volume_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskVolumeDetails + def vault_health_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VaultHealthDetails end - def remove_protection_container_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RemoveProtectionContainerMappingInputProperties + def script_action_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ScriptActionTaskDetails end - def enable_protection_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionProviderSpecificInput + def vcenter + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenter end - def replication_provider_container_unmapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderContainerUnmappingInput + def virtual_machine_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VirtualMachineTaskDetails end - def enable_protection_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInput + def vmm_to_azure_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureCreateNetworkMappingInput end - def recovery_services_provider_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderCollection + def test_failover_job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverJobDetails end - def event_provider_specific_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProviderSpecificDetails + def vmm_to_azure_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureNetworkMappingSettings end - def recovery_services_provider_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryServicesProviderProperties + def vmm_to_azure_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToAzureUpdateNetworkMappingInput end - def inner_health_error - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InnerHealthError + def vmm_to_vmm_network_mapping_settings + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmNetworkMappingSettings end - def recovery_point_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointCollection + def vmm_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmDetails end - def event_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventProperties + def vmm_to_vmm_update_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmUpdateNetworkMappingInput end - def in_mage_azure_v2_protected_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageAzureV2ProtectedDiskDetails + def vmm_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmVirtualMachineDetails end - def event_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EventCollection + def vmware_cbt_policy_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareCbtPolicyCreationInput end - def recovery_point_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointProperties + def vmm_to_vmm_create_network_mapping_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmmToVmmCreateNetworkMappingInput end - def test_failover_cleanup_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TestFailoverCleanupInput + def vmware_cbt_policy_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmwareCbtPolicyDetails end - def recovery_plan_unplanned_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInput + def vmware_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareDetails end - def fabric_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricProperties + def vmware_v2_fabric_specific_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricSpecificDetails end - def recovery_plan_unplanned_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanUnplannedFailoverInputProperties + def vm_nic_updates_task_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VmNicUpdatesTaskDetails end - def fabric_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FabricCollection + def vmware_virtual_machine_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareVirtualMachineDetails end - def recovery_plan_test_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInput + def agent_auto_update_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentAutoUpdateStatus end - def recovery_plan_test_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverInputProperties + def recovery_point_sync_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointSyncType end - def vcenter_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VCenterProperties + def vmware_v2_fabric_creation_input + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::VMwareV2FabricCreationInput end - def recovery_plan_test_failover_cleanup_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInput + def multi_vm_group_create_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmGroupCreateOption end - def update_replication_protected_item_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemInput + def failover_deployment_model + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::FailoverDeploymentModel end - def in_mage_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskDetails + def replication_protected_item_operation + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProtectedItemOperation end - def update_replication_protected_item_provider_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateReplicationProtectedItemProviderInput + def set_multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SetMultiVmSyncStatus end - def in_mage_volume_exclusion_options - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageVolumeExclusionOptions + def possible_operations_directions + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PossibleOperationsDirections end - def azure_to_azure_vm_synced_config_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureToAzureVmSyncedConfigDetails + def disable_protection_reason + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionReason end - def in_mage_disk_signature_exclusion_options - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskSignatureExclusionOptions + def presence_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PresenceStatus end - def update_protection_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateProtectionContainerMappingInput + def recovery_plan_group_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanGroupType end - def in_mage_disk_exclusion_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageDiskExclusionInput + def agent_version_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AgentVersionStatus end - def add_vcenter_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AddVCenterRequest + def recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPointType end - def recovery_plan_test_failover_cleanup_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanTestFailoverCleanupInputProperties + def a2_arp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::A2ARpRecoveryPointType end - def apply_recovery_point_provider_specific_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ApplyRecoveryPointProviderSpecificInput + def health_error_category + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HealthErrorCategory end - def recovery_plan_planned_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInput + def multi_vm_sync_point_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncPointOption end - def task_type_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::TaskTypeDetails + def recovery_plan_action_location + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionLocation end - def recovery_plan_planned_failover_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanPlannedFailoverInputProperties + def alternate_location_recovery_option + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AlternateLocationRecoveryOption end - def job_error_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobErrorDetails + def multi_vm_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::MultiVmSyncStatus end - def recovery_plan_provider_specific_failover_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProviderSpecificFailoverInput + def hyper_vreplica_azure_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::HyperVReplicaAzureRpRecoveryPointType end - def update_mobility_service_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::UpdateMobilityServiceRequest + def in_mage_v2_rp_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageV2RpRecoveryPointType end - def in_mage_protected_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::InMageProtectedDiskDetails + def rp_in_mage_recovery_point_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RpInMageRecoveryPointType end - def azure_vm_disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::AzureVmDiskDetails + def data_sync_status + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DataSyncStatus end - def recovery_plan_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanCollection + def license_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::LicenseType end - def configure_alert_request - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ConfigureAlertRequest + def source_site_operations + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::SourceSiteOperations end - def recovery_plan_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanProperties + def severity + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Severity end - def create_network_mapping_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateNetworkMappingInputProperties + def policy + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Policy end - def provider_specific_recovery_point_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProviderSpecificRecoveryPointDetails + def network + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Network end - def create_policy_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreatePolicyInput + def job + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Job end - def replication_provider_specific_container_mapping_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ReplicationProviderSpecificContainerMappingInput + def policy_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::PolicyCollection end - def job_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobProperties + def subnet + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Subnet end - def recovery_plan_action_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPlanActionDetails + def display + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Display end - def protection_container_mapping_collection - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingCollection + def job_collection + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobCollection end - def create_recovery_plan_input - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::CreateRecoveryPlanInput + def protection_container + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainer end - def disable_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DisableProtectionInputProperties + def recovery_point + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::RecoveryPoint end - def job_query_parameter - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobQueryParameter + def identity_provider_type + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::IdentityProviderType end - def disk_details - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::DiskDetails + def encryption_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EncryptionDetails end - def protection_container_mapping_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::ProtectionContainerMappingProperties + def resource + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::Resource end - def enable_protection_input_properties - Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::EnableProtectionInputProperties + def job_details + Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10::Models::JobDetails 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 e33ee452ca..9e3a47e0c4 100644 --- a/azure_sdk/lib/latest/modules/redis_profile_module.rb +++ b/azure_sdk/lib/latest/modules/redis_profile_module.rb @@ -7,13 +7,34 @@ module Azure::Profiles::Latest module Redis module Mgmt + FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules Operations = Azure::Redis::Mgmt::V2018_03_01::Operations + Redis = Azure::Redis::Mgmt::V2018_03_01::Redis PatchSchedules = Azure::Redis::Mgmt::V2018_03_01::PatchSchedules - FirewallRules = Azure::Redis::Mgmt::V2018_03_01::FirewallRules LinkedServer = Azure::Redis::Mgmt::V2018_03_01::LinkedServer - Redis = Azure::Redis::Mgmt::V2018_03_01::Redis module Models + CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + RedisCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters + RedisLinkedServerCreateParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters + RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule + TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + ProxyResource = Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource + RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties + RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion + ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState + SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation + OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName Sku = Azure::Redis::Mgmt::V2018_03_01::Models::Sku RedisRebootParameters = Azure::Redis::Mgmt::V2018_03_01::Models::RedisRebootParameters ExportRDBParameters = Azure::Redis::Mgmt::V2018_03_01::Models::ExportRDBParameters @@ -27,35 +48,14 @@ module Models ScheduleEntry = Azure::Redis::Mgmt::V2018_03_01::Models::ScheduleEntry RedisPatchScheduleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchScheduleListResult UpgradeNotification = Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification - CheckNameAvailabilityParameters = Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters RedisForceRebootResponse = Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse + RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer RedisFirewallRuleListResult = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult RedisLinkedServerWithPropertiesList = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList - RedisLinkedServer = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - 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 - Resource = Azure::Redis::Mgmt::V2018_03_01::Models::Resource - RedisFirewallRule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule - RedisResource = Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource - TrackedResource = Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource - RedisLinkedServerWithProperties = Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties - SkuFamily = Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily - RedisPatchSchedule = Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule - RedisKeyType = Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType - OperationDisplay = Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay - TlsVersion = Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion - Operation = Azure::Redis::Mgmt::V2018_03_01::Models::Operation - RebootType = Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - OperationListResult = Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult - ProvisioningState = Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - ReplicationRole = Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole - DayOfWeek = Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek - SkuName = Azure::Redis::Mgmt::V2018_03_01::Models::SkuName end class RedisManagementClass - attr_reader :operations, :patch_schedules, :firewall_rules, :linked_server, :redis, :configurable, :base_url, :options, :model_classes + attr_reader :firewall_rules, :operations, :redis, :patch_schedules, :linked_server, :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) + @firewall_rules = @client_0.firewall_rules @operations = @client_0.operations + @redis = @client_0.redis @patch_schedules = @client_0.patch_schedules - @firewall_rules = @client_0.firewall_rules @linked_server = @client_0.linked_server - @redis = @client_0.redis @model_classes = ModelClasses.new end @@ -88,6 +88,69 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters + end + def redis_create_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters + end + def redis_linked_server_create_parameters + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerCreateParameters + end + def redis_firewall_rule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRule + end + def tracked_resource + Azure::Redis::Mgmt::V2018_03_01::Models::TrackedResource + end + def redis_patch_schedule + Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule + end + def proxy_resource + Azure::Redis::Mgmt::V2018_03_01::Models::ProxyResource + end + def resource + Azure::Redis::Mgmt::V2018_03_01::Models::Resource + end + def redis_linked_server_with_properties + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithProperties + end + def redis_resource + Azure::Redis::Mgmt::V2018_03_01::Models::RedisResource + 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 sku_family + Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily + end + def replication_role + Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole + end + def redis_key_type + Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType + end + def operation_display + Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay + end + def day_of_week + Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek + end + def operation + Azure::Redis::Mgmt::V2018_03_01::Models::Operation + end + def operation_list_result + Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult + end + def reboot_type + Azure::Redis::Mgmt::V2018_03_01::Models::RebootType + end + def sku_name + Azure::Redis::Mgmt::V2018_03_01::Models::SkuName + end def sku Azure::Redis::Mgmt::V2018_03_01::Models::Sku end @@ -127,81 +190,18 @@ def redis_patch_schedule_list_result def upgrade_notification Azure::Redis::Mgmt::V2018_03_01::Models::UpgradeNotification end - def check_name_availability_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::CheckNameAvailabilityParameters - end def redis_force_reboot_response Azure::Redis::Mgmt::V2018_03_01::Models::RedisForceRebootResponse end + def redis_linked_server + Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer + end def redis_firewall_rule_list_result Azure::Redis::Mgmt::V2018_03_01::Models::RedisFirewallRuleListResult end def redis_linked_server_with_properties_list Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServerWithPropertiesList end - def redis_linked_server - Azure::Redis::Mgmt::V2018_03_01::Models::RedisLinkedServer - end - def redis_create_parameters - Azure::Redis::Mgmt::V2018_03_01::Models::RedisCreateParameters - end - 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 resource - Azure::Redis::Mgmt::V2018_03_01::Models::Resource - 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 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 - end - def sku_family - Azure::Redis::Mgmt::V2018_03_01::Models::SkuFamily - end - def redis_patch_schedule - Azure::Redis::Mgmt::V2018_03_01::Models::RedisPatchSchedule - end - def redis_key_type - Azure::Redis::Mgmt::V2018_03_01::Models::RedisKeyType - end - def operation_display - Azure::Redis::Mgmt::V2018_03_01::Models::OperationDisplay - end - def tls_version - Azure::Redis::Mgmt::V2018_03_01::Models::TlsVersion - end - def operation - Azure::Redis::Mgmt::V2018_03_01::Models::Operation - end - def reboot_type - Azure::Redis::Mgmt::V2018_03_01::Models::RebootType - end - def operation_list_result - Azure::Redis::Mgmt::V2018_03_01::Models::OperationListResult - end - def provisioning_state - Azure::Redis::Mgmt::V2018_03_01::Models::ProvisioningState - end - def replication_role - Azure::Redis::Mgmt::V2018_03_01::Models::ReplicationRole - end - def day_of_week - Azure::Redis::Mgmt::V2018_03_01::Models::DayOfWeek - 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 22edbaf20e..2a6401fa28 100644 --- a/azure_sdk/lib/latest/modules/relay_profile_module.rb +++ b/azure_sdk/lib/latest/modules/relay_profile_module.rb @@ -7,43 +7,43 @@ module Azure::Profiles::Latest module Relay module Mgmt - Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces HybridConnections = Azure::Relay::Mgmt::V2017_04_01::HybridConnections - Operations = Azure::Relay::Mgmt::V2017_04_01::Operations WCFRelays = Azure::Relay::Mgmt::V2017_04_01::WCFRelays + Namespaces = Azure::Relay::Mgmt::V2017_04_01::Namespaces + Operations = Azure::Relay::Mgmt::V2017_04_01::Operations module Models + AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource + KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + 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 + CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier HybridConnection = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection Sku = Azure::Relay::Mgmt::V2017_04_01::Models::Sku - ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse - RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult CheckNameAvailability = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability HybridConnectionListResult = Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnectionListResult WcfRelaysListResult = Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelaysListResult + ErrorResponse = Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse AuthorizationRuleListResult = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult + RelayNamespaceListResult = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource AccessKeys = Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys - RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters 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 + ResourceNamespacePatch = Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch ProvisioningStateEnum = Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum - TrackedResource = Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + RelayNamespace = Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + RegenerateAccessKeyParameters = Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters UnavailableReason = Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason - AuthorizationRule = Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - AccessRights = Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights - Resource = Azure::Relay::Mgmt::V2017_04_01::Models::Resource - KeyType = Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - 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 - CheckNameAvailabilityResult = Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - SkuTier = Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier end class RelayManagementClass - attr_reader :namespaces, :hybrid_connections, :operations, :wcfrelays, :configurable, :base_url, :options, :model_classes + attr_reader :hybrid_connections, :wcfrelays, :namespaces, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -53,10 +53,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @namespaces = @client_0.namespaces @hybrid_connections = @client_0.hybrid_connections - @operations = @client_0.operations @wcfrelays = @client_0.wcfrelays + @namespaces = @client_0.namespaces + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -75,18 +75,36 @@ def method_missing(method, *args) end class ModelClasses + def access_rights + Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights + end + def resource + Azure::Relay::Mgmt::V2017_04_01::Models::Resource + end + def key_type + Azure::Relay::Mgmt::V2017_04_01::Models::KeyType + 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 check_name_availability_result + Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult + end + def sku_tier + Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier + end def hybrid_connection Azure::Relay::Mgmt::V2017_04_01::Models::HybridConnection end def sku Azure::Relay::Mgmt::V2017_04_01::Models::Sku end - def error_response - Azure::Relay::Mgmt::V2017_04_01::Models::ErrorResponse - end - def relay_namespace_list_result - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult - end def check_name_availability Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailability end @@ -96,66 +114,48 @@ def hybrid_connection_list_result 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 authorization_rule_list_result Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRuleListResult end + def relay_namespace_list_result + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespaceListResult + end + def tracked_resource + Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + end def access_keys Azure::Relay::Mgmt::V2017_04_01::Models::AccessKeys end - def regenerate_access_key_parameters - Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end def wcf_relay Azure::Relay::Mgmt::V2017_04_01::Models::WcfRelay end - def relay_namespace - Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace - end - 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 resource_namespace_patch + Azure::Relay::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + end def provisioning_state_enum Azure::Relay::Mgmt::V2017_04_01::Models::ProvisioningStateEnum end - def tracked_resource - Azure::Relay::Mgmt::V2017_04_01::Models::TrackedResource + def relay_namespace + Azure::Relay::Mgmt::V2017_04_01::Models::RelayNamespace + end + def regenerate_access_key_parameters + Azure::Relay::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def unavailable_reason Azure::Relay::Mgmt::V2017_04_01::Models::UnavailableReason end - def authorization_rule - Azure::Relay::Mgmt::V2017_04_01::Models::AuthorizationRule - end - def access_rights - Azure::Relay::Mgmt::V2017_04_01::Models::AccessRights - end - def resource - Azure::Relay::Mgmt::V2017_04_01::Models::Resource - end - def key_type - Azure::Relay::Mgmt::V2017_04_01::Models::KeyType - 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 check_name_availability_result - Azure::Relay::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult - end - def sku_tier - Azure::Relay::Mgmt::V2017_04_01::Models::SkuTier - 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 25100afbeb..dd7cd30aca 100644 --- a/azure_sdk/lib/latest/modules/resources_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resources_profile_module.rb @@ -7,19 +7,15 @@ module Azure::Profiles::Latest module Resources module Mgmt - DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations - Operations = Azure::Resources::Mgmt::V2018_05_01::Operations - Resources = Azure::Resources::Mgmt::V2018_05_01::Resources Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments Providers = Azure::Resources::Mgmt::V2018_05_01::Providers ResourceGroups = Azure::Resources::Mgmt::V2018_05_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_05_01::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2018_05_01::Resources + Operations = Azure::Resources::Mgmt::V2018_05_01::Operations module Models - 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 Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink @@ -34,46 +30,50 @@ module Models 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 - DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended + Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest DeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended 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 + ProviderListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult TagDetails = Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails - DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType TargetResource = Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage - DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter DeploymentOperation = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult - OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting 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 + OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource - OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue + OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay Operation = Azure::Resources::Mgmt::V2018_05_01::Models::Operation OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult + Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan + ResourceIdentityType = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku end class ResourcesManagementClass - attr_reader :deployment_operations, :operations, :resources, :deployments, :providers, :resource_groups, :tags, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -83,13 +83,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @deployment_operations = @client_0.deployment_operations - @operations = @client_0.operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -108,18 +108,6 @@ def method_missing(method, *args) end class ModelClasses - def plan - Azure::Resources::Mgmt::V2018_05_01::Models::Plan - end - 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 @@ -162,8 +150,8 @@ def resource_group_list_result def resources_move_info Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo end - def deployment_properties_extended - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended + def dependency + Azure::Resources::Mgmt::V2018_05_01::Models::Dependency end def export_template_request Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest @@ -171,24 +159,24 @@ def export_template_request def deployment_extended Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended end + def deployment_properties_extended + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended + end def tag_count Azure::Resources::Mgmt::V2018_05_01::Models::TagCount end - 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 resource_group_filter Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter end + def provider_list_result + Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult + end def tag_details Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails end - 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 @@ -204,8 +192,8 @@ def basic_dependency def http_message Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage end - def deployment_validate_result - Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult + def deployment_properties + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties end def deployment_operation_properties Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties @@ -222,8 +210,8 @@ def deployment_export_result def deployment_operations_list_result Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult end - def on_error_deployment_extended - Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended + def deployment_validate_result + Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties @@ -240,6 +228,9 @@ def provider_resource_type def resource_group_export_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult end + 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 @@ -252,12 +243,12 @@ def on_error_deployment_type def resource Azure::Resources::Mgmt::V2018_05_01::Models::Resource end - def operation_display - Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay - end def identity_user_assigned_identities_value Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue end + def operation_display + Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay + end def operation Azure::Resources::Mgmt::V2018_05_01::Models::Operation end @@ -270,6 +261,15 @@ def sub_resource def resource_list_result Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult end + def plan + Azure::Resources::Mgmt::V2018_05_01::Models::Plan + end + def resource_identity_type + Azure::Resources::Mgmt::V2018_05_01::Models::ResourceIdentityType + end + def sku + Azure::Resources::Mgmt::V2018_05_01::Models::Sku + end end end end diff --git a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb index d1556e6fed..7f79f2768f 100644 --- a/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb +++ b/azure_sdk/lib/latest/modules/resourcesmanagement_profile_module.rb @@ -7,12 +7,23 @@ module Azure::Profiles::Latest module ResourcesManagement module Mgmt - ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups ManagementGroupSubscriptions = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroupSubscriptions Entities = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Entities + ManagementGroups = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::ManagementGroups Operations = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Operations module Models + CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest + ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo + CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo + ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo + CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation + OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status Type = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type ErrorResponse = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorResponse OperationResults = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationResults @@ -26,24 +37,13 @@ module Models ManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupDetails PatchManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::PatchManagementGroupRequest ManagementGroup = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup - CreateParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo CreateManagementGroupDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails ParentGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo - ErrorDetails = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails - CreateManagementGroupRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest CreateManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo - CheckNameAvailabilityRequest = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest - ManagementGroupChildInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - ManagementGroupInfo = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo - Reason = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason - Operation = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - OperationListResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult - Status = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status - CheckNameAvailabilityResult = Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult end class ResourcesManagementManagementClass - attr_reader :management_groups, :management_group_subscriptions, :entities, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :management_group_subscriptions, :entities, :management_groups, :operations, :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) - @management_groups = @client_0.management_groups @management_group_subscriptions = @client_0.management_group_subscriptions @entities = @client_0.entities + @management_groups = @client_0.management_groups @operations = @client_0.operations @model_classes = ModelClasses.new @@ -75,6 +75,39 @@ def method_missing(method, *args) end class ModelClasses + 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 create_parent_group_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo + end + def error_details + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails + end + def management_group_info + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupInfo + end + def check_name_availability_request + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest + end + def operation + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation + end + def operation_list_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult + end + def check_name_availability_result + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult + end + def reason + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Reason + end + def status + Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status + end def type Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Type end @@ -114,48 +147,15 @@ def patch_management_group_request def management_group Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroup end - def create_parent_group_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateParentGroupInfo - end def create_management_group_details Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupDetails end def parent_group_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ParentGroupInfo end - def error_details - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ErrorDetails - end - def create_management_group_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupRequest - end def create_management_group_child_info Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CreateManagementGroupChildInfo end - def check_name_availability_request - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityRequest - end - def management_group_child_info - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::ManagementGroupChildInfo - 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 - end - def operation - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Operation - end - def operation_list_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::OperationListResult - end - def status - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::Status - end - def check_name_availability_result - Azure::ResourcesManagement::Mgmt::V2018_03_01_preview::Models::CheckNameAvailabilityResult - end end end end diff --git a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb index bbcdbdfc15..43aeed366f 100644 --- a/azure_sdk/lib/latest/modules/scheduler_profile_module.rb +++ b/azure_sdk/lib/latest/modules/scheduler_profile_module.rb @@ -11,8 +11,6 @@ module Mgmt JobCollections = Azure::Scheduler::Mgmt::V2016_03_01::JobCollections module Models - Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult JobState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState RetryPolicy = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryPolicy JobRecurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrence @@ -21,7 +19,6 @@ module Models JobDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobDefinition HttpAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpAuthentication StorageQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage - JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties HttpRequest = Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest ServiceBusBrokeredMessageProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusBrokeredMessageProperties JobAction = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobAction @@ -36,15 +33,15 @@ module Models JobRecurrenceScheduleMonthlyOccurrence = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobRecurrenceScheduleMonthlyOccurrence ServiceBusMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusMessage JobCollectionListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult + JobHistoryDefinitionProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties ServiceBusAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication - ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage ServiceBusTopicMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage ClientCertAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication + ServiceBusQueueMessage = Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage OAuthAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication - SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition JobCollectionState = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState JobActionType = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType - BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + SkuDefinition = Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition RetryType = Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType JobScheduleDay = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobScheduleDay JobExecutionStatus = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobExecutionStatus @@ -54,7 +51,10 @@ module Models 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 + BasicAuthentication = Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication JobProperties = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobProperties + Sku = Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku + JobListResult = Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult end class SchedulerManagementClass @@ -88,12 +88,6 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::Scheduler::Mgmt::V2016_03_01::Models::Sku - end - def job_list_result - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult - end def job_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobState end @@ -118,9 +112,6 @@ def http_authentication def storage_queue_message Azure::Scheduler::Mgmt::V2016_03_01::Models::StorageQueueMessage end - def job_history_definition_properties - Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties - end def http_request Azure::Scheduler::Mgmt::V2016_03_01::Models::HttpRequest end @@ -163,32 +154,32 @@ def service_bus_message def job_collection_list_result Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionListResult end + def job_history_definition_properties + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobHistoryDefinitionProperties + end def service_bus_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusAuthentication end - def service_bus_queue_message - Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage - end def service_bus_topic_message Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusTopicMessage end def client_cert_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::ClientCertAuthentication end + def service_bus_queue_message + Azure::Scheduler::Mgmt::V2016_03_01::Models::ServiceBusQueueMessage + end def oauth_authentication Azure::Scheduler::Mgmt::V2016_03_01::Models::OAuthAuthentication end - def sku_definition - Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition - end def job_collection_state Azure::Scheduler::Mgmt::V2016_03_01::Models::JobCollectionState end def job_action_type Azure::Scheduler::Mgmt::V2016_03_01::Models::JobActionType end - def basic_authentication - Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + def sku_definition + Azure::Scheduler::Mgmt::V2016_03_01::Models::SkuDefinition end def retry_type Azure::Scheduler::Mgmt::V2016_03_01::Models::RetryType @@ -217,9 +208,18 @@ def job_history_action_name def job_status Azure::Scheduler::Mgmt::V2016_03_01::Models::JobStatus end + def basic_authentication + Azure::Scheduler::Mgmt::V2016_03_01::Models::BasicAuthentication + end 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_list_result + Azure::Scheduler::Mgmt::V2016_03_01::Models::JobListResult + 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 49838e4b67..4d6d45cf88 100644 --- a/azure_sdk/lib/latest/modules/search_profile_module.rb +++ b/azure_sdk/lib/latest/modules/search_profile_module.rb @@ -7,34 +7,34 @@ module Azure::Profiles::Latest module Search module Mgmt - Services = Azure::Search::Mgmt::V2015_08_19::Services AdminKeys = Azure::Search::Mgmt::V2015_08_19::AdminKeys - Operations = Azure::Search::Mgmt::V2015_08_19::Operations QueryKeys = Azure::Search::Mgmt::V2015_08_19::QueryKeys + Services = Azure::Search::Mgmt::V2015_08_19::Services + Operations = Azure::Search::Mgmt::V2015_08_19::Operations module Models + CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName + Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource ProvisioningState = Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState Sku = Azure::Search::Mgmt::V2015_08_19::Models::Sku OperationDisplay = Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay - Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation QueryKey = Azure::Search::Mgmt::V2015_08_19::Models::QueryKey - AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + Operation = Azure::Search::Mgmt::V2015_08_19::Models::Operation SearchManagementRequestOptions = Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions OperationListResult = Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult - SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService + AdminKeyResult = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult UnavailableNameReason = Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason - HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + SearchService = Azure::Search::Mgmt::V2015_08_19::Models::SearchService SearchServiceStatus = Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus + HostingMode = Azure::Search::Mgmt::V2015_08_19::Models::HostingMode AdminKeyKind = Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind Identity = Azure::Search::Mgmt::V2015_08_19::Models::Identity CheckNameAvailabilityInput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityInput - CheckNameAvailabilityOutput = Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput - SkuName = Azure::Search::Mgmt::V2015_08_19::Models::SkuName - Resource = Azure::Search::Mgmt::V2015_08_19::Models::Resource end class SearchManagementClass - attr_reader :services, :admin_keys, :operations, :query_keys, :configurable, :base_url, :options, :model_classes + attr_reader :admin_keys, :query_keys, :services, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -44,10 +44,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @services = @client_0.services @admin_keys = @client_0.admin_keys - @operations = @client_0.operations @query_keys = @client_0.query_keys + @services = @client_0.services + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -66,6 +66,15 @@ def method_missing(method, *args) end class ModelClasses + def check_name_availability_output + Azure::Search::Mgmt::V2015_08_19::Models::CheckNameAvailabilityOutput + end + def sku_name + Azure::Search::Mgmt::V2015_08_19::Models::SkuName + end + def resource + Azure::Search::Mgmt::V2015_08_19::Models::Resource + end def provisioning_state Azure::Search::Mgmt::V2015_08_19::Models::ProvisioningState end @@ -75,14 +84,11 @@ def sku def operation_display Azure::Search::Mgmt::V2015_08_19::Models::OperationDisplay end - def operation - Azure::Search::Mgmt::V2015_08_19::Models::Operation - end def query_key Azure::Search::Mgmt::V2015_08_19::Models::QueryKey end - def admin_key_result - Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult + def operation + Azure::Search::Mgmt::V2015_08_19::Models::Operation end def search_management_request_options Azure::Search::Mgmt::V2015_08_19::Models::SearchManagementRequestOptions @@ -90,18 +96,21 @@ def search_management_request_options def operation_list_result Azure::Search::Mgmt::V2015_08_19::Models::OperationListResult end - def search_service - Azure::Search::Mgmt::V2015_08_19::Models::SearchService + def admin_key_result + Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyResult end def unavailable_name_reason Azure::Search::Mgmt::V2015_08_19::Models::UnavailableNameReason end - def hosting_mode - Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + def search_service + Azure::Search::Mgmt::V2015_08_19::Models::SearchService end def search_service_status Azure::Search::Mgmt::V2015_08_19::Models::SearchServiceStatus end + def hosting_mode + Azure::Search::Mgmt::V2015_08_19::Models::HostingMode + end def admin_key_kind Azure::Search::Mgmt::V2015_08_19::Models::AdminKeyKind end @@ -111,15 +120,6 @@ def identity 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 sku_name - Azure::Search::Mgmt::V2015_08_19::Models::SkuName - end - def resource - Azure::Search::Mgmt::V2015_08_19::Models::Resource - 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 743c619eeb..77a0f87477 100644 --- a/azure_sdk/lib/latest/modules/security_profile_module.rb +++ b/azure_sdk/lib/latest/modules/security_profile_module.rb @@ -7,13 +7,15 @@ module Azure::Profiles::Latest module Security module Mgmt + Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances Pricings = Azure::Security::Mgmt::V2017_08_01_preview::Pricings SecurityContacts = Azure::Security::Mgmt::V2017_08_01_preview::SecurityContacts WorkspaceSettings = Azure::Security::Mgmt::V2017_08_01_preview::WorkspaceSettings AutoProvisioningSettings = Azure::Security::Mgmt::V2017_08_01_preview::AutoProvisioningSettings - Compliances = Azure::Security::Mgmt::V2017_08_01_preview::Compliances module Models + AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource AutoProvisioningSettingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList PricingList = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingList ComplianceSegment = Azure::Security::Mgmt::V2017_08_01_preview::Models::ComplianceSegment @@ -28,12 +30,10 @@ module Models AlertNotifications = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertNotifications AlertsToAdmins = Azure::Security::Mgmt::V2017_08_01_preview::Models::AlertsToAdmins PricingTier = Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier - AutoProvision = Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision - Resource = Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource end class SecurityManagementClass - attr_reader :pricings, :security_contacts, :workspace_settings, :auto_provisioning_settings, :compliances, :configurable, :base_url, :options, :model_classes + attr_reader :compliances, :pricings, :security_contacts, :workspace_settings, :auto_provisioning_settings, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -43,11 +43,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @compliances = @client_0.compliances @pricings = @client_0.pricings @security_contacts = @client_0.security_contacts @workspace_settings = @client_0.workspace_settings @auto_provisioning_settings = @client_0.auto_provisioning_settings - @compliances = @client_0.compliances @model_classes = ModelClasses.new end @@ -66,6 +66,12 @@ def method_missing(method, *args) end class ModelClasses + def auto_provision + Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision + end + def resource + Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource + end def auto_provisioning_setting_list Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvisioningSettingList end @@ -108,12 +114,6 @@ def alerts_to_admins def pricing_tier Azure::Security::Mgmt::V2017_08_01_preview::Models::PricingTier end - def auto_provision - Azure::Security::Mgmt::V2017_08_01_preview::Models::AutoProvision - end - def resource - Azure::Security::Mgmt::V2017_08_01_preview::Models::Resource - end end end end diff --git a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb index 4a3e94f39c..bf0c87414b 100644 --- a/azure_sdk/lib/latest/modules/servicebus_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicebus_profile_module.rb @@ -7,22 +7,19 @@ module Azure::Profiles::Latest module ServiceBus module Mgmt - Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions - Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics - Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations - 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 Queues = Azure::ServiceBus::Mgmt::V2017_04_01::Queues Rules = Azure::ServiceBus::Mgmt::V2017_04_01::Rules PremiumMessagingRegionsOperations = Azure::ServiceBus::Mgmt::V2017_04_01::PremiumMessagingRegionsOperations EventHubs = Azure::ServiceBus::Mgmt::V2017_04_01::EventHubs + Topics = Azure::ServiceBus::Mgmt::V2017_04_01::Topics + Namespaces = Azure::ServiceBus::Mgmt::V2017_04_01::Namespaces + Operations = Azure::ServiceBus::Mgmt::V2017_04_01::Operations + Regions = Azure::ServiceBus::Mgmt::V2017_04_01::Regions + Subscriptions = Azure::ServiceBus::Mgmt::V2017_04_01::Subscriptions module Models - ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - 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 SkuTier = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuTier @@ -40,42 +37,45 @@ module Models MessageCountDetails = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MessageCountDetails AccessKeys = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessKeys CaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription - AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch SqlFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter - CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter - RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult - SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku EventHubListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + AuthorizationRuleProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + SBSku = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku + CorrelationFilter = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter 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 - RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - ResourceNamespacePatch = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription Rule = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule SqlRuleAction = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction - SBQueue = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions Eventhub = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub ArmDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery - PremiumMessagingRegions = Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions - SBSubscription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription - EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription - Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties + FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType UnavailableReason = Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason - OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + Resource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + SBNamespace = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + SBNamespaceUpdateParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters ProvisioningStateDR = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery + EncodingCaptureDescription = Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription + RuleListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + OperationDisplay = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay + RegenerateAccessKeyParameters = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters Operation = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation - FilterType = Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType OperationListResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult - RoleDisasterRecovery = Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - MigrationConfigProperties = Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties CheckNameAvailabilityResult = Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult SkuName = Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName + Action = Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + ErrorResponse = Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + AccessRights = Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + TrackedResource = Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource end class ServiceBusManagementClass - attr_reader :subscriptions, :topics, :operations, :namespaces, :regions, :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :configurable, :base_url, :options, :model_classes + attr_reader :disaster_recovery_configs, :migration_configs, :queues, :rules, :premium_messaging_regions_operations, :event_hubs, :topics, :namespaces, :operations, :regions, :subscriptions, :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) - @subscriptions = @client_0.subscriptions - @topics = @client_0.topics - @operations = @client_0.operations - @namespaces = @client_0.namespaces - @regions = @client_0.regions @disaster_recovery_configs = @client_0.disaster_recovery_configs @migration_configs = @client_0.migration_configs @queues = @client_0.queues @rules = @client_0.rules @premium_messaging_regions_operations = @client_0.premium_messaging_regions_operations @event_hubs = @client_0.event_hubs + @topics = @client_0.topics + @namespaces = @client_0.namespaces + @operations = @client_0.operations + @regions = @client_0.regions + @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new end @@ -114,15 +114,6 @@ def method_missing(method, *args) end class ModelClasses - def error_response - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse - end - def access_rights - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights - 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 @@ -174,38 +165,35 @@ def access_keys def capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::CaptureDescription end - def authorization_rule_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties + def resource_namespace_patch + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch end def sql_filter Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlFilter end - def correlation_filter - Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter + def event_hub_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult end - def rule_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult + def authorization_rule_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AuthorizationRuleProperties end def sbsku Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSku end - def event_hub_list_result - Azure::ServiceBus::Mgmt::V2017_04_01::Models::EventHubListResult - end - def sbnamespace_update_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + def correlation_filter + Azure::ServiceBus::Mgmt::V2017_04_01::Models::CorrelationFilter end def sbauthorization_rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBAuthorizationRule end + def sbqueue + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue + end def sbtopic Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBTopic end - def regenerate_access_key_parameters - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters - end - def resource_namespace_patch - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ResourceNamespacePatch + def sbsubscription + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription end def rule Azure::ServiceBus::Mgmt::V2017_04_01::Models::Rule @@ -213,14 +201,8 @@ def rule def sql_rule_action Azure::ServiceBus::Mgmt::V2017_04_01::Models::SqlRuleAction end - def sbqueue - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBQueue - end - def sbnamespace - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace - end - def resource - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + def premium_messaging_regions + Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions end def eventhub Azure::ServiceBus::Mgmt::V2017_04_01::Models::Eventhub @@ -228,48 +210,66 @@ def eventhub def arm_disaster_recovery Azure::ServiceBus::Mgmt::V2017_04_01::Models::ArmDisasterRecovery end - def premium_messaging_regions - Azure::ServiceBus::Mgmt::V2017_04_01::Models::PremiumMessagingRegions + def migration_config_properties + Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties end - def sbsubscription - Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBSubscription + def filter_type + Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType + end + def unavailable_reason + Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + end + def resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Resource + end + def sbnamespace + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespace + end + def sbnamespace_update_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::SBNamespaceUpdateParameters + 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 end def encoding_capture_description Azure::ServiceBus::Mgmt::V2017_04_01::Models::EncodingCaptureDescription end - def action - Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action - end - def unavailable_reason - Azure::ServiceBus::Mgmt::V2017_04_01::Models::UnavailableReason + def rule_list_result + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RuleListResult end def operation_display Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationDisplay end - def provisioning_state_dr - Azure::ServiceBus::Mgmt::V2017_04_01::Models::ProvisioningStateDR + def regenerate_access_key_parameters + Azure::ServiceBus::Mgmt::V2017_04_01::Models::RegenerateAccessKeyParameters end def operation Azure::ServiceBus::Mgmt::V2017_04_01::Models::Operation end - def filter_type - Azure::ServiceBus::Mgmt::V2017_04_01::Models::FilterType - end def operation_list_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::OperationListResult end - def role_disaster_recovery - Azure::ServiceBus::Mgmt::V2017_04_01::Models::RoleDisasterRecovery - end - def migration_config_properties - Azure::ServiceBus::Mgmt::V2017_04_01::Models::MigrationConfigProperties - end def check_name_availability_result Azure::ServiceBus::Mgmt::V2017_04_01::Models::CheckNameAvailabilityResult end def sku_name Azure::ServiceBus::Mgmt::V2017_04_01::Models::SkuName end + def action + Azure::ServiceBus::Mgmt::V2017_04_01::Models::Action + end + def error_response + Azure::ServiceBus::Mgmt::V2017_04_01::Models::ErrorResponse + end + def access_rights + Azure::ServiceBus::Mgmt::V2017_04_01::Models::AccessRights + end + def tracked_resource + Azure::ServiceBus::Mgmt::V2017_04_01::Models::TrackedResource + end end end end diff --git a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb index 27a0f2e721..ffd949b326 100644 --- a/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb +++ b/azure_sdk/lib/latest/modules/servicefabric_profile_module.rb @@ -7,16 +7,15 @@ module Azure::Profiles::Latest module ServiceFabric module Mgmt - Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application - Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType Service = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Service + Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version + Application = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Application ClusterVersions = Azure::ServiceFabric::Mgmt::V2018_02_01::ClusterVersions Clusters = Azure::ServiceFabric::Mgmt::V2018_02_01::Clusters 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 @@ -32,10 +31,10 @@ module Models VersionResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResourceList ServiceResourceList = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResourceList NamedPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription - SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription - VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationTypeResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource + SingletonPartitionSchemeDescription = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription + VersionResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource ApplicationResourceUpdate = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate ApplicationResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResource ServiceResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ServiceResource @@ -46,11 +45,9 @@ module Models StatelessServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatelessServiceProperties StatefulServiceUpdateProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceUpdateProperties StatefulServiceProperties = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties - ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy - OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult - Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + ProxyResource = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource ErrorModel = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel - ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + Resource = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource ServerCertificateCommonNames = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames ServiceTypeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeDeltaHealthPolicy ApplicationDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationDeltaHealthPolicy @@ -68,19 +65,22 @@ module Models ServiceTypeHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServiceTypeHealthPolicy Cluster = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Cluster AzureActiveDirectory = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory - OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName ClientCertificateThumbprint = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint ClusterUpgradeDeltaHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterUpgradeDeltaHealthPolicy ClusterVersionDetails = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClusterVersionDetails SettingsParameterDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription - ClientCertificateCommonName = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + ApplicationHealthPolicy = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy SettingsSectionDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription EndpointRangeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::EndpointRangeDescription NodeTypeDescription = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription + ProvisioningState = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + OperationListResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + OperationResult = Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult end class ServiceFabricManagementClass - attr_reader :application, :version, :application_type, :service, :cluster_versions, :clusters, :operations, :configurable, :base_url, :options, :model_classes + attr_reader :application_type, :service, :version, :application, :cluster_versions, :clusters, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -90,10 +90,10 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @application = @client_0.application - @version = @client_0.version @application_type = @client_0.application_type @service = @client_0.service + @version = @client_0.version + @application = @client_0.application @client_1 = Azure::ServiceFabric::Mgmt::V2018_02_01::ServiceFabricManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -123,9 +123,6 @@ 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 @@ -171,18 +168,18 @@ def service_resource_list def named_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::NamedPartitionSchemeDescription end - def singleton_partition_scheme_description - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription - end def uniform_int64_range_partition_scheme_description Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::UniformInt64RangePartitionSchemeDescription end - def version_resource - Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource - end def application_type_resource Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationTypeResource end + def singleton_partition_scheme_description + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::SingletonPartitionSchemeDescription + end + def version_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::VersionResource + end def application_resource_update Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ApplicationResourceUpdate end @@ -213,20 +210,14 @@ def stateful_service_update_properties def stateful_service_properties Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::StatefulServiceProperties end - def application_health_policy - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy - end - def operation_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult - end - def resource - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource + def proxy_resource + Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Models::ProxyResource end def error_model Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ErrorModel end - def provisioning_state - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + def resource + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::Resource end def server_certificate_common_names Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ServerCertificateCommonNames @@ -279,8 +270,8 @@ def cluster def azure_active_directory Azure::ServiceFabric::Mgmt::V2018_02_01::Models::AzureActiveDirectory end - def operation_list_result - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + def client_certificate_common_name + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName end def client_certificate_thumbprint Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateThumbprint @@ -294,8 +285,8 @@ def cluster_version_details def settings_parameter_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsParameterDescription end - def client_certificate_common_name - Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ClientCertificateCommonName + def application_health_policy + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ApplicationHealthPolicy end def settings_section_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::SettingsSectionDescription @@ -306,6 +297,15 @@ def endpoint_range_description def node_type_description Azure::ServiceFabric::Mgmt::V2018_02_01::Models::NodeTypeDescription end + def provisioning_state + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::ProvisioningState + end + def operation_list_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationListResult + end + def operation_result + Azure::ServiceFabric::Mgmt::V2018_02_01::Models::OperationResult + end end end end diff --git a/azure_sdk/lib/latest/modules/signalr_profile_module.rb b/azure_sdk/lib/latest/modules/signalr_profile_module.rb index 2bdea828e3..ae3209117b 100644 --- a/azure_sdk/lib/latest/modules/signalr_profile_module.rb +++ b/azure_sdk/lib/latest/modules/signalr_profile_module.rb @@ -7,40 +7,40 @@ module Azure::Profiles::Latest module Signalr module Mgmt + SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR Usages = Azure::Signalr::Mgmt::V2018_03_01_preview::Usages Operations = Azure::Signalr::Mgmt::V2018_03_01_preview::Operations - SignalR = Azure::Signalr::Mgmt::V2018_03_01_preview::SignalR module Models - RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList Resource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource ProvisioningState = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ProvisioningState KeyType = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType - OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay SignalRResourceList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList - SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList + OperationDisplay = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay NameAvailabilityParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters Operation = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation - SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties SignalRKeys = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRKeys OperationProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationProperties - NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + SignalRCreateOrUpdateProperties = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + SignalRUsageList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList SignalRUsage = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage + NameAvailability = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource SignalRUpdateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters SignalRUsageName = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName - SignalRResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier SignalRCreateParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters ServiceSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ServiceSpecification Dimension = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Dimension MetricSpecification = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification - SignalRSkuTier = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier ResourceSku = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku + RegenerateKeyParameters = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + TrackedResource = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + OperationList = Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList end class SignalrManagementClass - attr_reader :usages, :operations, :signal_r, :configurable, :base_url, :options, :model_classes + attr_reader :signal_r, :usages, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -50,9 +50,9 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @signal_r = @client_0.signal_r @usages = @client_0.usages @operations = @client_0.operations - @signal_r = @client_0.signal_r @model_classes = ModelClasses.new end @@ -71,15 +71,6 @@ def method_missing(method, *args) end class ModelClasses - def regenerate_key_parameters - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters - end - def tracked_resource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource - end - def operation_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList - end def resource Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Resource end @@ -89,14 +80,11 @@ def provisioning_state def key_type Azure::Signalr::Mgmt::V2018_03_01_preview::Models::KeyType end - def operation_display - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay - end def signal_rresource_list Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResourceList end - def signal_rusage_list - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList + def operation_display + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationDisplay end def name_availability_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailabilityParameters @@ -104,29 +92,35 @@ def name_availability_parameters def operation Azure::Signalr::Mgmt::V2018_03_01_preview::Models::Operation end - def signal_rcreate_or_update_properties - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties - 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 name_availability - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + def signal_rcreate_or_update_properties + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateOrUpdateProperties + end + def signal_rusage_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageList end def signal_rusage Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsage end + def name_availability + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::NameAvailability + end + def signal_rresource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + end def signal_rupdate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUpdateParameters end def signal_rusage_name Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRUsageName end - def signal_rresource - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRResource + def signal_rsku_tier + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier end def signal_rcreate_parameters Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRCreateParameters @@ -140,12 +134,18 @@ def dimension def metric_specification Azure::Signalr::Mgmt::V2018_03_01_preview::Models::MetricSpecification end - def signal_rsku_tier - Azure::Signalr::Mgmt::V2018_03_01_preview::Models::SignalRSkuTier - end def resource_sku Azure::Signalr::Mgmt::V2018_03_01_preview::Models::ResourceSku end + def regenerate_key_parameters + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::RegenerateKeyParameters + end + def tracked_resource + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::TrackedResource + end + def operation_list + Azure::Signalr::Mgmt::V2018_03_01_preview::Models::OperationList + 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 8a4647243c..57e0267339 100644 --- a/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb +++ b/azure_sdk/lib/latest/modules/spellcheck_profile_module.rb @@ -8,20 +8,20 @@ module Azure::Profiles::Latest module SpellCheck module Models + SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken + ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion ErrorSubCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode + Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode ErrorResponse = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase - ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType SpellCheck = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck Response = Azure::CognitiveServices::SpellCheck::V1_0::Models::Response + ActionType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType Identifiable = Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer - ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - SpellingTokenSuggestion = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion - SpellingFlaggedToken = Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - ErrorType = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType Error = Azure::CognitiveServices::SpellCheck::V1_0::Models::Error - Mode = Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + ErrorCode = Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode end class SpellCheckDataClass @@ -53,47 +53,47 @@ def method_missing(method, *args) end class ModelClasses + def spelling_flagged_token + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken + end + def error_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType + end + def spelling_token_suggestion + Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion + end def error_sub_code Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorSubCode end + def mode + Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + end def error_response Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorResponse end def response_base Azure::CognitiveServices::SpellCheck::V1_0::Models::ResponseBase end - def action_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType - end def spell_check Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellCheck end def response Azure::CognitiveServices::SpellCheck::V1_0::Models::Response end + def action_type + Azure::CognitiveServices::SpellCheck::V1_0::Models::ActionType + end def identifiable Azure::CognitiveServices::SpellCheck::V1_0::Models::Identifiable end def answer Azure::CognitiveServices::SpellCheck::V1_0::Models::Answer end - def error_code - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode - end - def spelling_token_suggestion - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingTokenSuggestion - end - def spelling_flagged_token - Azure::CognitiveServices::SpellCheck::V1_0::Models::SpellingFlaggedToken - end - def error_type - Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorType - end def error Azure::CognitiveServices::SpellCheck::V1_0::Models::Error end - def mode - Azure::CognitiveServices::SpellCheck::V1_0::Models::Mode + def error_code + Azure::CognitiveServices::SpellCheck::V1_0::Models::ErrorCode 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 bdd8b0f79f..6bb47fedcc 100644 --- a/azure_sdk/lib/latest/modules/sql_profile_module.rb +++ b/azure_sdk/lib/latest/modules/sql_profile_module.rb @@ -7,19 +7,26 @@ module Azure::Profiles::Latest module SQL module Mgmt + 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 + ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages + DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages + BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults + RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases RestorableDroppedDatabases = Azure::SQL::Mgmt::V2014_04_01::RestorableDroppedDatabases - ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DatabaseThreatDetectionPolicies = Azure::SQL::Mgmt::V2014_04_01::DatabaseThreatDetectionPolicies + ServerConnectionPolicies = Azure::SQL::Mgmt::V2014_04_01::ServerConnectionPolicies DataMaskingPolicies = Azure::SQL::Mgmt::V2014_04_01::DataMaskingPolicies DataMaskingRules = Azure::SQL::Mgmt::V2014_04_01::DataMaskingRules TransparentDataEncryptionConfigurations = Azure::SQL::Mgmt::V2014_04_01::TransparentDataEncryptionConfigurations Extensions = Azure::SQL::Mgmt::V2014_04_01::Extensions DisasterRecoveryConfigurations = Azure::SQL::Mgmt::V2014_04_01::DisasterRecoveryConfigurations GeoBackupPolicies = Azure::SQL::Mgmt::V2014_04_01::GeoBackupPolicies - Queries = Azure::SQL::Mgmt::V2014_04_01::Queries QueryStatistics = Azure::SQL::Mgmt::V2014_04_01::QueryStatistics - BackupLongTermRetentionVaults = Azure::SQL::Mgmt::V2014_04_01::BackupLongTermRetentionVaults QueryTexts = Azure::SQL::Mgmt::V2014_04_01::QueryTexts + Queries = Azure::SQL::Mgmt::V2014_04_01::Queries ReplicationLinks = Azure::SQL::Mgmt::V2014_04_01::ReplicationLinks RecommendedElasticPools = Azure::SQL::Mgmt::V2014_04_01::RecommendedElasticPools ServerAzureADAdministrators = Azure::SQL::Mgmt::V2014_04_01::ServerAzureADAdministrators @@ -27,15 +34,12 @@ module Mgmt ServerCommunicationLinks = Azure::SQL::Mgmt::V2014_04_01::ServerCommunicationLinks ElasticPoolDatabaseActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolDatabaseActivities ElasticPoolActivities = Azure::SQL::Mgmt::V2014_04_01::ElasticPoolActivities - 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 - ServerUsages = Azure::SQL::Mgmt::V2014_04_01::ServerUsages - DatabaseUsages = Azure::SQL::Mgmt::V2014_04_01::DatabaseUsages - RecoverableDatabases = Azure::SQL::Mgmt::V2014_04_01::RecoverableDatabases + ServiceTierAdvisors = Azure::SQL::Mgmt::V2014_04_01::ServiceTierAdvisors + FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules + ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors + DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors + Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers Operations = Azure::SQL::Mgmt::V2015_05_01_preview::Operations VirtualNetworkRules = Azure::SQL::Mgmt::V2015_05_01_preview::VirtualNetworkRules DatabaseRecommendedActions = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseRecommendedActions @@ -47,67 +51,43 @@ module Mgmt 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 - FirewallRules = Azure::SQL::Mgmt::V2015_05_01_preview::FirewallRules SubscriptionUsages = Azure::SQL::Mgmt::V2015_05_01_preview::SubscriptionUsages - ServerAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::ServerAdvisors - DatabaseAdvisors = Azure::SQL::Mgmt::V2015_05_01_preview::DatabaseAdvisors - Servers = Azure::SQL::Mgmt::V2015_05_01_preview::Servers - 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 - RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints 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 + DataWarehouseUserActivitiesOperations = Azure::SQL::Mgmt::V2017_03_01_preview::DataWarehouseUserActivitiesOperations JobExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobExecutions - DatabaseBlobAuditingPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::DatabaseBlobAuditingPolicies JobStepExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobStepExecutions - JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps - Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs - JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups JobTargetExecutions = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetExecutions - LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups + Jobs = Azure::SQL::Mgmt::V2017_03_01_preview::Jobs JobVersions = Azure::SQL::Mgmt::V2017_03_01_preview::JobVersions - BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + LongTermRetentionBackups = Azure::SQL::Mgmt::V2017_03_01_preview::LongTermRetentionBackups ManagedDatabases = Azure::SQL::Mgmt::V2017_03_01_preview::ManagedDatabases + JobSteps = Azure::SQL::Mgmt::V2017_03_01_preview::JobSteps + BackupLongTermRetentionPolicies = Azure::SQL::Mgmt::V2017_03_01_preview::BackupLongTermRetentionPolicies + JobTargetGroups = Azure::SQL::Mgmt::V2017_03_01_preview::JobTargetGroups SensitivityLabels = Azure::SQL::Mgmt::V2017_03_01_preview::SensitivityLabels - Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases - ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools - DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations - Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities - ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations + 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 + RestorePoints = Azure::SQL::Mgmt::V2017_03_01_preview::RestorePoints DatabaseVulnerabilityAssessmentScans = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseVulnerabilityAssessmentScans InstanceFailoverGroups = Azure::SQL::Mgmt::V2017_10_01_preview::InstanceFailoverGroups BackupShortTermRetentionPolicies = Azure::SQL::Mgmt::V2017_10_01_preview::BackupShortTermRetentionPolicies TdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::TdeCertificates ManagedInstanceTdeCertificates = Azure::SQL::Mgmt::V2017_10_01_preview::ManagedInstanceTdeCertificates + Databases = Azure::SQL::Mgmt::V2017_10_01_preview::Databases + ElasticPools = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPools + DatabaseOperations = Azure::SQL::Mgmt::V2017_10_01_preview::DatabaseOperations + Capabilities = Azure::SQL::Mgmt::V2017_10_01_preview::Capabilities + ElasticPoolOperations = Azure::SQL::Mgmt::V2017_10_01_preview::ElasticPoolOperations module Models - 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 - DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - SecurityAlertPolicyUseServerDefault = Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover - DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy - DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole - StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType ElasticPoolEdition = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition GeoBackupPolicyState = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicyState CheckNameAvailabilityRequest = Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityRequest @@ -118,9 +98,9 @@ module Models 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 - ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion - ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState ReplicationState = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + ServerState = Azure::SQL::Mgmt::V2014_04_01::Models::ServerState + ServerVersion = Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion TransparentDataEncryptionActivityStatus = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus MetricValue = Azure::SQL::Mgmt::V2014_04_01::Models::MetricValue ReplicationRole = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationRole @@ -160,37 +140,37 @@ module Models ServerTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServerTableAuditingPolicyListResult OperationImpact = Azure::SQL::Mgmt::V2014_04_01::Models::OperationImpact MetricDefinitionListResult = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult + BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult MetricDefinition = Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition QueryMetric = Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric - BackupLongTermRetentionPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval RecoverableDatabaseListResult = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabaseListResult - QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + ServiceTierAdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult Metric = Azure::SQL::Mgmt::V2014_04_01::Models::Metric DatabaseTableAuditingPolicyListResult = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult + QueryStatistic = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability TopQueries = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries - QueryInterval = Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult TopQueriesListResult = Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult - ElasticPoolDtuCapability = Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability QueryStatisticListResult = Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult - AdvisorListResult = Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase BackupLongTermRetentionVault = Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault - MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability RestorableDroppedDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase + RecoverableDatabase = Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor ServerConnectionPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy - RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + MetricAvailability = Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability TransparentDataEncryption = Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption + RecommendedIndex = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex DatabaseSecurityAlertPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy - ServiceTierAdvisor = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor DisasterRecoveryConfiguration = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration - DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy DataMaskingRule = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule - ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest ImportExportResponse = Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse - ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + GeoBackupPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy RecommendedElasticPool = Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool + DataMaskingPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + ReplicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + ImportRequest = Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest ServerAzureADAdministrator = Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator ServerCommunicationLink = Azure::SQL::Mgmt::V2014_04_01::Models::ServerCommunicationLink ServiceObjective = Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjective @@ -201,13 +181,26 @@ module Models 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 - SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection - AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason - VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule - SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState - RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState - ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType - VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + 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 + DataMaskingRuleState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + DataMaskingState = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + DisasterRecoveryConfigurationAutoFailover = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + DataMaskingFunction = Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + DisasterRecoveryConfigurationStatus = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + DisasterRecoveryConfigurationFailoverPolicy = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationFailoverPolicy + DisasterRecoveryConfigurationRole = Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationRole + StorageKeyType = Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType OperationDisplay = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay Operation = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Operation OperationListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationListResult @@ -217,11 +210,11 @@ module Models 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 - VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult ManagedInstanceUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate FirewallRuleList = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FirewallRuleList ResourceIdentity = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceIdentity SyncGroupSchema = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema + SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncGroupSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable SyncFullSchemaTable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaTable SyncGroupSchemaTableColumn = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTableColumn @@ -240,123 +233,122 @@ module Models PartnerInfo = Azure::SQL::Mgmt::V2015_05_01_preview::Models::PartnerInfo ResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ResourceWithWritableName SubscriptionUsageListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult + VirtualNetworkRuleListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult SyncGroupListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult - SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult FailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint SyncAgentKeyProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties - SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties + SyncAgentListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult SyncMemberListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult FailoverGroupUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupUpdate SyncAgentLinkedDatabaseListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabaseListResult AutomaticTuningOptions = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions - SyncDatabaseIdListResult = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult SyncDatabaseIdProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties + SyncFullSchemaProperties = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties RecommendedAction = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction DatabaseAutomaticTuning = Azure::SQL::Mgmt::V2015_05_01_preview::Models::DatabaseAutomaticTuning EncryptionProtector = Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector - Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor ProxyResourceWithWritableName = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName - FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup - SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent ManagedInstance = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + FailoverGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup ServerKey = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey - SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup - SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase - SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage + SyncAgent = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent + Advisor = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor SyncMember = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember - RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + SyncAgentLinkedDatabase = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + SyncGroup = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup AutoExecuteStatusInheritedFrom = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom + SubscriptionUsage = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage ImplementationMethod = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + RecommendedActionCurrentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + RecommendedActionInitiatedBy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionInitiatedBy + VirtualNetworkRule = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule Server = Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server ServerUpdate = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate - FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole + AutomaticTuningDisabledReason = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + IsRetryable = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode + ServerKeyType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType IdentityType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType + AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus + AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus SyncAgentState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState - SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + FailoverGroupReplicationRole = Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole SyncGroupLogType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType + SyncDirection = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection SyncConflictResolutionPolicy = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy SyncGroupState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState - AutoExecuteStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus - AutomaticTuningMode = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode - AdvisorStatus = Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - 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 - ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - SensitivityLabelListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult - JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - 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 - 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 - 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 - JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget - JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult - ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult - ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition - JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions - JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + SyncMemberDbType = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType + VirtualNetworkRuleState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + SyncMemberState = Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState 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 - JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + JobSchedule = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule DatabaseVulnerabilityAssessmentRuleBaseline = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline - ExtendedServerBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + ImportExportOperationResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult DataWarehouseUserActivities = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities - JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + JobListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + JobTarget = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget JobAgent = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent + JobStepOutput = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput JobExecution = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution - JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion JobStep = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStep - JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup + JobCredential = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + JobVersion = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup SensitivityLabel = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel RestorePointListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePointListResult ManagedDatabase = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabase - ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + JobTargetGroup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup ServerAutomaticTuning = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning - LongTermRetentionBackup = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup ServerDnsAlias = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias + ServerSecurityAlertPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy JobAgentState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState - JobExecutionLifecycle = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle 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 - ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState - Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + 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 + ProvisioningState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState JobStepOutputType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType - JobTargetType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + 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 + LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState VulnerabilityAssessmentPolicyBaselineName = Azure::SQL::Mgmt::V2017_03_01_preview::Models::VulnerabilityAssessmentPolicyBaselineName AutomaticTuningServerMode = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode - AutomaticTuningServerReason = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - JobTargetGroupMembershipType = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType SecurityAlertPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SecurityAlertPolicyState - LongTermRetentionDatabaseState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionDatabaseState SensitivityLabelSource = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource BackupLongTermRetentionPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy + Job = Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job DatabaseBlobAuditingPolicy = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy RestorePoint = Azure::SQL::Mgmt::V2017_03_01_preview::Models::RestorePoint BlobAuditingPolicyState = Azure::SQL::Mgmt::V2017_03_01_preview::Models::BlobAuditingPolicyState AutomaticTuningOptionModeDesired = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeDesired AutomaticTuningOptionModeActual = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual - Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku - SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName - TrackedResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource - ResourceMoveDefinition = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition - ProxyResource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource - DatabaseOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult - VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties - ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + 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 + ServerDnsAliasAcquisition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition + CompleteDatabaseRestoreDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition + AutomaticTuningServerOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions + JobAgentListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult + SensitivityLabelListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult + JobAgentUpdate = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + 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 + 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 + JobTargetGroupListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + DatabaseVulnerabilityAssessmentRuleBaselineItem = Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + ServerDnsAliasListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + JobStepListResult = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + ImportExportDatabaseDefinition = Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + JobStepExecutionOptions = Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions DatabaseOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation DatabaseVulnerabilityAssessment = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessment MaxSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeCapability @@ -374,38 +366,38 @@ module Models 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 ManagedInstanceVcoresCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability MaxSizeRangeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability + ServerVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability ManagedInstanceFamilyCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability ManagedInstanceEditionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceEditionCapability ServiceObjectiveCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServiceObjectiveCapability ElasticPoolOperationListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperationListResult ManagedInstanceVersionCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability - InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint LogSizeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability + ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo LicenseTypeCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability PerformanceLevelCapability = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability - ManagedInstancePairInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings InstanceFailoverGroupListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult - PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo ElasticPoolOperation = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation VulnerabilityAssessmentScanRecord = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanRecord DatabaseVulnerabilityAssessmentScansExport = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport + InstanceFailoverGroupReadWriteEndpoint = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint DatabaseListResult = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult - BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + PartnerRegionInfo = Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo InstanceFailoverGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup + BackupShortTermRetentionPolicy = Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate VulnerabilityAssessmentScanTriggerType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType - ElasticPoolPerDatabaseSettings = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState MaxSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit - Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource - TdeCertificate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate Database = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database + Resource = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource DatabaseUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate - DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale LogSizeUnit = Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit DatabaseLicenseType = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType - VulnerabilityAssessmentScanState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState + DatabaseReadScale = Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale ElasticPool = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool ElasticPoolUpdate = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolUpdate CapabilityGroup = Azure::SQL::Mgmt::V2017_10_01_preview::Models::CapabilityGroup @@ -416,10 +408,18 @@ module Models 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 + Sku = Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + SampleName = Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + 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 + VulnerabilityAssessmentRecurringScansProperties = Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + ElasticPoolState = Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState end class SQLManagementClass - attr_reader :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, :backup_long_term_retention_vaults, :query_texts, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_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, :recoverable_databases, :operations, :virtual_network_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :firewall_rules, :subscription_usages, :server_advisors, :database_advisors, :servers, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :restore_points, :extended_database_blob_auditing_policies, :extended_server_blob_auditing_policies, :server_blob_auditing_policies, :database_vulnerability_assessment_rule_baselines, :database_vulnerability_assessments, :data_warehouse_user_activities_operations, :job_agents, :job_credentials, :job_executions, :database_blob_auditing_policies, :job_step_executions, :job_steps, :jobs, :job_target_groups, :job_target_executions, :long_term_retention_backups, :job_versions, :backup_long_term_retention_policies, :managed_databases, :sensitivity_labels, :databases, :elastic_pools, :database_operations, :capabilities, :elastic_pool_operations, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :configurable, :base_url, :options, :model_classes + attr_reader :transparent_data_encryption_activities, :server_table_auditing_policies, :database_table_auditing_policies, :database_connection_policies, :server_usages, :database_usages, :backup_long_term_retention_vaults, :recoverable_databases, :restorable_dropped_databases, :database_threat_detection_policies, :server_connection_policies, :data_masking_policies, :data_masking_rules, :transparent_data_encryption_configurations, :extensions, :disaster_recovery_configurations, :geo_backup_policies, :query_statistics, :query_texts, :queries, :replication_links, :recommended_elastic_pools, :server_azure_adadministrators, :service_objectives, :server_communication_links, :elastic_pool_database_activities, :elastic_pool_activities, :transparent_data_encryptions, :service_tier_advisors, :firewall_rules, :server_advisors, :database_advisors, :servers, :operations, :virtual_network_rules, :database_recommended_actions, :database_automatic_tuning_operations, :encryption_protectors, :failover_groups, :managed_instances, :server_keys, :sync_agents, :sync_groups, :sync_members, :subscription_usages, :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, :job_agents, :job_credentials, :data_warehouse_user_activities_operations, :job_executions, :job_step_executions, :job_target_executions, :jobs, :job_versions, :long_term_retention_backups, :managed_databases, :job_steps, :backup_long_term_retention_policies, :job_target_groups, :sensitivity_labels, :server_automatic_tuning_operations, :server_dns_aliases, :server_security_alert_policies, :restore_points, :database_vulnerability_assessment_scans, :instance_failover_groups, :backup_short_term_retention_policies, :tde_certificates, :managed_instance_tde_certificates, :databases, :elastic_pools, :database_operations, :capabilities, :elastic_pool_operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -429,19 +429,26 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @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_usages = @client_0.server_usages + @database_usages = @client_0.database_usages + @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults + @recoverable_databases = @client_0.recoverable_databases @restorable_dropped_databases = @client_0.restorable_dropped_databases - @server_connection_policies = @client_0.server_connection_policies @database_threat_detection_policies = @client_0.database_threat_detection_policies + @server_connection_policies = @client_0.server_connection_policies @data_masking_policies = @client_0.data_masking_policies @data_masking_rules = @client_0.data_masking_rules @transparent_data_encryption_configurations = @client_0.transparent_data_encryption_configurations @extensions = @client_0.extensions @disaster_recovery_configurations = @client_0.disaster_recovery_configurations @geo_backup_policies = @client_0.geo_backup_policies - @queries = @client_0.queries @query_statistics = @client_0.query_statistics - @backup_long_term_retention_vaults = @client_0.backup_long_term_retention_vaults @query_texts = @client_0.query_texts + @queries = @client_0.queries @replication_links = @client_0.replication_links @recommended_elastic_pools = @client_0.recommended_elastic_pools @server_azure_adadministrators = @client_0.server_azure_adadministrators @@ -449,21 +456,18 @@ def initialize(configurable, base_url=nil, options=nil) @server_communication_links = @client_0.server_communication_links @elastic_pool_database_activities = @client_0.elastic_pool_database_activities @elastic_pool_activities = @client_0.elastic_pool_activities - @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_usages = @client_0.server_usages - @database_usages = @client_0.database_usages - @recoverable_databases = @client_0.recoverable_databases + @service_tier_advisors = @client_0.service_tier_advisors @client_1 = Azure::SQL::Mgmt::V2015_05_01_preview::SqlManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) + @firewall_rules = @client_1.firewall_rules + @server_advisors = @client_1.server_advisors + @database_advisors = @client_1.database_advisors + @servers = @client_1.servers @operations = @client_1.operations @virtual_network_rules = @client_1.virtual_network_rules @database_recommended_actions = @client_1.database_recommended_actions @@ -475,57 +479,53 @@ def initialize(configurable, base_url=nil, options=nil) @sync_agents = @client_1.sync_agents @sync_groups = @client_1.sync_groups @sync_members = @client_1.sync_members - @firewall_rules = @client_1.firewall_rules @subscription_usages = @client_1.subscription_usages - @server_advisors = @client_1.server_advisors - @database_advisors = @client_1.database_advisors - @servers = @client_1.servers @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) - @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 - @restore_points = @client_2.restore_points @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 + @data_warehouse_user_activities_operations = @client_2.data_warehouse_user_activities_operations @job_executions = @client_2.job_executions - @database_blob_auditing_policies = @client_2.database_blob_auditing_policies @job_step_executions = @client_2.job_step_executions - @job_steps = @client_2.job_steps - @jobs = @client_2.jobs - @job_target_groups = @client_2.job_target_groups @job_target_executions = @client_2.job_target_executions - @long_term_retention_backups = @client_2.long_term_retention_backups + @jobs = @client_2.jobs @job_versions = @client_2.job_versions - @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @long_term_retention_backups = @client_2.long_term_retention_backups @managed_databases = @client_2.managed_databases + @job_steps = @client_2.job_steps + @backup_long_term_retention_policies = @client_2.backup_long_term_retention_policies + @job_target_groups = @client_2.job_target_groups @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 + @restore_points = @client_2.restore_points @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) - @databases = @client_3.databases - @elastic_pools = @client_3.elastic_pools - @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 @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 + @elastic_pools = @client_3.elastic_pools + @database_operations = @client_3.database_operations + @capabilities = @client_3.capabilities + @elastic_pool_operations = @client_3.elastic_pool_operations @model_classes = ModelClasses.new end @@ -550,66 +550,6 @@ def method_missing(method, *args) end class ModelClasses - 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 - end - def recommended_index_state - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState - end - def recommended_index_type - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType - end - def read_scale - Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale - end - def security_alert_policy_email_account_admins - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins - end - def data_masking_rule_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState - end - def security_alert_policy_use_server_default - Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault - end - def data_masking_state - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState - end - def disaster_recovery_configuration_auto_failover - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover - end - def data_masking_function - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction - end - def disaster_recovery_configuration_status - Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus - end - def 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 storage_key_type - Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType - end def elastic_pool_edition Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolEdition end @@ -640,14 +580,14 @@ def query_observed_metric_type def query_metric_unit Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetricUnit end - def server_version - Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion + def replication_state + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState end def server_state Azure::SQL::Mgmt::V2014_04_01::Models::ServerState end - def replication_state - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationState + def server_version + Azure::SQL::Mgmt::V2014_04_01::Models::ServerVersion end def transparent_data_encryption_activity_status Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionActivityStatus @@ -766,23 +706,23 @@ def operation_impact def metric_definition_list_result Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinitionListResult end + def backup_long_term_retention_policy_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult + end def metric_definition Azure::SQL::Mgmt::V2014_04_01::Models::MetricDefinition end def query_metric Azure::SQL::Mgmt::V2014_04_01::Models::QueryMetric end - def backup_long_term_retention_policy_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyListResult - end - def service_tier_advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult + 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 + def service_tier_advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisorListResult end def metric Azure::SQL::Mgmt::V2014_04_01::Models::Metric @@ -790,75 +730,75 @@ def metric def database_table_auditing_policy_list_result Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseTableAuditingPolicyListResult end + def query_statistic + Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatistic + end + def elastic_pool_dtu_capability + Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability + end def top_queries Azure::SQL::Mgmt::V2014_04_01::Models::TopQueries end - def query_interval - Azure::SQL::Mgmt::V2014_04_01::Models::QueryInterval + def advisor_list_result + Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult end def top_queries_list_result Azure::SQL::Mgmt::V2014_04_01::Models::TopQueriesListResult end - def elastic_pool_dtu_capability - Azure::SQL::Mgmt::V2014_04_01::Models::ElasticPoolDtuCapability - end def query_statistic_list_result Azure::SQL::Mgmt::V2014_04_01::Models::QueryStatisticListResult end - def advisor_list_result - Azure::SQL::Mgmt::V2014_04_01::Models::AdvisorListResult - end - def recoverable_database - Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase - end def backup_long_term_retention_vault Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionVault end - def metric_availability - Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability - end def restorable_dropped_database Azure::SQL::Mgmt::V2014_04_01::Models::RestorableDroppedDatabase end + def recoverable_database + Azure::SQL::Mgmt::V2014_04_01::Models::RecoverableDatabase + end + def service_tier_advisor + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor + end def server_connection_policy Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionPolicy end - def recommended_index - Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + def metric_availability + Azure::SQL::Mgmt::V2014_04_01::Models::MetricAvailability end def transparent_data_encryption Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryption end + def recommended_index + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndex + end def database_security_alert_policy Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseSecurityAlertPolicy end - def service_tier_advisor - Azure::SQL::Mgmt::V2014_04_01::Models::ServiceTierAdvisor - end def disaster_recovery_configuration Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfiguration end - def data_masking_policy - Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy - end - def geo_backup_policy - Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy - end def data_masking_rule Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRule end - def import_request - Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest - end def import_export_response Azure::SQL::Mgmt::V2014_04_01::Models::ImportExportResponse end - def replication_link - Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + def geo_backup_policy + Azure::SQL::Mgmt::V2014_04_01::Models::GeoBackupPolicy end def recommended_elastic_pool Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedElasticPool end + def data_masking_policy + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingPolicy + end + def replication_link + Azure::SQL::Mgmt::V2014_04_01::Models::ReplicationLink + end + def import_request + Azure::SQL::Mgmt::V2014_04_01::Models::ImportRequest + end def server_azure_adadministrator Azure::SQL::Mgmt::V2014_04_01::Models::ServerAzureADAdministrator end @@ -889,26 +829,65 @@ def server_table_auditing_policy def backup_long_term_retention_policy_state Azure::SQL::Mgmt::V2014_04_01::Models::BackupLongTermRetentionPolicyState end - def sync_direction - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection + def max_size_units + Azure::SQL::Mgmt::V2014_04_01::Models::MaxSizeUnits end - def automatic_tuning_disabled_reason - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason + def check_name_availability_reason + Azure::SQL::Mgmt::V2014_04_01::Models::CheckNameAvailabilityReason end - def virtual_network_rule - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule + def server_connection_type + Azure::SQL::Mgmt::V2014_04_01::Models::ServerConnectionType end - def sync_member_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState + def database_edition + Azure::SQL::Mgmt::V2014_04_01::Models::DatabaseEdition end - def recommended_action_current_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionCurrentState + def service_objective_name + Azure::SQL::Mgmt::V2014_04_01::Models::ServiceObjectiveName end - def server_key_type - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType + def transparent_data_encryption_status + Azure::SQL::Mgmt::V2014_04_01::Models::TransparentDataEncryptionStatus end - def virtual_network_rule_state - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState + def recommended_index_action + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexAction + end + def recommended_index_state + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexState + end + def recommended_index_type + Azure::SQL::Mgmt::V2014_04_01::Models::RecommendedIndexType + end + def read_scale + Azure::SQL::Mgmt::V2014_04_01::Models::ReadScale + end + def security_alert_policy_email_account_admins + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyEmailAccountAdmins + end + def security_alert_policy_use_server_default + Azure::SQL::Mgmt::V2014_04_01::Models::SecurityAlertPolicyUseServerDefault + end + def data_masking_rule_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingRuleState + end + def data_masking_state + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingState + end + def disaster_recovery_configuration_auto_failover + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationAutoFailover + end + def data_masking_function + Azure::SQL::Mgmt::V2014_04_01::Models::DataMaskingFunction + end + def disaster_recovery_configuration_status + Azure::SQL::Mgmt::V2014_04_01::Models::DisasterRecoveryConfigurationStatus + end + def 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 storage_key_type + Azure::SQL::Mgmt::V2014_04_01::Models::StorageKeyType end def operation_display Azure::SQL::Mgmt::V2015_05_01_preview::Models::OperationDisplay @@ -937,9 +916,6 @@ def recommended_action_implementation_info def recommended_action_impact_record Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedActionImpactRecord end - def virtual_network_rule_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult - end def managed_instance_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstanceUpdate end @@ -952,6 +928,9 @@ def resource_identity def sync_group_schema Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchema end + def sync_database_id_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult + end def sync_group_schema_table Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupSchemaTable end @@ -1006,20 +985,20 @@ def resource_with_writable_name def subscription_usage_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsageListResult end + def virtual_network_rule_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleListResult + end def sync_group_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupListResult end - def sync_agent_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult - end def failover_group_read_write_endpoint Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReadWriteEndpoint end def sync_agent_key_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentKeyProperties end - def sync_full_schema_properties - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties + def sync_agent_list_result + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentListResult end def sync_member_list_result Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberListResult @@ -1033,12 +1012,12 @@ def sync_agent_linked_database_list_result def automatic_tuning_options Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningOptions end - def sync_database_id_list_result - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdListResult - end def sync_database_id_properties Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDatabaseIdProperties end + def sync_full_schema_properties + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncFullSchemaProperties + end def recommended_action Azure::SQL::Mgmt::V2015_05_01_preview::Models::RecommendedAction end @@ -1048,47 +1027,50 @@ def database_automatic_tuning def encryption_protector Azure::SQL::Mgmt::V2015_05_01_preview::Models::EncryptionProtector end - def advisor - Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor - end def proxy_resource_with_writable_name Azure::SQL::Mgmt::V2015_05_01_preview::Models::ProxyResourceWithWritableName end + def managed_instance + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + end def failover_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroup end + def server_key + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + end def sync_agent Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgent end - def managed_instance - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ManagedInstance + def advisor + Azure::SQL::Mgmt::V2015_05_01_preview::Models::Advisor end - def server_key - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKey + 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 sync_group Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroup end - def sync_agent_linked_database - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentLinkedDatabase + def auto_execute_status_inherited_from + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom end def subscription_usage Azure::SQL::Mgmt::V2015_05_01_preview::Models::SubscriptionUsage end - def sync_member - Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMember + def implementation_method + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod + 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 auto_execute_status_inherited_from - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatusInheritedFrom - end - def implementation_method - Azure::SQL::Mgmt::V2015_05_01_preview::Models::ImplementationMethod - end - def is_retryable - Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable + def virtual_network_rule + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRule end def server Azure::SQL::Mgmt::V2015_05_01_preview::Models::Server @@ -1096,146 +1078,101 @@ def server def server_update Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerUpdate 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 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 + def automatic_tuning_disabled_reason + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningDisabledReason end - def auto_execute_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus + def is_retryable + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IsRetryable end def automatic_tuning_mode Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutomaticTuningMode end - def advisor_status - Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus - end - def job_step_action - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction - end - def managed_database_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate - end - def managed_database_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult - end - def server_dns_alias_acquisition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition - end - def complete_database_restore_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition - end - def automatic_tuning_server_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions - end - def job_agent_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult - end - def sensitivity_label_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult - end - def job_agent_update - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate - end - def create_database_restore_point_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition - end - def long_term_retention_backup_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult - end - def job_credential_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult + def server_key_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::ServerKeyType end - def job_execution_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + def identity_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::IdentityType end - def job_version_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + def advisor_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AdvisorStatus end - def job_execution_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + def auto_execute_status + Azure::SQL::Mgmt::V2015_05_01_preview::Models::AutoExecuteStatus end - def job_target_group_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + def sync_agent_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncAgentState end - def database_vulnerability_assessment_rule_baseline_item - Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + def failover_group_replication_role + Azure::SQL::Mgmt::V2015_05_01_preview::Models::FailoverGroupReplicationRole end - def job_step_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + def sync_group_log_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupLogType end - def job_target - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget + def sync_direction + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncDirection end - def job_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + def sync_conflict_resolution_policy + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncConflictResolutionPolicy end - def server_dns_alias_list_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + def sync_group_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncGroupState end - def import_export_database_definition - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + def sync_member_db_type + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberDbType end - def job_step_execution_options - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions + def virtual_network_rule_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::VirtualNetworkRuleState end - def job_schedule - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule + def sync_member_state + Azure::SQL::Mgmt::V2015_05_01_preview::Models::SyncMemberState end def extended_database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedDatabaseBlobAuditingPolicy end + def extended_server_blob_auditing_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + end def server_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerBlobAuditingPolicy end - def job_step_output - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput - end - def import_export_operation_result - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult + def job_schedule + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobSchedule end def database_vulnerability_assessment_rule_baseline Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaseline end - def extended_server_blob_auditing_policy - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ExtendedServerBlobAuditingPolicy + def import_export_operation_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportOperationResult end def data_warehouse_user_activities Azure::SQL::Mgmt::V2017_03_01_preview::Models::DataWarehouseUserActivities end - def job_credential - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + def job_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobListResult + end + def job_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTarget end def job_agent Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgent end + def job_step_output + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutput + end def job_execution Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecution end - def job_version - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion - end def job_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_credential + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredential + end + def job_version + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersion + end + def long_term_retention_backup + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup end def sensitivity_label Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabel @@ -1246,78 +1183,78 @@ def restore_point_list_result 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 + def job_target_group + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroup end def server_automatic_tuning Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerAutomaticTuning end - def long_term_retention_backup - Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackup - end def server_dns_alias Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAlias end + def server_security_alert_policy + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerSecurityAlertPolicy + end def job_agent_state Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentState end - def job_execution_lifecycle - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionLifecycle - end def job_schedule_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobScheduleType end def job_step_action_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepActionType end - def job_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 provisioning_state - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState + def job_target_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType end - def job - Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + def job_target_group_membership_type + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType end def managed_database_status Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseStatus end - def managed_database_create_mode - Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseCreateMode + def provisioning_state + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ProvisioningState end def job_step_output_type Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepOutputType end - def job_target_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetType + 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 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 automatic_tuning_server_mode Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerMode end - def automatic_tuning_server_reason - Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerReason - end - def job_target_group_membership_type - Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupMembershipType - 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 sensitivity_label_source Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelSource end def backup_long_term_retention_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::BackupLongTermRetentionPolicy end + def job + Azure::SQL::Mgmt::V2017_03_01_preview::Models::Job + end def database_blob_auditing_policy Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseBlobAuditingPolicy end @@ -1333,29 +1270,68 @@ def automatic_tuning_option_mode_desired def automatic_tuning_option_mode_actual Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningOptionModeActual end - def sku - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + def job_step_action + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepAction end - def sample_name - Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + def managed_database_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseUpdate end - def tracked_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TrackedResource + def managed_database_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ManagedDatabaseListResult end - def resource_move_definition - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ResourceMoveDefinition + def server_dns_alias_acquisition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasAcquisition end - def proxy_resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ProxyResource + def complete_database_restore_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CompleteDatabaseRestoreDefinition end - def database_operation_list_result - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperationListResult + def automatic_tuning_server_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::AutomaticTuningServerOptions end - def vulnerability_assessment_recurring_scans_properties - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentRecurringScansProperties + def job_agent_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentListResult end - def elastic_pool_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolState + def sensitivity_label_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::SensitivityLabelListResult + end + def job_agent_update + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobAgentUpdate + end + def create_database_restore_point_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::CreateDatabaseRestorePointDefinition + end + def long_term_retention_backup_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::LongTermRetentionBackupListResult + end + def job_credential_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobCredentialListResult + end + def job_execution_target + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionTarget + end + def job_version_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobVersionListResult + end + def job_execution_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobExecutionListResult + end + def job_target_group_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobTargetGroupListResult + end + def database_vulnerability_assessment_rule_baseline_item + Azure::SQL::Mgmt::V2017_03_01_preview::Models::DatabaseVulnerabilityAssessmentRuleBaselineItem + end + def server_dns_alias_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ServerDnsAliasListResult + end + def job_step_list_result + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepListResult + end + def import_export_database_definition + Azure::SQL::Mgmt::V2017_03_01_preview::Models::ImportExportDatabaseDefinition + end + def job_step_execution_options + Azure::SQL::Mgmt::V2017_03_01_preview::Models::JobStepExecutionOptions end def database_operation Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseOperation @@ -1408,15 +1384,15 @@ 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 managed_instance_vcores_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVcoresCapability end def max_size_range_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeRangeCapability end + def server_version_capability + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ServerVersionCapability + end def managed_instance_family_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceFamilyCapability end @@ -1432,27 +1408,24 @@ def elastic_pool_operation_list_result def managed_instance_version_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstanceVersionCapability end - def instance_failover_group_read_write_endpoint - Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint - end def log_size_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeCapability end + def managed_instance_pair_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + end def license_type_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::LicenseTypeCapability end def performance_level_capability Azure::SQL::Mgmt::V2017_10_01_preview::Models::PerformanceLevelCapability end - def managed_instance_pair_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ManagedInstancePairInfo + def elastic_pool_per_database_settings + Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings end def instance_failover_group_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupListResult end - def partner_region_info - Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo - end def elastic_pool_operation Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolOperation end @@ -1462,47 +1435,50 @@ def vulnerability_assessment_scan_record def database_vulnerability_assessment_scans_export Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseVulnerabilityAssessmentScansExport end + def instance_failover_group_read_write_endpoint + Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroupReadWriteEndpoint + end def database_list_result Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseListResult end - def backup_short_term_retention_policy - Azure::SQL::Mgmt::V2017_10_01_preview::Models::BackupShortTermRetentionPolicy + def partner_region_info + Azure::SQL::Mgmt::V2017_10_01_preview::Models::PartnerRegionInfo end def instance_failover_group Azure::SQL::Mgmt::V2017_10_01_preview::Models::InstanceFailoverGroup 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 vulnerability_assessment_scan_trigger_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanTriggerType end - def elastic_pool_per_database_settings - Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPoolPerDatabaseSettings + def vulnerability_assessment_scan_state + Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState end def max_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::MaxSizeUnit end - def resource - Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource - end - def tde_certificate - Azure::SQL::Mgmt::V2017_10_01_preview::Models::TdeCertificate - end def database Azure::SQL::Mgmt::V2017_10_01_preview::Models::Database end + def resource + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Resource + end def database_update Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseUpdate end - def database_read_scale - Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale - end def log_size_unit Azure::SQL::Mgmt::V2017_10_01_preview::Models::LogSizeUnit end def database_license_type Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseLicenseType end - def vulnerability_assessment_scan_state - Azure::SQL::Mgmt::V2017_10_01_preview::Models::VulnerabilityAssessmentScanState + def database_read_scale + Azure::SQL::Mgmt::V2017_10_01_preview::Models::DatabaseReadScale end def elastic_pool Azure::SQL::Mgmt::V2017_10_01_preview::Models::ElasticPool @@ -1534,6 +1510,30 @@ def performance_level_unit def create_mode Azure::SQL::Mgmt::V2017_10_01_preview::Models::CreateMode end + def sku + Azure::SQL::Mgmt::V2017_10_01_preview::Models::Sku + end + def sample_name + Azure::SQL::Mgmt::V2017_10_01_preview::Models::SampleName + 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 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 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 dd20836a7a..deffe68983 100644 --- a/azure_sdk/lib/latest/modules/storage_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storage_profile_module.rb @@ -7,22 +7,16 @@ module Azure::Profiles::Latest module Storage module Mgmt - Usages = Azure::Storage::Mgmt::V2018_07_01::Usages + StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts Skus = Azure::Storage::Mgmt::V2018_07_01::Skus + Usages = Azure::Storage::Mgmt::V2018_07_01::Usages BlobContainers = Azure::Storage::Mgmt::V2018_07_01::BlobContainers Operations = Azure::Storage::Mgmt::V2018_07_01::Operations - StorageAccounts = Azure::Storage::Mgmt::V2018_07_01::StorageAccounts module Models ManagementPoliciesRulesSetParameter = Azure::Storage::Mgmt::V2018_03_01_preview::Models::ManagementPoliciesRulesSetParameter StorageAccountManagementPolicies = Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies - Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku - TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource - ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - State = Azure::Storage::Mgmt::V2018_07_01::Models::State ProvisioningState = Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState - Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason 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 @@ -32,24 +26,23 @@ module Models 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 + Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity UsageListResult = Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult StorageAccount = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount + EncryptionServices = Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices SkuTier = Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier - Identity = Azure::Storage::Mgmt::V2018_07_01::Models::Identity Kind = Azure::Storage::Mgmt::V2018_07_01::Models::Kind - AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus VirtualNetworkRule = Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule - 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 - Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions - UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + Reason = Azure::Storage::Mgmt::V2018_07_01::Models::Reason + AccountStatus = Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + State = Azure::Storage::Mgmt::V2018_07_01::Models::State SKUCapability = Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability + UsageName = Azure::Storage::Mgmt::V2018_07_01::Models::UsageName AccountSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters - ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse KeyVaultProperties = Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties ServiceSasParameters = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters + ListAccountSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse ListServiceSasResponse = Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse StorageSkuListResult = Azure::Storage::Mgmt::V2018_07_01::Models::StorageSkuListResult ListContainerItems = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItems @@ -62,39 +55,46 @@ module Models BlobContainer = Azure::Storage::Mgmt::V2018_07_01::Models::BlobContainer ImmutabilityPolicy = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicy ListContainerItem = Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem - StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters ReasonCode = Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode - StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource Bypass = Azure::Storage::Mgmt::V2018_07_01::Models::Bypass - Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource - SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + StorageAccountCreateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters DefaultAction = Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction - KeySource = Azure::Storage::Mgmt::V2018_07_01::Models::KeySource + StorageAccountUpdateParameters = Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + UsageUnit = Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + Resource = Azure::Storage::Mgmt::V2018_07_01::Models::Resource HttpProtocol = Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol SignedResource = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource - Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action + SignedResourceTypes = Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes LeaseStatus = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus + LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + KeyPermission = Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services OperationDisplay = Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay - PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration Operation = Azure::Storage::Mgmt::V2018_07_01::Models::Operation - Services = Azure::Storage::Mgmt::V2018_07_01::Models::Services + ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType OperationListResult = Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult ImmutabilityPolicyState = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState - ImmutabilityPolicyUpdateType = Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType - LeaseState = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - LeaseDuration = Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration IPRule = Azure::Storage::Mgmt::V2018_07_01::Models::IPRule NetworkRuleSet = Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet + Permissions = Azure::Storage::Mgmt::V2018_07_01::Models::Permissions CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult + PublicAccess = Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess ServiceSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification Dimension = Azure::Storage::Mgmt::V2018_07_01::Models::Dimension MetricSpecification = Azure::Storage::Mgmt::V2018_07_01::Models::MetricSpecification SkuName = Azure::Storage::Mgmt::V2018_07_01::Models::SkuName + Action = Azure::Storage::Mgmt::V2018_07_01::Models::Action Usage = Azure::Storage::Mgmt::V2018_07_01::Models::Usage + Sku = Azure::Storage::Mgmt::V2018_07_01::Models::Sku + TrackedResource = Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + ProxyResource = Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + AzureEntityResource = Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource end class StorageManagementClass - attr_reader :usages, :skus, :blob_containers, :operations, :storage_accounts, :configurable, :base_url, :options, :model_classes + attr_reader :storage_accounts, :skus, :usages, :blob_containers, :operations, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -110,11 +110,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @usages = @client_1.usages + @storage_accounts = @client_1.storage_accounts @skus = @client_1.skus + @usages = @client_1.usages @blob_containers = @client_1.blob_containers @operations = @client_1.operations - @storage_accounts = @client_1.storage_accounts @model_classes = ModelClasses.new end @@ -141,27 +141,9 @@ def management_policies_rules_set_parameter def storage_account_management_policies Azure::Storage::Mgmt::V2018_03_01_preview::Models::StorageAccountManagementPolicies end - def sku - Azure::Storage::Mgmt::V2018_07_01::Models::Sku - end - def tracked_resource - Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource - end - def proxy_resource - Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource - end - def azure_entity_resource - Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource - end - def state - Azure::Storage::Mgmt::V2018_07_01::Models::State - end def provisioning_state Azure::Storage::Mgmt::V2018_07_01::Models::ProvisioningState end - def reason - Azure::Storage::Mgmt::V2018_07_01::Models::Reason - end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCheckNameAvailabilityParameters end @@ -189,8 +171,8 @@ def endpoints def custom_domain Azure::Storage::Mgmt::V2018_07_01::Models::CustomDomain end - def encryption_services - Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + def identity + Azure::Storage::Mgmt::V2018_07_01::Models::Identity end def usage_list_result Azure::Storage::Mgmt::V2018_07_01::Models::UsageListResult @@ -198,51 +180,48 @@ def usage_list_result def storage_account Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccount end + def encryption_services + Azure::Storage::Mgmt::V2018_07_01::Models::EncryptionServices + end def sku_tier Azure::Storage::Mgmt::V2018_07_01::Models::SkuTier end - def identity - Azure::Storage::Mgmt::V2018_07_01::Models::Identity - end def kind Azure::Storage::Mgmt::V2018_07_01::Models::Kind end - def account_status - Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus - end def virtual_network_rule Azure::Storage::Mgmt::V2018_07_01::Models::VirtualNetworkRule end - def key_permission - Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission - end - def usage_unit - Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit - end def access_tier Azure::Storage::Mgmt::V2018_07_01::Models::AccessTier end - def permissions - Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + def reason + Azure::Storage::Mgmt::V2018_07_01::Models::Reason end - def usage_name - Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + def account_status + Azure::Storage::Mgmt::V2018_07_01::Models::AccountStatus + end + def state + Azure::Storage::Mgmt::V2018_07_01::Models::State end def skucapability Azure::Storage::Mgmt::V2018_07_01::Models::SKUCapability end + def usage_name + Azure::Storage::Mgmt::V2018_07_01::Models::UsageName + end def account_sas_parameters Azure::Storage::Mgmt::V2018_07_01::Models::AccountSasParameters end - def list_account_sas_response - Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse - end def key_vault_properties Azure::Storage::Mgmt::V2018_07_01::Models::KeyVaultProperties end def service_sas_parameters Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSasParameters end + def list_account_sas_response + Azure::Storage::Mgmt::V2018_07_01::Models::ListAccountSasResponse + end def list_service_sas_response Azure::Storage::Mgmt::V2018_07_01::Models::ListServiceSasResponse end @@ -279,29 +258,29 @@ def immutability_policy def list_container_item Azure::Storage::Mgmt::V2018_07_01::Models::ListContainerItem end - def storage_account_create_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters - end def reason_code Azure::Storage::Mgmt::V2018_07_01::Models::ReasonCode end - def storage_account_update_parameters - Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + def key_source + Azure::Storage::Mgmt::V2018_07_01::Models::KeySource end def bypass Azure::Storage::Mgmt::V2018_07_01::Models::Bypass end - def resource - Azure::Storage::Mgmt::V2018_07_01::Models::Resource - end - def signed_resource_types - Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes + def storage_account_create_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountCreateParameters end def default_action Azure::Storage::Mgmt::V2018_07_01::Models::DefaultAction end - def key_source - Azure::Storage::Mgmt::V2018_07_01::Models::KeySource + def storage_account_update_parameters + Azure::Storage::Mgmt::V2018_07_01::Models::StorageAccountUpdateParameters + end + def usage_unit + Azure::Storage::Mgmt::V2018_07_01::Models::UsageUnit + end + def resource + Azure::Storage::Mgmt::V2018_07_01::Models::Resource end def http_protocol Azure::Storage::Mgmt::V2018_07_01::Models::HttpProtocol @@ -309,23 +288,32 @@ def http_protocol def signed_resource Azure::Storage::Mgmt::V2018_07_01::Models::SignedResource end - def action - Azure::Storage::Mgmt::V2018_07_01::Models::Action + def signed_resource_types + Azure::Storage::Mgmt::V2018_07_01::Models::SignedResourceTypes end def lease_status Azure::Storage::Mgmt::V2018_07_01::Models::LeaseStatus end + def lease_state + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState + end + def key_permission + Azure::Storage::Mgmt::V2018_07_01::Models::KeyPermission + end + def services + Azure::Storage::Mgmt::V2018_07_01::Models::Services + end def operation_display Azure::Storage::Mgmt::V2018_07_01::Models::OperationDisplay end - def public_access - Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + def lease_duration + Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration end def operation Azure::Storage::Mgmt::V2018_07_01::Models::Operation end - def services - Azure::Storage::Mgmt::V2018_07_01::Models::Services + def immutability_policy_update_type + Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType end def operation_list_result Azure::Storage::Mgmt::V2018_07_01::Models::OperationListResult @@ -333,24 +321,21 @@ def operation_list_result def immutability_policy_state Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyState end - def immutability_policy_update_type - Azure::Storage::Mgmt::V2018_07_01::Models::ImmutabilityPolicyUpdateType - end - def lease_state - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseState - end - def lease_duration - Azure::Storage::Mgmt::V2018_07_01::Models::LeaseDuration - end def iprule Azure::Storage::Mgmt::V2018_07_01::Models::IPRule end def network_rule_set Azure::Storage::Mgmt::V2018_07_01::Models::NetworkRuleSet end + def permissions + Azure::Storage::Mgmt::V2018_07_01::Models::Permissions + end def check_name_availability_result Azure::Storage::Mgmt::V2018_07_01::Models::CheckNameAvailabilityResult end + def public_access + Azure::Storage::Mgmt::V2018_07_01::Models::PublicAccess + end def service_specification Azure::Storage::Mgmt::V2018_07_01::Models::ServiceSpecification end @@ -363,9 +348,24 @@ def metric_specification def sku_name Azure::Storage::Mgmt::V2018_07_01::Models::SkuName end + def action + Azure::Storage::Mgmt::V2018_07_01::Models::Action + end def usage Azure::Storage::Mgmt::V2018_07_01::Models::Usage end + def sku + Azure::Storage::Mgmt::V2018_07_01::Models::Sku + end + def tracked_resource + Azure::Storage::Mgmt::V2018_07_01::Models::TrackedResource + end + def proxy_resource + Azure::Storage::Mgmt::V2018_07_01::Models::ProxyResource + end + def azure_entity_resource + Azure::Storage::Mgmt::V2018_07_01::Models::AzureEntityResource + end end end end diff --git a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb index 79ea10f894..8ba2b65d83 100644 --- a/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb +++ b/azure_sdk/lib/latest/modules/storsimple8000series_profile_module.rb @@ -7,61 +7,35 @@ module Azure::Profiles::Latest module StorSimple8000Series module Mgmt + Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers + AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords + Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts + BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings + CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances Devices = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Devices DeviceSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::DeviceSettings BackupSchedules = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupSchedules HardwareComponentGroups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::HardwareComponentGroups VolumeContainers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::VolumeContainers Volumes = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Volumes - Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations StorageAccountCredentials = Azure::StorSimple8000Series::Mgmt::V2017_06_01::StorageAccountCredentials + Operations = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Operations BackupPolicies = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BackupPolicies Backups = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Backups Jobs = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Jobs - Managers = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Managers - AccessControlRecords = Azure::StorSimple8000Series::Mgmt::V2017_06_01::AccessControlRecords - Alerts = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Alerts - BandwidthSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::BandwidthSettings - CloudAppliances = Azure::StorSimple8000Series::Mgmt::V2017_06_01::CloudAppliances module Models - Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - DeviceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - VirtualMachineApiType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - DeviceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - KeyRolloverStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - InEligibilityCategory = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - EncryptionStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId JobType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType OwnerShipStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus - OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + NetworkMode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + RemoteManagementModeConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration MonitoringStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus BackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupStatus Metrics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics - Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Alert = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert MetricUnit = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricUnit MetricAggregationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType + Job = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job Resource = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource AlertSeverity = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSeverity TargetEligibilityResult = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResult @@ -72,6 +46,7 @@ module Models 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 + MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName 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 @@ -81,7 +56,6 @@ module Models 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 @@ -113,10 +87,10 @@ module Models JobList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobList AvailableProviderOperationList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AvailableProviderOperationList BackupList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList - Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key 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 + Key = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key 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 @@ -132,62 +106,88 @@ module Models 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 - Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time - SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings ChapSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings - MetricName = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName - MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition - MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList - VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + SecondaryDNSSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings DeviceList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList MetricDimension = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + VolumeList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + MetricDefinitionList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList + VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + MetricDefinition = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics MetricFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter MetricNameFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter - VmImage = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule MetricList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList AlertFilter = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter - DataStatistics = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - BandwidthSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule NicIPv4 = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 - BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + FailoverSetsList = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList AlertSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings Backup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup - ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + AccessControlRecord = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord BandwidthSetting = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting + BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + BackupPolicy = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest CloudApplianceConfiguration = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + ConfigureDeviceRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + Time = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time HardwareComponentGroup = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup - ControllerPowerStateChangeRequest = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest - Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device - NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings - BackupSchedule = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings ManagerExtendedInfo = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo - TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + Device = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device JobErrorDetails = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails - Manager = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager - EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings - Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates - SecuritySettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings StorageAccountCredential = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + TimeSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + NetworkSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + EncryptionSettings = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings AlertSourceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType - AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + Updates = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates VolumeContainer = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer - Volume = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope VolumeType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType - ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + AlertStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus AlertEmailNotificationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus EncryptionAlgorithm = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm - AlertScope = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + DayOfWeek = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek BackupType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType BackupPolicyCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyCreationType RecurrenceType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RecurrenceType BackupJobCreationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupJobCreationType ControllerPowerStateAction = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction + ScheduledBackupStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + ControllerStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + DeviceConfigurationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + ScheduleStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus + Kind = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind ControllerId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId + AuthorizationEligibility = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + AuthorizationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + 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 + TargetEligibilityStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + TargetEligibilityResultCode = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + 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 + NetInterfaceId = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + NetInterfaceStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + FeatureSupportStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + HardwareComponentStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + ManagerType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + SslStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + VolumeStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + ISCSIAndCloudStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + JobStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + AuthenticationType = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + OperationStatus = Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus end class StorSimple8000SeriesManagementClass - attr_reader :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :operations, :storage_account_credentials, :backup_policies, :backups, :jobs, :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :configurable, :base_url, :options, :model_classes + attr_reader :managers, :access_control_records, :alerts, :bandwidth_settings, :cloud_appliances, :devices, :device_settings, :backup_schedules, :hardware_component_groups, :volume_containers, :volumes, :storage_account_credentials, :operations, :backup_policies, :backups, :jobs, :configurable, :base_url, :options, :model_classes 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) + @managers = @client_0.managers + @access_control_records = @client_0.access_control_records + @alerts = @client_0.alerts + @bandwidth_settings = @client_0.bandwidth_settings + @cloud_appliances = @client_0.cloud_appliances @devices = @client_0.devices @device_settings = @client_0.device_settings @backup_schedules = @client_0.backup_schedules @hardware_component_groups = @client_0.hardware_component_groups @volume_containers = @client_0.volume_containers @volumes = @client_0.volumes - @operations = @client_0.operations @storage_account_credentials = @client_0.storage_account_credentials + @operations = @client_0.operations @backup_policies = @client_0.backup_policies @backups = @client_0.backups @jobs = @client_0.jobs - @managers = @client_0.managers - @access_control_records = @client_0.access_control_records - @alerts = @client_0.alerts - @bandwidth_settings = @client_0.bandwidth_settings - @cloud_appliances = @client_0.cloud_appliances @model_classes = ModelClasses.new end @@ -231,95 +231,17 @@ def method_missing(method, *args) end class ModelClasses - def kind - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Kind - end - def device_configuration_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus - end - def day_of_week - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek - end - def device_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType - end - def virtual_machine_api_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType - end - def controller_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus - end - def authorization_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus - end - def device_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus - end - def schedule_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduleStatus - end - def key_rollover_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus - end - def authorization_eligibility - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility - end - def target_eligibility_result_code - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode - end - def in_eligibility_category - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory - end - def encryption_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus - end - def manager_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType - end - def target_eligibility_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus - end - def net_interface_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus - end - def feature_support_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus - end - def hardware_component_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus - end - def remote_management_mode_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration - end - def job_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus - end - def volume_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus - end - def iscsiand_cloud_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus - end - def network_mode - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode - end - def authentication_type - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType - end - def ssl_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus - end - def net_interface_id - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId - end def job_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobType end def owner_ship_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OwnerShipStatus end - def operation_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + def network_mode + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkMode + end + def remote_management_mode_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::RemoteManagementModeConfiguration end def monitoring_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MonitoringStatus @@ -330,9 +252,6 @@ def backup_status def metrics Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Metrics end - def job - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job - end def alert Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Alert end @@ -342,6 +261,9 @@ def metric_unit def metric_aggregation_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricAggregationType end + def job + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Job + end def resource Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Resource end @@ -372,6 +294,9 @@ def remote_management_settings def failover_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverRequest end + def metric_name + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + end def alert_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertList end @@ -399,9 +324,6 @@ def failover_set 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 @@ -495,9 +417,6 @@ def available_provider_operation_list def backup_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupList end - def key - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key - end def list_failover_targets_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ListFailoverTargetsRequest end @@ -507,6 +426,9 @@ def backup_schedule_list def manager_intrinsic_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerIntrinsicSettings end + def key + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Key + end def bandwidth_setting_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSettingList end @@ -552,32 +474,32 @@ def metric_data def backup_policy_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicyList end - def time - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + def chap_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings end def secondary_dnssettings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecondaryDNSSettings end - def chap_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ChapSettings + def device_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList end - def metric_name - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricName + def metric_dimension + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension end - def metric_definition - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition + def volume_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList end def metric_definition_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinitionList end - def volume_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeList + def vm_image + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage end - def device_list - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceList + def metric_definition + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDefinition end - def metric_dimension - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricDimension + def data_statistics + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics end def metric_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricFilter @@ -585,8 +507,8 @@ def metric_filter def metric_name_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricNameFilter end - def vm_image - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VmImage + def bandwidth_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule end def metric_list Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::MetricList @@ -594,20 +516,11 @@ def metric_list def alert_filter Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertFilter end - def data_statistics - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DataStatistics - end - def access_control_record - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord - end - def bandwidth_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSchedule - end def nic_ipv4 Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NicIPv4 end - def backup_policy - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy + def failover_sets_list + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FailoverSetsList end def alert_settings Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSettings @@ -615,71 +528,80 @@ def alert_settings def backup Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Backup end - def configure_device_request - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest + def access_control_record + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AccessControlRecord end def bandwidth_setting Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BandwidthSetting end - def cloud_appliance_configuration - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration + def backup_schedule + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule end - def hardware_component_group - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + def backup_policy + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupPolicy end def controller_power_state_change_request Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateChangeRequest end - def device - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device + def cloud_appliance_configuration + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::CloudApplianceConfiguration end - def network_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings + def configure_device_request + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ConfigureDeviceRequest end - def backup_schedule - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupSchedule + def manager + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + end + def time + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Time + end + def hardware_component_group + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentGroup + end + def security_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings end def manager_extended_info Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerExtendedInfo end - def time_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings + def device + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Device end def job_error_details Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobErrorDetails end - def manager - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Manager + def storage_account_credential + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential end - def encryption_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings + def time_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TimeSettings end - def updates - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates + def network_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetworkSettings end - def security_settings - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SecuritySettings + def volume + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume end - def storage_account_credential - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::StorageAccountCredential + def encryption_settings + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionSettings end def alert_source_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertSourceType end - def alert_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus + def updates + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Updates end def volume_container Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeContainer end - def volume - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::Volume + def alert_scope + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope end def volume_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeType end - def scheduled_backup_status - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + def alert_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertStatus end def alert_email_notification_status Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertEmailNotificationStatus @@ -687,8 +609,8 @@ def alert_email_notification_status def encryption_algorithm Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionAlgorithm end - def alert_scope - Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AlertScope + def day_of_week + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DayOfWeek end def backup_type Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::BackupType @@ -705,9 +627,87 @@ def backup_job_creation_type def controller_power_state_action Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerPowerStateAction end + def scheduled_backup_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ScheduledBackupStatus + end + def controller_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerStatus + end + def device_configuration_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceConfigurationStatus + 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_id Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ControllerId end + def authorization_eligibility + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationEligibility + end + def authorization_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthorizationStatus + end + def device_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceStatus + end + def device_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::DeviceType + end + def virtual_machine_api_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VirtualMachineApiType + end + def target_eligibility_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityStatus + end + def target_eligibility_result_code + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::TargetEligibilityResultCode + end + def in_eligibility_category + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::InEligibilityCategory + end + def encryption_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::EncryptionStatus + end + def key_rollover_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::KeyRolloverStatus + end + def net_interface_id + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceId + end + def net_interface_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::NetInterfaceStatus + end + def feature_support_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::FeatureSupportStatus + end + def hardware_component_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::HardwareComponentStatus + end + def manager_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ManagerType + end + def ssl_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::SslStatus + end + def volume_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::VolumeStatus + end + def iscsiand_cloud_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::ISCSIAndCloudStatus + end + def job_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::JobStatus + end + def authentication_type + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::AuthenticationType + end + def operation_status + Azure::StorSimple8000Series::Mgmt::V2017_06_01::Models::OperationStatus + 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 d0e7cb8a37..3ce3d92d02 100644 --- a/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/streamanalytics_profile_module.rb @@ -7,19 +7,15 @@ module Azure::Profiles::Latest module StreamAnalytics module Mgmt + Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions StreamingJobs = Azure::StreamAnalytics::Mgmt::V2016_03_01::StreamingJobs Inputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Inputs Outputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Outputs Transformations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Transformations - Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations Functions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Functions - Subscriptions = Azure::StreamAnalytics::Mgmt::V2016_03_01::Subscriptions + Operations = Azure::StreamAnalytics::Mgmt::V2016_03_01::Operations module Models - Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn - AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs ReferenceInputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ReferenceInputDataSource FunctionBinding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionBinding FunctionOutput = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::FunctionOutput @@ -51,13 +47,13 @@ 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 - Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization JsonSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization - StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount - AzureDataLakeStoreOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource CsvSerialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization - EventHubDataSourceProperties = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties + 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 + Serialization = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + StorageAccount = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount ServiceBusQueueOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource ServiceBusTopicOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusTopicOutputDataSource AzureSqlDatabaseOutputDataSource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureSqlDatabaseOutputDataSource @@ -75,23 +71,27 @@ module Models SubscriptionQuota = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubscriptionQuota JavaScriptFunctionRetrieveDefaultDefinitionParameters = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JavaScriptFunctionRetrieveDefaultDefinitionParameters EventsOutOfOrderPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy - Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode CompatibilityLevel = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel OutputErrorPolicy = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy - OutputStartMode = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + Diagnostics = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics JsonOutputSerializationFormat = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat - UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType Encoding = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding + UdfType = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType Resource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource OperationDisplay = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationDisplay Operation = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Operation OperationListResult = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OperationListResult SubResource = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SubResource SkuName = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName + Sku = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + ErrorResponse = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + AzureMachineLearningWebServiceInputColumn = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputColumn + AzureMachineLearningWebServiceInputs = Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureMachineLearningWebServiceInputs end class StreamAnalyticsManagementClass - attr_reader :streaming_jobs, :inputs, :outputs, :transformations, :operations, :functions, :subscriptions, :configurable, :base_url, :options, :model_classes + attr_reader :subscriptions, :streaming_jobs, :inputs, :outputs, :transformations, :functions, :operations, :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) + @subscriptions = @client_0.subscriptions @streaming_jobs = @client_0.streaming_jobs @inputs = @client_0.inputs @outputs = @client_0.outputs @transformations = @client_0.transformations - @operations = @client_0.operations @functions = @client_0.functions - @subscriptions = @client_0.subscriptions + @operations = @client_0.operations @model_classes = ModelClasses.new end @@ -126,18 +126,6 @@ def method_missing(method, *args) end class ModelClasses - def sku - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku - end - def error_response - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse - 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 @@ -231,26 +219,26 @@ def scalar_function_properties def avro_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AvroSerialization end - def serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization - end def json_serialization Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonSerialization end - def storage_account - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount + def csv_serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization end def azure_data_lake_store_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::AzureDataLakeStoreOutputDataSource end - def csv_serialization - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CsvSerialization + def power_bioutput_data_source + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource end def event_hub_data_source_properties Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventHubDataSourceProperties end - def power_bioutput_data_source - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::PowerBIOutputDataSource + def serialization + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Serialization + end + def storage_account + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::StorageAccount end def service_bus_queue_output_data_source Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ServiceBusQueueOutputDataSource @@ -303,8 +291,8 @@ def java_script_function_retrieve_default_definition_parameters def events_out_of_order_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::EventsOutOfOrderPolicy end - def diagnostics - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics + def output_start_mode + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode end def compatibility_level Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::CompatibilityLevel @@ -312,18 +300,18 @@ def compatibility_level def output_error_policy Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputErrorPolicy end - def output_start_mode - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::OutputStartMode + def diagnostics + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Diagnostics end def json_output_serialization_format Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::JsonOutputSerializationFormat end - def udf_type - Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType - end def encoding Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Encoding end + def udf_type + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::UdfType + end def resource Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Resource end @@ -342,6 +330,18 @@ def sub_resource def sku_name Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::SkuName end + def sku + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::Sku + end + def error_response + Azure::StreamAnalytics::Mgmt::V2016_03_01::Models::ErrorResponse + 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 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 21b6071f06..3d0f0e3d25 100644 --- a/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb +++ b/azure_sdk/lib/latest/modules/subscriptions_profile_module.rb @@ -7,27 +7,27 @@ module Azure::Profiles::Latest module Subscriptions module Mgmt - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult end class SubscriptionsManagementClass - attr_reader :tenants, :operations, :subscriptions, :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 @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tenants = @client_0.tenants @operations = @client_0.operations + @tenants = @client_0.tenants @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -61,6 +61,12 @@ class ModelClasses def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + 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 @@ -76,6 +82,9 @@ def location_list_result def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def spending_limit + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end @@ -85,15 +94,6 @@ def operation def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def spending_limit - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - end - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - 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 f31e95b6a8..404cfeeb94 100644 --- a/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb +++ b/azure_sdk/lib/latest/modules/textanalytics_profile_module.rb @@ -15,17 +15,17 @@ module Models LanguageBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::LanguageBatchResult KeyPhraseBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::KeyPhraseBatchResult SentimentBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem - SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult ErrorResponse = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + SentimentBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult + BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput MatchRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord ErrorRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord - BatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput EntityRecord = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord + EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem Input = Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input + EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult InternalError = Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError - EntitiesBatchResultItem = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem MultiLanguageBatchInput = Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput - EntitiesBatchResult = Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult end class TextAnalyticsDataClass @@ -78,11 +78,14 @@ def key_phrase_batch_result def sentiment_batch_result_item Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResultItem end + def error_response + Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + end def sentiment_batch_result Azure::CognitiveServices::TextAnalytics::V2_0::Models::SentimentBatchResult end - def error_response - Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorResponse + def batch_input + Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput end def match_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::MatchRecord @@ -90,27 +93,24 @@ def match_record def error_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::ErrorRecord end - def batch_input - Azure::CognitiveServices::TextAnalytics::V2_0::Models::BatchInput - end def entity_record Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntityRecord end + def entities_batch_result_item + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem + end def input Azure::CognitiveServices::TextAnalytics::V2_0::Models::Input end + def entities_batch_result + Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult + end def internal_error Azure::CognitiveServices::TextAnalytics::V2_0::Models::InternalError end - def entities_batch_result_item - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResultItem - end def multi_language_batch_input Azure::CognitiveServices::TextAnalytics::V2_0::Models::MultiLanguageBatchInput end - def entities_batch_result - Azure::CognitiveServices::TextAnalytics::V2_0::Models::EntitiesBatchResult - end end end end diff --git a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb index ae0cf2f197..35d6d946eb 100644 --- a/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb +++ b/azure_sdk/lib/latest/modules/trafficmanager_profile_module.rb @@ -7,13 +7,17 @@ module Azure::Profiles::Latest module TrafficManager module Mgmt - TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys Endpoints = Azure::TrafficManager::Mgmt::V2018_04_01::Endpoints GeographicHierarchies = Azure::TrafficManager::Mgmt::V2018_04_01::GeographicHierarchies - Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles HeatMap = Azure::TrafficManager::Mgmt::V2018_04_01::HeatMap + TrafficManagerUserMetricsKeys = Azure::TrafficManager::Mgmt::V2018_04_01::TrafficManagerUserMetricsKeys + Profiles = Azure::TrafficManager::Mgmt::V2018_04_01::Profiles module Models + Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem MonitorConfigExpectedStatusCodeRangesItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem EndpointPropertiesSubnetsItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointPropertiesSubnetsItem MonitorConfig = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfig @@ -27,8 +31,8 @@ module Models CheckTrafficManagerRelativeDnsNameAvailabilityParameters = Azure::TrafficManager::Mgmt::V2018_04_01::Models::CheckTrafficManagerRelativeDnsNameAvailabilityParameters 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 ProfileListResult = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult + UserMetricsModel = Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel TrackedResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource EndpointStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::EndpointStatus ProxyResource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProxyResource @@ -39,14 +43,10 @@ module Models ProfileStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileStatus TrafficRoutingMethod = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficRoutingMethod TrafficViewEnrollmentStatus = Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus - Resource = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - Profile = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - Endpoint = Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - MonitorConfigCustomHeadersItem = Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem end class TrafficManagerManagementClass - attr_reader :traffic_manager_user_metrics_keys, :endpoints, :geographic_hierarchies, :profiles, :heat_map, :configurable, :base_url, :options, :model_classes + attr_reader :endpoints, :geographic_hierarchies, :heat_map, :traffic_manager_user_metrics_keys, :profiles, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -56,11 +56,11 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @traffic_manager_user_metrics_keys = @client_0.traffic_manager_user_metrics_keys @endpoints = @client_0.endpoints @geographic_hierarchies = @client_0.geographic_hierarchies - @profiles = @client_0.profiles @heat_map = @client_0.heat_map + @traffic_manager_user_metrics_keys = @client_0.traffic_manager_user_metrics_keys + @profiles = @client_0.profiles @model_classes = ModelClasses.new end @@ -79,6 +79,18 @@ def method_missing(method, *args) end class ModelClasses + def resource + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource + end + def profile + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile + end + def endpoint + Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint + end + def monitor_config_custom_headers_item + Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem + end def monitor_config_expected_status_code_ranges_item Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigExpectedStatusCodeRangesItem end @@ -118,12 +130,12 @@ def traffic_manager_name_availability def heat_map_model Azure::TrafficManager::Mgmt::V2018_04_01::Models::HeatMapModel end - def user_metrics_model - Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel - end def profile_list_result Azure::TrafficManager::Mgmt::V2018_04_01::Models::ProfileListResult end + def user_metrics_model + Azure::TrafficManager::Mgmt::V2018_04_01::Models::UserMetricsModel + end def tracked_resource Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrackedResource end @@ -154,18 +166,6 @@ def traffic_routing_method def traffic_view_enrollment_status Azure::TrafficManager::Mgmt::V2018_04_01::Models::TrafficViewEnrollmentStatus end - def resource - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Resource - end - def profile - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Profile - end - def endpoint - Azure::TrafficManager::Mgmt::V2018_04_01::Models::Endpoint - end - def monitor_config_custom_headers_item - Azure::TrafficManager::Mgmt::V2018_04_01::Models::MonitorConfigCustomHeadersItem - end 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 e55e968043..1c646b40ba 100644 --- a/azure_sdk/lib/latest/modules/videosearch_profile_module.rb +++ b/azure_sdk/lib/latest/modules/videosearch_profile_module.rb @@ -9,6 +9,14 @@ module VideoSearch VideosOperations = Azure::CognitiveServices::VideoSearch::V1_0::VideosOperations module Models + ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject TrendingVideosCategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory TrendingVideosSubcategory = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosSubcategory VideosModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideosModule @@ -17,30 +25,22 @@ module Models TrendingVideos = Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideos VideoDetails = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoDetails VideoQueryScenario = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario - ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse VideoLength = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength VideoPricing = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoPricing VideoResolution = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoResolution VideoInsightModule = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule + ErrorResponse = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse ResponseBase = Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase QueryContext = Azure::CognitiveServices::VideoSearch::V1_0::Models::QueryContext Query = Azure::CognitiveServices::VideoSearch::V1_0::Models::Query VideoObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoObject PivotSuggestions = Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions - Response = Azure::CognitiveServices::VideoSearch::V1_0::Models::Response SearchResultsAnswer = Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer + Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable Answer = Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer + Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error Thing = Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing CreativeWork = Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork - ErrorCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - ErrorSubCode = Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - Identifiable = Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - SafeSearch = Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - TextFormat = Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - Freshness = Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - ImageObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - MediaObject = Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - Error = Azure::CognitiveServices::VideoSearch::V1_0::Models::Error end class VideoSearchDataClass @@ -73,6 +73,30 @@ def method_missing(method, *args) end class ModelClasses + def error_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode + end + def error_sub_code + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode + end + def safe_search + Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat + end + def freshness + Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness + end + def response + Azure::CognitiveServices::VideoSearch::V1_0::Models::Response + end + def image_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject + end + def media_object + Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject + end def trending_videos_category Azure::CognitiveServices::VideoSearch::V1_0::Models::TrendingVideosCategory end @@ -97,9 +121,6 @@ def video_details def video_query_scenario Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoQueryScenario end - def error_response - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse - end def video_length Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoLength end @@ -112,6 +133,9 @@ def video_resolution def video_insight_module Azure::CognitiveServices::VideoSearch::V1_0::Models::VideoInsightModule end + def error_response + Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorResponse + end def response_base Azure::CognitiveServices::VideoSearch::V1_0::Models::ResponseBase end @@ -127,48 +151,24 @@ def video_object def pivot_suggestions Azure::CognitiveServices::VideoSearch::V1_0::Models::PivotSuggestions end - def response - Azure::CognitiveServices::VideoSearch::V1_0::Models::Response - end def search_results_answer Azure::CognitiveServices::VideoSearch::V1_0::Models::SearchResultsAnswer end + def identifiable + Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable + end def answer Azure::CognitiveServices::VideoSearch::V1_0::Models::Answer end + def error + Azure::CognitiveServices::VideoSearch::V1_0::Models::Error + end def thing Azure::CognitiveServices::VideoSearch::V1_0::Models::Thing end def creative_work Azure::CognitiveServices::VideoSearch::V1_0::Models::CreativeWork end - def error_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorCode - end - def error_sub_code - Azure::CognitiveServices::VideoSearch::V1_0::Models::ErrorSubCode - end - def identifiable - Azure::CognitiveServices::VideoSearch::V1_0::Models::Identifiable - end - def safe_search - Azure::CognitiveServices::VideoSearch::V1_0::Models::SafeSearch - end - def text_format - Azure::CognitiveServices::VideoSearch::V1_0::Models::TextFormat - end - def freshness - Azure::CognitiveServices::VideoSearch::V1_0::Models::Freshness - end - def image_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::ImageObject - end - def media_object - Azure::CognitiveServices::VideoSearch::V1_0::Models::MediaObject - end - def error - Azure::CognitiveServices::VideoSearch::V1_0::Models::Error - end 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 3043558d8a..b40f185a53 100644 --- a/azure_sdk/lib/latest/modules/web_profile_module.rb +++ b/azure_sdk/lib/latest/modules/web_profile_module.rb @@ -7,167 +7,22 @@ module Azure::Profiles::Latest module Web module Mgmt + Provider = Azure::Web::Mgmt::V2018_02_01::Provider Domains = Azure::Web::Mgmt::V2018_02_01::Domains - AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider - WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps 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 Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations - Provider = Azure::Web::Mgmt::V2018_02_01::Provider module Models - 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 - Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate - 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 - 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 - PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse - SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest - SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource - SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection - AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate - DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult - SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection - CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity - DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters - DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection - PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork - DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest - AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue - DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent - TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement - AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection - DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection - SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection - HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName - SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal - TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection - NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace - TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption - NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection - Address = Azure::Web::Mgmt::V2018_02_01::Models::Address - PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet - FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection - 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 - AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource - 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 - CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail - DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource - TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain - AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource - DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier - BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem - 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 - MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog - 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 - 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 - 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 - GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription - ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue - SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity - ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric - GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection - ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection - VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile - ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection - VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping - WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection - 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 - ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError - Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution - ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName - DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod - ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability - AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod - 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 - AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers - DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet - Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData @@ -212,16 +67,17 @@ module Models HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection Site = Azure::Web::Mgmt::V2018_02_01::Models::Site + Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan - DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition - DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis - Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain - DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse - Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation BillingMeter = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer @@ -229,9 +85,8 @@ 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 - MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest - DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + 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 @@ -245,12 +100,12 @@ module Models 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 - SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig - SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation - PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + 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 @@ -264,53 +119,53 @@ module Models SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance - SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing - KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus - ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata - PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource - MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest - SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob - AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions - SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState - HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType - SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl - SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions - WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction - IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag - AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType - UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType + KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions - 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 CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes - ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType - ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState - RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType - SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState + Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions - HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus - InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics @@ -327,42 +182,187 @@ module Models 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 - ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits - Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels + NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation - InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider - CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult - SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType - TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus - LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes 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 + BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType - FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType - NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType 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 + ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact - UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction - SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName - BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + 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 + LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType - ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName + MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage - Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier - end - + 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 + TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection + CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails + DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection + AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection + PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection + PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName + NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + Address = Azure::Web::Mgmt::V2018_02_01::Models::Address + DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + 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 + TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + 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 + 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 + 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 + GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + 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 + ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution + ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + 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 + AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments + end + class WebManagementClass - attr_reader :domains, :app_service_environments, :app_service_certificate_orders, :certificate_registration_provider, :top_level_domains, :domain_registration_provider, :web_apps, :app_service_plans, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :provider, :configurable, :base_url, :options, :model_classes + attr_reader :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, :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 @@ -372,20 +372,20 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @provider = @client_0.provider @domains = @client_0.domains - @app_service_environments = @client_0.app_service_environments @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 - @web_apps = @client_0.web_apps @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 @resource_health_metadata_operations = @client_0.resource_health_metadata_operations - @provider = @client_0.provider @model_classes = ModelClasses.new end @@ -404,1013 +404,1013 @@ def method_missing(method, *args) end class ModelClasses - def operation_status - Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus + def data_source + Azure::Web::Mgmt::V2018_02_01::Models::DataSource end - def deployment - Azure::Web::Mgmt::V2018_02_01::Models::Deployment + def site_machine_key + Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey end - def resource - Azure::Web::Mgmt::V2018_02_01::Models::Resource + def response_meta_data + Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData end - def snapshot - Azure::Web::Mgmt::V2018_02_01::Models::Snapshot + def host_name_ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState end - def certificate - Azure::Web::Mgmt::V2018_02_01::Models::Certificate + def analysis_data + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData end - def azure_table_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig + def sku_description + Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription end - def application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig + def csm_move_resource_envelope + Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope end - def database_backup_setting - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting + def worker_pool + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool end - def backup_item_collection - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection + def data_table_response_column + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn end - def process_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection + def app_service_environment + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment end - def conn_string_value_type_pair - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair + def data_table_response_object + Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject end - def process_module_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection + def validate_request + Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest end - def process_thread_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection + def detector_info + Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo end - def csm_publishing_profile_options - Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions + def proxy_only_resource + Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource end - def web_app_instance_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection + def rendering + Azure::Web::Mgmt::V2018_02_01::Models::Rendering end - def public_certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection + def auto_heal_actions + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions end - def triggered_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection + def diagnostic_data + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData end - def enabled_config - Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig + def virtual_application + Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication end - def triggered_job_history_collection - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection + def billing_meter_collection + Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection end - def snapshot_collection - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection + def capability + Azure::Web::Mgmt::V2018_02_01::Models::Capability end - def site_cloneability_criterion - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion + def detector_response_collection + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection end - def host_name_binding_collection - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection + def stamp_capacity + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity end - def site_cloneability - Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability + def resource_health_metadata_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection end - def perf_mon_set - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet + def sku_infos + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos end - def perf_mon_counter_collection - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection + def diagnostic_analysis_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection end - def web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection + def site_limits + Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits end - def continuous_web_job_collection - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection + def recommendation_collection + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection end - def file_system_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig + def diagnostic_category_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection end - def file_system_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig + def ip_security_restriction + Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction end - def azure_blob_storage_application_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig + def diagnostic_detector_collection + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection end - def azure_blob_storage_http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig + def application_stack_collection + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection end - def msdeploy_log_entry - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry + def name_value_pair + Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair end - def backup_schedule - Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule + def stack_minor_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion end - def perf_mon_sample - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample + def certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource end - def slot_difference_collection - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection + def vnet_route + Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute end - def deployment_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection + def vnet_info + Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo end - def http_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig + def vnet_gateway + Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway end - def top_level_domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection + def user + Azure::Web::Mgmt::V2018_02_01::Models::User end - def certificate_details - Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails + def custom_hostname_analysis_result + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult end - def app_service_certificate_order_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection + def resource_metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition end - def perf_mon_response - Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse + def push_settings + Azure::Web::Mgmt::V2018_02_01::Models::PushSettings end - def site_seal_request - Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest + def hybrid_connection_key + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey end - def snapshot_recovery_source - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource + def hybrid_connection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection end - def site_config_resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection + def site + Azure::Web::Mgmt::V2018_02_01::Models::Site end - def app_service_certificate - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate + def identifier + Azure::Web::Mgmt::V2018_02_01::Models::Identifier end - def domain_availablility_check_result - Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult + def app_service_plan + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan end - def site_configuration_snapshot_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection + def domain + Azure::Web::Mgmt::V2018_02_01::Models::Domain end - def csm_slot_entity - Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity + def analysis_definition + Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition end - def domain_recommendation_search_parameters - Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters + 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 diagnostic_analysis + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis end - def private_access_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork + def detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse end - def domain_control_center_sso_request - Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest + def diagnostic_detector_response + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse end - def azure_storage_info_value - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue + def diagnostic_category + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory end - def domain_purchase_consent - Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent + def recommendation_rule + Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule end - def tld_legal_agreement - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement + def recommendation + Azure::Web::Mgmt::V2018_02_01::Models::Recommendation 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 domain_collection - Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection + def geo_region + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion end - def site_extension_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection + def premier_add_on_offer + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer end - def host_name - Azure::Web::Mgmt::V2018_02_01::Models::HostName + def source_control + Azure::Web::Mgmt::V2018_02_01::Models::SourceControl end - def site_seal - Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal + def vnet_parameters + Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters end - def tld_legal_agreement_collection - Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection + def vnet_validation_test_failure + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure end - def network_trace - Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace + def vnet_validation_failure_details + Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails end - def top_level_domain_agreement_option - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption + def migrate_my_sql_request + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest end - def name_identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection + def migrate_my_sql_status + Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus end - def address - Azure::Web::Mgmt::V2018_02_01::Models::Address + def relay_service_connection_entity + Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity end - def private_access_subnet - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet + def network_features + Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures end - def function_envelope_collection - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection + def premier_add_on + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn end - def app_service_certificate_order - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder + def process_thread_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo end - def app_service_certificate_order_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource + def process_module_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo end - def app_service_certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource + def process_info + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo end - def app_service_certificate_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource + def backup_request + Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest end - def certificate_order_action - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction + def connection_string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary end - def reissue_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest + def continuous_web_job + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob end - def renew_certificate_order_request - Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest + def site_auth_settings + Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings end - def certificate_email - Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail + def function_envelope + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope end - def domain_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource + def function_secrets + Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets end - def top_level_domain - Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain + def host_name_binding + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding end - def azure_storage_property_dictionary_resource - Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource + def deleted_app_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest end - def domain_ownership_identifier - Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier + def msdeploy_log + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog end - def backup_item - Azure::Web::Mgmt::V2018_02_01::Models::BackupItem + def msdeploy_status + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus end - def default_error_response_error_details_item - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem + def site_php_error_log_flag + Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag end - def hosting_environment_profile - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile + def operation + Azure::Web::Mgmt::V2018_02_01::Models::Operation end - def default_error_response_error - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError + def slot_config_names_resource + Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource end - def certificate_collection - Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection + def slot_difference + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference end - def default_error_response - Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse + def storage_migration_options + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions end - def csm_operation_display - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay + def storage_migration_response + Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse end - def validate_response - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse + def string_dictionary + Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary end - def metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability + def triggered_job_run + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun end - def msdeploy_log - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog + def public_certificate + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate end - def resource_metric_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability + def restore_request + Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest end - def source_control_collection - Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection + def web_job + Azure::Web::Mgmt::V2018_02_01::Models::WebJob end - def csm_operation_description_properties - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties + def managed_service_identity_type + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType end - def resource_name_availability_request - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest + def log_specification + Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification end - def csm_operation_description - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription + def site_configuration_snapshot_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo end - def premier_add_on_offer_collection - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection + def service_specification + Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification end - def csm_operation_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection + def site_instance + Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance end - def localizable_string - Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString + def msdeploy + Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy end - def cloning_info - Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo + def private_access + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess end - def csm_usage_quota - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota + def snapshot_restore_request + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest end - def api_definition_info - Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo + def site_source_control + Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl end - def csm_usage_quota_collection - Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection + def certificate_product_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType end - def auto_heal_custom_action - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction + def certificate_order_status + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus end - def error_entity - Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity + def certificate_order_action_type + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType end - def slow_requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger + def ip_filter_tag + Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag end - def status_codes_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger + def azure_storage_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType end - def requests_based_trigger - Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger + def azure_storage_state + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState end - def application_stack - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack + def triggered_job_history + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory end - def auto_heal_rules - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules + def triggered_web_job + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob end - def stack_major_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion + def resource_health_metadata + Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata end - def ramp_up_rule - Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule + def auto_heal_action_type + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType end - def deployment_locations - Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations + def connection_string_type + Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType end - def virtual_directory - Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory + def site_config_resource + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource end - def identifier_collection - Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection + def managed_pipeline_mode + Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode end - def handler_mapping - Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping + def site_extension_info + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo end - def name_identifier - Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier + def supported_tls_versions + Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions end - def conn_string_info - Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo + def premier_add_on_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource end - def site_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig + def site_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource end - def resource_metric_property - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty + def route_type + Azure::Web::Mgmt::V2018_02_01::Models::RouteType end - def global_csm_sku_description - Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription + def swift_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork end - def resource_metric_value - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue + def certificate + Azure::Web::Mgmt::V2018_02_01::Models::Certificate end - def sku_capacity - Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity + def host_name_type + Azure::Web::Mgmt::V2018_02_01::Models::HostNameType end - def resource_metric - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric + def scm_type + Azure::Web::Mgmt::V2018_02_01::Models::ScmType end - def geo_region_collection - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection + def compute_mode_options + Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions end - def resource_metric_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection + def site_load_balancing + Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing end - def virtual_network_profile - Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile + def access_control_entry_action + Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection + def ftps_state + Azure::Web::Mgmt::V2018_02_01::Models::FtpsState end - def virtual_ipmapping - Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping + def host_type + Azure::Web::Mgmt::V2018_02_01::Models::HostType end - def web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection + def key_vault_secret_status + Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus end - def network_access_control_entry - Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry + def site_availability_state + Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState end - def deleted_site - Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite + def status_options + Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions end - def app_service_plan_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection + def hosting_environment_status + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus end - def deleted_web_app_collection - Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection + def internal_load_balancing_mode + Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode end - def validate_response_error - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError + def check_name_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes end - def solution - Azure::Web::Mgmt::V2018_02_01::Models::Solution + def worker_size_options + Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions end - def resource_metric_name - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName + def web_job_type + Azure::Web::Mgmt::V2018_02_01::Models::WebJobType end - def detector_abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod + def site_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig end - def resource_name_availability - Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability + def ssl_state + Azure::Web::Mgmt::V2018_02_01::Models::SslState end - def abnormal_time_period - Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod + def azure_resource_type + Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType end - def slot_swap_status - Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus + def usage_state + Azure::Web::Mgmt::V2018_02_01::Models::UsageState end - def hosting_environment_deployment_info - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo + def channels + Azure::Web::Mgmt::V2018_02_01::Models::Channels end - def cors_settings - Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings + def app_service_plan_restrictions + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample + def in_availability_reason_type + Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType end - def auto_heal_triggers - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers + def my_sql_migration_type + Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType end - def diagnostic_metric_set - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet + def issue_type + Azure::Web::Mgmt::V2018_02_01::Models::IssueType end - def experiments - Azure::Web::Mgmt::V2018_02_01::Models::Experiments + def app_service_environment_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection end - def data_source - Azure::Web::Mgmt::V2018_02_01::Models::DataSource + def hosting_environment_diagnostics + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics end - def site_machine_key - Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey + def address_response + Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse end - def response_meta_data - Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData + def sku_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection end - def host_name_ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState + def resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection end - def analysis_data - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData + def worker_pool_collection + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection end - def sku_description - Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription + def hybrid_connection_collection + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection end - def csm_move_resource_envelope - Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope + def metric_availabilily + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily end - def worker_pool - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool + def sku_info + Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo end - def data_table_response_column - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn + def usage_collection + Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection end - def app_service_environment - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment + def stamp_capacity_collection + Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection end - def data_table_response_object - Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject + def app_service_environment_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource end - def validate_request - Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest + def app_service_environment_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource end - def detector_info - Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo + def metric_definition + Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition end - def proxy_only_resource - Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource + def worker_pool_resource + Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource end - def rendering - Azure::Web::Mgmt::V2018_02_01::Models::Rendering + def app_service_plan_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource end - def auto_heal_actions - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions + def hybrid_connection_limits + Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits end - def diagnostic_data - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData + def notification_level + Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel end - def virtual_application - Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication + def public_certificate_location + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation end - def billing_meter_collection - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection + def unauthenticated_client_action + Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction end - def capability - Azure::Web::Mgmt::V2018_02_01::Models::Capability + def built_in_authentication_provider + Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider end - def detector_response_collection - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection + def validate_resource_types + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes end - def stamp_capacity - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity + def domain_status + Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus end - def resource_health_metadata_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection + def dns_type + Azure::Web::Mgmt::V2018_02_01::Models::DnsType end - def sku_infos - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos + def domain_type + Azure::Web::Mgmt::V2018_02_01::Models::DomainType end - def diagnostic_analysis_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection + def backup_item_status + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus end - def site_limits - Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits + def solution_type + Azure::Web::Mgmt::V2018_02_01::Models::SolutionType end - def recommendation_collection - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection + def rendering_type + Azure::Web::Mgmt::V2018_02_01::Models::RenderingType end - def diagnostic_category_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection + def resource_scope_type + Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType end - def ip_security_restriction - Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction + def continuous_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus end - def diagnostic_detector_collection - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection + def publishing_profile_format + Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat end - def application_stack_collection - Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection + def dns_verification_test_result + Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult end - def name_value_pair - Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType end - def stack_minor_version - Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion + def msdeploy_log_entry_type + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType end - def certificate_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource + def provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState end - def vnet_route - Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute + def contact + Azure::Web::Mgmt::V2018_02_01::Models::Contact end - def vnet_info - Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo + def clone_ability_result + Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult end - def vnet_gateway - Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway + def site_extension_type + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType end - def user - Azure::Web::Mgmt::V2018_02_01::Models::User + def triggered_web_job_status + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus end - def custom_hostname_analysis_result - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult + def log_level + Azure::Web::Mgmt::V2018_02_01::Models::LogLevel end - def resource_metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition + def database_type + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType end - def push_settings - Azure::Web::Mgmt::V2018_02_01::Models::PushSettings + def frequency_unit + Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit end - def hybrid_connection_key - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey + def backup_restore_operation_type + Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType end - def hybrid_connection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection + def sku_name + Azure::Web::Mgmt::V2018_02_01::Models::SkuName end - def site - Azure::Web::Mgmt::V2018_02_01::Models::Site + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState end - def app_service_plan - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan + def dimension + Azure::Web::Mgmt::V2018_02_01::Models::Dimension end - def detector_definition - Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition + def metric_specification + Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification end - def analysis_definition - Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition + def usage + Azure::Web::Mgmt::V2018_02_01::Models::Usage end - def detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse + def operation_status + Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus end - def diagnostic_analysis - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis + def deployment + Azure::Web::Mgmt::V2018_02_01::Models::Deployment end - def domain - Azure::Web::Mgmt::V2018_02_01::Models::Domain + def resource + Azure::Web::Mgmt::V2018_02_01::Models::Resource end - def diagnostic_category - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory + def snapshot + Azure::Web::Mgmt::V2018_02_01::Models::Snapshot end - def diagnostic_detector_response - Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse + def azure_table_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig end - def recommendation - Azure::Web::Mgmt::V2018_02_01::Models::Recommendation + def application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig end - def recommendation_rule - Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule + def database_backup_setting + Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting end - def billing_meter - Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter + def backup_item_collection + Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection end - def geo_region - Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion + def process_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection end - def premier_add_on_offer - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer + def conn_string_value_type_pair + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair end - def source_control - Azure::Web::Mgmt::V2018_02_01::Models::SourceControl + def process_module_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection end - def vnet_parameters - Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters + def process_thread_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection end - def vnet_validation_test_failure - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure + def csm_publishing_profile_options + Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions end - def vnet_validation_failure_details - Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails + def web_app_instance_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection end - def msdeploy_status - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus + def public_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection end - def migrate_my_sql_request - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest + def triggered_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection end - def deleted_app_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest + def enabled_config + Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig end - def relay_service_connection_entity - Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity + def triggered_job_history_collection + Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection end - def network_features - Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures + def snapshot_collection + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection end - def premier_add_on - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn + def site_cloneability_criterion + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion end - def process_thread_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo + def host_name_binding_collection + Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection end - def process_module_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo + def site_cloneability + Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability end - def process_info - Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo + def perf_mon_set + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet end - def backup_request - Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest + def perf_mon_counter_collection + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection end - def connection_string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary + def web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection end - def continuous_web_job - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob + def continuous_web_job_collection + Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection end - def site_auth_settings - Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings + def file_system_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig end - def function_envelope - Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope + def file_system_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig end - def function_secrets - Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets + def azure_blob_storage_application_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig end - def host_name_binding - Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding + def azure_blob_storage_http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig end - def msdeploy - Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy + def msdeploy_log_entry + Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry end - def site_logs_config - Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig + def backup_schedule + Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule end - def site_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource + def top_level_domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection end - def site_php_error_log_flag - Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag + def certificate_details + Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails end - def operation - Azure::Web::Mgmt::V2018_02_01::Models::Operation + def deployment_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection end - def private_access - Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess + def http_logs_config + Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig end - def slot_difference - Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference + def site_seal_request + Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest end - def storage_migration_options - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions + def app_service_certificate_order_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection end - def storage_migration_response - Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse + def app_service_certificate + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate end - def string_dictionary - Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary + def perf_mon_response + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse end - def triggered_job_run - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun + def site_configuration_snapshot_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection end - def public_certificate - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate + def snapshot_recovery_source + Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource end - def restore_request - Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest + def site_extension_info_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection end - def web_job - Azure::Web::Mgmt::V2018_02_01::Models::WebJob + def domain_recommendation_search_parameters + Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters end - def managed_service_identity_type - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType + def domain_control_center_sso_request + Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest end - def log_specification - Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification + def domain_purchase_consent + Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent end - def site_configuration_snapshot_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo + def site_config_resource_collection + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection end - def service_specification - Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification + def perf_mon_sample + Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample end - def site_instance - Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance + def domain_ownership_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection end - def site_load_balancing - Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing + def private_access_virtual_network + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork end - def key_vault_secret_status - Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus + def tld_legal_agreement + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement end - def resource_health_metadata - Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata + def app_service_certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection end - def premier_add_on_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource + def private_access_subnet + Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet end - def migrate_my_sql_status - Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus + def azure_storage_info_value + Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue end - def snapshot_restore_request - Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest + def slot_difference_collection + Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection end - def swift_virtual_network - Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork + def csm_slot_entity + Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity end - def certificate_product_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType + def tld_legal_agreement_collection + Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection end - def certificate_order_status - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus + def network_trace + Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace end - def certificate_order_action_type - Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType + def host_name + Azure::Web::Mgmt::V2018_02_01::Models::HostName end - def triggered_job_history - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory + def name_identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection end - def triggered_web_job - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob + def address + Azure::Web::Mgmt::V2018_02_01::Models::Address end - def azure_storage_state - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState + def domain_availablility_check_result + Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult end - def auto_heal_action_type - Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType + def site_seal + Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal end - def connection_string_type - Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType + def app_service_certificate_order + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder end - def site_config_resource - Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource + def domain_collection + Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection end - def managed_pipeline_mode - Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode + def function_envelope_collection + Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection end - def site_extension_info - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo + def app_service_certificate_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource end - def supported_tls_versions - Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions + def certificate_order_action + Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction end - def ssl_state - Azure::Web::Mgmt::V2018_02_01::Models::SslState + def app_service_certificate_order_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource end - def host_type - Azure::Web::Mgmt::V2018_02_01::Models::HostType + def app_service_certificate_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource end - def route_type - Azure::Web::Mgmt::V2018_02_01::Models::RouteType + def managed_service_identity + Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity end - def site_source_control - Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl + def domain_patch_resource + Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource end - def slot_config_names_resource - Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource + def reissue_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest end - def host_name_type - Azure::Web::Mgmt::V2018_02_01::Models::HostNameType + def renew_certificate_order_request + Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest end - def scm_type - Azure::Web::Mgmt::V2018_02_01::Models::ScmType + def domain_ownership_identifier + Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier end - def compute_mode_options - Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions + def certificate_email + Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail end - def worker_size_options - Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions + def top_level_domain_agreement_option + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption end - def access_control_entry_action - Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction + def azure_storage_property_dictionary_resource + Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource end - def ip_filter_tag - Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag + def backup_item + Azure::Web::Mgmt::V2018_02_01::Models::BackupItem end - def azure_storage_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType + def default_error_response_error_details_item + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem end - def usage_state - Azure::Web::Mgmt::V2018_02_01::Models::UsageState + def hosting_environment_profile + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile end - def ftps_state - Azure::Web::Mgmt::V2018_02_01::Models::FtpsState + def default_error_response_error + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError end - def status_options - Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions + def certificate_collection + Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection end - def dns_type - Azure::Web::Mgmt::V2018_02_01::Models::DnsType + def default_error_response + Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse end - def domain_type - Azure::Web::Mgmt::V2018_02_01::Models::DomainType + def csm_operation_display + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay end - def check_name_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes + def validate_response + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse end - def validate_resource_types - Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes + def metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability end - def web_job_type - Azure::Web::Mgmt::V2018_02_01::Models::WebJobType + def top_level_domain + Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain end - def provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState + def resource_metric_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability end - def rendering_type - Azure::Web::Mgmt::V2018_02_01::Models::RenderingType + def source_control_collection + Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection end - def azure_resource_type - Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType + def csm_operation_description_properties + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties end - def custom_host_name_dns_record_type - Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType + def resource_name_availability_request + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest end - def site_availability_state - Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState + def csm_operation_description + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription end - def app_service_plan_restrictions - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions + def premier_add_on_offer_collection + Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection end - def hosting_environment_status - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus + def csm_operation_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection end - def internal_load_balancing_mode - Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode + def localizable_string + Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString end - def issue_type - Azure::Web::Mgmt::V2018_02_01::Models::IssueType + def cloning_info + Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo end - def app_service_environment_collection - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection + def csm_usage_quota + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota end - def hosting_environment_diagnostics - Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics + def api_definition_info + Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo end - def address_response - Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse + def csm_usage_quota_collection + Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection end - def sku_info_collection - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection + def auto_heal_custom_action + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction end - def resource_collection - Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection + def error_entity + Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity end - def worker_pool_collection - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection + def slow_requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger end - def hybrid_connection_collection - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection + def status_codes_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger end - def metric_availabilily - Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily + def requests_based_trigger + Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger end - def sku_info - Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo + def application_stack + Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack end - def usage_collection - Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection + def auto_heal_rules + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules end - def stamp_capacity_collection - Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection + def stack_major_version + Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion end - def app_service_environment_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource + def ramp_up_rule + Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule end - def app_service_environment_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource + def deployment_locations + Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations end - def metric_definition - Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition + def virtual_directory + Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory end - def worker_pool_resource - Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource + def identifier_collection + Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection end - def managed_service_identity - Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity + def handler_mapping + Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping end - def app_service_plan_patch_resource - Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource + def name_identifier + Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier end - def hybrid_connection_limits - Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits + def conn_string_info + Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo end - def channels - Azure::Web::Mgmt::V2018_02_01::Models::Channels + def site_config + Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig end - def public_certificate_location - Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation + def resource_metric_property + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty end - def in_availability_reason_type - Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType + def global_csm_sku_description + Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription end - def built_in_authentication_provider - Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider + def resource_metric_value + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue end - def clone_ability_result - Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult + def sku_capacity + Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity end - def site_extension_type - Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType + def resource_metric + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric end - def triggered_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus + def geo_region_collection + Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection end - def log_level - Azure::Web::Mgmt::V2018_02_01::Models::LogLevel + def resource_metric_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection end - def domain_status - Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus + def virtual_network_profile + Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile end - def solution_type - Azure::Web::Mgmt::V2018_02_01::Models::SolutionType + def resource_metric_definition_collection + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection end - def frequency_unit - Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit + def virtual_ipmapping + Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping end - def resource_scope_type - Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType + def web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection end - def notification_level - Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel + def network_access_control_entry + Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry end - def publishing_profile_format - Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat + def deleted_site + Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite end - def dns_verification_test_result - Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult + def app_service_plan_collection + Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection end - def msdeploy_log_entry_type - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType + def deleted_web_app_collection + Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection end - def msdeploy_provisioning_state - Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState + def validate_response_error + Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError end - def my_sql_migration_type - Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType + def solution + Azure::Web::Mgmt::V2018_02_01::Models::Solution end - def contact - Azure::Web::Mgmt::V2018_02_01::Models::Contact + def resource_metric_name + Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName end - def unauthenticated_client_action - Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction + def detector_abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod end - def sku_name - Azure::Web::Mgmt::V2018_02_01::Models::SkuName + def resource_name_availability + Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability end - def backup_item_status - Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus + def abnormal_time_period + Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod end - def database_type - Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType + def slot_swap_status + Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus end - def backup_restore_operation_type - Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo end - def continuous_web_job_status - Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus + def cors_settings + Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings end - def dimension - Azure::Web::Mgmt::V2018_02_01::Models::Dimension + def diagnostic_metric_sample + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample end - def metric_specification - Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification + def auto_heal_triggers + Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers end - def usage - Azure::Web::Mgmt::V2018_02_01::Models::Usage + def diagnostic_metric_set + Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet end - def identifier - Azure::Web::Mgmt::V2018_02_01::Models::Identifier + def experiments + Azure::Web::Mgmt::V2018_02_01::Models::Experiments 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 3dd029589f..cf15a0c60f 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 - Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - News = Azure::CognitiveServices::WebSearch::V1_0::Models::News - ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query - RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem RankingRankingGroup = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingGroup - RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse - Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response - SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse - TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation - WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag - WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage - CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork - WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject Identifiable = Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images WebWebAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer + Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + Query = Azure::CognitiveServices::WebSearch::V1_0::Models::Query + WebMetaTag = Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag + SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions TimeZone = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article - ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + CreativeWork = Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork + Images = Azure::CognitiveServices::WebSearch::V1_0::Models::Images RelatedSearchesRelatedSearchAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::RelatedSearchesRelatedSearchAnswer - SpellSuggestions = Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions - ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode SafeSearch = Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat + ErrorCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode + Article = Azure::CognitiveServices::WebSearch::V1_0::Models::Article Freshness = Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness + Response = Azure::CognitiveServices::WebSearch::V1_0::Models::Response ImageObject = Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject Places = Azure::CognitiveServices::WebSearch::V1_0::Models::Places - TextFormat = Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat Intangible = Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible MediaObject = Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject + ErrorSubCode = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode StructuredValue = Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue - Error = Azure::CognitiveServices::WebSearch::V1_0::Models::Error + Videos = Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + AnswerType = Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + NewsArticle = Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + News = Azure::CognitiveServices::WebSearch::V1_0::Models::News + ErrorResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + ResponseBase = Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + QueryContext = Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + VideoObject = Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + RankingRankingItem = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + WebPage = Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + RankingRankingResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + SearchResponse = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + Computation = Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + SearchResultsAnswer = Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + Answer = Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + Thing = Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + WebWebGrouping = Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + TimeZoneTimeZoneInformation = Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation end class WebSearchDataClass @@ -82,128 +82,128 @@ def method_missing(method, *args) end class ModelClasses - def videos - Azure::CognitiveServices::WebSearch::V1_0::Models::Videos - end - def error_response - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse - end - def answer_type - Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType - end - def news_article - Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle - end - def news - Azure::CognitiveServices::WebSearch::V1_0::Models::News - end - def response_base - Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase - end - def query_context - Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext - end - def query - Azure::CognitiveServices::WebSearch::V1_0::Models::Query - 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 ranking_ranking_response - Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + def identifiable + Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable end - def response - Azure::CognitiveServices::WebSearch::V1_0::Models::Response + def web_web_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer end - def search_response - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + def error + Azure::CognitiveServices::WebSearch::V1_0::Models::Error end - def time_zone_time_zone_information - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation + def query + Azure::CognitiveServices::WebSearch::V1_0::Models::Query end def web_meta_tag Azure::CognitiveServices::WebSearch::V1_0::Models::WebMetaTag end - def web_page - Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + def spell_suggestions + Azure::CognitiveServices::WebSearch::V1_0::Models::SpellSuggestions + end + def time_zone + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone end def creative_work Azure::CognitiveServices::WebSearch::V1_0::Models::CreativeWork end - def web_web_grouping - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping - end - def video_object - Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject - end - def identifiable - Azure::CognitiveServices::WebSearch::V1_0::Models::Identifiable - end - def answer - Azure::CognitiveServices::WebSearch::V1_0::Models::Answer - end - def thing - Azure::CognitiveServices::WebSearch::V1_0::Models::Thing - end - def search_results_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer - end - def computation - Azure::CognitiveServices::WebSearch::V1_0::Models::Computation - end def images Azure::CognitiveServices::WebSearch::V1_0::Models::Images end - def web_web_answer - Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebAnswer - end - def time_zone - Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZone - end - def article - Azure::CognitiveServices::WebSearch::V1_0::Models::Article - end - def error_sub_code - Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode - 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 + def safe_search + Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + end + def text_format + Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat end def error_code Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorCode end - def safe_search - Azure::CognitiveServices::WebSearch::V1_0::Models::SafeSearch + def article + Azure::CognitiveServices::WebSearch::V1_0::Models::Article end def freshness Azure::CognitiveServices::WebSearch::V1_0::Models::Freshness end + def response + Azure::CognitiveServices::WebSearch::V1_0::Models::Response + end def image_object Azure::CognitiveServices::WebSearch::V1_0::Models::ImageObject end def places Azure::CognitiveServices::WebSearch::V1_0::Models::Places end - def text_format - Azure::CognitiveServices::WebSearch::V1_0::Models::TextFormat - end def intangible Azure::CognitiveServices::WebSearch::V1_0::Models::Intangible end def media_object Azure::CognitiveServices::WebSearch::V1_0::Models::MediaObject end + def error_sub_code + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorSubCode + end def structured_value Azure::CognitiveServices::WebSearch::V1_0::Models::StructuredValue end - def error - Azure::CognitiveServices::WebSearch::V1_0::Models::Error + def videos + Azure::CognitiveServices::WebSearch::V1_0::Models::Videos + end + def answer_type + Azure::CognitiveServices::WebSearch::V1_0::Models::AnswerType + end + def news_article + Azure::CognitiveServices::WebSearch::V1_0::Models::NewsArticle + end + def news + Azure::CognitiveServices::WebSearch::V1_0::Models::News + end + def error_response + Azure::CognitiveServices::WebSearch::V1_0::Models::ErrorResponse + end + def response_base + Azure::CognitiveServices::WebSearch::V1_0::Models::ResponseBase + end + def query_context + Azure::CognitiveServices::WebSearch::V1_0::Models::QueryContext + end + def video_object + Azure::CognitiveServices::WebSearch::V1_0::Models::VideoObject + end + def ranking_ranking_item + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingItem + end + def web_page + Azure::CognitiveServices::WebSearch::V1_0::Models::WebPage + end + def ranking_ranking_response + Azure::CognitiveServices::WebSearch::V1_0::Models::RankingRankingResponse + end + def search_response + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResponse + end + def computation + Azure::CognitiveServices::WebSearch::V1_0::Models::Computation + end + def search_results_answer + Azure::CognitiveServices::WebSearch::V1_0::Models::SearchResultsAnswer + end + def answer + Azure::CognitiveServices::WebSearch::V1_0::Models::Answer + end + def thing + Azure::CognitiveServices::WebSearch::V1_0::Models::Thing + end + def web_web_grouping + Azure::CognitiveServices::WebSearch::V1_0::Models::WebWebGrouping + end + def time_zone_time_zone_information + Azure::CognitiveServices::WebSearch::V1_0::Models::TimeZoneTimeZoneInformation 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 3fb1b4bb87..b9f1f65840 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,8 +7,6 @@ module Azure::Profiles::V2017_03_09 module Compute module Mgmt - 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 @@ -16,23 +14,10 @@ module Mgmt 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 - Plan = Azure::Compute::Mgmt::V2016_03_30::Models::Plan - InstanceViewStatus = Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - 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 - StorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile - WinRMListener = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener - WindowsConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration - ApiEntityReference = Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference - 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 @@ -119,10 +104,25 @@ module Models Usage = Azure::Compute::Mgmt::V2016_03_30::Models::Usage 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 + 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 + StorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetStorageProfile + WinRMListener = Azure::Compute::Mgmt::V2016_03_30::Models::WinRMListener + WindowsConfiguration = Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration + ApiEntityReference = Azure::Compute::Mgmt::V2016_03_30::Models::ApiEntityReference + 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 end class ComputeManagementClass - attr_reader :virtual_machine_scale_sets, :virtual_machine_scale_set_vms, :availability_sets, :virtual_machine_extension_images, :virtual_machine_extensions, :virtual_machines, :virtual_machine_images, :usage_operations, :virtual_machine_sizes, :configurable, :base_url, :options, :model_classes + 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 def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -132,8 +132,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @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 @@ -141,6 +139,8 @@ def initialize(configurable, base_url=nil, options=nil) @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,51 +159,6 @@ def method_missing(method, *args) end class ModelClasses - def plan - Azure::Compute::Mgmt::V2016_03_30::Models::Plan - end - def instance_view_status - Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus - end - def key_vault_key_reference - Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference - end - def sku - Azure::Compute::Mgmt::V2016_03_30::Models::Sku - end - 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 storage_profile - Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile - end - 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 windows_configuration - Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration - end - 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 vault_certificate - Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate - end - def osprofile - Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile - end - def network_profile - Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile - end def diagnostics_profile Azure::Compute::Mgmt::V2016_03_30::Models::DiagnosticsProfile end @@ -462,6 +417,51 @@ def virtual_machine_capture_parameters def virtual_machine_scale_set_osprofile Azure::Compute::Mgmt::V2016_03_30::Models::VirtualMachineScaleSetOSProfile end + def plan + Azure::Compute::Mgmt::V2016_03_30::Models::Plan + end + def instance_view_status + Azure::Compute::Mgmt::V2016_03_30::Models::InstanceViewStatus + end + def key_vault_key_reference + Azure::Compute::Mgmt::V2016_03_30::Models::KeyVaultKeyReference + end + def sku + Azure::Compute::Mgmt::V2016_03_30::Models::Sku + end + 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 storage_profile + Azure::Compute::Mgmt::V2016_03_30::Models::StorageProfile + end + 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 windows_configuration + Azure::Compute::Mgmt::V2016_03_30::Models::WindowsConfiguration + end + 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 vault_certificate + Azure::Compute::Mgmt::V2016_03_30::Models::VaultCertificate + end + def osprofile + Azure::Compute::Mgmt::V2016_03_30::Models::OSProfile + end + def network_profile + Azure::Compute::Mgmt::V2016_03_30::Models::NetworkProfile + 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 53fa35a5d4..9699702a9b 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,16 +11,18 @@ 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 ARecord = Azure::Dns::Mgmt::V2016_04_01::Models::ARecord 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 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 ZoneListResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneListResult - RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult TxtRecord = Azure::Dns::Mgmt::V2016_04_01::Models::TxtRecord NsRecord = Azure::Dns::Mgmt::V2016_04_01::Models::NsRecord SoaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SoaRecord @@ -31,8 +33,6 @@ module Models OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource - RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end class DnsManagementClass @@ -66,6 +66,15 @@ 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 + def record_set_list_result + Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + end def aaaa_record Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord end @@ -84,17 +93,14 @@ def srv_record def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end - def zone_delete_result - Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult - end def record_set Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet end def zone_list_result Azure::Dns::Mgmt::V2016_04_01::Models::ZoneListResult end - def record_set_list_result - Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + def zone_delete_result + Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult end def txt_record Azure::Dns::Mgmt::V2016_04_01::Models::TxtRecord @@ -126,12 +132,6 @@ def http_status_code def record_type Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end - 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 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 bfaec1ea54..060cc39542 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 @@ -43,8 +43,8 @@ module Models IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters OrganizationDetails = Azure::KeyVault::V2016_10_01::Models::OrganizationDetails - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateOperationUpdateParameter = Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter + IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V2016_10_01::Models::KeyOperationResult Contacts = Azure::KeyVault::V2016_10_01::Models::Contacts KeyVerifyResult = Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult @@ -54,7 +54,6 @@ module Models CertificateIssuerItem = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V2016_10_01::Models::SecretListResult X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties - IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult @@ -67,6 +66,7 @@ module Models SecretItem = Azure::KeyVault::V2016_10_01::Models::SecretItem BackupSecretResult = Azure::KeyVault::V2016_10_01::Models::BackupSecretResult SecretProperties = Azure::KeyVault::V2016_10_01::Models::SecretProperties + Error = Azure::KeyVault::V2016_10_01::Models::Error PendingCertificateSigningRequestResult = Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult CertificateBundle = Azure::KeyVault::V2016_10_01::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes @@ -82,17 +82,17 @@ module Models KeyAttributes = Azure::KeyVault::V2016_10_01::Models::KeyAttributes DeletedKeyBundle = Azure::KeyVault::V2016_10_01::Models::DeletedKeyBundle DeletedKeyItem = Azure::KeyVault::V2016_10_01::Models::DeletedKeyItem + SecretAttributes = Azure::KeyVault::V2016_10_01::Models::SecretAttributes DeletedSecretBundle = Azure::KeyVault::V2016_10_01::Models::DeletedSecretBundle DeletedSecretItem = Azure::KeyVault::V2016_10_01::Models::DeletedSecretItem - SecretAttributes = Azure::KeyVault::V2016_10_01::Models::SecretAttributes CertificateAttributes = Azure::KeyVault::V2016_10_01::Models::CertificateAttributes + DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType - DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName + DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V2016_10_01::Models::KeyUsageType ActionType = Azure::KeyVault::V2016_10_01::Models::ActionType - DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm JsonWebKeySignatureAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm @@ -229,12 +229,12 @@ def certificate_issuer_update_parameters def organization_details Azure::KeyVault::V2016_10_01::Models::OrganizationDetails end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_operation_update_parameter Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter end + def issuer_bundle + Azure::KeyVault::V2016_10_01::Models::IssuerBundle + end def key_operation_result Azure::KeyVault::V2016_10_01::Models::KeyOperationResult end @@ -262,9 +262,6 @@ def secret_list_result def x509_certificate_properties Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties end - def issuer_bundle - Azure::KeyVault::V2016_10_01::Models::IssuerBundle - end def deleted_secret_list_result Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult end @@ -301,6 +298,9 @@ def backup_secret_result def secret_properties Azure::KeyVault::V2016_10_01::Models::SecretProperties end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def pending_certificate_signing_request_result Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult end @@ -346,39 +346,39 @@ def deleted_key_bundle def deleted_key_item Azure::KeyVault::V2016_10_01::Models::DeletedKeyItem end + def secret_attributes + Azure::KeyVault::V2016_10_01::Models::SecretAttributes + end def deleted_secret_bundle Azure::KeyVault::V2016_10_01::Models::DeletedSecretBundle end def deleted_secret_item Azure::KeyVault::V2016_10_01::Models::DeletedSecretItem end - def secret_attributes - Azure::KeyVault::V2016_10_01::Models::SecretAttributes - end def certificate_attributes Azure::KeyVault::V2016_10_01::Models::CertificateAttributes end + def deleted_certificate_bundle + Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle + end def deleted_certificate_item Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem end def json_web_key_type Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType end - def deleted_certificate_bundle - Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle - 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 action_type Azure::KeyVault::V2016_10_01::Models::ActionType end - def deletion_recovery_level - Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel - end def json_web_key_operation Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation end @@ -395,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason 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 + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult - VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties + VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties - ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters - VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters + ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters + LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties 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 SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions 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 + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end class KeyVaultManagementClass @@ -459,81 +459,69 @@ def method_missing(method, *args) end class ModelClasses - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end def permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - end def resource Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - 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 + def operation_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult 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 + def vault_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end - def resource_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + def vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties end def vault_create_or_update_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters end - def vault_check_name_availability_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters + def resource_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end - def check_name_availability_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + def vault_check_name_availability_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def log_specification - Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + def check_name_availability_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end def vault_patch_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters end + def log_specification + Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + end + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties + end def service_specification Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification end 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 sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end @@ -552,6 +540,18 @@ def storage_permissions def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + end + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + 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 cda683c36a..a8d8957bb6 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 @@ -11,7 +11,6 @@ module Mgmt Operations = Azure::Links::Mgmt::V2016_09_01::Operations module Models - OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay Operation = Azure::Links::Mgmt::V2016_09_01::Models::Operation OperationListResult = Azure::Links::Mgmt::V2016_09_01::Models::OperationListResult ResourceLinkResult = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkResult @@ -19,6 +18,7 @@ module Models ResourceLinkFilter = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLinkFilter ResourceLink = Azure::Links::Mgmt::V2016_09_01::Models::ResourceLink Filter = Azure::Links::Mgmt::V2016_09_01::Models::Filter + OperationDisplay = Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay end class LinksManagementClass @@ -52,9 +52,6 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay - end def operation Azure::Links::Mgmt::V2016_09_01::Models::Operation end @@ -76,6 +73,9 @@ def resource_link def filter Azure::Links::Mgmt::V2016_09_01::Models::Filter end + def operation_display + Azure::Links::Mgmt::V2016_09_01::Models::OperationDisplay + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb index 613649e774..51768d6ba0 100644 --- a/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/locks_profile_module.rb @@ -10,9 +10,9 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2015_01_01::ManagementLocks module Models + ManagementLockObject = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject LockLevel = Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel ManagementLockListResult = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult - ManagementLockObject = Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject end class LocksManagementClass @@ -45,15 +45,15 @@ def method_missing(method, *args) end class ModelClasses + def management_lock_object + Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject + end def lock_level Azure::Locks::Mgmt::V2015_01_01::Models::LockLevel end def management_lock_list_result Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockListResult end - def management_lock_object - Azure::Locks::Mgmt::V2015_01_01::Models::ManagementLockObject - end end end 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 f12a8c0d2c..44b879f9e8 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,6 +7,8 @@ module Azure::Profiles::V2017_03_09 module Network module Mgmt + NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups + SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules RouteTables = Azure::Network::Mgmt::V2015_06_15::RouteTables Routes = Azure::Network::Mgmt::V2015_06_15::Routes Usages = Azure::Network::Mgmt::V2015_06_15::Usages @@ -23,17 +25,8 @@ module Mgmt LoadBalancers = Azure::Network::Mgmt::V2015_06_15::LoadBalancers NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses - NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups - SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules module Models - ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult - ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult - 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 @@ -49,67 +42,67 @@ module Models LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration + NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource - NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendIPConfiguration - 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 + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + Route = Azure::Network::Mgmt::V2015_06_15::Models::Route InboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule - IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress ApplicationGateway = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate NetworkSecurityGroup = Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable Subnet = Azure::Network::Mgmt::V2015_06_15::Models::Subnet - PublicIPAddress = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering - Route = Azure::Network::Mgmt::V2015_06_15::Models::Route - ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap + BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool ExpressRouteServiceProvider = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProvider - FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + 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 + ExpressRouteCircuit = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering OutboundNatRule = Azure::Network::Mgmt::V2015_06_15::Models::OutboundNatRule - LoadBalancer = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer - BackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool - RouteTable = Azure::Network::Mgmt::V2015_06_15::Models::RouteTable - TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap - SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol + IPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration + IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration 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 VpnClientRevokedCertificate = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization - LoadBalancingRule = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule - LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway - NetworkInterface = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface - SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + LoadBalancer = Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer VirtualNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName + LocalNetworkGateway = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol + ApplicationGatewayProbe = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier + SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess SecurityRuleDirection = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity - IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + FrontendIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol RouteNextHopType = Azure::Network::Mgmt::V2015_06_15::Models::RouteNextHopType - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState - SecurityRuleAccess = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess + SecurityRuleProtocol = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuTier @@ -127,10 +120,10 @@ module Models 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 - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error 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 + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error 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 @@ -145,10 +138,17 @@ module Models DnsNameAvailabilityResult = Azure::Network::Mgmt::V2015_06_15::Models::DnsNameAvailabilityResult AuthorizationListResult = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationListResult Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage + ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku + RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult + 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 end class NetworkManagementClass - attr_reader :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :application_gateways, :virtual_network_gateway_connections, :local_network_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :public_ipaddresses, :network_security_groups, :security_rules, :configurable, :base_url, :options, :model_classes + attr_reader :network_security_groups, :security_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :virtual_network_gateways, :application_gateways, :virtual_network_gateway_connections, :local_network_gateways, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :public_ipaddresses, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -158,6 +158,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @network_security_groups = @client_0.network_security_groups + @security_rules = @client_0.security_rules @route_tables = @client_0.route_tables @routes = @client_0.routes @usages = @client_0.usages @@ -174,8 +176,6 @@ def initialize(configurable, base_url=nil, options=nil) @load_balancers = @client_0.load_balancers @network_interfaces = @client_0.network_interfaces @public_ipaddresses = @client_0.public_ipaddresses - @network_security_groups = @client_0.network_security_groups - @security_rules = @client_0.security_rules @model_classes = ModelClasses.new end @@ -194,27 +194,6 @@ def method_missing(method, *args) end class ModelClasses - def express_route_circuit_sku - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku - end - def route_list_result - Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult - end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult - end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered - end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult - end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult - end def application_gateway_sku Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku end @@ -260,89 +239,89 @@ def subnet_list_result def application_gateway_backend_address Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult - end def public_ipaddress_list_result Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings - end def vpn_client_configuration Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end + def network_interface_list_result + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult + end + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + end + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + end def network_interface_dns_settings Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end def resource Azure::Network::Mgmt::V2015_06_15::Models::Resource end - def network_interface_list_result - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult - end 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 + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings end - def application_gateway_path_rule - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule + def application_gateway_frontend_port + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort end - def application_gateway_probe - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe + def security_rule + Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + end + def route + Azure::Network::Mgmt::V2015_06_15::Models::Route end def inbound_nat_rule Azure::Network::Mgmt::V2015_06_15::Models::InboundNatRule end - def ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration - end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration + def public_ipaddress + Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress end def application_gateway Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGateway end + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + end def network_security_group Azure::Network::Mgmt::V2015_06_15::Models::NetworkSecurityGroup end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayFrontendPort + def route_table + Azure::Network::Mgmt::V2015_06_15::Models::RouteTable end def subnet Azure::Network::Mgmt::V2015_06_15::Models::Subnet end - def public_ipaddress - Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddress + def application_gateway_url_path_map + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate + def backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool end - def express_route_circuit_peering - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering + def network_interface + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface end - def route - Azure::Network::Mgmt::V2015_06_15::Models::Route + def express_route_circuit_authorization + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization end - def express_route_circuit - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool 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 application_gateway_request_routing_rule - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRule + def load_balancing_rule + Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule end def probe Azure::Network::Mgmt::V2015_06_15::Models::Probe @@ -350,26 +329,26 @@ def probe def inbound_nat_pool Azure::Network::Mgmt::V2015_06_15::Models::InboundNatPool end - def outbound_nat_rule - Azure::Network::Mgmt::V2015_06_15::Models::OutboundNatRule + def express_route_circuit + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuit end - def load_balancer - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer + def application_gateway_path_rule + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayPathRule end - def backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::BackendAddressPool + def express_route_circuit_peering + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeering end - def route_table - Azure::Network::Mgmt::V2015_06_15::Models::RouteTable + def outbound_nat_rule + Azure::Network::Mgmt::V2015_06_15::Models::OutboundNatRule end - def transport_protocol - Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol + def ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::IPConfiguration end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayUrlPathMap + def ipallocation_method + Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod end - def security_rule_protocol - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleProtocol + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceIPConfiguration end def virtual_network Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetwork @@ -383,66 +362,66 @@ def vpn_client_root_certificate def vpn_client_revoked_certificate Azure::Network::Mgmt::V2015_06_15::Models::VpnClientRevokedCertificate end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitAuthorization + def load_balancer + Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancer end - def load_balancing_rule - Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancingRule + def virtual_network_gateway + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway end def local_network_gateway Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGateway end - def network_interface - Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterface + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection end - def security_rule - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule + def application_gateway_http_listener + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayHttpListener end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool + def application_gateway_protocol + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol end - def virtual_network_gateway - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGateway + def application_gateway_probe + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProbe end def application_gateway_sku_name Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySkuName end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnection - end def application_gateway_tier Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier 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 application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + def transport_protocol + Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol end - def ipallocation_method - Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod + def frontend_ipconfiguration + Azure::Network::Mgmt::V2015_06_15::Models::FrontendIPConfiguration end def application_gateway_request_routing_rule_type Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType end - def application_gateway_protocol - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayProtocol - 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_access - Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleAccess + 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 + def application_gateway_operational_state + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState + end def express_route_circuit_peering_advertised_public_prefix_state Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayCookieBasedAffinity + end def express_route_circuit_peering_type Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType end @@ -494,9 +473,6 @@ def express_route_circuits_stats_list_result def connection_shared_key_result Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error - end def load_balancer_list_result Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult end @@ -506,6 +482,9 @@ def connection_shared_key def connection_reset_shared_key Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey end + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error + end def virtual_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult end @@ -548,6 +527,27 @@ def authorization_list_result def usage Azure::Network::Mgmt::V2015_06_15::Models::Usage end + def express_route_circuit_sku + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku + end + def route_list_result + Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult + end + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult + end + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult + end + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderBandwidthsOffered + end + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteServiceProviderListResult + end + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionListResult + end end end end diff --git a/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb b/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb index b85968cb11..5772e2c462 100644 --- a/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb +++ b/azure_sdk/lib/v2017_03_09/modules/policy_profile_module.rb @@ -11,11 +11,11 @@ module Mgmt PolicyAssignments = Azure::Policy::Mgmt::V2015_10_01_preview::PolicyAssignments module Models + PolicyAssignment = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment PolicyDefinition = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinition PolicyAssignmentListResult = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinitionListResult PolicyType = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType - PolicyAssignment = Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment end class PolicyManagementClass @@ -49,6 +49,9 @@ def method_missing(method, *args) end class ModelClasses + def policy_assignment + Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment + end def policy_definition Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyDefinition end @@ -61,9 +64,6 @@ def policy_definition_list_result def policy_type Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyType end - def policy_assignment - Azure::Policy::Mgmt::V2015_10_01_preview::Models::PolicyAssignment - end 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 74461cf131..734edd59a4 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,18 +7,14 @@ module Azure::Profiles::V2017_03_09 module Resources module Mgmt - DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations - 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 Tags = Azure::Resources::Mgmt::V2016_02_01::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2016_02_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2016_02_01::Resources 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 - 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 TemplateLink = Azure::Resources::Mgmt::V2016_02_01::Models::TemplateLink @@ -31,7 +27,7 @@ module Models 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 - DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + Dependency = Azure::Resources::Mgmt::V2016_02_01::Models::Dependency ExportTemplateRequest = Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest DeploymentExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExtended TagCount = Azure::Resources::Mgmt::V2016_02_01::Models::TagCount @@ -41,7 +37,7 @@ module Models TagDetails = Azure::Resources::Mgmt::V2016_02_01::Models::TagDetails DeploymentProperties = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult - AliasPathType = Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended TargetResource = Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource BasicDependency = Azure::Resources::Mgmt::V2016_02_01::Models::BasicDependency HttpMessage = Azure::Resources::Mgmt::V2016_02_01::Models::HttpMessage @@ -51,6 +47,7 @@ module Models DeploymentOperation = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperation DeploymentExportResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentExportResult DeploymentOperationsListResult = Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult + 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 @@ -61,10 +58,13 @@ module Models Resource = Azure::Resources::Mgmt::V2016_02_01::Models::Resource SubResource = Azure::Resources::Mgmt::V2016_02_01::Models::SubResource ResourceListResult = Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult + 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 end class ResourcesManagementClass - attr_reader :deployment_operations, :resources, :deployments, :providers, :resource_groups, :tags, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -74,12 +74,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @deployment_operations = @client_0.deployment_operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @model_classes = ModelClasses.new end @@ -98,18 +98,6 @@ 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 dependency - Azure::Resources::Mgmt::V2016_02_01::Models::Dependency - end def generic_resource_filter Azure::Resources::Mgmt::V2016_02_01::Models::GenericResourceFilter end @@ -146,8 +134,8 @@ def resource_group_list_result def resources_move_info Azure::Resources::Mgmt::V2016_02_01::Models::ResourcesMoveInfo end - def deployment_properties_extended - Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended + def dependency + Azure::Resources::Mgmt::V2016_02_01::Models::Dependency end def export_template_request Azure::Resources::Mgmt::V2016_02_01::Models::ExportTemplateRequest @@ -176,8 +164,8 @@ def deployment_properties def tags_list_result Azure::Resources::Mgmt::V2016_02_01::Models::TagsListResult end - def alias_path_type - Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + def deployment_properties_extended + Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentPropertiesExtended end def target_resource Azure::Resources::Mgmt::V2016_02_01::Models::TargetResource @@ -206,6 +194,9 @@ def deployment_export_result def deployment_operations_list_result Azure::Resources::Mgmt::V2016_02_01::Models::DeploymentOperationsListResult end + def alias_path_type + Azure::Resources::Mgmt::V2016_02_01::Models::AliasPathType + end def resource_provider_operation_display_properties Azure::Resources::Mgmt::V2016_02_01::Models::ResourceProviderOperationDisplayProperties end @@ -236,6 +227,15 @@ def sub_resource def resource_list_result Azure::Resources::Mgmt::V2016_02_01::Models::ResourceListResult end + 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 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 5ebb187d7d..3d44440141 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 @@ -11,18 +11,10 @@ module Mgmt StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models - AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus - Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit - 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 - KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission 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 ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey @@ -30,15 +22,23 @@ module Models 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 CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices + UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind + AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage + UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission end class StorageManagementClass @@ -72,27 +72,6 @@ def method_missing(method, *args) end class ModelClasses - def account_status - Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus - end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind - end - def usage_unit - Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit - end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName - end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def key_permission - Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission - end def storage_account_create_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters end @@ -105,9 +84,6 @@ def resource def provisioning_state Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState end - def reason - Azure::Storage::Mgmt::V2016_01_01::Models::Reason - end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end @@ -129,9 +105,6 @@ def storage_account_list_keys_result def encryption Azure::Storage::Mgmt::V2016_01_01::Models::Encryption end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters - end def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end @@ -141,20 +114,47 @@ def custom_domain 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 storage_account Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage + end def sku_tier Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def usage_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + def reason + Azure::Storage::Mgmt::V2016_01_01::Models::Reason + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + end + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind + end + def account_status + Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus end def access_tier Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage + def usage_unit + Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + end + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku + end + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + end + def key_permission + Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission 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 c4974a28c9..39e3c27496 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 @@ -7,27 +7,27 @@ module Azure::Profiles::V2017_03_09 module Subscriptions module Mgmt - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult end class SubscriptionsManagementClass - attr_reader :tenants, :operations, :subscriptions, :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 @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tenants = @client_0.tenants @operations = @client_0.operations + @tenants = @client_0.tenants @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -61,6 +61,12 @@ class ModelClasses def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + 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 @@ -76,6 +82,9 @@ def location_list_result def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def spending_limit + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end @@ -85,15 +94,6 @@ def operation def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def spending_limit - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - end - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - 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 ac8f77afcf..4726bc6af2 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,14 +7,6 @@ module Azure::Profiles::V2018_03_01 module Compute module Mgmt - ResourceSkus = Azure::Compute::Mgmt::V2017_03_30::ResourceSkus - VirtualMachineScaleSets = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSets - VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetExtensions - VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetRollingUpgrades - VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetVMs - 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 @@ -23,31 +15,16 @@ module Mgmt UsageOperations = Azure::Compute::Mgmt::V2017_03_30::UsageOperations VirtualMachineSizes = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineSizes Images = Azure::Compute::Mgmt::V2017_03_30::Images + ResourceSkus = Azure::Compute::Mgmt::V2017_03_30::ResourceSkus + VirtualMachineScaleSets = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSets + VirtualMachineScaleSetExtensions = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetExtensions + VirtualMachineScaleSetRollingUpgrades = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetRollingUpgrades + VirtualMachineScaleSetVMs = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineScaleSetVMs + Disks = Azure::Compute::Mgmt::V2017_03_30::Disks + Snapshots = Azure::Compute::Mgmt::V2017_03_30::Snapshots + VirtualMachineRunCommands = Azure::Compute::Mgmt::V2017_03_30::VirtualMachineRunCommands module Models - Plan = Azure::Compute::Mgmt::V2017_03_30::Models::Plan - VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile - SnapshotList = Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList - InstanceViewStatus = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus - KeyVaultKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference - Sku = Azure::Compute::Mgmt::V2017_03_30::Models::Sku - VirtualHardDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk - KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference - OSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk - VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk - StorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile - VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile - WinRMListener = Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener - VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile - WindowsConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration - ApiEntityReference = Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference - SshConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration - VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - VaultCertificate = Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate - VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - OSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile - VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - NetworkProfile = Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile KeyVaultAndSecretReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference DiagnosticsProfile = Azure::Compute::Mgmt::V2017_03_30::Models::DiagnosticsProfile SourceVault = Azure::Compute::Mgmt::V2017_03_30::Models::SourceVault @@ -194,10 +171,33 @@ module Models 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 + Plan = Azure::Compute::Mgmt::V2017_03_30::Models::Plan + VirtualMachineScaleSetUpdateOSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile + SnapshotList = Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList + InstanceViewStatus = Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus + KeyVaultKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference + Sku = Azure::Compute::Mgmt::V2017_03_30::Models::Sku + VirtualHardDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk + KeyVaultAndKeyReference = Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference + OSDisk = Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk + VirtualMachineScaleSetDataDisk = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk + StorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile + VirtualMachineScaleSetStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile + WinRMListener = Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener + VirtualMachineScaleSetUpdateStorageProfile = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile + WindowsConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration + ApiEntityReference = Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference + SshConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration + VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + VaultCertificate = Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate + VirtualMachineScaleSetPublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + OSProfile = Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile + VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + NetworkProfile = Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile end class ComputeManagementClass - attr_reader :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, :usage_operations, :virtual_machine_sizes, :images, :configurable, :base_url, :options, :model_classes + 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 def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -207,14 +207,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @resource_skus = @client_0.resource_skus - @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets - @virtual_machine_scale_set_extensions = @client_0.virtual_machine_scale_set_extensions - @virtual_machine_scale_set_rolling_upgrades = @client_0.virtual_machine_scale_set_rolling_upgrades - @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms - @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 @@ -223,6 +215,14 @@ def initialize(configurable, base_url=nil, options=nil) @usage_operations = @client_0.usage_operations @virtual_machine_sizes = @client_0.virtual_machine_sizes @images = @client_0.images + @resource_skus = @client_0.resource_skus + @virtual_machine_scale_sets = @client_0.virtual_machine_scale_sets + @virtual_machine_scale_set_extensions = @client_0.virtual_machine_scale_set_extensions + @virtual_machine_scale_set_rolling_upgrades = @client_0.virtual_machine_scale_set_rolling_upgrades + @virtual_machine_scale_set_vms = @client_0.virtual_machine_scale_set_vms + @disks = @client_0.disks + @snapshots = @client_0.snapshots + @virtual_machine_run_commands = @client_0.virtual_machine_run_commands @model_classes = ModelClasses.new end @@ -241,75 +241,6 @@ def method_missing(method, *args) end class ModelClasses - def plan - Azure::Compute::Mgmt::V2017_03_30::Models::Plan - end - def virtual_machine_scale_set_update_osprofile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile - end - def snapshot_list - Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList - end - def instance_view_status - Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus - end - def key_vault_key_reference - Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference - end - def sku - Azure::Compute::Mgmt::V2017_03_30::Models::Sku - end - def virtual_hard_disk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk - end - def key_vault_and_key_reference - Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference - end - def osdisk - Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk - end - def virtual_machine_scale_set_data_disk - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk - end - def storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile - end - def virtual_machine_scale_set_storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile - end - def win_rmlistener - Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener - end - def virtual_machine_scale_set_update_storage_profile - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile - end - def windows_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration - end - def api_entity_reference - Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference - end - def ssh_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration - end - def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings - end - def vault_certificate - Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate - end - def virtual_machine_scale_set_public_ipaddress_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration - end - def osprofile - Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile - end - def virtual_machine_scale_set_update_public_ipaddress_configuration - Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration - end - def network_profile - Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile - end def key_vault_and_secret_reference Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndSecretReference end @@ -748,6 +679,75 @@ def virtual_machine_capture_parameters def virtual_machine_scale_set_osprofile Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetOSProfile end + def plan + Azure::Compute::Mgmt::V2017_03_30::Models::Plan + end + def virtual_machine_scale_set_update_osprofile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateOSProfile + end + def snapshot_list + Azure::Compute::Mgmt::V2017_03_30::Models::SnapshotList + end + def instance_view_status + Azure::Compute::Mgmt::V2017_03_30::Models::InstanceViewStatus + end + def key_vault_key_reference + Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultKeyReference + end + def sku + Azure::Compute::Mgmt::V2017_03_30::Models::Sku + end + def virtual_hard_disk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualHardDisk + end + def key_vault_and_key_reference + Azure::Compute::Mgmt::V2017_03_30::Models::KeyVaultAndKeyReference + end + def osdisk + Azure::Compute::Mgmt::V2017_03_30::Models::OSDisk + end + def virtual_machine_scale_set_data_disk + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetDataDisk + end + def storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::StorageProfile + end + def virtual_machine_scale_set_storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetStorageProfile + end + def win_rmlistener + Azure::Compute::Mgmt::V2017_03_30::Models::WinRMListener + end + def virtual_machine_scale_set_update_storage_profile + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdateStorageProfile + end + def windows_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::WindowsConfiguration + end + def api_entity_reference + Azure::Compute::Mgmt::V2017_03_30::Models::ApiEntityReference + end + def ssh_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::SshConfiguration + end + def virtual_machine_scale_set_public_ipaddress_configuration_dns_settings + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings + end + def vault_certificate + Azure::Compute::Mgmt::V2017_03_30::Models::VaultCertificate + end + def virtual_machine_scale_set_public_ipaddress_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetPublicIPAddressConfiguration + end + def osprofile + Azure::Compute::Mgmt::V2017_03_30::Models::OSProfile + end + def virtual_machine_scale_set_update_public_ipaddress_configuration + Azure::Compute::Mgmt::V2017_03_30::Models::VirtualMachineScaleSetUpdatePublicIPAddressConfiguration + end + def network_profile + Azure::Compute::Mgmt::V2017_03_30::Models::NetworkProfile + 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 cf73d20b3c..5702f19cdb 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,16 +11,18 @@ 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 ARecord = Azure::Dns::Mgmt::V2016_04_01::Models::ARecord 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 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 ZoneListResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneListResult - RecordSetListResult = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + ZoneDeleteResult = Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult TxtRecord = Azure::Dns::Mgmt::V2016_04_01::Models::TxtRecord NsRecord = Azure::Dns::Mgmt::V2016_04_01::Models::NsRecord SoaRecord = Azure::Dns::Mgmt::V2016_04_01::Models::SoaRecord @@ -31,8 +33,6 @@ module Models OperationStatus = Azure::Dns::Mgmt::V2016_04_01::Models::OperationStatus HttpStatusCode = Azure::Dns::Mgmt::V2016_04_01::Models::HttpStatusCode RecordType = Azure::Dns::Mgmt::V2016_04_01::Models::RecordType - Resource = Azure::Dns::Mgmt::V2016_04_01::Models::Resource - RecordSetUpdateParameters = Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetUpdateParameters end class DnsManagementClass @@ -66,6 +66,15 @@ 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 + def record_set_list_result + Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + end def aaaa_record Azure::Dns::Mgmt::V2016_04_01::Models::AaaaRecord end @@ -84,17 +93,14 @@ def srv_record def cname_record Azure::Dns::Mgmt::V2016_04_01::Models::CnameRecord end - def zone_delete_result - Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult - end def record_set Azure::Dns::Mgmt::V2016_04_01::Models::RecordSet end def zone_list_result Azure::Dns::Mgmt::V2016_04_01::Models::ZoneListResult end - def record_set_list_result - Azure::Dns::Mgmt::V2016_04_01::Models::RecordSetListResult + def zone_delete_result + Azure::Dns::Mgmt::V2016_04_01::Models::ZoneDeleteResult end def txt_record Azure::Dns::Mgmt::V2016_04_01::Models::TxtRecord @@ -126,12 +132,6 @@ def http_status_code def record_type Azure::Dns::Mgmt::V2016_04_01::Models::RecordType end - 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 end end 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 29fe081b6c..bf21241f68 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 @@ -43,8 +43,8 @@ module Models IssuerCredentials = Azure::KeyVault::V2016_10_01::Models::IssuerCredentials CertificateIssuerUpdateParameters = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerUpdateParameters OrganizationDetails = Azure::KeyVault::V2016_10_01::Models::OrganizationDetails - Error = Azure::KeyVault::V2016_10_01::Models::Error CertificateOperationUpdateParameter = Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter + IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle KeyOperationResult = Azure::KeyVault::V2016_10_01::Models::KeyOperationResult Contacts = Azure::KeyVault::V2016_10_01::Models::Contacts KeyVerifyResult = Azure::KeyVault::V2016_10_01::Models::KeyVerifyResult @@ -54,7 +54,6 @@ module Models CertificateIssuerItem = Azure::KeyVault::V2016_10_01::Models::CertificateIssuerItem SecretListResult = Azure::KeyVault::V2016_10_01::Models::SecretListResult X509CertificateProperties = Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties - IssuerBundle = Azure::KeyVault::V2016_10_01::Models::IssuerBundle DeletedSecretListResult = Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult IssuerParameters = Azure::KeyVault::V2016_10_01::Models::IssuerParameters CertificateListResult = Azure::KeyVault::V2016_10_01::Models::CertificateListResult @@ -67,6 +66,7 @@ module Models SecretItem = Azure::KeyVault::V2016_10_01::Models::SecretItem BackupSecretResult = Azure::KeyVault::V2016_10_01::Models::BackupSecretResult SecretProperties = Azure::KeyVault::V2016_10_01::Models::SecretProperties + Error = Azure::KeyVault::V2016_10_01::Models::Error PendingCertificateSigningRequestResult = Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult CertificateBundle = Azure::KeyVault::V2016_10_01::Models::CertificateBundle StorageAccountAttributes = Azure::KeyVault::V2016_10_01::Models::StorageAccountAttributes @@ -82,17 +82,17 @@ module Models KeyAttributes = Azure::KeyVault::V2016_10_01::Models::KeyAttributes DeletedKeyBundle = Azure::KeyVault::V2016_10_01::Models::DeletedKeyBundle DeletedKeyItem = Azure::KeyVault::V2016_10_01::Models::DeletedKeyItem + SecretAttributes = Azure::KeyVault::V2016_10_01::Models::SecretAttributes DeletedSecretBundle = Azure::KeyVault::V2016_10_01::Models::DeletedSecretBundle DeletedSecretItem = Azure::KeyVault::V2016_10_01::Models::DeletedSecretItem - SecretAttributes = Azure::KeyVault::V2016_10_01::Models::SecretAttributes CertificateAttributes = Azure::KeyVault::V2016_10_01::Models::CertificateAttributes + DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle DeletedCertificateItem = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem JsonWebKeyType = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType - DeletedCertificateBundle = Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle JsonWebKeyCurveName = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyCurveName + DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel KeyUsageType = Azure::KeyVault::V2016_10_01::Models::KeyUsageType ActionType = Azure::KeyVault::V2016_10_01::Models::ActionType - DeletionRecoveryLevel = Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel JsonWebKeyOperation = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation JsonWebKeyEncryptionAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeyEncryptionAlgorithm JsonWebKeySignatureAlgorithm = Azure::KeyVault::V2016_10_01::Models::JsonWebKeySignatureAlgorithm @@ -229,12 +229,12 @@ def certificate_issuer_update_parameters def organization_details Azure::KeyVault::V2016_10_01::Models::OrganizationDetails end - def error - Azure::KeyVault::V2016_10_01::Models::Error - end def certificate_operation_update_parameter Azure::KeyVault::V2016_10_01::Models::CertificateOperationUpdateParameter end + def issuer_bundle + Azure::KeyVault::V2016_10_01::Models::IssuerBundle + end def key_operation_result Azure::KeyVault::V2016_10_01::Models::KeyOperationResult end @@ -262,9 +262,6 @@ def secret_list_result def x509_certificate_properties Azure::KeyVault::V2016_10_01::Models::X509CertificateProperties end - def issuer_bundle - Azure::KeyVault::V2016_10_01::Models::IssuerBundle - end def deleted_secret_list_result Azure::KeyVault::V2016_10_01::Models::DeletedSecretListResult end @@ -301,6 +298,9 @@ def backup_secret_result def secret_properties Azure::KeyVault::V2016_10_01::Models::SecretProperties end + def error + Azure::KeyVault::V2016_10_01::Models::Error + end def pending_certificate_signing_request_result Azure::KeyVault::V2016_10_01::Models::PendingCertificateSigningRequestResult end @@ -346,39 +346,39 @@ def deleted_key_bundle def deleted_key_item Azure::KeyVault::V2016_10_01::Models::DeletedKeyItem end + def secret_attributes + Azure::KeyVault::V2016_10_01::Models::SecretAttributes + end def deleted_secret_bundle Azure::KeyVault::V2016_10_01::Models::DeletedSecretBundle end def deleted_secret_item Azure::KeyVault::V2016_10_01::Models::DeletedSecretItem end - def secret_attributes - Azure::KeyVault::V2016_10_01::Models::SecretAttributes - end def certificate_attributes Azure::KeyVault::V2016_10_01::Models::CertificateAttributes end + def deleted_certificate_bundle + Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle + end def deleted_certificate_item Azure::KeyVault::V2016_10_01::Models::DeletedCertificateItem end def json_web_key_type Azure::KeyVault::V2016_10_01::Models::JsonWebKeyType end - def deleted_certificate_bundle - Azure::KeyVault::V2016_10_01::Models::DeletedCertificateBundle - 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 action_type Azure::KeyVault::V2016_10_01::Models::ActionType end - def deletion_recovery_level - Azure::KeyVault::V2016_10_01::Models::DeletionRecoveryLevel - end def json_web_key_operation Azure::KeyVault::V2016_10_01::Models::JsonWebKeyOperation end @@ -395,37 +395,37 @@ module Mgmt Operations = Azure::KeyVault::Mgmt::V2016_10_01::Operations module Models - AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode Permissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions - Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku Resource = Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource - Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason 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 + OperationListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult DeletedVaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultListResult - VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties + VaultListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult VaultAccessPolicyProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties - ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + VaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties VaultCreateOrUpdateParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters - VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters + ResourceListResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult VaultAccessPolicyParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters - CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + VaultCheckNameAvailabilityParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters VaultPatchProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties - LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + CheckNameAvailabilityResult = Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult VaultPatchParameters = Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters + LogSpecification = Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + DeletedVaultProperties = Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties 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 SkuName = Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName Vault = Azure::KeyVault::Mgmt::V2016_10_01::Models::Vault SecretPermissions = Azure::KeyVault::Mgmt::V2016_10_01::Models::SecretPermissions 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 + AccessPolicyUpdateKind = Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + CreateMode = Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + Sku = Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + Reason = Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason end class KeyVaultManagementClass @@ -459,81 +459,69 @@ def method_missing(method, *args) end class ModelClasses - def access_policy_update_kind - Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind - end - def create_mode - Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode - end def permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::Permissions end - def sku - Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku - end def resource Azure::KeyVault::Mgmt::V2016_10_01::Models::Resource end - def reason - Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason - 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 + def operation_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::OperationListResult 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 + def vault_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultListResult end def vault_access_policy_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyProperties end - def resource_list_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult + def vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultProperties end def vault_create_or_update_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCreateOrUpdateParameters end - def vault_check_name_availability_parameters - Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters + def resource_list_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::ResourceListResult end def vault_access_policy_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultAccessPolicyParameters end - def check_name_availability_result - Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult + def vault_check_name_availability_parameters + Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultCheckNameAvailabilityParameters end def vault_patch_properties Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchProperties end - def log_specification - Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + def check_name_availability_result + Azure::KeyVault::Mgmt::V2016_10_01::Models::CheckNameAvailabilityResult end def vault_patch_parameters Azure::KeyVault::Mgmt::V2016_10_01::Models::VaultPatchParameters end + def log_specification + Azure::KeyVault::Mgmt::V2016_10_01::Models::LogSpecification + end + def deleted_vault_properties + Azure::KeyVault::Mgmt::V2016_10_01::Models::DeletedVaultProperties + end def service_specification Azure::KeyVault::Mgmt::V2016_10_01::Models::ServiceSpecification end 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 sku_name Azure::KeyVault::Mgmt::V2016_10_01::Models::SkuName end @@ -552,6 +540,18 @@ def storage_permissions def certificate_permissions Azure::KeyVault::Mgmt::V2016_10_01::Models::CertificatePermissions end + def access_policy_update_kind + Azure::KeyVault::Mgmt::V2016_10_01::Models::AccessPolicyUpdateKind + end + def create_mode + Azure::KeyVault::Mgmt::V2016_10_01::Models::CreateMode + end + def sku + Azure::KeyVault::Mgmt::V2016_10_01::Models::Sku + end + def reason + Azure::KeyVault::Mgmt::V2016_10_01::Models::Reason + end end end end diff --git a/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb b/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb index 970e0b4e60..c7e24cfc18 100644 --- a/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb +++ b/azure_sdk/lib/v2018_03_01/modules/locks_profile_module.rb @@ -11,13 +11,13 @@ module Mgmt ManagementLocks = Azure::Locks::Mgmt::V2016_09_01::ManagementLocks module Models - OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay ManagementLockOwner = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner Operation = Azure::Locks::Mgmt::V2016_09_01::Models::Operation ManagementLockListResult = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockListResult OperationListResult = Azure::Locks::Mgmt::V2016_09_01::Models::OperationListResult ManagementLockObject = Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockObject LockLevel = Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel + OperationDisplay = Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay end class LocksManagementClass @@ -51,9 +51,6 @@ def method_missing(method, *args) end class ModelClasses - def operation_display - Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay - end def management_lock_owner Azure::Locks::Mgmt::V2016_09_01::Models::ManagementLockOwner end @@ -72,6 +69,9 @@ def management_lock_object def lock_level Azure::Locks::Mgmt::V2016_09_01::Models::LockLevel end + def operation_display + Azure::Locks::Mgmt::V2016_09_01::Models::OperationDisplay + 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 fb8bed4d10..487aafb222 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,18 +7,6 @@ module Azure::Profiles::V2018_03_01 module Network module Mgmt - RouteTables = Azure::Network::Mgmt::V2017_10_01::RouteTables - Routes = Azure::Network::Mgmt::V2017_10_01::Routes - BgpServiceCommunities = Azure::Network::Mgmt::V2017_10_01::BgpServiceCommunities - Usages = Azure::Network::Mgmt::V2017_10_01::Usages - VirtualNetworks = Azure::Network::Mgmt::V2017_10_01::VirtualNetworks - 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 - LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways - NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces - PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses Operations = Azure::Network::Mgmt::V2017_10_01::Operations ApplicationGateways = Azure::Network::Mgmt::V2017_10_01::ApplicationGateways ApplicationSecurityGroups = Azure::Network::Mgmt::V2017_10_01::ApplicationSecurityGroups @@ -44,8 +32,110 @@ module Mgmt ConnectionMonitors = Azure::Network::Mgmt::V2017_10_01::ConnectionMonitors RouteFilters = Azure::Network::Mgmt::V2017_10_01::RouteFilters RouteFilterRules = Azure::Network::Mgmt::V2017_10_01::RouteFilterRules + RouteTables = Azure::Network::Mgmt::V2017_10_01::RouteTables + Routes = Azure::Network::Mgmt::V2017_10_01::Routes + BgpServiceCommunities = Azure::Network::Mgmt::V2017_10_01::BgpServiceCommunities + Usages = Azure::Network::Mgmt::V2017_10_01::Usages + VirtualNetworks = Azure::Network::Mgmt::V2017_10_01::VirtualNetworks + 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 + LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways + NetworkInterfaces = Azure::Network::Mgmt::V2017_10_01::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2017_10_01::PublicIPAddresses module Models + PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + Route = Azure::Network::Mgmt::V2017_10_01::Models::Route + SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + 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 + IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation + NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet + NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + TopologyAssociation = Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + TopologyResource = Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + 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 + 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 + Error = Azure::Network::Mgmt::V2017_10_01::Models::Error + IpsecPolicy = Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy + LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult + LoadBalancerProbeListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult + BgpPeerStatusListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult + 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 + 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 + GatewayRoute = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + 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 + 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 + VirtualNetworkUsageName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName + EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult + VirtualNetworkListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult + EffectiveRoute = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute + SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource + EffectiveRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + ApplicationGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult + ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + ApplicationGatewayFirewallRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup + NetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + SecurityRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult + GatewayRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult + AddressSpace = Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace + ApplicationGatewayAvailableWafRuleSetsResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + TopologyParameters = Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters + NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult + DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult + ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult + EndpointServicesListResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + Dimension = Azure::Network::Mgmt::V2017_10_01::Models::Dimension + AuthorizationListResult = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult + Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage + VerificationIPFlowParameters = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters + Topology = Azure::Network::Mgmt::V2017_10_01::Models::Topology + MetricSpecification = Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification + BgpServiceCommunityListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult + VerificationIPFlowResult = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult + Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig NextHopParameters = Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters ExpressRouteCircuitSku = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku NextHopResult = Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult @@ -57,8 +147,6 @@ module Models SubnetAssociation = Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation ExpressRouteCircuitsRoutesTableSummaryListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult SecurityRuleAssociations = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations - ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered - SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface ExpressRouteServiceProviderListResult = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult SecurityGroupViewResult = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult RouteFilterRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult @@ -66,7 +154,6 @@ module Models 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 - 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 PacketCaptureListResult = Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult @@ -117,224 +204,137 @@ module Models AvailableProvidersListState = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState UsageName = Azure::Network::Mgmt::V2017_10_01::Models::UsageName ExpressRouteCircuitArpTable = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable + 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 - AvailableProvidersListCountry = Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult + 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 - ConnectionMonitorSource = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource ApplicationGatewayFirewallDisabledRuleGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + ConnectionMonitorParameters = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters ConnectionMonitor = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor ExpressRouteCircuitRoutesTableSummary = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary - ConnectionMonitorParameters = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters ConnectionMonitorResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult - ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult - SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult TunnelConnectionHealth = Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth + ConnectionMonitorListResult = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot 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 + VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration + SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings - VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + PacketCapture = Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + ExpressRouteServiceProviderBandwidthsOffered = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + SecurityGroupNetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration + ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule - BgpServiceCommunityListResult = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult + ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap - Ipv6ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig - ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe ApplicationGateway = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration + EndpointServiceResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy - ApplicationGatewayFirewallRuleSet = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet + ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization RouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule - EndpointServiceResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult + ExpressRouteServiceProvider = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider RouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter ExpressRouteCircuit = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit - ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering + Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe FrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration LoadBalancingRule = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule - ExpressRouteServiceProvider = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider + LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer InboundNatPool = Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool OutboundNatRule = Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule - Probe = Azure::Network::Mgmt::V2017_10_01::Models::Probe + PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter NetworkWatcher = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher PatchRouteFilterRule = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule - LoadBalancer = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer + VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork BgpServiceCommunity = Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity VirtualNetworkPeering = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering - PatchRouteFilter = Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter + VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate VirtualNetworkGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration VpnClientRootCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate - VirtualNetwork = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection VirtualNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway LocalNetworkGateway = Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway - VpnClientRevokedCertificate = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate + ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection - ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth IPVersion = Azure::Network::Mgmt::V2017_10_01::Models::IPVersion - ApplicationGatewayCookieBasedAffinity = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol - ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName ApplicationGatewayTier = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier - ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + ApplicationGatewayBackendHealthServerHealth = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth + ApplicationGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol ApplicationGatewaySslPolicyType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType ApplicationGatewaySslPolicyName = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + ApplicationGatewaySslCipherSuite = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType ApplicationGatewayRedirectType = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState ApplicationGatewayFirewallMode = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode AuthorizationUseStatus = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState Access = Azure::Network::Mgmt::V2017_10_01::Models::Access ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily - ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState LoadBalancerSkuName = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName LoadDistribution = Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution - EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + ProbeProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol NetworkOperationStatus = Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus EffectiveSecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol - AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + EffectiveRouteSource = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource EffectiveRouteState = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState ProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState - PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType Direction = Azure::Network::Mgmt::V2017_10_01::Models::Direction NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType - Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin + PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol PcStatus = Azure::Network::Mgmt::V2017_10_01::Models::PcStatus PcError = Azure::Network::Mgmt::V2017_10_01::Models::PcError - ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin IssueType = Azure::Network::Mgmt::V2017_10_01::Models::IssueType - ConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus - VirtualNetworkGatewayType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType + Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity + Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol EvaluationState = Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState VirtualNetworkPeeringState = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState + ConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus + ConnectionState = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + 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 ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod VpnClientProtocol = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol BgpPeerState = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType - AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus - Error = Azure::Network::Mgmt::V2017_10_01::Models::Error 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 - IkeIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType DhGroup = Azure::Network::Mgmt::V2017_10_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup - Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity - Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol - PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress - PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings - ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - Route = Azure::Network::Mgmt::V2017_10_01::Models::Route - SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - 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 - IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - OperationDisplay = Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay - PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - Operation = Azure::Network::Mgmt::V2017_10_01::Models::Operation - NetworkSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup - OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult - RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet - NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration - NetworkInterface = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface - SecurityRuleAccess = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess - TransportProtocol = Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol - IPAllocationMethod = Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod - SecurityRuleDirection = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection - LogSpecification = Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification - PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - SecurityRuleProtocol = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol - TopologyAssociation = Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation - TopologyResource = Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource - 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 - 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 - IpsecPolicy = Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy - LoadBalancerLoadBalancingRuleListResult = Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult - 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 - 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 - 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 - GatewayRoute = Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute - 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 - 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 - VirtualNetworkUsageName = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName - EffectiveNetworkSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult - VirtualNetworkListResult = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult - EffectiveRoute = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute - SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource - ApplicationGatewayWebApplicationFirewallConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration - EffectiveRouteListResult = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult - 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 - AddressSpace = Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace - ApplicationGatewayListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult - NetworkWatcherListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult - ApplicationSecurityGroupListResult = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult - DnsNameAvailabilityResult = Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult - TopologyParameters = Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters - Dimension = Azure::Network::Mgmt::V2017_10_01::Models::Dimension - EndpointServicesListResult = Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult - MetricSpecification = Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification - AuthorizationListResult = Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult - Usage = Azure::Network::Mgmt::V2017_10_01::Models::Usage - VerificationIPFlowParameters = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters - Topology = Azure::Network::Mgmt::V2017_10_01::Models::Topology - VerificationIPFlowResult = Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult + IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + IkeIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity end class NetworkManagementClass - attr_reader :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :virtual_network_gateway_connections, :local_network_gateways, :network_interfaces, :public_ipaddresses, :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, :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, :configurable, :base_url, :options, :model_classes + attr_reader :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, :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, :virtual_network_gateway_connections, :local_network_gateways, :network_interfaces, :public_ipaddresses, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -350,18 +350,6 @@ def initialize(configurable, base_url=nil, options=nil) @client_1.subscription_id = configurable.subscription_id end add_telemetry(@client_1) - @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 - @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections - @local_network_gateways = @client_1.local_network_gateways - @network_interfaces = @client_1.network_interfaces - @public_ipaddresses = @client_1.public_ipaddresses @operations = @client_1.operations @application_gateways = @client_1.application_gateways @application_security_groups = @client_1.application_security_groups @@ -387,6 +375,18 @@ def initialize(configurable, base_url=nil, options=nil) @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 + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @local_network_gateways = @client_1.local_network_gateways + @network_interfaces = @client_1.network_interfaces + @public_ipaddresses = @client_1.public_ipaddresses @model_classes = ModelClasses.new end @@ -407,860 +407,860 @@ def method_missing(method, *args) end class ModelClasses - def next_hop_parameters - Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters + def public_ipaddress_sku + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku end - def express_route_circuit_sku - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku + def application_gateway_backend_address + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress end - def next_hop_result - Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult + def public_ipaddress_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult end - def route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult + def network_interface_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult end - def security_group_view_parameters - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult end - def network_interface_association - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation + def service_endpoint_properties_format + Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + def network_interface_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings end - def subnet_association - Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation + def application_security_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + def resource_navigation_link + Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink end - def security_rule_associations - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations + def route + Azure::Network::Mgmt::V2017_10_01::Models::Route end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def security_rule + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule end - def security_group_network_interface - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult + def backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool end - def security_group_view_result - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult + def inbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult + def ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration end - def packet_capture_storage_location - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation + def operation_display + Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay end - def packet_capture_filter - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter + def public_ipaddress + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult + def operation + Azure::Network::Mgmt::V2017_10_01::Models::Operation end - def packet_capture_parameters - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters + def network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup end - def packet_capture - Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture + def operation_list_result + Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult + def route_table + Azure::Network::Mgmt::V2017_10_01::Models::RouteTable end - def packet_capture_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult + def subnet + Azure::Network::Mgmt::V2017_10_01::Models::Subnet end - def packet_capture_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer + def network_interface + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface end - def packet_capture_query_status_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult + def security_rule_access + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess end - def application_gateway_sku - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySku + def transport_protocol + Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol end - def troubleshooting_parameters - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingParameters + def ipallocation_method + Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod end - def bgp_peer_status - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatus + def security_rule_direction + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection end - def query_troubleshooting_parameters - Azure::Network::Mgmt::V2017_10_01::Models::QueryTroubleshootingParameters + def log_specification + Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListUsageResult + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName end - def troubleshooting_recommended_actions - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingRecommendedActions + def route_next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType end - def ipaddress_availability_result - Azure::Network::Mgmt::V2017_10_01::Models::IPAddressAvailabilityResult + def security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol end - def troubleshooting_details - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingDetails + def topology_association + Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation end - def dhcp_options - Azure::Network::Mgmt::V2017_10_01::Models::DhcpOptions + def topology_resource + Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource end - def troubleshooting_result - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingResult + def operation_properties_format_service_specification + Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringListResult + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference end - def retention_policy_parameters - Azure::Network::Mgmt::V2017_10_01::Models::RetentionPolicyParameters + def load_balancer_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def connection_shared_key + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey end - def flow_log_status_parameters - Azure::Network::Mgmt::V2017_10_01::Models::FlowLogStatusParameters + def inbound_nat_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult end - def usages_list_result - Azure::Network::Mgmt::V2017_10_01::Models::UsagesListResult + def load_balancer_backend_address_pool_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult end - def flow_log_information - Azure::Network::Mgmt::V2017_10_01::Models::FlowLogInformation + def connection_reset_shared_key + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringConfig + def load_balancer_frontend_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def connectivity_source - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivitySource + def error + Azure::Network::Mgmt::V2017_10_01::Models::Error end - def bgpcommunity - Azure::Network::Mgmt::V2017_10_01::Models::BGPCommunity + def ipsec_policy + Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy end - def connectivity_destination - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityDestination + def load_balancer_load_balancing_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitServiceProviderProperties + def load_balancer_probe_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult end - def connectivity_parameters - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityParameters + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTable + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult end - def connectivity_issue - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityIssue + def error_details + Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitListResult + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def connectivity_hop - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityHop + def application_gateway_backend_health + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth end - def load_balancer_sku - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSku + def azure_async_operation_result + Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult end - def connectivity_information - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters + def gateway_route + Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute end - def azure_reachability_report_location - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation + def network_interface_load_balancer_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult end - def azure_reachability_report_parameters - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters + def bgp_settings + Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining + def effective_network_security_group_association + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo + def virtual_network_gateway_sku + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku end - def vpn_client_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters + def effective_network_security_rule + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule end - def azure_reachability_report_item - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch end - def virtual_network_usage - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage + def effective_network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup end - def azure_reachability_report - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport + def virtual_network_usage_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule + def effective_network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult end - def available_providers_list_parameters - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters + def virtual_network_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult end - def tags_object - Azure::Network::Mgmt::V2017_10_01::Models::TagsObject + def effective_route + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute end - def available_providers_list_city - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity + def sub_resource + Azure::Network::Mgmt::V2017_10_01::Models::SubResource end - def express_route_circuit_stats - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats + def effective_route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult end - def available_providers_list_state - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState + def application_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult end - def usage_name - Azure::Network::Mgmt::V2017_10_01::Models::UsageName + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup end - def route_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult + def network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult end - def available_providers_list - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList + def security_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult end - def available_providers_list_country - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry + def gateway_route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult + def address_space + Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace end - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def connection_monitor_destination - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination + def topology_parameters + Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters end - def connection_monitor_source - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource + def network_watcher_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def dns_name_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult end - def connection_monitor - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor + def application_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary + def endpoint_services_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult end - def connection_monitor_parameters - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters + def dimension + Azure::Network::Mgmt::V2017_10_01::Models::Dimension end - def connection_monitor_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult + def authorization_list_result + Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult end - def connection_monitor_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + def usage + Azure::Network::Mgmt::V2017_10_01::Models::Usage end - def subnet_list_result - Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult + def verification_ipflow_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters end - def tunnel_connection_health - Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth + def topology + Azure::Network::Mgmt::V2017_10_01::Models::Topology end - def connection_state_snapshot - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + def metric_specification + Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification end - def route_filter_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult + def bgp_service_community_list_result + Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult end - def connection_monitor_query_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult + def verification_ipflow_result + Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end - def availability - Azure::Network::Mgmt::V2017_10_01::Models::Availability + def next_hop_parameters + Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings + def express_route_circuit_sku + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku end - def vpn_client_configuration - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration + def next_hop_result + Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + def route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult end - def resource - Azure::Network::Mgmt::V2017_10_01::Models::Resource + def security_group_view_parameters + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate + def network_interface_association + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + def subnet_association + Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation end - def application_gateway_path_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end - def application_gateway_http_listener - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + def security_rule_associations + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult + def security_group_view_result + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + def route_filter_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + def packet_capture_storage_location + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation end - def application_gateway_probe - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe + def packet_capture_filter + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter end - def application_gateway - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration + def packet_capture_parameters + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy + def packet_capture_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet + def packet_capture_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer end - def route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule + def packet_capture_query_status_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult end - def endpoint_service_result - Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult + def application_gateway_sku + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySku end - def route_filter - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + def troubleshooting_parameters + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingParameters end - def express_route_circuit - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit + def bgp_peer_status + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatus end - def express_route_circuit_peering - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering + def query_troubleshooting_parameters + Azure::Network::Mgmt::V2017_10_01::Models::QueryTroubleshootingParameters end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListUsageResult end - def load_balancing_rule - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + def troubleshooting_recommended_actions + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingRecommendedActions end - def express_route_service_provider - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider + def ipaddress_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::IPAddressAvailabilityResult end - def inbound_nat_pool - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool + def troubleshooting_details + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingDetails end - def outbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + def dhcp_options + Azure::Network::Mgmt::V2017_10_01::Models::DhcpOptions end - def probe - Azure::Network::Mgmt::V2017_10_01::Models::Probe + def troubleshooting_result + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingResult end - def network_watcher - Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringListResult end - def patch_route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + def retention_policy_parameters + Azure::Network::Mgmt::V2017_10_01::Models::RetentionPolicyParameters end - def load_balancer - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end - def bgp_service_community - Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity + def flow_log_status_parameters + Azure::Network::Mgmt::V2017_10_01::Models::FlowLogStatusParameters end - def virtual_network_peering - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + def usages_list_result + Azure::Network::Mgmt::V2017_10_01::Models::UsagesListResult end - def patch_route_filter - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter + def flow_log_information + Azure::Network::Mgmt::V2017_10_01::Models::FlowLogInformation end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringConfig end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + def connectivity_source + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivitySource end - def virtual_network - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork + def bgpcommunity + Azure::Network::Mgmt::V2017_10_01::Models::BGPCommunity end - def virtual_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway + def connectivity_destination + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityDestination end - def local_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitServiceProviderProperties end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate + def connectivity_parameters + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityParameters end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTable end - def application_gateway_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + def connectivity_issue + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityIssue end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + def express_route_circuit_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitListResult end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def connectivity_hop + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityHop end - def ipversion - Azure::Network::Mgmt::V2017_10_01::Models::IPVersion + def load_balancer_sku + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSku end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity + def connectivity_information + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + def vpn_device_script_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters end - def application_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + def azure_reachability_report_location + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation end - def application_gateway_tier - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier + def azure_reachability_report_parameters + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + def application_gateway_connection_draining + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName + def vpn_client_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters end - def application_gateway_operational_state - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + def azure_reachability_report_item + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType + def virtual_network_usage + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType + def azure_reachability_report + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule end - def application_gateway_firewall_mode - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode + def available_providers_list_parameters + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters end - def authorization_use_status - Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus + def tags_object + Azure::Network::Mgmt::V2017_10_01::Models::TagsObject end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + def available_providers_list_city + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity end - def access - Azure::Network::Mgmt::V2017_10_01::Models::Access + def express_route_circuit_stats + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats end - def express_route_circuit_peering_type - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType + def available_providers_list_state + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + def usage_name + Azure::Network::Mgmt::V2017_10_01::Models::UsageName end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily + def available_providers_list_country + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry end - def probe_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + def route_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult end - def load_balancer_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName + def available_providers_list + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList end - def load_distribution - Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution + def local_network_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult end - def effective_route_source - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + def connection_monitor_source + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource end - def network_operation_status - Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol + def connection_monitor_destination + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination end - def association_type - Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def effective_route_state - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState + def connection_monitor_parameters + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters end - def provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState + def connection_monitor + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor end - def pc_protocol - Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary end - def direction - Azure::Network::Mgmt::V2017_10_01::Models::Direction + def connection_monitor_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult end - def next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::NextHopType + def tunnel_connection_health + Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth end - def origin - Azure::Network::Mgmt::V2017_10_01::Models::Origin + def connection_monitor_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult end - def pc_status - Azure::Network::Mgmt::V2017_10_01::Models::PcStatus + def connection_state_snapshot + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot end - def pc_error - Azure::Network::Mgmt::V2017_10_01::Models::PcError + def route_filter_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult end - def connection_state - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + def connection_monitor_query_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult end - def issue_type - Azure::Network::Mgmt::V2017_10_01::Models::IssueType + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult end - def connection_status - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus + def vpn_client_configuration + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType + def subnet_list_result + Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult end - def evaluation_state - Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + def availability + Azure::Network::Mgmt::V2017_10_01::Models::Availability end - def virtual_network_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration end - def vpn_type - Azure::Network::Mgmt::V2017_10_01::Models::VpnType + def resource + Azure::Network::Mgmt::V2017_10_01::Models::Resource end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate end - def processor_architecture - Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def vpn_client_protocol - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol + def application_gateway_frontend_port + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort end - def bgp_peer_state - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState + def packet_capture + Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType + def application_gateway_path_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule end - def authentication_method - Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod + def application_gateway_http_listener + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration end - def error - Azure::Network::Mgmt::V2017_10_01::Models::Error + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered end - def ipsec_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption + def security_group_network_interface + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface end - def ipsec_integrity - Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration end - def ike_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + def application_gateway_probe + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe end - def ike_integrity - Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule end - def dh_group - Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet end - def pfs_group - Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup + def application_gateway_url_path_map + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap end - def severity - Azure::Network::Mgmt::V2017_10_01::Models::Severity + def application_gateway + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway end - def protocol - Azure::Network::Mgmt::V2017_10_01::Models::Protocol + def endpoint_service_result + Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult end - def public_ipaddress_sku - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions end - def application_gateway_backend_address - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + def express_route_circuit_peering + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering end - def network_interface_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + def express_route_circuit_authorization + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + def route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + def express_route_service_provider + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + def route_filter + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter end - def network_interface_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + def express_route_circuit + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit end - def application_security_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + def probe + Azure::Network::Mgmt::V2017_10_01::Models::Probe end - def resource_navigation_link - Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + def frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration end - def route - Azure::Network::Mgmt::V2017_10_01::Models::Route + def load_balancing_rule + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule end - def security_rule - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + def load_balancer + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + def inbound_nat_pool + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool end - def backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + def outbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule end - def inbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + def patch_route_filter + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter end - def ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + def network_watcher + Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher end - def operation_display - Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + def patch_route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule end - def public_ipaddress - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + def virtual_network + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork end - def operation - Azure::Network::Mgmt::V2017_10_01::Models::Operation + def bgp_service_community + Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity end - def network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + def virtual_network_peering + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering end - def operation_list_result - Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate end - def route_table - Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def subnet - Azure::Network::Mgmt::V2017_10_01::Models::Subnet + def vpn_client_root_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection end - def network_interface - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + def virtual_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway end - def security_rule_access - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + def local_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway end - def transport_protocol - Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity end - def ipallocation_method - Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity end - def security_rule_direction - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + def ipversion + Azure::Network::Mgmt::V2017_10_01::Models::IPVersion end - def log_specification - Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + def application_gateway_tier + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth end - def route_next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + def application_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName end - def security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + def application_gateway_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol end - def topology_association - Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol end - def topology_resource - Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType end - def operation_properties_format_service_specification - Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite end - def load_balancer_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType end - def connection_shared_key - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey + def application_gateway_redirect_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType end - def inbound_nat_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult + def application_gateway_operational_state + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState end - def load_balancer_backend_address_pool_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult + def application_gateway_firewall_mode + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode end - def connection_reset_shared_key - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey + def authorization_use_status + Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus end - def load_balancer_frontend_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end - def ipsec_policy - Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy + def access + Azure::Network::Mgmt::V2017_10_01::Models::Access end - def load_balancer_load_balancing_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult + def express_route_circuit_peering_type + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType end - def gateway_route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState end - def load_balancer_probe_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult + def service_provider_provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState end - def error_details - Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails + def load_balancer_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + def load_distribution + Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution end - def application_gateway_backend_health - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth + def probe_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol end - def azure_async_operation_result - Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult + def network_operation_status + Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy + def effective_security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol end - def gateway_route - Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + def effective_route_source + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource end - def network_interface_load_balancer_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult + def effective_route_state + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState end - def bgp_settings - Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings + def provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState end - def effective_network_security_group_association - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation + def association_type + Azure::Network::Mgmt::V2017_10_01::Models::AssociationType end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku + def direction + Azure::Network::Mgmt::V2017_10_01::Models::Direction end - def effective_network_security_rule - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule + def next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::NextHopType end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + def pc_protocol + Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol end - def effective_network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup + def pc_status + Azure::Network::Mgmt::V2017_10_01::Models::PcStatus end - def virtual_network_usage_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName + def pc_error + Azure::Network::Mgmt::V2017_10_01::Models::PcError end - def effective_network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult + def origin + Azure::Network::Mgmt::V2017_10_01::Models::Origin end - def virtual_network_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult + def issue_type + Azure::Network::Mgmt::V2017_10_01::Models::IssueType end - def effective_route - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute + def severity + Azure::Network::Mgmt::V2017_10_01::Models::Severity end - def sub_resource - Azure::Network::Mgmt::V2017_10_01::Models::SubResource + def protocol + Azure::Network::Mgmt::V2017_10_01::Models::Protocol end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + def evaluation_state + Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState end - def effective_route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + def virtual_network_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState end - def security_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult + def connection_status + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup + def connection_state + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState end - def network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier end - def address_space - Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace + def virtual_network_gateway_type + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType end - def application_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult + def vpn_type + Azure::Network::Mgmt::V2017_10_01::Models::VpnType end - def network_watcher_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult + def processor_architecture + Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture end - def application_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult + def authentication_method + Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod end - def dns_name_availability_result - Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult + def vpn_client_protocol + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol end - def topology_parameters - Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters + def bgp_peer_state + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState end - def dimension - Azure::Network::Mgmt::V2017_10_01::Models::Dimension + def ipsec_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption end - def endpoint_services_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + def ipsec_integrity + Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity end - def metric_specification - Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus end - def authorization_list_result - Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType end - def usage - Azure::Network::Mgmt::V2017_10_01::Models::Usage + def dh_group + Azure::Network::Mgmt::V2017_10_01::Models::DhGroup end - def verification_ipflow_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters + def pfs_group + Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup end - def topology - Azure::Network::Mgmt::V2017_10_01::Models::Topology + def ike_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption end - def verification_ipflow_result - Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult + def ike_integrity + Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity 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 44bb0aa0bf..ce036fadcb 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 @@ -11,12 +11,12 @@ module Mgmt PolicyAssignments = Azure::Policy::Mgmt::V2016_12_01::PolicyAssignments module Models + PolicyAssignment = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment PolicyDefinition = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition PolicyAssignmentListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignmentListResult PolicyDefinitionListResult = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinitionListResult PolicyType = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyType PolicyMode = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode - PolicyAssignment = Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment end class PolicyManagementClass @@ -50,6 +50,9 @@ def method_missing(method, *args) end class ModelClasses + def policy_assignment + Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment + end def policy_definition Azure::Policy::Mgmt::V2016_12_01::Models::PolicyDefinition end @@ -65,9 +68,6 @@ def policy_type def policy_mode Azure::Policy::Mgmt::V2016_12_01::Models::PolicyMode end - def policy_assignment - Azure::Policy::Mgmt::V2016_12_01::Models::PolicyAssignment - end end end 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 bdc68df348..43f922734a 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,18 +7,14 @@ module Azure::Profiles::V2018_03_01 module Resources module Mgmt - DeploymentOperations = Azure::Resources::Mgmt::V2018_02_01::DeploymentOperations - Resources = Azure::Resources::Mgmt::V2018_02_01::Resources Deployments = Azure::Resources::Mgmt::V2018_02_01::Deployments Providers = Azure::Resources::Mgmt::V2018_02_01::Providers ResourceGroups = Azure::Resources::Mgmt::V2018_02_01::ResourceGroups Tags = Azure::Resources::Mgmt::V2018_02_01::Tags + DeploymentOperations = Azure::Resources::Mgmt::V2018_02_01::DeploymentOperations + Resources = Azure::Resources::Mgmt::V2018_02_01::Resources 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 @@ -36,10 +32,11 @@ module Models DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentPropertiesExtended ExportTemplateRequest = Azure::Resources::Mgmt::V2018_02_01::Models::ExportTemplateRequest DeploymentExtended = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExtended + Dependency = Azure::Resources::Mgmt::V2018_02_01::Models::Dependency TagCount = Azure::Resources::Mgmt::V2018_02_01::Models::TagCount - ProviderListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult TagValue = Azure::Resources::Mgmt::V2018_02_01::Models::TagValue ResourceGroupFilter = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupFilter + ProviderListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult TagDetails = Azure::Resources::Mgmt::V2018_02_01::Models::TagDetails DeploymentProperties = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentProperties TagsListResult = Azure::Resources::Mgmt::V2018_02_01::Models::TagsListResult @@ -52,12 +49,12 @@ module Models DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExtendedFilter DeploymentOperation = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperation DeploymentExportResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExportResult - DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperationsListResult OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentExtended ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceProviderOperationDisplayProperties DebugSetting = Azure::Resources::Mgmt::V2018_02_01::Models::DebugSetting DeploymentListResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentListResult ProviderResourceType = Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType + DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperationsListResult 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 @@ -65,10 +62,13 @@ module Models Resource = Azure::Resources::Mgmt::V2018_02_01::Models::Resource SubResource = Azure::Resources::Mgmt::V2018_02_01::Models::SubResource ResourceListResult = Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult + 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 end class ResourcesManagementClass - attr_reader :deployment_operations, :resources, :deployments, :providers, :resource_groups, :tags, :configurable, :base_url, :options, :model_classes + attr_reader :deployments, :providers, :resource_groups, :tags, :deployment_operations, :resources, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -78,12 +78,12 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @deployment_operations = @client_0.deployment_operations - @resources = @client_0.resources @deployments = @client_0.deployments @providers = @client_0.providers @resource_groups = @client_0.resource_groups @tags = @client_0.tags + @deployment_operations = @client_0.deployment_operations + @resources = @client_0.resources @model_classes = ModelClasses.new end @@ -102,18 +102,6 @@ def method_missing(method, *args) end 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 @@ -165,18 +153,21 @@ def export_template_request def deployment_extended Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExtended end + def dependency + Azure::Resources::Mgmt::V2018_02_01::Models::Dependency + end def tag_count Azure::Resources::Mgmt::V2018_02_01::Models::TagCount end - def provider_list_result - Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult - end def tag_value Azure::Resources::Mgmt::V2018_02_01::Models::TagValue end def resource_group_filter Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupFilter end + def provider_list_result + Azure::Resources::Mgmt::V2018_02_01::Models::ProviderListResult + end def tag_details Azure::Resources::Mgmt::V2018_02_01::Models::TagDetails end @@ -213,9 +204,6 @@ def deployment_operation def deployment_export_result Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentExportResult end - def deployment_operations_list_result - Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperationsListResult - end def on_error_deployment_extended Azure::Resources::Mgmt::V2018_02_01::Models::OnErrorDeploymentExtended end @@ -231,6 +219,9 @@ def deployment_list_result def provider_resource_type Azure::Resources::Mgmt::V2018_02_01::Models::ProviderResourceType end + def deployment_operations_list_result + Azure::Resources::Mgmt::V2018_02_01::Models::DeploymentOperationsListResult + end def resource_group_export_result Azure::Resources::Mgmt::V2018_02_01::Models::ResourceGroupExportResult end @@ -252,6 +243,15 @@ def sub_resource def resource_list_result Azure::Resources::Mgmt::V2018_02_01::Models::ResourceListResult end + 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 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 10a3508a36..e15b392d59 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 @@ -11,18 +11,10 @@ module Mgmt StorageAccounts = Azure::Storage::Mgmt::V2016_01_01::StorageAccounts module Models - AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus - Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind - UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit - 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 - KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission 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 ProvisioningState = Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState - Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason StorageAccountCheckNameAvailabilityParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters CheckNameAvailabilityResult = Azure::Storage::Mgmt::V2016_01_01::Models::CheckNameAvailabilityResult StorageAccountKey = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountKey @@ -30,15 +22,23 @@ module Models 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 CustomDomain = Azure::Storage::Mgmt::V2016_01_01::Models::CustomDomain EncryptionServices = Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices + UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult StorageAccount = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount + Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage SkuTier = Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier - UsageListResult = Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + Reason = Azure::Storage::Mgmt::V2016_01_01::Models::Reason + SkuName = Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + StorageAccountRegenerateKeyParameters = Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + Kind = Azure::Storage::Mgmt::V2016_01_01::Models::Kind + AccountStatus = Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus AccessTier = Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier - Usage = Azure::Storage::Mgmt::V2016_01_01::Models::Usage + UsageUnit = Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + Sku = Azure::Storage::Mgmt::V2016_01_01::Models::Sku + UsageName = Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + KeyPermission = Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission end class StorageManagementClass @@ -72,27 +72,6 @@ def method_missing(method, *args) end class ModelClasses - def account_status - Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus - end - def kind - Azure::Storage::Mgmt::V2016_01_01::Models::Kind - end - def usage_unit - Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit - end - def sku_name - Azure::Storage::Mgmt::V2016_01_01::Models::SkuName - end - def sku - Azure::Storage::Mgmt::V2016_01_01::Models::Sku - end - def usage_name - Azure::Storage::Mgmt::V2016_01_01::Models::UsageName - end - def key_permission - Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission - end def storage_account_create_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCreateParameters end @@ -105,9 +84,6 @@ def resource def provisioning_state Azure::Storage::Mgmt::V2016_01_01::Models::ProvisioningState end - def reason - Azure::Storage::Mgmt::V2016_01_01::Models::Reason - end def storage_account_check_name_availability_parameters Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountCheckNameAvailabilityParameters end @@ -129,9 +105,6 @@ def storage_account_list_keys_result def encryption Azure::Storage::Mgmt::V2016_01_01::Models::Encryption end - def storage_account_regenerate_key_parameters - Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters - end def endpoints Azure::Storage::Mgmt::V2016_01_01::Models::Endpoints end @@ -141,20 +114,47 @@ def custom_domain 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 storage_account Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccount end + def usage + Azure::Storage::Mgmt::V2016_01_01::Models::Usage + end def sku_tier Azure::Storage::Mgmt::V2016_01_01::Models::SkuTier end - def usage_list_result - Azure::Storage::Mgmt::V2016_01_01::Models::UsageListResult + def reason + Azure::Storage::Mgmt::V2016_01_01::Models::Reason + end + def sku_name + Azure::Storage::Mgmt::V2016_01_01::Models::SkuName + end + def storage_account_regenerate_key_parameters + Azure::Storage::Mgmt::V2016_01_01::Models::StorageAccountRegenerateKeyParameters + end + def kind + Azure::Storage::Mgmt::V2016_01_01::Models::Kind + end + def account_status + Azure::Storage::Mgmt::V2016_01_01::Models::AccountStatus end def access_tier Azure::Storage::Mgmt::V2016_01_01::Models::AccessTier end - def usage - Azure::Storage::Mgmt::V2016_01_01::Models::Usage + def usage_unit + Azure::Storage::Mgmt::V2016_01_01::Models::UsageUnit + end + def sku + Azure::Storage::Mgmt::V2016_01_01::Models::Sku + end + def usage_name + Azure::Storage::Mgmt::V2016_01_01::Models::UsageName + end + def key_permission + Azure::Storage::Mgmt::V2016_01_01::Models::KeyPermission 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 261689c4a2..9b86e8cea3 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 @@ -7,27 +7,27 @@ module Azure::Profiles::V2018_03_01 module Subscriptions module Mgmt - Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations + Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions module Models Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location + TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState + SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult - SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult end class SubscriptionsManagementClass - attr_reader :tenants, :operations, :subscriptions, :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 @@ -37,8 +37,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @tenants = @client_0.tenants @operations = @client_0.operations + @tenants = @client_0.tenants @subscriptions = @client_0.subscriptions @model_classes = ModelClasses.new @@ -61,6 +61,12 @@ class ModelClasses def location Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location end + def tenant_id_description + Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription + 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 @@ -76,6 +82,9 @@ def location_list_result def subscription_state Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState end + def spending_limit + Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit + end def operation_display Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay end @@ -85,15 +94,6 @@ def operation def operation_list_result Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult end - def spending_limit - Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit - end - def tenant_id_description - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription - end - def tenant_list_result - Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult - 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 67ba25e23e..e67e3379d3 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,29 +7,18 @@ module Azure::Profiles::V2018_03_01 module Web module Mgmt + 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 Recommendations = Azure::Web::Mgmt::V2016_03_01::Recommendations 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 WebApps = Azure::Web::Mgmt::V2016_08_01::WebApps - AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments AppServicePlans = Azure::Web::Mgmt::V2016_09_01::AppServicePlans + AppServiceEnvironments = Azure::Web::Mgmt::V2016_09_01::AppServiceEnvironments module Models - 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 - DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet DataSource = Azure::Web::Mgmt::V2016_03_01::Models::DataSource ResponseMetaData = Azure::Web::Mgmt::V2016_03_01::Models::ResponseMetaData AnalysisData = Azure::Web::Mgmt::V2016_03_01::Models::AnalysisData @@ -42,16 +31,17 @@ module Models Rendering = Azure::Web::Mgmt::V2016_03_01::Models::Rendering DiagnosticData = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticData BillingMeterCollection = Azure::Web::Mgmt::V2016_03_01::Models::BillingMeterCollection + AbnormalTimePeriod = Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod 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 - DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + SkuInfos = Azure::Web::Mgmt::V2016_03_01::Models::SkuInfos RecommendationCollection = Azure::Web::Mgmt::V2016_03_01::Models::RecommendationCollection - DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + DiagnosticCategoryCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection ApplicationStackCollection = Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection - CertificatePatchResource = Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource + DiagnosticDetectorCollection = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection StackMinorVersion = Azure::Web::Mgmt::V2016_03_01::Models::StackMinorVersion + 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 DetectorResponse = Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponse @@ -79,8 +69,8 @@ module Models InAvailabilityReasonType = Azure::Web::Mgmt::V2016_03_01::Models::InAvailabilityReasonType CheckNameResourceTypes = Azure::Web::Mgmt::V2016_03_01::Models::CheckNameResourceTypes ServiceSpecification = Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification - Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate SkuName = Azure::Web::Mgmt::V2016_03_01::Models::SkuName + Certificate = Azure::Web::Mgmt::V2016_03_01::Models::Certificate 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 @@ -102,6 +92,16 @@ module Models MetricSpecification = Azure::Web::Mgmt::V2016_03_01::Models::MetricSpecification NameIdentifier = Azure::Web::Mgmt::V2016_03_01::Models::NameIdentifier 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 + 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 + DeletedWebAppCollection = Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection + HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + DiagnosticMetricSample = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + DiagnosticMetricSet = Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet 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 @@ -179,44 +179,31 @@ module Models 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 + 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 + BackupItemStatus = Azure::Web::Mgmt::V2016_08_01::Models::BackupItemStatus BackupRestoreOperationType = Azure::Web::Mgmt::V2016_08_01::Models::BackupRestoreOperationType - PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat ContinuousWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus - AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType - CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType - HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType FrequencyUnit = Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit + PublishingProfileFormat = Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat DnsVerificationTestResult = Azure::Web::Mgmt::V2016_08_01::Models::DnsVerificationTestResult - PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider - 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 - MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType + WebJobType = Azure::Web::Mgmt::V2016_08_01::Models::WebJobType MSDeployProvisioningState = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState + CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType + MSDeployLogEntryType = Azure::Web::Mgmt::V2016_08_01::Models::MSDeployLogEntryType IdentifierCollection = Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection UnauthenticatedClientAction = Azure::Web::Mgmt::V2016_08_01::Models::UnauthenticatedClientAction MySqlMigrationType = Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType - ResourceMetric = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection - 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 - ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName - 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 + HostNameType = Azure::Web::Mgmt::V2016_08_01::Models::HostNameType + TriggeredWebJobStatus = Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus + PublicCertificateLocation = Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation + AzureResourceType = Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType + CloneAbilityResult = Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult + SiteExtensionType = Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider Experiments = Azure::Web::Mgmt::V2016_09_01::Models::Experiments SiteMachineKey = Azure::Web::Mgmt::V2016_09_01::Models::SiteMachineKey HostNameSslState = Azure::Web::Mgmt::V2016_09_01::Models::HostNameSslState @@ -277,9 +264,9 @@ module Models AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServiceEnvironmentPatchResource MetricDefinition = Azure::Web::Mgmt::V2016_09_01::Models::MetricDefinition WorkerPoolResource = Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource - ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity AppServicePlanPatchResource = Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanPatchResource HybridConnectionLimits = Azure::Web::Mgmt::V2016_09_01::Models::HybridConnectionLimits + ManagedServiceIdentity = Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity 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 @@ -303,11 +290,24 @@ module Models Usage = Azure::Web::Mgmt::V2016_09_01::Models::Usage 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 + ResourceMetricCollection = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + 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 + ResourceMetricName = Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + 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 Identifier = Azure::Web::Mgmt::V2016_09_01::Models::Identifier end class WebManagementClass - attr_reader :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :billing_meters, :provider, :certificates, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes + attr_reader :provider, :certificates, :deleted_web_apps, :diagnostics, :recommendations, :resource_health_metadata_operations, :billing_meters, :web_apps, :app_service_plans, :app_service_environments, :configurable, :base_url, :options, :model_classes def initialize(configurable, base_url=nil, options=nil) @configurable, @base_url, @options = configurable, base_url, options @@ -317,13 +317,13 @@ def initialize(configurable, base_url=nil, options=nil) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @provider = @client_0.provider + @certificates = @client_0.certificates @deleted_web_apps = @client_0.deleted_web_apps @diagnostics = @client_0.diagnostics @recommendations = @client_0.recommendations @resource_health_metadata_operations = @client_0.resource_health_metadata_operations @billing_meters = @client_0.billing_meters - @provider = @client_0.provider - @certificates = @client_0.certificates @client_1 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options) if(@client_1.respond_to?(:subscription_id)) @@ -337,8 +337,8 @@ def initialize(configurable, base_url=nil, options=nil) @client_2.subscription_id = configurable.subscription_id end add_telemetry(@client_2) - @app_service_environments = @client_2.app_service_environments @app_service_plans = @client_2.app_service_plans + @app_service_environments = @client_2.app_service_environments @model_classes = ModelClasses.new end @@ -361,39 +361,6 @@ def method_missing(method, *args) end class ModelClasses - def geo_region_collection - Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection - end - def deleted_site - Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite - end - def deleted_web_app_collection - Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection - end - def validate_response_error - Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError - end - def solution - Azure::Web::Mgmt::V2016_03_01::Models::Solution - end - def 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 - end - def diagnostic_metric_sample - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample - 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 end @@ -430,36 +397,39 @@ def diagnostic_data def billing_meter_collection Azure::Web::Mgmt::V2016_03_01::Models::BillingMeterCollection end + def abnormal_time_period + Azure::Web::Mgmt::V2016_03_01::Models::AbnormalTimePeriod + end def detector_response_collection Azure::Web::Mgmt::V2016_03_01::Models::DetectorResponseCollection end 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 diagnostic_category_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection + 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_detector_collection - Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticDetectorCollection + def diagnostic_category_collection + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticCategoryCollection end def application_stack_collection Azure::Web::Mgmt::V2016_03_01::Models::ApplicationStackCollection end - def certificate_patch_resource - Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource + 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_patch_resource + Azure::Web::Mgmt::V2016_03_01::Models::CertificatePatchResource + end def detector_definition Azure::Web::Mgmt::V2016_03_01::Models::DetectorDefinition end @@ -541,12 +511,12 @@ def check_name_resource_types def service_specification Azure::Web::Mgmt::V2016_03_01::Models::ServiceSpecification end - def certificate - Azure::Web::Mgmt::V2016_03_01::Models::Certificate - end def sku_name Azure::Web::Mgmt::V2016_03_01::Models::SkuName end + def certificate + Azure::Web::Mgmt::V2016_03_01::Models::Certificate + end def issue_type Azure::Web::Mgmt::V2016_03_01::Models::IssueType end @@ -610,6 +580,36 @@ def name_identifier def global_csm_sku_description Azure::Web::Mgmt::V2016_03_01::Models::GlobalCsmSkuDescription end + def geo_region_collection + Azure::Web::Mgmt::V2016_03_01::Models::GeoRegionCollection + end + def deleted_site + Azure::Web::Mgmt::V2016_03_01::Models::DeletedSite + end + def validate_response_error + Azure::Web::Mgmt::V2016_03_01::Models::ValidateResponseError + end + def solution + Azure::Web::Mgmt::V2016_03_01::Models::Solution + end + def 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 deleted_web_app_collection + Azure::Web::Mgmt::V2016_03_01::Models::DeletedWebAppCollection + end + def hosting_environment_deployment_info + Azure::Web::Mgmt::V2016_03_01::Models::HostingEnvironmentDeploymentInfo + end + def diagnostic_metric_sample + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSample + end + def diagnostic_metric_set + Azure::Web::Mgmt::V2016_03_01::Models::DiagnosticMetricSet + end def deployment Azure::Web::Mgmt::V2016_08_01::Models::Deployment end @@ -841,72 +841,51 @@ 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 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 - end 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 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 end - def publishing_profile_format - Azure::Web::Mgmt::V2016_08_01::Models::PublishingProfileFormat - end def continuous_web_job_status Azure::Web::Mgmt::V2016_08_01::Models::ContinuousWebJobStatus 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 - end - def host_name_type - Azure::Web::Mgmt::V2016_08_01::Models::HostNameType - end - def web_job_type - Azure::Web::Mgmt::V2016_08_01::Models::WebJobType - end def frequency_unit Azure::Web::Mgmt::V2016_08_01::Models::FrequencyUnit 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 public_certificate_location - Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation - end - def built_in_authentication_provider - Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider - end - def clone_ability_result - Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult + def web_job_type + Azure::Web::Mgmt::V2016_08_01::Models::WebJobType end - def site_extension_type - Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType + def msdeploy_provisioning_state + Azure::Web::Mgmt::V2016_08_01::Models::MSDeployProvisioningState end - def triggered_web_job_status - Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus + def custom_host_name_dns_record_type + Azure::Web::Mgmt::V2016_08_01::Models::CustomHostNameDnsRecordType end 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 - end def identifier_collection Azure::Web::Mgmt::V2016_08_01::Models::IdentifierCollection end @@ -916,44 +895,26 @@ def unauthenticated_client_action def my_sql_migration_type Azure::Web::Mgmt::V2016_08_01::Models::MySqlMigrationType end - def resource_metric - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetric - end - def resource_metric_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection - end - def virtual_network_profile - Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile - end - def resource_metric_definition_collection - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection - end - def virtual_ipmapping - Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping - end - def web_app_collection - Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection - end - def network_access_control_entry - Azure::Web::Mgmt::V2016_09_01::Models::NetworkAccessControlEntry + def host_name_type + Azure::Web::Mgmt::V2016_08_01::Models::HostNameType end - def app_service_plan_collection - Azure::Web::Mgmt::V2016_09_01::Models::AppServicePlanCollection + def triggered_web_job_status + Azure::Web::Mgmt::V2016_08_01::Models::TriggeredWebJobStatus end - def resource_metric_name - Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + def public_certificate_location + Azure::Web::Mgmt::V2016_08_01::Models::PublicCertificateLocation end - def slot_swap_status - Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + def azure_resource_type + Azure::Web::Mgmt::V2016_08_01::Models::AzureResourceType end - def operation_status - Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + def clone_ability_result + Azure::Web::Mgmt::V2016_08_01::Models::CloneAbilityResult end - def cors_settings - Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + def site_extension_type + Azure::Web::Mgmt::V2016_08_01::Models::SiteExtensionType end - def auto_heal_triggers - Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + def built_in_authentication_provider + Azure::Web::Mgmt::V2016_08_01::Models::BuiltInAuthenticationProvider end def experiments Azure::Web::Mgmt::V2016_09_01::Models::Experiments @@ -1135,15 +1096,15 @@ def metric_definition def worker_pool_resource Azure::Web::Mgmt::V2016_09_01::Models::WorkerPoolResource end - def managed_service_identity - Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity - 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 managed_service_identity + Azure::Web::Mgmt::V2016_09_01::Models::ManagedServiceIdentity + end def hosting_environment_profile Azure::Web::Mgmt::V2016_09_01::Models::HostingEnvironmentProfile end @@ -1213,6 +1174,45 @@ def resource_metric_value 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 resource_metric_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricCollection + end + def virtual_network_profile + Azure::Web::Mgmt::V2016_09_01::Models::VirtualNetworkProfile + end + def resource_metric_definition_collection + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricDefinitionCollection + end + def virtual_ipmapping + Azure::Web::Mgmt::V2016_09_01::Models::VirtualIPMapping + end + def web_app_collection + Azure::Web::Mgmt::V2016_09_01::Models::WebAppCollection + end + 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 resource_metric_name + Azure::Web::Mgmt::V2016_09_01::Models::ResourceMetricName + end + def slot_swap_status + Azure::Web::Mgmt::V2016_09_01::Models::SlotSwapStatus + end + def operation_status + Azure::Web::Mgmt::V2016_09_01::Models::OperationStatus + end + def cors_settings + Azure::Web::Mgmt::V2016_09_01::Models::CorsSettings + end + def auto_heal_triggers + Azure::Web::Mgmt::V2016_09_01::Models::AutoHealTriggers + end def identifier Azure::Web::Mgmt::V2016_09_01::Models::Identifier end diff --git a/management/azure_mgmt_network/lib/azure_mgmt_network.rb b/management/azure_mgmt_network/lib/azure_mgmt_network.rb index 54f0bf395f..b7dd737a11 100644 --- a/management/azure_mgmt_network/lib/azure_mgmt_network.rb +++ b/management/azure_mgmt_network/lib/azure_mgmt_network.rb @@ -2,23 +2,23 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -require '2017-10-01/generated/azure_mgmt_network' -require '2018-01-01/generated/azure_mgmt_network' -require '2016-06-01/generated/azure_mgmt_network' +require '2017-11-01/generated/azure_mgmt_network' +require '2017-03-01/generated/azure_mgmt_network' require '2015-06-15/generated/azure_mgmt_network' -require '2018-07-01/generated/azure_mgmt_network' -require '2018-06-01/generated/azure_mgmt_network' -require '2018-04-01/generated/azure_mgmt_network' require '2017-09-01/generated/azure_mgmt_network' -require '2017-11-01/generated/azure_mgmt_network' +require '2018-01-01/generated/azure_mgmt_network' require '2017-03-30/generated/azure_mgmt_network' -require '2016-12-01/generated/azure_mgmt_network' -require '2016-09-01/generated/azure_mgmt_network' +require '2018-06-01/generated/azure_mgmt_network' +require '2015-05-01-preview/generated/azure_mgmt_network' require '2018-02-01/generated/azure_mgmt_network' -require '2016-03-30/generated/azure_mgmt_network' +require '2016-09-01/generated/azure_mgmt_network' +require '2018-04-01/generated/azure_mgmt_network' +require '2017-10-01/generated/azure_mgmt_network' +require '2016-12-01/generated/azure_mgmt_network' require '2018-08-01/generated/azure_mgmt_network' -require '2015-05-01-preview/generated/azure_mgmt_network' -require '2017-03-01/generated/azure_mgmt_network' +require '2018-07-01/generated/azure_mgmt_network' +require '2016-03-30/generated/azure_mgmt_network' +require '2016-06-01/generated/azure_mgmt_network' require 'profiles/v2018_03_01/network_v2018_03_01_profile_client' -require 'profiles/latest/network_latest_profile_client' require 'profiles/v2017_03_09/network_v2017_03_09_profile_client' +require 'profiles/latest/network_latest_profile_client' diff --git a/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb b/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb index 142ba796a2..359eb0cec8 100644 --- a/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb +++ b/management/azure_mgmt_network/lib/profiles/latest/modules/network_profile_module.rb @@ -6,29 +6,6 @@ module Azure::Network::Profiles::Latest module Mgmt - AzureFirewalls = Azure::Network::Mgmt::V2018_08_01::AzureFirewalls - AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags - DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans - ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections - ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections - ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings - ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways - ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections - InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints - NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations - NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles - PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes - ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies - ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions - VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps - VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans - VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites - VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration - VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGatewayConnections - LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways - VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways - HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections P2sVpnServerConfigurations = Azure::Network::Mgmt::V2018_08_01::P2sVpnServerConfigurations VpnConnections = Azure::Network::Mgmt::V2018_08_01::VpnConnections P2sVpnGateways = Azure::Network::Mgmt::V2018_08_01::P2sVpnGateways @@ -69,8 +46,32 @@ module Mgmt VirtualNetworkGateways = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGateways AvailableDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableDelegations AvailableResourceGroupDelegations = Azure::Network::Mgmt::V2018_08_01::AvailableResourceGroupDelegations + AzureFirewalls = Azure::Network::Mgmt::V2018_08_01::AzureFirewalls + AzureFirewallFqdnTags = Azure::Network::Mgmt::V2018_08_01::AzureFirewallFqdnTags + DdosProtectionPlans = Azure::Network::Mgmt::V2018_08_01::DdosProtectionPlans + ExpressRouteCircuitConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCircuitConnections + ExpressRouteCrossConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnections + ExpressRouteCrossConnectionPeerings = Azure::Network::Mgmt::V2018_08_01::ExpressRouteCrossConnectionPeerings + ExpressRouteGateways = Azure::Network::Mgmt::V2018_08_01::ExpressRouteGateways + ExpressRouteConnections = Azure::Network::Mgmt::V2018_08_01::ExpressRouteConnections + InterfaceEndpoints = Azure::Network::Mgmt::V2018_08_01::InterfaceEndpoints + NetworkInterfaceTapConfigurations = Azure::Network::Mgmt::V2018_08_01::NetworkInterfaceTapConfigurations + NetworkProfiles = Azure::Network::Mgmt::V2018_08_01::NetworkProfiles + PublicIPPrefixes = Azure::Network::Mgmt::V2018_08_01::PublicIPPrefixes + ServiceEndpointPolicies = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicies + ServiceEndpointPolicyDefinitions = Azure::Network::Mgmt::V2018_08_01::ServiceEndpointPolicyDefinitions + VirtualNetworkTaps = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkTaps + VirtualWans = Azure::Network::Mgmt::V2018_08_01::VirtualWans + VpnSites = Azure::Network::Mgmt::V2018_08_01::VpnSites + VpnSitesConfiguration = Azure::Network::Mgmt::V2018_08_01::VpnSitesConfiguration + VirtualHubs = Azure::Network::Mgmt::V2018_08_01::VirtualHubs + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2018_08_01::VirtualNetworkGatewayConnections + LocalNetworkGateways = Azure::Network::Mgmt::V2018_08_01::LocalNetworkGateways + VpnGateways = Azure::Network::Mgmt::V2018_08_01::VpnGateways + HubVirtualNetworkConnections = Azure::Network::Mgmt::V2018_08_01::HubVirtualNetworkConnections module Models + HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader ListP2SVpnGatewaysResult = Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult ExpressRouteCrossConnectionListResult = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionListResult DeviceProperties = Azure::Network::Mgmt::V2018_08_01::Models::DeviceProperties @@ -142,62 +143,6 @@ module Models NetworkConfigurationDiagnosticResponse = Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse NetworkInterfaceTapConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration InterfaceEndpoint = Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint - ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition - ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy - IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile - ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink - Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation - VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap - ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate - AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration - AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection - AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection - AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection - AzureFirewall = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall - AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag - ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection - ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering - ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection - ExpressRouteConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection - ExpressRouteGateway = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway - OutboundRule = Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule - ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration - Container = Azure::Network::Mgmt::V2018_08_01::Models::Container - ContainerNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface - NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile - PublicIPPrefix = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix - P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate - P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate - P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate - P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration - VirtualWAN = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN - VpnSite = Azure::Network::Mgmt::V2018_08_01::Models::VpnSite - HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection - VirtualHub = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub - VpnConnection = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection - VpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway - P2SVpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway - AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType - HTTPHeader = Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader - AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType - AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType - AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol - ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType - ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState - CircuitConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus - IpFlowProtocol = Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol - HTTPMethod = Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod - ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus - PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName - VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol - OfficeTrafficCategory = Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory - VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol - VpnConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus - VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType - TunnelConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus - HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus - Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity PublicIPAddressSku = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku SubResource = Azure::Network::Mgmt::V2018_08_01::Models::SubResource ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddress @@ -209,27 +154,82 @@ module Models ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPropertiesFormat NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceDnsSettings ApplicationSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup - ResourceNavigationLink = Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + ServiceEndpointPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy Route = Azure::Network::Mgmt::V2018_08_01::Models::Route SecurityRule = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule - ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + Delegation = Azure::Network::Mgmt::V2018_08_01::Models::Delegation + ServiceEndpointPolicyDefinition = Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition BackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool - InboundNatRule = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule IPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration PublicIPAddress = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddress NetworkInterfaceIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceIPConfiguration NetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterface NetworkSecurityGroup = Azure::Network::Mgmt::V2018_08_01::Models::NetworkSecurityGroup RouteTable = Azure::Network::Mgmt::V2018_08_01::Models::RouteTable + IPConfigurationProfile = Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile Subnet = Azure::Network::Mgmt::V2018_08_01::Models::Subnet - RouteNextHopType = Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType - SecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + AzureFirewallNetworkRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection + ResourceNavigationLink = Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + ApplicationGatewayTrustedRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate + ExpressRouteCircuitConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection + ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + AzureFirewallNatRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection + ServiceAssociationLink = Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + AzureFirewall = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall + VirtualNetworkTap = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + ContainerNetworkInterfaceConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration + ExpressRouteCrossConnectionPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering + AzureFirewallApplicationRuleCollection = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection + InboundNatRule = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + PublicIPPrefix = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + OutboundRule = Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule + AzureFirewallFqdnTag = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag + Container = Azure::Network::Mgmt::V2018_08_01::Models::Container + ContainerNetworkInterface = Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface + ExpressRouteCrossConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection + ExpressRouteConnection = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection + ExpressRouteGateway = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway + HubVirtualNetworkConnection = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection + P2SVpnServerConfigRadiusServerRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + VpnConnection = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection + P2SVpnServerConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration + NetworkProfile = Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + VpnSite = Azure::Network::Mgmt::V2018_08_01::Models::VpnSite + AzureFirewallIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration + P2SVpnServerConfigVpnClientRevokedCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate SecurityRuleAccess = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess - SecurityRuleDirection = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection - TransportProtocol = Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol - IPAllocationMethod = Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + VpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway + P2SVpnGateway = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway + VirtualWAN = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN IPVersion = Azure::Network::Mgmt::V2018_08_01::Models::IPVersion PublicIPAddressSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName + P2SVpnServerConfigVpnClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate + SecurityRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + ExpressRoutePeeringState = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState + P2SVpnServerConfigRadiusClientRootCertificate = Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate + TransportProtocol = Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + IPAllocationMethod = Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + AzureFirewallNatRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType + AzureFirewallNetworkRuleProtocol = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol + VirtualHub = Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub + RouteNextHopType = Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType + CircuitConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus + IpFlowProtocol = Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol + SecurityRuleDirection = Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection + AzureFirewallApplicationRuleProtocolType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType + Severity = Azure::Network::Mgmt::V2018_08_01::Models::Severity + VirtualNetworkGatewayConnectionProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol + ExpressRoutePeeringType = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType + VpnGatewayTunnelingProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol + VpnConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus + VirtualWanSecurityProviderType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType + HTTPMethod = Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod + AzureFirewallRCActionType = Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType + PublicIPPrefixSkuName = Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName + OfficeTrafficCategory = Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory + TunnelConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + HubVirtualNetworkConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + ConnectionMonitorSourceStatus = Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus TopologyAssociation = Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation TopologyResource = Azure::Network::Mgmt::V2018_08_01::Models::TopologyResource OperationListResult = Azure::Network::Mgmt::V2018_08_01::Models::OperationListResult @@ -315,20 +315,20 @@ module Models ApplicationGatewayBackendHealthServer = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHealthServer PacketCaptureQueryStatusResult = Azure::Network::Mgmt::V2018_08_01::Models::PacketCaptureQueryStatusResult ApplicationGatewaySku = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku - TroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters + Error = Azure::Network::Mgmt::V2018_08_01::Models::Error BgpPeerStatus = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus QueryTroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters + TroubleshootingParameters = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters VirtualNetworkListUsageResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult - TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions IPAddressAvailabilityResult = Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult TroubleshootingDetails = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingDetails DhcpOptions = Azure::Network::Mgmt::V2018_08_01::Models::DhcpOptions TroubleshootingResult = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingResult VirtualNetworkPeeringListResult = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult - RetentionPolicyParameters = Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters + TroubleshootingRecommendedActions = Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions ApplicationGatewayAvailableSslPredefinedPolicies = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies FlowLogStatusParameters = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters - UsagesListResult = Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult + RetentionPolicyParameters = Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters FlowLogInformation = Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation ExpressRouteCircuitPeeringConfig = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeeringConfig ConnectivitySource = Azure::Network::Mgmt::V2018_08_01::Models::ConnectivitySource @@ -383,7 +383,7 @@ module Models Availability = Azure::Network::Mgmt::V2018_08_01::Models::Availability ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + UsagesListResult = Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendIPConfiguration ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayFrontendPort @@ -398,7 +398,7 @@ module Models ApplicationGatewayAvailableSslOptions = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslOptions ApplicationGatewaySslPredefinedPolicy = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslPredefinedPolicy EndpointServiceResult = Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult - ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate RouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule ExpressRouteCircuitPeering = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitPeering RouteFilter = Azure::Network::Mgmt::V2018_08_01::Models::RouteFilter @@ -408,6 +408,7 @@ module Models LoadBalancingRule = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancingRule Probe = Azure::Network::Mgmt::V2018_08_01::Models::Probe InboundNatPool = Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool + ExpressRouteCircuitAuthorization = Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization LoadBalancer = Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer NetworkWatcher = Azure::Network::Mgmt::V2018_08_01::Models::NetworkWatcher PatchRouteFilterRule = Azure::Network::Mgmt::V2018_08_01::Models::PatchRouteFilterRule @@ -465,28 +466,27 @@ module Models VirtualNetworkGatewayType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayType VpnType = Azure::Network::Mgmt::V2018_08_01::Models::VpnType VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName + Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier VpnClientProtocol = Azure::Network::Mgmt::V2018_08_01::Models::VpnClientProtocol BgpPeerState = Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerState ProcessorArchitecture = Azure::Network::Mgmt::V2018_08_01::Models::ProcessorArchitecture AuthenticationMethod = Azure::Network::Mgmt::V2018_08_01::Models::AuthenticationMethod VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus - VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType IpsecEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption IpsecIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IpsecIntegrity IkeEncryption = Azure::Network::Mgmt::V2018_08_01::Models::IkeEncryption IkeIntegrity = Azure::Network::Mgmt::V2018_08_01::Models::IkeIntegrity DhGroup = Azure::Network::Mgmt::V2018_08_01::Models::DhGroup PfsGroup = Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup - Error = Azure::Network::Mgmt::V2018_08_01::Models::Error - Protocol = Azure::Network::Mgmt::V2018_08_01::Models::Protocol + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType end # # NetworkManagementClass # class NetworkManagementClass - attr_reader :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, :interface_endpoints, :network_interface_tap_configurations, :network_profiles, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :virtual_network_gateway_connections, :local_network_gateways, :vpn_gateways, :hub_virtual_network_connections, :p2s_vpn_server_configurations, :vpn_connections, :p2s_vpn_gateways, :network_interfaces, :public_ipaddresses, :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, :operations, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :available_delegations, :available_resource_group_delegations, :configurable, :base_url, :options, :model_classes + attr_reader :p2s_vpn_server_configurations, :vpn_connections, :p2s_vpn_gateways, :network_interfaces, :public_ipaddresses, :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, :operations, :route_filters, :route_filter_rules, :route_tables, :routes, :bgp_service_communities, :usages, :virtual_networks, :subnets, :virtual_network_peerings, :virtual_network_gateways, :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, :interface_endpoints, :network_interface_tap_configurations, :network_profiles, :public_ipprefixes, :service_endpoint_policies, :service_endpoint_policy_definitions, :virtual_network_taps, :virtual_wans, :vpn_sites, :vpn_sites_configuration, :virtual_hubs, :virtual_network_gateway_connections, :local_network_gateways, :vpn_gateways, :hub_virtual_network_connections, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -506,29 +506,6 @@ def initialize(options = {}) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) - @azure_firewalls = @client_0.azure_firewalls - @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags - @ddos_protection_plans = @client_0.ddos_protection_plans - @express_route_circuit_connections = @client_0.express_route_circuit_connections - @express_route_cross_connections = @client_0.express_route_cross_connections - @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings - @express_route_gateways = @client_0.express_route_gateways - @express_route_connections = @client_0.express_route_connections - @interface_endpoints = @client_0.interface_endpoints - @network_interface_tap_configurations = @client_0.network_interface_tap_configurations - @network_profiles = @client_0.network_profiles - @public_ipprefixes = @client_0.public_ipprefixes - @service_endpoint_policies = @client_0.service_endpoint_policies - @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions - @virtual_network_taps = @client_0.virtual_network_taps - @virtual_wans = @client_0.virtual_wans - @vpn_sites = @client_0.vpn_sites - @vpn_sites_configuration = @client_0.vpn_sites_configuration - @virtual_hubs = @client_0.virtual_hubs - @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections - @local_network_gateways = @client_0.local_network_gateways - @vpn_gateways = @client_0.vpn_gateways - @hub_virtual_network_connections = @client_0.hub_virtual_network_connections @p2s_vpn_server_configurations = @client_0.p2s_vpn_server_configurations @vpn_connections = @client_0.vpn_connections @p2s_vpn_gateways = @client_0.p2s_vpn_gateways @@ -569,6 +546,29 @@ def initialize(options = {}) @virtual_network_gateways = @client_0.virtual_network_gateways @available_delegations = @client_0.available_delegations @available_resource_group_delegations = @client_0.available_resource_group_delegations + @azure_firewalls = @client_0.azure_firewalls + @azure_firewall_fqdn_tags = @client_0.azure_firewall_fqdn_tags + @ddos_protection_plans = @client_0.ddos_protection_plans + @express_route_circuit_connections = @client_0.express_route_circuit_connections + @express_route_cross_connections = @client_0.express_route_cross_connections + @express_route_cross_connection_peerings = @client_0.express_route_cross_connection_peerings + @express_route_gateways = @client_0.express_route_gateways + @express_route_connections = @client_0.express_route_connections + @interface_endpoints = @client_0.interface_endpoints + @network_interface_tap_configurations = @client_0.network_interface_tap_configurations + @network_profiles = @client_0.network_profiles + @public_ipprefixes = @client_0.public_ipprefixes + @service_endpoint_policies = @client_0.service_endpoint_policies + @service_endpoint_policy_definitions = @client_0.service_endpoint_policy_definitions + @virtual_network_taps = @client_0.virtual_network_taps + @virtual_wans = @client_0.virtual_wans + @vpn_sites = @client_0.vpn_sites + @vpn_sites_configuration = @client_0.vpn_sites_configuration + @virtual_hubs = @client_0.virtual_hubs + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections + @local_network_gateways = @client_0.local_network_gateways + @vpn_gateways = @client_0.vpn_gateways + @hub_virtual_network_connections = @client_0.hub_virtual_network_connections @model_classes = ModelClasses.new end @@ -589,6 +589,9 @@ def method_missing(method, *args) end class ModelClasses + def httpheader + Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader + end def list_p2_svpn_gateways_result Azure::Network::Mgmt::V2018_08_01::Models::ListP2SVpnGatewaysResult end @@ -790,185 +793,17 @@ def network_security_group_result def network_configuration_diagnostic_result Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResult end - def azure_firewall_rcaction - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction - end - def network_configuration_diagnostic_response - Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse - end - def network_interface_tap_configuration - Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration - end - def interface_endpoint - Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint - end - def service_endpoint_policy_definition - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition - end - def service_endpoint_policy - Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy - end - def ipconfiguration_profile - Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile - end - def service_association_link - Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink - end - def delegation - Azure::Network::Mgmt::V2018_08_01::Models::Delegation - end - def virtual_network_tap - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap - end - def application_gateway_trusted_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate - end - def azure_firewall_ipconfiguration - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration - end - def azure_firewall_application_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection - end - def azure_firewall_nat_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection - end - def azure_firewall_network_rule_collection - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection - end - def azure_firewall - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall - end - def azure_firewall_fqdn_tag - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag - end - def express_route_circuit_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection - end - def express_route_cross_connection_peering - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering - end - def express_route_cross_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection - end - def express_route_connection - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection - end - def express_route_gateway - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway - end - def outbound_rule - Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule - end - def container_network_interface_configuration - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration - end - def container - Azure::Network::Mgmt::V2018_08_01::Models::Container - end - def container_network_interface - Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface - end - def network_profile - Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile - end - def public_ipprefix - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix - end - def p2_svpn_server_config_vpn_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate - end - def p2_svpn_server_config_vpn_client_revoked_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate - end - def p2_svpn_server_config_radius_server_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate - end - def p2_svpn_server_config_radius_client_root_certificate - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate - end - def p2_svpn_server_configuration - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration - end - def virtual_wan - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN - end - def vpn_site - Azure::Network::Mgmt::V2018_08_01::Models::VpnSite - end - def hub_virtual_network_connection - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection - end - def virtual_hub - Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub - end - def vpn_connection - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection - end - def vpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway - end - def p2_svpn_gateway - Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway - end - def azure_firewall_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType - end - def httpheader - Azure::Network::Mgmt::V2018_08_01::Models::HTTPHeader - end - def azure_firewall_application_rule_protocol_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType - end - def azure_firewall_nat_rcaction_type - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType - end - def azure_firewall_network_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol - end - def express_route_peering_type - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType - end - def express_route_peering_state - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState - end - def circuit_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus - end - def ip_flow_protocol - Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol - end - def httpmethod - Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod - end - def connection_monitor_source_status - Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus - end - def public_ipprefix_sku_name - Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName - end - def virtual_network_gateway_connection_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol - end - def office_traffic_category - Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory - end - def vpn_gateway_tunneling_protocol - Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol - end - def vpn_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus - end - def virtual_wan_security_provider_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType - end - def tunnel_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + def azure_firewall_rcaction + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCAction end - def hub_virtual_network_connection_status - Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + def network_configuration_diagnostic_response + Azure::Network::Mgmt::V2018_08_01::Models::NetworkConfigurationDiagnosticResponse end - def severity - Azure::Network::Mgmt::V2018_08_01::Models::Severity + def network_interface_tap_configuration + Azure::Network::Mgmt::V2018_08_01::Models::NetworkInterfaceTapConfiguration + end + def interface_endpoint + Azure::Network::Mgmt::V2018_08_01::Models::InterfaceEndpoint end def public_ipaddress_sku Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSku @@ -1003,8 +838,8 @@ def network_interface_dns_settings def application_security_group Azure::Network::Mgmt::V2018_08_01::Models::ApplicationSecurityGroup end - def resource_navigation_link - Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + def service_endpoint_policy + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicy end def route Azure::Network::Mgmt::V2018_08_01::Models::Route @@ -1012,15 +847,15 @@ def route def security_rule Azure::Network::Mgmt::V2018_08_01::Models::SecurityRule end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + def delegation + Azure::Network::Mgmt::V2018_08_01::Models::Delegation + end + def service_endpoint_policy_definition + Azure::Network::Mgmt::V2018_08_01::Models::ServiceEndpointPolicyDefinition end def backend_address_pool Azure::Network::Mgmt::V2018_08_01::Models::BackendAddressPool end - def inbound_nat_rule - Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule - end def ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::IPConfiguration end @@ -1039,26 +874,110 @@ def network_security_group def route_table Azure::Network::Mgmt::V2018_08_01::Models::RouteTable end + def ipconfiguration_profile + Azure::Network::Mgmt::V2018_08_01::Models::IPConfigurationProfile + end def subnet Azure::Network::Mgmt::V2018_08_01::Models::Subnet end - def route_next_hop_type - Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType + def azure_firewall_network_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleCollection end - def security_rule_protocol - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + def resource_navigation_link + Azure::Network::Mgmt::V2018_08_01::Models::ResourceNavigationLink + end + def application_gateway_trusted_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayTrustedRootCertificate + end + def express_route_circuit_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitConnection + end + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayBackendAddressPool + end + def azure_firewall_nat_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRuleCollection + end + def service_association_link + Azure::Network::Mgmt::V2018_08_01::Models::ServiceAssociationLink + end + def azure_firewall + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewall + end + def virtual_network_tap + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkTap + end + def container_network_interface_configuration + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterfaceConfiguration + end + def express_route_cross_connection_peering + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnectionPeering + end + def azure_firewall_application_rule_collection + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleCollection + end + def inbound_nat_rule + Azure::Network::Mgmt::V2018_08_01::Models::InboundNatRule + end + def public_ipprefix + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefix + end + def outbound_rule + Azure::Network::Mgmt::V2018_08_01::Models::OutboundRule + end + def azure_firewall_fqdn_tag + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallFqdnTag + end + def container + Azure::Network::Mgmt::V2018_08_01::Models::Container + end + def container_network_interface + Azure::Network::Mgmt::V2018_08_01::Models::ContainerNetworkInterface + end + def express_route_cross_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCrossConnection + end + def express_route_connection + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteConnection + end + def express_route_gateway + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteGateway + end + def hub_virtual_network_connection + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnection + end + def p2_svpn_server_config_radius_server_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusServerRootCertificate + end + def vpn_connection + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnection + end + def p2_svpn_server_configuration + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfiguration + end + def network_profile + Azure::Network::Mgmt::V2018_08_01::Models::NetworkProfile + end + def vpn_site + Azure::Network::Mgmt::V2018_08_01::Models::VpnSite + end + def azure_firewall_ipconfiguration + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallIPConfiguration + end + def p2_svpn_server_config_vpn_client_revoked_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRevokedCertificate end def security_rule_access Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleAccess end - def security_rule_direction - Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection + def vpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::VpnGateway end - def transport_protocol - Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + def p2_svpn_gateway + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnGateway end - def ipallocation_method - Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + def virtual_wan + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWAN end def ipversion Azure::Network::Mgmt::V2018_08_01::Models::IPVersion @@ -1066,6 +985,87 @@ def ipversion def public_ipaddress_sku_name Azure::Network::Mgmt::V2018_08_01::Models::PublicIPAddressSkuName end + def p2_svpn_server_config_vpn_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigVpnClientRootCertificate + end + def security_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleProtocol + end + def express_route_peering_state + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringState + end + def p2_svpn_server_config_radius_client_root_certificate + Azure::Network::Mgmt::V2018_08_01::Models::P2SVpnServerConfigRadiusClientRootCertificate + end + def transport_protocol + Azure::Network::Mgmt::V2018_08_01::Models::TransportProtocol + end + def ipallocation_method + Azure::Network::Mgmt::V2018_08_01::Models::IPAllocationMethod + end + def azure_firewall_nat_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNatRCActionType + end + def azure_firewall_network_rule_protocol + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallNetworkRuleProtocol + end + def virtual_hub + Azure::Network::Mgmt::V2018_08_01::Models::VirtualHub + end + def route_next_hop_type + Azure::Network::Mgmt::V2018_08_01::Models::RouteNextHopType + end + def circuit_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::CircuitConnectionStatus + end + def ip_flow_protocol + Azure::Network::Mgmt::V2018_08_01::Models::IpFlowProtocol + end + def security_rule_direction + Azure::Network::Mgmt::V2018_08_01::Models::SecurityRuleDirection + end + def azure_firewall_application_rule_protocol_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallApplicationRuleProtocolType + end + def severity + Azure::Network::Mgmt::V2018_08_01::Models::Severity + end + def virtual_network_gateway_connection_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionProtocol + end + def express_route_peering_type + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRoutePeeringType + end + def vpn_gateway_tunneling_protocol + Azure::Network::Mgmt::V2018_08_01::Models::VpnGatewayTunnelingProtocol + end + def vpn_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::VpnConnectionStatus + end + def virtual_wan_security_provider_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualWanSecurityProviderType + end + def httpmethod + Azure::Network::Mgmt::V2018_08_01::Models::HTTPMethod + end + def azure_firewall_rcaction_type + Azure::Network::Mgmt::V2018_08_01::Models::AzureFirewallRCActionType + end + def public_ipprefix_sku_name + Azure::Network::Mgmt::V2018_08_01::Models::PublicIPPrefixSkuName + end + def office_traffic_category + Azure::Network::Mgmt::V2018_08_01::Models::OfficeTrafficCategory + end + def tunnel_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::TunnelConnectionStatus + end + def hub_virtual_network_connection_status + Azure::Network::Mgmt::V2018_08_01::Models::HubVirtualNetworkConnectionStatus + end + def connection_monitor_source_status + Azure::Network::Mgmt::V2018_08_01::Models::ConnectionMonitorSourceStatus + end def topology_association Azure::Network::Mgmt::V2018_08_01::Models::TopologyAssociation end @@ -1321,8 +1321,8 @@ def packet_capture_query_status_result def application_gateway_sku Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySku end - def troubleshooting_parameters - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters + def error + Azure::Network::Mgmt::V2018_08_01::Models::Error end def bgp_peer_status Azure::Network::Mgmt::V2018_08_01::Models::BgpPeerStatus @@ -1330,12 +1330,12 @@ def bgp_peer_status def query_troubleshooting_parameters Azure::Network::Mgmt::V2018_08_01::Models::QueryTroubleshootingParameters end + def troubleshooting_parameters + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingParameters + end def virtual_network_list_usage_result Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkListUsageResult end - def troubleshooting_recommended_actions - Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions - end def ipaddress_availability_result Azure::Network::Mgmt::V2018_08_01::Models::IPAddressAvailabilityResult end @@ -1351,8 +1351,8 @@ def troubleshooting_result def virtual_network_peering_list_result Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkPeeringListResult end - def retention_policy_parameters - Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters + def troubleshooting_recommended_actions + Azure::Network::Mgmt::V2018_08_01::Models::TroubleshootingRecommendedActions end def application_gateway_available_ssl_predefined_policies Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies @@ -1360,8 +1360,8 @@ def application_gateway_available_ssl_predefined_policies def flow_log_status_parameters Azure::Network::Mgmt::V2018_08_01::Models::FlowLogStatusParameters end - def usages_list_result - Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult + def retention_policy_parameters + Azure::Network::Mgmt::V2018_08_01::Models::RetentionPolicyParameters end def flow_log_information Azure::Network::Mgmt::V2018_08_01::Models::FlowLogInformation @@ -1525,8 +1525,8 @@ def application_gateway_backend_http_settings def application_gateway_ipconfiguration Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayIPConfiguration end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate + def usages_list_result + Azure::Network::Mgmt::V2018_08_01::Models::UsagesListResult end def application_gateway_ssl_certificate Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewaySslCertificate @@ -1570,8 +1570,8 @@ def application_gateway_ssl_predefined_policy def endpoint_service_result Azure::Network::Mgmt::V2018_08_01::Models::EndpointServiceResult end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2018_08_01::Models::ApplicationGatewayAuthenticationCertificate end def route_filter_rule Azure::Network::Mgmt::V2018_08_01::Models::RouteFilterRule @@ -1600,6 +1600,9 @@ def probe def inbound_nat_pool Azure::Network::Mgmt::V2018_08_01::Models::InboundNatPool end + def express_route_circuit_authorization + Azure::Network::Mgmt::V2018_08_01::Models::ExpressRouteCircuitAuthorization + end def load_balancer Azure::Network::Mgmt::V2018_08_01::Models::LoadBalancer end @@ -1771,6 +1774,9 @@ def vpn_type def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuName end + def protocol + Azure::Network::Mgmt::V2018_08_01::Models::Protocol + end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewaySkuTier end @@ -1789,9 +1795,6 @@ def authentication_method def virtual_network_gateway_connection_status Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionStatus end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType - end def ipsec_encryption Azure::Network::Mgmt::V2018_08_01::Models::IpsecEncryption end @@ -1810,11 +1813,8 @@ def dh_group def pfs_group Azure::Network::Mgmt::V2018_08_01::Models::PfsGroup end - def error - Azure::Network::Mgmt::V2018_08_01::Models::Error - end - def protocol - Azure::Network::Mgmt::V2018_08_01::Models::Protocol + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2018_08_01::Models::VirtualNetworkGatewayConnectionType end end end diff --git a/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb b/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb index 1d1ccdcf41..f4a05e1738 100644 --- a/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb +++ b/management/azure_mgmt_network/lib/profiles/v2017_03_09/modules/network_profile_module.rb @@ -6,32 +6,26 @@ module Azure::Network::Profiles::V2017_03_09 module Mgmt + Routes = Azure::Network::Mgmt::V2015_06_15::Routes + Usages = Azure::Network::Mgmt::V2015_06_15::Usages + VirtualNetworks = Azure::Network::Mgmt::V2015_06_15::VirtualNetworks + NetworkInterfaces = Azure::Network::Mgmt::V2015_06_15::NetworkInterfaces + PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses + ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways + Subnets = Azure::Network::Mgmt::V2015_06_15::Subnets + VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections 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 - PublicIPAddresses = Azure::Network::Mgmt::V2015_06_15::PublicIPAddresses LocalNetworkGateways = Azure::Network::Mgmt::V2015_06_15::LocalNetworkGateways + VirtualNetworkGateways = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGateways NetworkSecurityGroups = Azure::Network::Mgmt::V2015_06_15::NetworkSecurityGroups SecurityRules = Azure::Network::Mgmt::V2015_06_15::SecurityRules 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 - ApplicationGateways = Azure::Network::Mgmt::V2015_06_15::ApplicationGateways - VirtualNetworkGateways = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGateways - VirtualNetworkGatewayConnections = Azure::Network::Mgmt::V2015_06_15::VirtualNetworkGatewayConnections module Models - RouteTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteTableListResult - LocalNetworkGatewayListResult = Azure::Network::Mgmt::V2015_06_15::Models::LocalNetworkGatewayListResult - Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage - SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult - ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult - VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayIPConfiguration ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySslCertificate @@ -64,17 +58,26 @@ module Models 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 + ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType + ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState + 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 + ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState + ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuTier + ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuFamily + ServiceProviderProvisioningState = Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState + LoadDistribution = Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution + ProbeProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol + NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus SubResource = Azure::Network::Mgmt::V2015_06_15::Models::SubResource ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddress Resource = Azure::Network::Mgmt::V2015_06_15::Models::Resource PublicIPAddressListResult = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressListResult NetworkInterfaceListResult = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceListResult PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings - ApplicationGatewayOperationalState = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState - ApplicationGatewayRequestRoutingRuleType = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings - ExpressRouteCircuitPeeringAdvertisedPublicPrefixState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - ExpressRouteCircuitPeeringState = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState + VirtualNetworkGatewayType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType Route = Azure::Network::Mgmt::V2015_06_15::Models::Route SecurityRule = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRule ApplicationGatewayBackendAddressPool = Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendAddressPool @@ -93,24 +96,15 @@ module Models SecurityRuleDirection = Azure::Network::Mgmt::V2015_06_15::Models::SecurityRuleDirection TransportProtocol = Azure::Network::Mgmt::V2015_06_15::Models::TransportProtocol IPAllocationMethod = Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod - ExpressRouteCircuitPeeringType = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType - ProbeProtocol = Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol - ExpressRouteCircuitSkuTier = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuTier - ExpressRouteCircuitSkuFamily = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuFamily - AuthorizationUseStatus = Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus - VirtualNetworkGatewayType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType - LoadDistribution = Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution - VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName - NetworkOperationStatus = Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier - ServiceProviderProvisioningState = Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus - ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType + ProcessorArchitecture = Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture VpnType = Azure::Network::Mgmt::V2015_06_15::Models::VpnType + VirtualNetworkGatewaySkuName = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier 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 + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus 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 @@ -126,31 +120,37 @@ module Models UsageName = Azure::Network::Mgmt::V2015_06_15::Models::UsageName ExpressRouteCircuitSku = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSku RouteListResult = Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult - Error = Azure::Network::Mgmt::V2015_06_15::Models::Error ExpressRouteCircuitsArpTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult ExpressRouteCircuitsRoutesTableListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsRoutesTableListResult 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 + Error = Azure::Network::Mgmt::V2015_06_15::Models::Error 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 ExpressRouteCircuitsStatsListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsStatsListResult - ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult - ExpressRouteCircuitRoutesTable = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable 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 + ConnectionSharedKeyResult = Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult 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 + Usage = Azure::Network::Mgmt::V2015_06_15::Models::Usage + SubnetListResult = Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult + ExpressRouteCircuitPeeringListResult = Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + VpnClientConfiguration = Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration end # # NetworkManagementClass # class NetworkManagementClass - attr_reader :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :network_interfaces, :public_ipaddresses, :local_network_gateways, :network_security_groups, :security_rules, :route_tables, :routes, :usages, :virtual_networks, :subnets, :application_gateways, :virtual_network_gateways, :virtual_network_gateway_connections, :configurable, :base_url, :options, :model_classes + attr_reader :routes, :usages, :virtual_networks, :network_interfaces, :public_ipaddresses, :application_gateways, :subnets, :virtual_network_gateway_connections, :express_route_circuit_authorizations, :express_route_circuit_peerings, :express_route_circuits, :express_route_service_providers, :load_balancers, :local_network_gateways, :virtual_network_gateways, :network_security_groups, :security_rules, :route_tables, :configurable, :base_url, :options, :model_classes def initialize(options = {}) if options.is_a?(Hash) && options.length == 0 @@ -170,24 +170,24 @@ def initialize(options = {}) @client_0.subscription_id = configurable.subscription_id end add_telemetry(@client_0) + @routes = @client_0.routes + @usages = @client_0.usages + @virtual_networks = @client_0.virtual_networks + @network_interfaces = @client_0.network_interfaces + @public_ipaddresses = @client_0.public_ipaddresses + @application_gateways = @client_0.application_gateways + @subnets = @client_0.subnets + @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @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 - @public_ipaddresses = @client_0.public_ipaddresses @local_network_gateways = @client_0.local_network_gateways + @virtual_network_gateways = @client_0.virtual_network_gateways @network_security_groups = @client_0.network_security_groups @security_rules = @client_0.security_rules @route_tables = @client_0.route_tables - @routes = @client_0.routes - @usages = @client_0.usages - @virtual_networks = @client_0.virtual_networks - @subnets = @client_0.subnets - @application_gateways = @client_0.application_gateways - @virtual_network_gateways = @client_0.virtual_network_gateways - @virtual_network_gateway_connections = @client_0.virtual_network_gateway_connections @model_classes = ModelClasses.new end @@ -208,24 +208,6 @@ def method_missing(method, *args) end class ModelClasses - 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 usage - Azure::Network::Mgmt::V2015_06_15::Models::Usage - end - def subnet_list_result - Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult - end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult - end - def vpn_client_configuration - Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration - end def application_gateway_backend_http_settings Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayBackendHttpSettings end @@ -322,6 +304,42 @@ def application_gateway_sku_name def application_gateway_tier Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayTier end + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType + end + def application_gateway_operational_state + Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState + end + def authorization_use_status + Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus + end + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + end + def express_route_circuit_peering_type + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType + end + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState + end + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuTier + end + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuFamily + end + def service_provider_provisioning_state + Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState + end + def load_distribution + Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution + end + def probe_protocol + Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol + end + def network_operation_status + Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus + end def sub_resource Azure::Network::Mgmt::V2015_06_15::Models::SubResource end @@ -340,20 +358,11 @@ def network_interface_list_result def public_ipaddress_dns_settings Azure::Network::Mgmt::V2015_06_15::Models::PublicIPAddressDnsSettings end - def application_gateway_operational_state - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayOperationalState - end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewayRequestRoutingRuleType - end def network_interface_dns_settings Azure::Network::Mgmt::V2015_06_15::Models::NetworkInterfaceDnsSettings end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState - end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringState + def virtual_network_gateway_type + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType end def route Azure::Network::Mgmt::V2015_06_15::Models::Route @@ -409,51 +418,21 @@ def transport_protocol def ipallocation_method Azure::Network::Mgmt::V2015_06_15::Models::IPAllocationMethod end - def express_route_circuit_peering_type - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringType - end - def probe_protocol - Azure::Network::Mgmt::V2015_06_15::Models::ProbeProtocol - end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuTier - end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitSkuFamily - end - def authorization_use_status - Azure::Network::Mgmt::V2015_06_15::Models::AuthorizationUseStatus + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayType + def processor_architecture + Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture end - def load_distribution - Azure::Network::Mgmt::V2015_06_15::Models::LoadDistribution + def vpn_type + Azure::Network::Mgmt::V2015_06_15::Models::VpnType end def virtual_network_gateway_sku_name Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuName end - def network_operation_status - Azure::Network::Mgmt::V2015_06_15::Models::NetworkOperationStatus - end def virtual_network_gateway_sku_tier Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewaySkuTier end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2015_06_15::Models::ServiceProviderProvisioningState - end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus - end - def processor_architecture - Azure::Network::Mgmt::V2015_06_15::Models::ProcessorArchitecture - end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionType - end - def vpn_type - Azure::Network::Mgmt::V2015_06_15::Models::VpnType - end def load_balancer_list_result Azure::Network::Mgmt::V2015_06_15::Models::LoadBalancerListResult end @@ -463,6 +442,9 @@ def connection_shared_key def connection_reset_shared_key Azure::Network::Mgmt::V2015_06_15::Models::ConnectionResetSharedKey end + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayConnectionStatus + end def virtual_network_gateway_list_result Azure::Network::Mgmt::V2015_06_15::Models::VirtualNetworkGatewayListResult end @@ -508,9 +490,6 @@ def express_route_circuit_sku def route_list_result Azure::Network::Mgmt::V2015_06_15::Models::RouteListResult end - def error - Azure::Network::Mgmt::V2015_06_15::Models::Error - end def express_route_circuits_arp_table_list_result Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitsArpTableListResult end @@ -529,6 +508,9 @@ def virtual_network_gateway_connection_list_result def application_gateway_sku Azure::Network::Mgmt::V2015_06_15::Models::ApplicationGatewaySku end + def error + Azure::Network::Mgmt::V2015_06_15::Models::Error + end def dhcp_options Azure::Network::Mgmt::V2015_06_15::Models::DhcpOptions end @@ -541,18 +523,18 @@ def express_route_circuit_peering_config 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 + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties end def express_route_circuit_routes_table Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitRoutesTable end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitServiceProviderProperties - end def express_route_circuit_list_result Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitListResult end + def connection_shared_key_result + Azure::Network::Mgmt::V2015_06_15::Models::ConnectionSharedKeyResult + end def vpn_client_parameters Azure::Network::Mgmt::V2015_06_15::Models::VpnClientParameters end @@ -562,6 +544,24 @@ def express_route_circuit_stats 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 usage + Azure::Network::Mgmt::V2015_06_15::Models::Usage + end + def subnet_list_result + Azure::Network::Mgmt::V2015_06_15::Models::SubnetListResult + end + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2015_06_15::Models::ExpressRouteCircuitPeeringListResult + end + def vpn_client_configuration + Azure::Network::Mgmt::V2015_06_15::Models::VpnClientConfiguration + end end end end diff --git a/management/azure_mgmt_network/lib/profiles/v2018_03_01/modules/network_profile_module.rb b/management/azure_mgmt_network/lib/profiles/v2018_03_01/modules/network_profile_module.rb index 46800b4ded..ef27c295f8 100644 --- a/management/azure_mgmt_network/lib/profiles/v2018_03_01/modules/network_profile_module.rb +++ b/management/azure_mgmt_network/lib/profiles/v2018_03_01/modules/network_profile_module.rb @@ -45,163 +45,6 @@ module Mgmt LocalNetworkGateways = Azure::Network::Mgmt::V2017_10_01::LocalNetworkGateways module Models - 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 - 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 - 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 - SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult - ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot - 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 - VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration - Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability - ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings - ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration - ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate - ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate - ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration - ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort - ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener - ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule - ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe - ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule - ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration - ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection - VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity - ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol - 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 - ApplicationGatewayTier = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier - ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - Direction = Azure::Network::Mgmt::V2017_10_01::Models::Direction - NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType - PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol - 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 - 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 - VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier - 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 - AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod - VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus - 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 - 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 - Error = Azure::Network::Mgmt::V2017_10_01::Models::Error - Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity - PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku - SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource - ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress - Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource - PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult - NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult - PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings - NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult - ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat - NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings - ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup - ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink - Route = Azure::Network::Mgmt::V2017_10_01::Models::Route - SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule - 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 - IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration - PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress - 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 - RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable - Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet - RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType - 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 - 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 - PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName - Protocol = Azure::Network::Mgmt::V2017_10_01::Models::Protocol TopologyAssociation = Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation TopologyResource = Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource OperationListResult = Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult @@ -286,6 +129,7 @@ module Models 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 + Error = Azure::Network::Mgmt::V2017_10_01::Models::Error ApplicationGatewaySku = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySku TroubleshootingParameters = Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingParameters BgpPeerStatus = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatus @@ -330,951 +174,1107 @@ module Models 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 - end - - # - # NetworkManagementClass - # - class NetworkManagementClass - attr_reader :network_interfaces, :public_ipaddresses, :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, :operations, :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 - - def initialize(options = {}) - if options.is_a?(Hash) && options.length == 0 - @options = setup_default_options - else - @options = options - end - - reset!(options) - - @configurable = self - @base_url = options[:base_url].nil? ? nil:options[:base_url] - @options = options[:options].nil? ? nil:options[:options] - - @client_0 = Azure::Network::Mgmt::V2017_03_30::NetworkManagementClient.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) - - @client_1 = Azure::Network::Mgmt::V2017_10_01::NetworkManagementClient.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) - @network_interfaces = @client_1.network_interfaces - @public_ipaddresses = @client_1.public_ipaddresses - @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 - @operations = @client_1.operations - @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 - @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections - @local_network_gateways = @client_1.local_network_gateways - - @model_classes = ModelClasses.new - end - - def add_telemetry(client) - profile_information = 'Profiles/V2018_03_01/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 - - end - - class ModelClasses - 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 + 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 + 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 + 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 + SubnetListResult = Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult + ConnectionStateSnapshot = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + 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 + Availability = Azure::Network::Mgmt::V2017_10_01::Models::Availability + ApplicationGatewayBackendHttpSettings = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings + VpnClientConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration + ApplicationGatewayIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + ApplicationGatewayAuthenticationCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate + ApplicationGatewaySslCertificate = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + ApplicationGatewayFrontendIPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + ApplicationGatewayFrontendPort = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort + ApplicationGatewayHttpListener = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + ApplicationGatewayPathRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule + ApplicationGatewayProbe = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe + ApplicationGatewayRequestRoutingRule = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + ApplicationGatewayRedirectConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration + ApplicationGatewayUrlPathMap = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + 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 + VirtualNetworkGatewayConnection = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + VirtualNetworkGatewayConnectionListEntity = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity + ApplicationGatewayProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + 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 + ApplicationGatewayTier = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier + ApplicationGatewaySslProtocol = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + 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 + 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 + 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 + 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 + 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 + 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 + 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 + EffectiveRouteState = Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState + ProvisioningState = Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState + PublicIPAddressSku = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + SubResource = Azure::Network::Mgmt::V2017_10_01::Models::SubResource + ApplicationGatewayBackendAddress = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + Resource = Azure::Network::Mgmt::V2017_10_01::Models::Resource + PublicIPAddressListResult = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + NetworkInterfaceListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + PublicIPAddressDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + NetworkInterfaceIPConfigurationListResult = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + ServiceEndpointPropertiesFormat = Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + NetworkInterfaceDnsSettings = Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + ApplicationSecurityGroup = Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + ResourceNavigationLink = Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + Route = Azure::Network::Mgmt::V2017_10_01::Models::Route + SecurityRule = Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + 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 + IPConfiguration = Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + PublicIPAddress = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + 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 + RouteTable = Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + Subnet = Azure::Network::Mgmt::V2017_10_01::Models::Subnet + RouteNextHopType = Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + 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 + 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 + PublicIPAddressSkuName = Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + PcError = Azure::Network::Mgmt::V2017_10_01::Models::PcError + Origin = Azure::Network::Mgmt::V2017_10_01::Models::Origin + IssueType = Azure::Network::Mgmt::V2017_10_01::Models::IssueType + AssociationType = Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + Direction = Azure::Network::Mgmt::V2017_10_01::Models::Direction + NextHopType = Azure::Network::Mgmt::V2017_10_01::Models::NextHopType + PcProtocol = Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + PcStatus = Azure::Network::Mgmt::V2017_10_01::Models::PcStatus + 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 + Severity = Azure::Network::Mgmt::V2017_10_01::Models::Severity + 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 + VirtualNetworkGatewayConnectionType = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType + IpsecEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption + VirtualNetworkGatewaySkuTier = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + VpnClientProtocol = Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol + ConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus + ProcessorArchitecture = Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + AuthenticationMethod = Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod + VirtualNetworkGatewayConnectionStatus = Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + IpsecIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity + IkeEncryption = Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + IkeIntegrity = Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity + BgpPeerState = Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState + PfsGroup = Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup + DhGroup = Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + end + + # + # NetworkManagementClass + # + class NetworkManagementClass + attr_reader :network_interfaces, :public_ipaddresses, :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, :operations, :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 + + def initialize(options = {}) + if options.is_a?(Hash) && options.length == 0 + @options = setup_default_options + else + @options = options + end + + reset!(options) + + @configurable = self + @base_url = options[:base_url].nil? ? nil:options[:base_url] + @options = options[:options].nil? ? nil:options[:options] + + @client_0 = Azure::Network::Mgmt::V2017_03_30::NetworkManagementClient.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) + + @client_1 = Azure::Network::Mgmt::V2017_10_01::NetworkManagementClient.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) + @network_interfaces = @client_1.network_interfaces + @public_ipaddresses = @client_1.public_ipaddresses + @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 + @operations = @client_1.operations + @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 + @virtual_network_gateway_connections = @client_1.virtual_network_gateway_connections + @local_network_gateways = @client_1.local_network_gateways + + @model_classes = ModelClasses.new end - def local_network_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult + + def add_telemetry(client) + profile_information = 'Profiles/V2018_03_01/Network/Mgmt' + client.add_user_agent_information(profile_information) end - def connection_monitor_source - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource + + 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 - def application_gateway_backend_health_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool + + end + + class ModelClasses + def topology_association + Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation end - def connection_monitor_destination - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination + def topology_resource + Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource end - def application_gateway_firewall_disabled_rule_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup + def operation_list_result + Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult end - def connection_monitor_parameters - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters + def operation + Azure::Network::Mgmt::V2017_10_01::Models::Operation end - def usage - Azure::Network::Mgmt::V2017_10_01::Models::Usage + def operation_properties_format_service_specification + Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification end - def connection_monitor - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor + def virtual_network_connection_gateway_reference + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference end - def express_route_circuit_routes_table_summary - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary + def load_balancer_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult end - def connection_monitor_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult + def connection_shared_key + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey end - def tunnel_connection_health - Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth + def inbound_nat_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult end - def connection_monitor_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult + def load_balancer_backend_address_pool_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult end - def subnet_list_result - Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult + def connection_reset_shared_key + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey end - def connection_state_snapshot - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot + def load_balancer_frontend_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult end - def route_filter_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult + def ipsec_policy + Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy end - def connection_monitor_query_result - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult + def load_balancer_load_balancing_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult end - def express_route_circuit_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult + def gateway_route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult end - def operation_display - Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay + def load_balancer_probe_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult end - def vpn_client_configuration - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration + def bgp_peer_status_list_result + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult end - def availability - Azure::Network::Mgmt::V2017_10_01::Models::Availability + def virtual_network_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult end - def application_gateway_backend_http_settings - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings + def error_details + Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails end - def application_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration + def application_gateway_backend_health_http_settings + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings end - def application_gateway_authentication_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate + def application_gateway_backend_health + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth end - def application_gateway_ssl_certificate - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate + def azure_async_operation_result + Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult end - def application_gateway_frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration + def application_gateway_ssl_policy + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy end - def application_gateway_frontend_port - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort + def gateway_route + Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + 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 effective_network_security_rule + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule end - def application_gateway_http_listener - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener + def application_gateway_probe_health_response_match + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch end - def application_gateway_path_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule + def effective_network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup end - def application_gateway_probe - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe + def virtual_network_usage_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName end - def application_gateway_request_routing_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule + def effective_network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult end - def application_gateway_redirect_configuration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration + def virtual_network_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult end - def application_gateway_url_path_map - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap + def effective_route + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute end - def application_gateway - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway + def application_gateway_web_application_firewall_configuration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration end - def application_gateway_firewall_rule_set - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet + def effective_route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult end - def application_gateway_available_ssl_options - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions + def application_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult end - def application_gateway_ssl_predefined_policy - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy + def security_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult end - def endpoint_service_result - Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult + def application_gateway_firewall_rule_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup end - def express_route_circuit_authorization - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization + def network_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult end - def route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule + def application_gateway_available_waf_rule_sets_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult end - def express_route_circuit_peering - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering + def log_specification + Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification end - def route_filter - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter + def address_space + Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace end - def express_route_circuit - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit + def network_watcher_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult end - def express_route_service_provider - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider + def topology_parameters + Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters end - def frontend_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration + def application_security_group_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult end - def load_balancing_rule - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule + def dns_name_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult end - def probe - Azure::Network::Mgmt::V2017_10_01::Models::Probe + def dimension + Azure::Network::Mgmt::V2017_10_01::Models::Dimension end - def inbound_nat_pool - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool + def endpoint_services_list_result + Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult end - def outbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule + def metric_specification + Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification end - def load_balancer - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer + def authorization_list_result + Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult end - def network_watcher - Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher + def topology + Azure::Network::Mgmt::V2017_10_01::Models::Topology end - def patch_route_filter_rule - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule + def usage_name + Azure::Network::Mgmt::V2017_10_01::Models::UsageName end - def patch_route_filter - Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter + def verification_ipflow_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters end - def bgp_service_community - Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity + def bgp_service_community_list_result + Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult end - def virtual_network_peering - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering + def verification_ipflow_result + Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult end - def virtual_network - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork + def ipv6_express_route_circuit_peering_config + Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig end - def virtual_network_gateway_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration + def next_hop_parameters + Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters end - def vpn_client_root_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate + def express_route_circuit_sku + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku end - def vpn_client_revoked_certificate - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate + def next_hop_result + Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult end - def virtual_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway + def route_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult end - def local_network_gateway - Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway + def security_group_view_parameters + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters end - def virtual_network_gateway_connection - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection + def express_route_circuits_arp_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult end - def virtual_network_gateway_connection_list_entity - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity + def network_interface_association + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation end - def application_gateway_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol + def express_route_circuits_routes_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult end - def application_gateway_cookie_based_affinity - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity + def subnet_association + Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation end - def application_gateway_backend_health_server_health - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth + def express_route_circuits_routes_table_summary_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult end - def application_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName + def security_rule_associations + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations end - def application_gateway_tier - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier + def express_route_service_provider_bandwidths_offered + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered end - def application_gateway_ssl_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol + def security_group_network_interface + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface end - def application_gateway_ssl_policy_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType + def express_route_service_provider_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult end - def application_gateway_ssl_policy_name - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName + def security_group_view_result + Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult end - def application_gateway_ssl_cipher_suite - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite + def route_filter_rule_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult end - def application_gateway_request_routing_rule_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType + def packet_capture_storage_location + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation end - def application_gateway_redirect_type - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType + def packet_capture_filter + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter end - def application_gateway_operational_state - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState + def virtual_network_gateway_list_connections_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult end - def application_gateway_firewall_mode - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode + def packet_capture_parameters + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters end - def authorization_use_status - Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus + def packet_capture + Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture end - def express_route_circuit_peering_advertised_public_prefix_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState + def virtual_network_gateway_connection_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult end - def access - Azure::Network::Mgmt::V2017_10_01::Models::Access + def packet_capture_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult end - def express_route_circuit_peering_type - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType + def packet_capture_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult end - def express_route_circuit_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState + def application_gateway_backend_health_server + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer end - def express_route_circuit_sku_tier - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier + def packet_capture_query_status_result + Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult end - def express_route_circuit_sku_family - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily + def error + Azure::Network::Mgmt::V2017_10_01::Models::Error end - def service_provider_provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState + def application_gateway_sku + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySku end - def load_balancer_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName + def troubleshooting_parameters + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingParameters end - def load_distribution - Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution + def bgp_peer_status + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatus end - def probe_protocol - Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol + def query_troubleshooting_parameters + Azure::Network::Mgmt::V2017_10_01::Models::QueryTroubleshootingParameters end - def network_operation_status - Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus + def virtual_network_list_usage_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListUsageResult end - def effective_security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol + def troubleshooting_recommended_actions + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingRecommendedActions end - def effective_route_source - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource + def ipaddress_availability_result + Azure::Network::Mgmt::V2017_10_01::Models::IPAddressAvailabilityResult end - def effective_route_state - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState + def troubleshooting_details + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingDetails end - def provisioning_state - Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState + def dhcp_options + Azure::Network::Mgmt::V2017_10_01::Models::DhcpOptions end - def association_type - Azure::Network::Mgmt::V2017_10_01::Models::AssociationType + def troubleshooting_result + Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingResult end - def direction - Azure::Network::Mgmt::V2017_10_01::Models::Direction + def virtual_network_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringListResult end - def next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::NextHopType + def retention_policy_parameters + Azure::Network::Mgmt::V2017_10_01::Models::RetentionPolicyParameters end - def pc_protocol - Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol + def application_gateway_available_ssl_predefined_policies + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies end - def pc_status - Azure::Network::Mgmt::V2017_10_01::Models::PcStatus + def flow_log_status_parameters + Azure::Network::Mgmt::V2017_10_01::Models::FlowLogStatusParameters end - def pc_error - Azure::Network::Mgmt::V2017_10_01::Models::PcError + def usages_list_result + Azure::Network::Mgmt::V2017_10_01::Models::UsagesListResult end - def origin - Azure::Network::Mgmt::V2017_10_01::Models::Origin + def flow_log_information + Azure::Network::Mgmt::V2017_10_01::Models::FlowLogInformation end - def issue_type - Azure::Network::Mgmt::V2017_10_01::Models::IssueType + def express_route_circuit_peering_config + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringConfig end - def connection_status - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus + def connectivity_source + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivitySource end - def connection_state - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState + def bgpcommunity + Azure::Network::Mgmt::V2017_10_01::Models::BGPCommunity end - def evaluation_state - Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState + def connectivity_destination + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityDestination end - def virtual_network_peering_state - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState + def express_route_circuit_service_provider_properties + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitServiceProviderProperties end - def virtual_network_gateway_type - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType + def connectivity_parameters + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityParameters end - def vpn_type - Azure::Network::Mgmt::V2017_10_01::Models::VpnType + def express_route_circuit_routes_table + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTable end - def virtual_network_gateway_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName + def connectivity_issue + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityIssue end - def virtual_network_gateway_sku_tier - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier + def express_route_circuit_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitListResult end - def vpn_client_protocol - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol + def connectivity_hop + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityHop end - def bgp_peer_state - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState + def load_balancer_sku + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSku end - def processor_architecture - Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture + def connectivity_information + Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation end - def authentication_method - Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod + def vpn_device_script_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters end - def virtual_network_gateway_connection_status - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus + def azure_reachability_report_location + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation end - def virtual_network_gateway_connection_type - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType + def azure_reachability_report_parameters + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters end - def ipsec_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption + def application_gateway_connection_draining + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining end - def ipsec_integrity - Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity + def azure_reachability_report_latency_info + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo end - def ike_encryption - Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption + def vpn_client_parameters + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters end - def ike_integrity - Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity + def azure_reachability_report_item + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem end - def dh_group - Azure::Network::Mgmt::V2017_10_01::Models::DhGroup + def virtual_network_usage + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage end - def pfs_group - Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup + def azure_reachability_report + Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport end - def error - Azure::Network::Mgmt::V2017_10_01::Models::Error + def application_gateway_firewall_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule end - def severity - Azure::Network::Mgmt::V2017_10_01::Models::Severity + def available_providers_list_parameters + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters end - def public_ipaddress_sku - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku + def tags_object + Azure::Network::Mgmt::V2017_10_01::Models::TagsObject end - def sub_resource - Azure::Network::Mgmt::V2017_10_01::Models::SubResource + def available_providers_list_city + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity end - def application_gateway_backend_address - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress + def express_route_circuit_stats + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats end - def resource - Azure::Network::Mgmt::V2017_10_01::Models::Resource + def available_providers_list_state + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState end - def public_ipaddress_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult + def express_route_circuit_arp_table + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable end - def network_interface_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult + def available_providers_list_country + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCountry end - def public_ipaddress_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings + def route_table_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteTableListResult end - def network_interface_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult + def available_providers_list + Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersList end - def service_endpoint_properties_format - Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat + def local_network_gateway_list_result + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGatewayListResult end - def network_interface_dns_settings - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings + def connection_monitor_source + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorSource end - def application_security_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup + def application_gateway_backend_health_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthPool end - def resource_navigation_link - Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink + def connection_monitor_destination + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorDestination end - def route - Azure::Network::Mgmt::V2017_10_01::Models::Route + def application_gateway_firewall_disabled_rule_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallDisabledRuleGroup end - def security_rule - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule + def connection_monitor_parameters + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorParameters end - def application_gateway_backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool + def usage + Azure::Network::Mgmt::V2017_10_01::Models::Usage end - def backend_address_pool - Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool + def connection_monitor + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitor end - def inbound_nat_rule - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule + def express_route_circuit_routes_table_summary + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTableSummary end - def ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration + def connection_monitor_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorResult end - def public_ipaddress - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress + def tunnel_connection_health + Azure::Network::Mgmt::V2017_10_01::Models::TunnelConnectionHealth end - def network_interface_ipconfiguration - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration + def connection_monitor_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorListResult end - def network_interface - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface + def subnet_list_result + Azure::Network::Mgmt::V2017_10_01::Models::SubnetListResult end - def network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup + def connection_state_snapshot + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStateSnapshot end - def route_table - Azure::Network::Mgmt::V2017_10_01::Models::RouteTable + def route_filter_list_result + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterListResult end - def subnet - Azure::Network::Mgmt::V2017_10_01::Models::Subnet + def connection_monitor_query_result + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionMonitorQueryResult end - def route_next_hop_type - Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType + def express_route_circuit_peering_list_result + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringListResult end - def security_rule_protocol - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol + def operation_display + Azure::Network::Mgmt::V2017_10_01::Models::OperationDisplay end - def security_rule_access - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess + def availability + Azure::Network::Mgmt::V2017_10_01::Models::Availability end - def security_rule_direction - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection + def application_gateway_backend_http_settings + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHttpSettings end - def transport_protocol - Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol + def vpn_client_configuration + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientConfiguration end - def ipallocation_method - Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod + def application_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayIPConfiguration end - def ipversion - Azure::Network::Mgmt::V2017_10_01::Models::IPVersion + def application_gateway_authentication_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAuthenticationCertificate end - def public_ipaddress_sku_name - Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName + def application_gateway_ssl_certificate + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCertificate end - def protocol - Azure::Network::Mgmt::V2017_10_01::Models::Protocol + def application_gateway_frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendIPConfiguration end - def topology_association - Azure::Network::Mgmt::V2017_10_01::Models::TopologyAssociation + def application_gateway_frontend_port + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFrontendPort end - def topology_resource - Azure::Network::Mgmt::V2017_10_01::Models::TopologyResource + def application_gateway_http_listener + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayHttpListener end - def operation_list_result - Azure::Network::Mgmt::V2017_10_01::Models::OperationListResult + def application_gateway_path_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayPathRule end - def operation - Azure::Network::Mgmt::V2017_10_01::Models::Operation + def application_gateway_probe + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbe end - def operation_properties_format_service_specification - Azure::Network::Mgmt::V2017_10_01::Models::OperationPropertiesFormatServiceSpecification + def application_gateway_request_routing_rule + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRule end - def virtual_network_connection_gateway_reference - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkConnectionGatewayReference + def application_gateway_redirect_configuration + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectConfiguration end - def load_balancer_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerListResult + def application_gateway_url_path_map + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayUrlPathMap end - def connection_shared_key - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionSharedKey + def application_gateway + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGateway end - def inbound_nat_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRuleListResult + def application_gateway_firewall_rule_set + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleSet end - def load_balancer_backend_address_pool_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerBackendAddressPoolListResult + def application_gateway_available_ssl_options + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslOptions end - def connection_reset_shared_key - Azure::Network::Mgmt::V2017_10_01::Models::ConnectionResetSharedKey + def application_gateway_ssl_predefined_policy + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPredefinedPolicy end - def load_balancer_frontend_ipconfiguration_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerFrontendIPConfigurationListResult + def endpoint_service_result + Azure::Network::Mgmt::V2017_10_01::Models::EndpointServiceResult end - def ipsec_policy - Azure::Network::Mgmt::V2017_10_01::Models::IpsecPolicy + def express_route_circuit_authorization + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitAuthorization end - def load_balancer_load_balancing_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerLoadBalancingRuleListResult + def route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRule end - def gateway_route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::GatewayRouteListResult + def express_route_circuit_peering + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeering end - def load_balancer_probe_list_result - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerProbeListResult + def route_filter + Azure::Network::Mgmt::V2017_10_01::Models::RouteFilter end - def bgp_peer_status_list_result - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatusListResult + def express_route_circuit + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuit end - def virtual_network_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListResult + def express_route_service_provider + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProvider end - def error_details - Azure::Network::Mgmt::V2017_10_01::Models::ErrorDetails + def frontend_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::FrontendIPConfiguration end - def application_gateway_backend_health_http_settings - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthHttpSettings + def load_balancing_rule + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancingRule end - def application_gateway_backend_health - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealth + def probe + Azure::Network::Mgmt::V2017_10_01::Models::Probe end - def azure_async_operation_result - Azure::Network::Mgmt::V2017_10_01::Models::AzureAsyncOperationResult + def inbound_nat_pool + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatPool end - def application_gateway_ssl_policy - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicy + def outbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::OutboundNatRule end - def gateway_route - Azure::Network::Mgmt::V2017_10_01::Models::GatewayRoute + def load_balancer + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancer end - def network_interface_load_balancer_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceLoadBalancerListResult + def network_watcher + Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcher end - def bgp_settings - Azure::Network::Mgmt::V2017_10_01::Models::BgpSettings + def patch_route_filter_rule + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilterRule end - def effective_network_security_group_association - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupAssociation + def patch_route_filter + Azure::Network::Mgmt::V2017_10_01::Models::PatchRouteFilter end - def virtual_network_gateway_sku - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySku + def bgp_service_community + Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunity end - def effective_network_security_rule - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityRule + def virtual_network_peering + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeering end - def application_gateway_probe_health_response_match - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProbeHealthResponseMatch + def virtual_network + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetwork end - def effective_network_security_group - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroup + def virtual_network_gateway_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayIPConfiguration end - def virtual_network_usage_name - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsageName + def vpn_client_root_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRootCertificate end - def effective_network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveNetworkSecurityGroupListResult + def vpn_client_revoked_certificate + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientRevokedCertificate end - def virtual_network_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListResult + def virtual_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGateway end - def effective_route - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRoute + def local_network_gateway + Azure::Network::Mgmt::V2017_10_01::Models::LocalNetworkGateway end - def application_gateway_web_application_firewall_configuration - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayWebApplicationFirewallConfiguration + def virtual_network_gateway_connection + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnection end - def effective_route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteListResult + def virtual_network_gateway_connection_list_entity + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListEntity end - def application_gateway_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayListResult + def application_gateway_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayProtocol end - def security_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleListResult + def application_gateway_cookie_based_affinity + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayCookieBasedAffinity end - def application_gateway_firewall_rule_group - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRuleGroup + def application_gateway_backend_health_server_health + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServerHealth end - def network_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroupListResult + def application_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySkuName end - def application_gateway_available_waf_rule_sets_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableWafRuleSetsResult + def application_gateway_tier + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayTier end - def log_specification - Azure::Network::Mgmt::V2017_10_01::Models::LogSpecification + def application_gateway_ssl_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslProtocol end - def address_space - Azure::Network::Mgmt::V2017_10_01::Models::AddressSpace + def application_gateway_ssl_policy_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyType end - def network_watcher_list_result - Azure::Network::Mgmt::V2017_10_01::Models::NetworkWatcherListResult + def application_gateway_ssl_policy_name + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslPolicyName end - def topology_parameters - Azure::Network::Mgmt::V2017_10_01::Models::TopologyParameters + def application_gateway_ssl_cipher_suite + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySslCipherSuite end - def application_security_group_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroupListResult + def application_gateway_request_routing_rule_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRequestRoutingRuleType end - def dns_name_availability_result - Azure::Network::Mgmt::V2017_10_01::Models::DnsNameAvailabilityResult + def application_gateway_redirect_type + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayRedirectType end - def dimension - Azure::Network::Mgmt::V2017_10_01::Models::Dimension + def application_gateway_operational_state + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayOperationalState end - def endpoint_services_list_result - Azure::Network::Mgmt::V2017_10_01::Models::EndpointServicesListResult + def application_gateway_firewall_mode + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallMode end - def metric_specification - Azure::Network::Mgmt::V2017_10_01::Models::MetricSpecification + def authorization_use_status + Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationUseStatus end - def authorization_list_result - Azure::Network::Mgmt::V2017_10_01::Models::AuthorizationListResult + def express_route_circuit_peering_advertised_public_prefix_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringAdvertisedPublicPrefixState end - def topology - Azure::Network::Mgmt::V2017_10_01::Models::Topology + def access + Azure::Network::Mgmt::V2017_10_01::Models::Access end - def usage_name - Azure::Network::Mgmt::V2017_10_01::Models::UsageName + def express_route_circuit_peering_type + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringType end - def verification_ipflow_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowParameters + def express_route_circuit_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringState end - def bgp_service_community_list_result - Azure::Network::Mgmt::V2017_10_01::Models::BgpServiceCommunityListResult + def express_route_circuit_sku_tier + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuTier end - def verification_ipflow_result - Azure::Network::Mgmt::V2017_10_01::Models::VerificationIPFlowResult + def express_route_circuit_sku_family + Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSkuFamily end - def ipv6_express_route_circuit_peering_config - Azure::Network::Mgmt::V2017_10_01::Models::Ipv6ExpressRouteCircuitPeeringConfig + def service_provider_provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ServiceProviderProvisioningState end - def next_hop_parameters - Azure::Network::Mgmt::V2017_10_01::Models::NextHopParameters + def load_balancer_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSkuName end - def express_route_circuit_sku - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitSku + def load_distribution + Azure::Network::Mgmt::V2017_10_01::Models::LoadDistribution end - def next_hop_result - Azure::Network::Mgmt::V2017_10_01::Models::NextHopResult + def probe_protocol + Azure::Network::Mgmt::V2017_10_01::Models::ProbeProtocol end - def route_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteListResult + def network_operation_status + Azure::Network::Mgmt::V2017_10_01::Models::NetworkOperationStatus end - def security_group_view_parameters - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewParameters + def effective_security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveSecurityRuleProtocol end - def express_route_circuits_arp_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsArpTableListResult + def effective_route_source + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteSource end - def network_interface_association - Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceAssociation + def effective_route_state + Azure::Network::Mgmt::V2017_10_01::Models::EffectiveRouteState end - def express_route_circuits_routes_table_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableListResult + def provisioning_state + Azure::Network::Mgmt::V2017_10_01::Models::ProvisioningState end - def subnet_association - Azure::Network::Mgmt::V2017_10_01::Models::SubnetAssociation + def public_ipaddress_sku + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSku end - def express_route_circuits_routes_table_summary_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitsRoutesTableSummaryListResult + def sub_resource + Azure::Network::Mgmt::V2017_10_01::Models::SubResource end - def security_rule_associations - Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAssociations + def application_gateway_backend_address + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddress end - def express_route_service_provider_bandwidths_offered - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderBandwidthsOffered + def resource + Azure::Network::Mgmt::V2017_10_01::Models::Resource end - def security_group_network_interface - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupNetworkInterface + def public_ipaddress_list_result + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressListResult end - def express_route_service_provider_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteServiceProviderListResult + def network_interface_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceListResult end - def security_group_view_result - Azure::Network::Mgmt::V2017_10_01::Models::SecurityGroupViewResult + def public_ipaddress_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressDnsSettings end - def route_filter_rule_list_result - Azure::Network::Mgmt::V2017_10_01::Models::RouteFilterRuleListResult + def network_interface_ipconfiguration_list_result + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfigurationListResult end - def packet_capture_storage_location - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureStorageLocation + def service_endpoint_properties_format + Azure::Network::Mgmt::V2017_10_01::Models::ServiceEndpointPropertiesFormat end - def packet_capture_filter - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureFilter + def network_interface_dns_settings + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceDnsSettings end - def virtual_network_gateway_list_connections_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayListConnectionsResult + def application_security_group + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationSecurityGroup end - def packet_capture_parameters - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureParameters + def resource_navigation_link + Azure::Network::Mgmt::V2017_10_01::Models::ResourceNavigationLink end - def packet_capture - Azure::Network::Mgmt::V2017_10_01::Models::PacketCapture + def route + Azure::Network::Mgmt::V2017_10_01::Models::Route end - def virtual_network_gateway_connection_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionListResult + def security_rule + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRule end - def packet_capture_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureResult + def application_gateway_backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendAddressPool end - def packet_capture_list_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureListResult + def backend_address_pool + Azure::Network::Mgmt::V2017_10_01::Models::BackendAddressPool end - def application_gateway_backend_health_server - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayBackendHealthServer + def inbound_nat_rule + Azure::Network::Mgmt::V2017_10_01::Models::InboundNatRule end - def packet_capture_query_status_result - Azure::Network::Mgmt::V2017_10_01::Models::PacketCaptureQueryStatusResult + def ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::IPConfiguration end - def application_gateway_sku - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewaySku + def public_ipaddress + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddress end - def troubleshooting_parameters - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingParameters + def network_interface_ipconfiguration + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterfaceIPConfiguration end - def bgp_peer_status - Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerStatus + def network_interface + Azure::Network::Mgmt::V2017_10_01::Models::NetworkInterface end - def query_troubleshooting_parameters - Azure::Network::Mgmt::V2017_10_01::Models::QueryTroubleshootingParameters + def network_security_group + Azure::Network::Mgmt::V2017_10_01::Models::NetworkSecurityGroup end - def virtual_network_list_usage_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkListUsageResult + def route_table + Azure::Network::Mgmt::V2017_10_01::Models::RouteTable end - def troubleshooting_recommended_actions - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingRecommendedActions + def subnet + Azure::Network::Mgmt::V2017_10_01::Models::Subnet end - def ipaddress_availability_result - Azure::Network::Mgmt::V2017_10_01::Models::IPAddressAvailabilityResult + def route_next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::RouteNextHopType end - def troubleshooting_details - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingDetails + def security_rule_protocol + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleProtocol end - def dhcp_options - Azure::Network::Mgmt::V2017_10_01::Models::DhcpOptions + def security_rule_access + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleAccess end - def troubleshooting_result - Azure::Network::Mgmt::V2017_10_01::Models::TroubleshootingResult + def security_rule_direction + Azure::Network::Mgmt::V2017_10_01::Models::SecurityRuleDirection end - def virtual_network_peering_list_result - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringListResult + def transport_protocol + Azure::Network::Mgmt::V2017_10_01::Models::TransportProtocol end - def retention_policy_parameters - Azure::Network::Mgmt::V2017_10_01::Models::RetentionPolicyParameters + def ipallocation_method + Azure::Network::Mgmt::V2017_10_01::Models::IPAllocationMethod end - def application_gateway_available_ssl_predefined_policies - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayAvailableSslPredefinedPolicies + def ipversion + Azure::Network::Mgmt::V2017_10_01::Models::IPVersion end - def flow_log_status_parameters - Azure::Network::Mgmt::V2017_10_01::Models::FlowLogStatusParameters + def public_ipaddress_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::PublicIPAddressSkuName end - def usages_list_result - Azure::Network::Mgmt::V2017_10_01::Models::UsagesListResult + def pc_error + Azure::Network::Mgmt::V2017_10_01::Models::PcError end - def flow_log_information - Azure::Network::Mgmt::V2017_10_01::Models::FlowLogInformation + def origin + Azure::Network::Mgmt::V2017_10_01::Models::Origin end - def express_route_circuit_peering_config - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitPeeringConfig + def issue_type + Azure::Network::Mgmt::V2017_10_01::Models::IssueType end - def connectivity_source - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivitySource + def association_type + Azure::Network::Mgmt::V2017_10_01::Models::AssociationType end - def bgpcommunity - Azure::Network::Mgmt::V2017_10_01::Models::BGPCommunity + def direction + Azure::Network::Mgmt::V2017_10_01::Models::Direction end - def connectivity_destination - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityDestination + def next_hop_type + Azure::Network::Mgmt::V2017_10_01::Models::NextHopType end - def express_route_circuit_service_provider_properties - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitServiceProviderProperties + def pc_protocol + Azure::Network::Mgmt::V2017_10_01::Models::PcProtocol end - def connectivity_parameters - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityParameters + def pc_status + Azure::Network::Mgmt::V2017_10_01::Models::PcStatus end - def express_route_circuit_routes_table - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitRoutesTable + def vpn_type + Azure::Network::Mgmt::V2017_10_01::Models::VpnType end - def connectivity_issue - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityIssue + def virtual_network_gateway_sku_name + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuName end - def express_route_circuit_list_result - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitListResult + def protocol + Azure::Network::Mgmt::V2017_10_01::Models::Protocol end - def connectivity_hop - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityHop + def severity + Azure::Network::Mgmt::V2017_10_01::Models::Severity end - def load_balancer_sku - Azure::Network::Mgmt::V2017_10_01::Models::LoadBalancerSku + def connection_state + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionState end - def connectivity_information - Azure::Network::Mgmt::V2017_10_01::Models::ConnectivityInformation + def evaluation_state + Azure::Network::Mgmt::V2017_10_01::Models::EvaluationState end - def vpn_device_script_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnDeviceScriptParameters + def virtual_network_peering_state + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkPeeringState end - def azure_reachability_report_location - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLocation + def virtual_network_gateway_type + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayType end - def azure_reachability_report_parameters - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportParameters + def virtual_network_gateway_connection_type + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionType end - def application_gateway_connection_draining - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayConnectionDraining + def ipsec_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IpsecEncryption end - def azure_reachability_report_latency_info - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportLatencyInfo + def virtual_network_gateway_sku_tier + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewaySkuTier end - def vpn_client_parameters - Azure::Network::Mgmt::V2017_10_01::Models::VpnClientParameters + def vpn_client_protocol + Azure::Network::Mgmt::V2017_10_01::Models::VpnClientProtocol end - def azure_reachability_report_item - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReportItem + def connection_status + Azure::Network::Mgmt::V2017_10_01::Models::ConnectionStatus end - def virtual_network_usage - Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkUsage + def processor_architecture + Azure::Network::Mgmt::V2017_10_01::Models::ProcessorArchitecture end - def azure_reachability_report - Azure::Network::Mgmt::V2017_10_01::Models::AzureReachabilityReport + def authentication_method + Azure::Network::Mgmt::V2017_10_01::Models::AuthenticationMethod end - def application_gateway_firewall_rule - Azure::Network::Mgmt::V2017_10_01::Models::ApplicationGatewayFirewallRule + def virtual_network_gateway_connection_status + Azure::Network::Mgmt::V2017_10_01::Models::VirtualNetworkGatewayConnectionStatus end - def available_providers_list_parameters - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListParameters + def ipsec_integrity + Azure::Network::Mgmt::V2017_10_01::Models::IpsecIntegrity end - def tags_object - Azure::Network::Mgmt::V2017_10_01::Models::TagsObject + def ike_encryption + Azure::Network::Mgmt::V2017_10_01::Models::IkeEncryption end - def available_providers_list_city - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListCity + def ike_integrity + Azure::Network::Mgmt::V2017_10_01::Models::IkeIntegrity end - def express_route_circuit_stats - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitStats + def bgp_peer_state + Azure::Network::Mgmt::V2017_10_01::Models::BgpPeerState end - def available_providers_list_state - Azure::Network::Mgmt::V2017_10_01::Models::AvailableProvidersListState + def pfs_group + Azure::Network::Mgmt::V2017_10_01::Models::PfsGroup end - def express_route_circuit_arp_table - Azure::Network::Mgmt::V2017_10_01::Models::ExpressRouteCircuitArpTable + def dh_group + Azure::Network::Mgmt::V2017_10_01::Models::DhGroup end end end