From adfe000da699e0757fd4fd27c05a087066fc5fd9 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 8 Feb 2019 16:16:20 +0000 Subject: [PATCH] Generated from 29ecbe5b087fb49373fc4643cbb6add8e39209d7 updated application gateway limits descriptions --- .../v2015_06_15/models/application_gateway.py | 21 +++++++++--- .../models/application_gateway_py3.py | 21 +++++++++--- .../v2016_09_01/models/application_gateway.py | 26 +++++++++++---- .../models/application_gateway_py3.py | 26 +++++++++++---- .../v2016_12_01/models/application_gateway.py | 26 +++++++++++---- .../models/application_gateway_py3.py | 26 +++++++++++---- .../v2017_03_01/models/application_gateway.py | 26 +++++++++++---- .../models/application_gateway_py3.py | 26 +++++++++++---- .../v2017_06_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2017_08_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2017_09_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2017_10_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2017_11_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_01_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_02_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_04_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_06_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_07_01/models/application_gateway.py | 29 ++++++++++++----- .../models/application_gateway_py3.py | 29 ++++++++++++----- .../v2018_08_01/models/application_gateway.py | 32 +++++++++++++------ .../models/application_gateway_py3.py | 32 +++++++++++++------ .../v2018_10_01/models/application_gateway.py | 32 +++++++++++++------ .../models/application_gateway_py3.py | 32 +++++++++++++------ .../v2018_12_01/models/application_gateway.py | 32 +++++++++++++------ .../models/application_gateway_py3.py | 32 +++++++++++++------ 34 files changed, 704 insertions(+), 266 deletions(-) diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway.py index 9032a8a88974..35c59cb64d69 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway.py @@ -37,35 +37,46 @@ class ApplicationGateway(Resource): :vartype operational_state: str or ~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayOperationalState :param gateway_ip_configurations: Gets or sets subnets of application - gateway resource + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayIPConfiguration] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway_py3.py index 92048da3fb8a..022c3f1f0adc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2015_06_15/models/application_gateway_py3.py @@ -37,35 +37,46 @@ class ApplicationGateway(Resource): :vartype operational_state: str or ~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayOperationalState :param gateway_ip_configurations: Gets or sets subnets of application - gateway resource + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayIPConfiguration] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2015_06_15.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway.py index a0c663a64273..23a35e319647 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway.py @@ -39,40 +39,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway_py3.py index 7746285f7494..a9a666cf76af 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_09_01/models/application_gateway_py3.py @@ -39,40 +39,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2016_09_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway.py index c9beb811f050..904e8bf41cdb 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway.py @@ -39,40 +39,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway_py3.py index 84192ba05f7f..fe3b09fa1d80 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2016_12_01/models/application_gateway_py3.py @@ -39,40 +39,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2016_12_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway.py index f05b619bbe46..b26d57ed907c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway_py3.py index d24126c393a5..5f03654d682c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_03_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_03_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway.py index 69d4288dff53..9e774db92003 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway_py3.py index 739c4a38a63d..3aa76222facf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_06_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_06_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway.py index 5962fb8d186e..b359eb1d01d5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway_py3.py index 504d66d0eab2..d7fa1a35027c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_08_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_08_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway.py index 4ae46748c26a..946addd87d82 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway_py3.py index 149b83d229a9..a7a94d8abb01 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_09_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_09_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway.py index 59e22415be4c..07f5cb2af779 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway_py3.py index 1df19467da27..ba503def7f5b 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_10_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_10_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway.py index 7e14ee806425..5503dd01d870 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway_py3.py index b45fdcdde070..4219bc43e462 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2017_11_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2017_11_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway.py index 0e7d9770be89..8cae1c32b2d9 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_py3.py index 1b61dcbbcd89..54df05625fbc 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_01_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_01_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway.py index b620af6b289c..a7f20ebb81fd 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_py3.py index 9345e18b200f..ba45f4377a10 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_02_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_02_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway.py index c2f24cf1e840..750bb501c802 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_py3.py index dbc4ce38e34f..14166d8c12d8 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_04_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_04_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway.py index aae65e5d6bfd..efb1daf4b2f3 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_py3.py index 667a39c4a21c..1c0c7f9e0cf1 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_06_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_06_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway.py index dc1fd59b4e2e..87e4602cf472 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_py3.py index 963f62e61ef4..c8db9c8b37e5 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_07_01/models/application_gateway_py3.py @@ -38,40 +38,52 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayAuthenticationCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -79,7 +91,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_07_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway.py index 4f104e2e4f1f..dc4580437bcf 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: Subnets the application gateway + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -83,7 +96,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_py3.py index 767732d47c70..85f8b36eb94c 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_08_01/models/application_gateway_py3.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: Subnets the application gateway + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -83,7 +96,8 @@ class ApplicationGateway(Resource): :type request_routing_rules: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayRequestRoutingRule] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_08_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway.py index dae47e4009a5..1ca710c98846 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -87,7 +100,8 @@ class ApplicationGateway(Resource): :type rewrite_rule_sets: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_py3.py index 74e05bbc6a2b..40e257449e21 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_10_01/models/application_gateway_py3.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -87,7 +100,8 @@ class ApplicationGateway(Resource): :type rewrite_rule_sets: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_10_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway.py b/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway.py index f270eb31432e..00981c1bb74e 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -87,7 +100,8 @@ class ApplicationGateway(Resource): :type rewrite_rule_sets: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall diff --git a/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway_py3.py b/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway_py3.py index fff17e649075..14e0c90d0272 100644 --- a/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway_py3.py +++ b/azure-mgmt-network/azure/mgmt/network/v2018_12_01/models/application_gateway_py3.py @@ -38,44 +38,57 @@ class ApplicationGateway(Resource): 'Stopping' :vartype operational_state: str or ~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayOperationalState - :param gateway_ip_configurations: Subnets of application the gateway - resource. + :param gateway_ip_configurations: 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). :type gateway_ip_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayIPConfiguration] :param authentication_certificates: Authentication certificates 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). :type authentication_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayAuthenticationCertificate] :param trusted_root_certificates: Trusted Root certificates 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). :type trusted_root_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayTrustedRootCertificate] :param ssl_certificates: SSL certificates of the application gateway - resource. + resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type ssl_certificates: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewaySslCertificate] :param frontend_ip_configurations: Frontend IP addresses 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). :type frontend_ip_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayFrontendIPConfiguration] :param frontend_ports: Frontend ports of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type frontend_ports: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayFrontendPort] :param probes: Probes of the application gateway resource. :type probes: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayProbe] :param backend_address_pools: Backend address pool of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type backend_address_pools: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayBackendAddressPool] :param backend_http_settings_collection: Backend http settings 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). :type backend_http_settings_collection: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayBackendHttpSettings] :param http_listeners: Http listeners of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type http_listeners: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayHttpListener] :param url_path_maps: URL path map of the application gateway resource. + For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type url_path_maps: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayUrlPathMap] :param request_routing_rules: Request routing rules of the application @@ -87,7 +100,8 @@ class ApplicationGateway(Resource): :type rewrite_rule_sets: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayRewriteRuleSet] :param redirect_configurations: Redirect configurations of the application - gateway resource. + gateway resource. For default limits, see [Application Gateway + limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits). :type redirect_configurations: list[~azure.mgmt.network.v2018_12_01.models.ApplicationGatewayRedirectConfiguration] :param web_application_firewall_configuration: Web application firewall