From f60f8d90f7e0f28be4d84437b553bb04da696bce Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 8 Feb 2019 16:09:11 +0000 Subject: [PATCH] Generated from 29ecbe5b087fb49373fc4643cbb6add8e39209d7 updated application gateway limits descriptions --- .../models/application_gateway.rb | 32 +++++++++---- .../models/application_gateway.rb | 38 +++++++++++---- .../models/application_gateway.rb | 38 +++++++++++---- .../models/application_gateway.rb | 38 +++++++++++---- .../models/application_gateway.rb | 42 ++++++++++++----- .../models/application_gateway.rb | 42 ++++++++++++----- .../models/application_gateway.rb | 42 ++++++++++++----- .../models/application_gateway.rb | 42 ++++++++++++----- .../models/application_gateway.rb | 46 ++++++++++++++----- 9 files changed, 266 insertions(+), 94 deletions(-) diff --git a/management/azure_mgmt_network/lib/2015-06-15/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2015-06-15/generated/azure_mgmt_network/models/application_gateway.rb index 80acfd4476..addea4e1be 100644 --- a/management/azure_mgmt_network/lib/2015-06-15/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2015-06-15/generated/azure_mgmt_network/models/application_gateway.rb @@ -23,19 +23,27 @@ class ApplicationGateway < Resource attr_accessor :operational_state # @return [Array] Gets or sets subnets - # of application gateway resource + # of application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -43,19 +51,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing diff --git a/management/azure_mgmt_network/lib/2016-09-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2016-09-01/generated/azure_mgmt_network/models/application_gateway.rb index 9dc41caa84..08a9162d95 100644 --- a/management/azure_mgmt_network/lib/2016-09-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2016-09-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -26,24 +26,34 @@ class ApplicationGateway < Resource # 'Stopped', 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -51,19 +61,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing diff --git a/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway.rb index b90c85965c..09e013b9bc 100644 --- a/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -26,24 +26,34 @@ class ApplicationGateway < Resource # 'Stopped', 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -51,19 +61,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing diff --git a/management/azure_mgmt_network/lib/2017-03-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2017-03-01/generated/azure_mgmt_network/models/application_gateway.rb index ba9651998d..ade5c12538 100644 --- a/management/azure_mgmt_network/lib/2017-03-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2017-03-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,24 +25,34 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -50,19 +60,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing diff --git a/management/azure_mgmt_network/lib/2017-09-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2017-09-01/generated/azure_mgmt_network/models/application_gateway.rb index 2aed7da36d..631df572cd 100644 --- a/management/azure_mgmt_network/lib/2017-09-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2017-09-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,24 +25,34 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -50,19 +60,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing @@ -70,7 +88,9 @@ class ApplicationGateway < Resource attr_accessor :request_routing_rules # @return [Array] Redirect - # configurations of the application gateway resource. + # configurations of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :redirect_configurations # @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web diff --git a/management/azure_mgmt_network/lib/2017-10-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2017-10-01/generated/azure_mgmt_network/models/application_gateway.rb index 28b9cd156e..9225cdfc8f 100644 --- a/management/azure_mgmt_network/lib/2017-10-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2017-10-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,24 +25,34 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -50,19 +60,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing @@ -70,7 +88,9 @@ class ApplicationGateway < Resource attr_accessor :request_routing_rules # @return [Array] Redirect - # configurations of the application gateway resource. + # configurations of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :redirect_configurations # @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web diff --git a/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/models/application_gateway.rb index 19e8d2e2a3..0902871cf7 100644 --- a/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2017-11-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,24 +25,34 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -50,19 +60,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing @@ -70,7 +88,9 @@ class ApplicationGateway < Resource attr_accessor :request_routing_rules # @return [Array] Redirect - # configurations of the application gateway resource. + # configurations of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :redirect_configurations # @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web diff --git a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/application_gateway.rb index d17acc63a9..b7c2d63aff 100644 --- a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,24 +25,34 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -50,19 +60,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing @@ -70,7 +88,9 @@ class ApplicationGateway < Resource attr_accessor :request_routing_rules # @return [Array] Redirect - # configurations of the application gateway resource. + # configurations of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :redirect_configurations # @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web diff --git a/management/azure_mgmt_network/lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway.rb b/management/azure_mgmt_network/lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway.rb index a245530fb3..249c156406 100644 --- a/management/azure_mgmt_network/lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway.rb +++ b/management/azure_mgmt_network/lib/2018-12-01/generated/azure_mgmt_network/models/application_gateway.rb @@ -25,28 +25,40 @@ class ApplicationGateway < Resource # 'Starting', 'Running', 'Stopping' attr_accessor :operational_state - # @return [Array] Subnets of - # application the gateway resource. + # @return [Array] Subnets of the + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :gateway_ipconfigurations # @return [Array] - # Authentication certificates of the application gateway resource. + # Authentication certificates of the application gateway resource. For + # default limits, see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :authentication_certificates # @return [Array] Trusted Root - # certificates of the application gateway resource. + # certificates of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :trusted_root_certificates # @return [Array] SSL certificates of - # the application gateway resource. + # the application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :ssl_certificates # @return [Array] Frontend IP - # addresses of the application gateway resource. + # addresses of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ipconfigurations # @return [Array] Frontend ports of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :frontend_ports # @return [Array] Probes of the application @@ -54,19 +66,27 @@ class ApplicationGateway < Resource attr_accessor :probes # @return [Array] Backend address - # pool of the application gateway resource. + # pool of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_address_pools # @return [Array] Backend http - # settings of the application gateway resource. + # settings of the application gateway resource. For default limits, see + # [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :backend_http_settings_collection # @return [Array] Http listeners of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :http_listeners # @return [Array] URL path map of the - # application gateway resource. + # application gateway resource. For default limits, see [Application + # Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :url_path_maps # @return [Array] Request routing @@ -78,7 +98,9 @@ class ApplicationGateway < Resource attr_accessor :rewrite_rule_sets # @return [Array] Redirect - # configurations of the application gateway resource. + # configurations of the application gateway resource. For default limits, + # see [Application Gateway + # limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). attr_accessor :redirect_configurations # @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web