Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,39 +23,55 @@ class ApplicationGateway < Resource
attr_accessor :operational_state

# @return [Array<ApplicationGatewayIPConfiguration>] Gets or sets subnets
# of application gateway resource
# of application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :gateway_ipconfigurations

# @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
# the application gateway resource.
# the application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :ssl_certificates

# @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
# addresses of the application gateway resource.
# addresses of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ipconfigurations

# @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ports

# @return [Array<ApplicationGatewayProbe>] Probes of the application
# gateway resource.
attr_accessor :probes

# @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
# pool of the application gateway resource.
# pool of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_address_pools

# @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
# settings of the application gateway resource.
# settings of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_http_settings_collection

# @return [Array<ApplicationGatewayHttpListener>] Http listeners of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :http_listeners

# @return [Array<ApplicationGatewayUrlPathMap>] URL path map of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :url_path_maps

# @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,62 @@ class ApplicationGateway < Resource
# 'Stopped', 'Starting', 'Running', 'Stopping'
attr_accessor :operational_state

# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
# application the gateway resource.
# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of the
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :gateway_ipconfigurations

# @return [Array<ApplicationGatewayAuthenticationCertificate>]
# Authentication certificates of the application gateway resource.
# Authentication certificates of the application gateway resource. For
# default limits, see [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :authentication_certificates

# @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
# the application gateway resource.
# the application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :ssl_certificates

# @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
# addresses of the application gateway resource.
# addresses of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ipconfigurations

# @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ports

# @return [Array<ApplicationGatewayProbe>] Probes of the application
# gateway resource.
attr_accessor :probes

# @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
# pool of the application gateway resource.
# pool of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_address_pools

# @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
# settings of the application gateway resource.
# settings of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_http_settings_collection

# @return [Array<ApplicationGatewayHttpListener>] Http listeners of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :http_listeners

# @return [Array<ApplicationGatewayUrlPathMap>] URL path map of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :url_path_maps

# @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,62 @@ class ApplicationGateway < Resource
# 'Stopped', 'Starting', 'Running', 'Stopping'
attr_accessor :operational_state

# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
# application the gateway resource.
# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of the
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :gateway_ipconfigurations

# @return [Array<ApplicationGatewayAuthenticationCertificate>]
# Authentication certificates of the application gateway resource.
# Authentication certificates of the application gateway resource. For
# default limits, see [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :authentication_certificates

# @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
# the application gateway resource.
# the application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :ssl_certificates

# @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
# addresses of the application gateway resource.
# addresses of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ipconfigurations

# @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ports

# @return [Array<ApplicationGatewayProbe>] Probes of the application
# gateway resource.
attr_accessor :probes

# @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
# pool of the application gateway resource.
# pool of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_address_pools

# @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
# settings of the application gateway resource.
# settings of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_http_settings_collection

# @return [Array<ApplicationGatewayHttpListener>] Http listeners of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :http_listeners

# @return [Array<ApplicationGatewayUrlPathMap>] URL path map of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :url_path_maps

# @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,44 +25,62 @@ class ApplicationGateway < Resource
# 'Starting', 'Running', 'Stopping'
attr_accessor :operational_state

# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
# application the gateway resource.
# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of the
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :gateway_ipconfigurations

# @return [Array<ApplicationGatewayAuthenticationCertificate>]
# Authentication certificates of the application gateway resource.
# Authentication certificates of the application gateway resource. For
# default limits, see [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :authentication_certificates

# @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
# the application gateway resource.
# the application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :ssl_certificates

# @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
# addresses of the application gateway resource.
# addresses of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ipconfigurations

# @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ports

# @return [Array<ApplicationGatewayProbe>] Probes of the application
# gateway resource.
attr_accessor :probes

# @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
# pool of the application gateway resource.
# pool of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_address_pools

# @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
# settings of the application gateway resource.
# settings of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_http_settings_collection

# @return [Array<ApplicationGatewayHttpListener>] Http listeners of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :http_listeners

# @return [Array<ApplicationGatewayUrlPathMap>] URL path map of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :url_path_maps

# @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,52 +25,72 @@ class ApplicationGateway < Resource
# 'Starting', 'Running', 'Stopping'
attr_accessor :operational_state

# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
# application the gateway resource.
# @return [Array<ApplicationGatewayIPConfiguration>] Subnets of the
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :gateway_ipconfigurations

# @return [Array<ApplicationGatewayAuthenticationCertificate>]
# Authentication certificates of the application gateway resource.
# Authentication certificates of the application gateway resource. For
# default limits, see [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :authentication_certificates

# @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
# the application gateway resource.
# the application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :ssl_certificates

# @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
# addresses of the application gateway resource.
# addresses of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ipconfigurations

# @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :frontend_ports

# @return [Array<ApplicationGatewayProbe>] Probes of the application
# gateway resource.
attr_accessor :probes

# @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
# pool of the application gateway resource.
# pool of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_address_pools

# @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
# settings of the application gateway resource.
# settings of the application gateway resource. For default limits, see
# [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :backend_http_settings_collection

# @return [Array<ApplicationGatewayHttpListener>] Http listeners of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :http_listeners

# @return [Array<ApplicationGatewayUrlPathMap>] URL path map of the
# application gateway resource.
# application gateway resource. For default limits, see [Application
# Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :url_path_maps

# @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
# rules of the application gateway resource.
attr_accessor :request_routing_rules

# @return [Array<ApplicationGatewayRedirectConfiguration>] Redirect
# configurations of the application gateway resource.
# configurations of the application gateway resource. For default limits,
# see [Application Gateway
# limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
attr_accessor :redirect_configurations

# @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web
Expand Down
Loading