Uses of Class
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayPropertiesFormat
Packages that use ApplicationGatewayPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of ApplicationGatewayPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type ApplicationGatewayPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the application gateway.Methods in com.azure.resourcemanager.network.fluent.models that return ApplicationGatewayPropertiesFormatModifier and TypeMethodDescriptionApplicationGatewayPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGatewayPropertiesFormat from the JsonReader.ApplicationGatewayPropertiesFormat.withAuthenticationCertificates(List<ApplicationGatewayAuthenticationCertificateInner> authenticationCertificates) Set the authenticationCertificates property: Authentication certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withAutoscaleConfiguration(ApplicationGatewayAutoscaleConfiguration autoscaleConfiguration) Set the autoscaleConfiguration property: Autoscale Configuration.ApplicationGatewayPropertiesFormat.withBackendAddressPools(List<ApplicationGatewayBackendAddressPool> backendAddressPools) Set the backendAddressPools property: Backend address pool of the application gateway resource.ApplicationGatewayPropertiesFormat.withBackendHttpSettingsCollection(List<ApplicationGatewayBackendHttpSettings> backendHttpSettingsCollection) Set the backendHttpSettingsCollection property: Backend http settings of the application gateway resource.ApplicationGatewayPropertiesFormat.withBackendSettingsCollection(List<ApplicationGatewayBackendSettings> backendSettingsCollection) Set the backendSettingsCollection property: Backend settings of the application gateway resource.ApplicationGatewayPropertiesFormat.withCustomErrorConfigurations(List<ApplicationGatewayCustomError> customErrorConfigurations) Set the customErrorConfigurations property: Custom error configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.withEnableFips(Boolean enableFips) Set the enableFips property: Whether FIPS is enabled on the application gateway resource.ApplicationGatewayPropertiesFormat.withEnableHttp2(Boolean enableHttp2) Set the enableHttp2 property: Whether HTTP2 is enabled on the application gateway resource.ApplicationGatewayPropertiesFormat.withFirewallPolicy(com.azure.core.management.SubResource firewallPolicy) Set the firewallPolicy property: Reference to the FirewallPolicy resource.ApplicationGatewayPropertiesFormat.withForceFirewallPolicyAssociation(Boolean forceFirewallPolicyAssociation) Set the forceFirewallPolicyAssociation property: If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.ApplicationGatewayPropertiesFormat.withFrontendIpConfigurations(List<ApplicationGatewayFrontendIpConfiguration> frontendIpConfigurations) Set the frontendIpConfigurations property: Frontend IP addresses of the application gateway resource.ApplicationGatewayPropertiesFormat.withFrontendPorts(List<ApplicationGatewayFrontendPort> frontendPorts) Set the frontendPorts property: Frontend ports of the application gateway resource.ApplicationGatewayPropertiesFormat.withGatewayIpConfigurations(List<ApplicationGatewayIpConfigurationInner> gatewayIpConfigurations) Set the gatewayIpConfigurations property: Subnets of the application gateway resource.ApplicationGatewayPropertiesFormat.withGlobalConfiguration(ApplicationGatewayGlobalConfiguration globalConfiguration) Set the globalConfiguration property: Global Configuration.ApplicationGatewayPropertiesFormat.withHttpListeners(List<ApplicationGatewayHttpListener> httpListeners) Set the httpListeners property: Http listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.withListeners(List<ApplicationGatewayListenerInner> listeners) Set the listeners property: Listeners of the application gateway resource.ApplicationGatewayPropertiesFormat.withLoadDistributionPolicies(List<ApplicationGatewayLoadDistributionPolicy> loadDistributionPolicies) Set the loadDistributionPolicies property: Load distribution policies of the application gateway resource.ApplicationGatewayPropertiesFormat.withPrivateLinkConfigurations(List<ApplicationGatewayPrivateLinkConfiguration> privateLinkConfigurations) Set the privateLinkConfigurations property: PrivateLink configurations on application gateway.ApplicationGatewayPropertiesFormat.withProbes(List<ApplicationGatewayProbeInner> probes) Set the probes property: Probes of the application gateway resource.ApplicationGatewayPropertiesFormat.withRedirectConfigurations(List<ApplicationGatewayRedirectConfigurationInner> redirectConfigurations) Set the redirectConfigurations property: Redirect configurations of the application gateway resource.ApplicationGatewayPropertiesFormat.withRequestRoutingRules(List<ApplicationGatewayRequestRoutingRuleInner> requestRoutingRules) Set the requestRoutingRules property: Request routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.withRewriteRuleSets(List<ApplicationGatewayRewriteRuleSet> rewriteRuleSets) Set the rewriteRuleSets property: Rewrite rules for the application gateway resource.ApplicationGatewayPropertiesFormat.withRoutingRules(List<ApplicationGatewayRoutingRule> routingRules) Set the routingRules property: Routing rules of the application gateway resource.ApplicationGatewayPropertiesFormat.withSku(ApplicationGatewaySku sku) Set the sku property: SKU of the application gateway resource.ApplicationGatewayPropertiesFormat.withSslCertificates(List<ApplicationGatewaySslCertificateInner> sslCertificates) Set the sslCertificates property: SSL certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withSslPolicy(ApplicationGatewaySslPolicy sslPolicy) Set the sslPolicy property: SSL policy of the application gateway resource.ApplicationGatewayPropertiesFormat.withSslProfiles(List<ApplicationGatewaySslProfile> sslProfiles) Set the sslProfiles property: SSL profiles of the application gateway resource.ApplicationGatewayPropertiesFormat.withTrustedClientCertificates(List<ApplicationGatewayTrustedClientCertificate> trustedClientCertificates) Set the trustedClientCertificates property: Trusted client certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withTrustedRootCertificates(List<ApplicationGatewayTrustedRootCertificate> trustedRootCertificates) Set the trustedRootCertificates property: Trusted Root certificates of the application gateway resource.ApplicationGatewayPropertiesFormat.withUrlPathMaps(List<ApplicationGatewayUrlPathMapInner> urlPathMaps) Set the urlPathMaps property: URL path map of the application gateway resource.ApplicationGatewayPropertiesFormat.withWebApplicationFirewallConfiguration(ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration) Set the webApplicationFirewallConfiguration property: Web application firewall configuration.