Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithCreate
Packages that use ApplicationGateway.DefinitionStages.WithCreate
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ApplicationGateway.DefinitionStages.WithCreate in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGateway.DefinitionStages.WithCreate in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the application gateway definition.static interfaceThe stage of an application gateway definition allowing to continue adding more request routing rules, or start specifying optional settings, or create the application gateway.Methods in com.azure.resourcemanager.network.models that return ApplicationGateway.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApplicationGateway.DefinitionStages.WithInstanceCount.withAutoScale(int minCapacity, int maxCapacity) Specifies the min and max auto scale bound.ApplicationGateway.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId zoneId) Specifies the availability zone for the application gateway.ApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol) Disables the specified SSL protocol.ApplicationGateway.DefinitionStages.WithDisabledSslProtocol.withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols) Disables the specified SSL protocols.ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Network network, String subnetName) Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Subnet subnet) Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.DefinitionStages.WithFrontendPort.withFrontendPort(int portNumber) Creates a frontend port with an auto-generated name and the specified port number, unless one already exists.ApplicationGateway.DefinitionStages.WithFrontendPort.withFrontendPort(int portNumber, String name) Creates a frontend port with the specified name and port number, unless a port matching this name and/or number already exists.ApplicationGateway.DefinitionStages.WithHttp2.withHttp2()Enables HTTP2 for the application gateway.ApplicationGateway.DefinitionStages.WithManagedServiceIdentity.withIdentity(ManagedServiceIdentity identity) Specifies an identity to be associated with the application gateway.ApplicationGateway.DefinitionStages.WithInstanceCount.withInstanceCount(int instanceCount) Specifies the capacity (number of instances) for the application gateway.ApplicationGateway.DefinitionStages.WithHttp2.withoutHttp2()Disables HTTP2 for the application gateway.ApplicationGateway.DefinitionStages.WithPrivateFrontend.withoutPrivateFrontend()Specifies that no private (internal) frontend should be enabled.ApplicationGateway.DefinitionStages.WithPublicFrontend.withoutPublicFrontend()Specifies that the application gateway should not be Internet-facing.ApplicationGateway.DefinitionStages.WithPrivateFrontend.withPrivateFrontend()Enables a private (internal) default frontend within the subnet containing the application gateway.ApplicationGateway.DefinitionStages.WithSku.withSize(ApplicationGatewaySkuName size) Specifies the size of the application gateway to create within the context of the selected tier.ApplicationGateway.DefinitionStages.WithSku.withTier(ApplicationGatewayTier tier) Set tier of an application gateway.ApplicationGateway.DefinitionStages.WithWebApplicationFirewall.withWebApplicationFirewall(boolean enabled, ApplicationGatewayFirewallMode mode) Specifies webApplicationFirewallConfiguration with default values.ApplicationGateway.DefinitionStages.WithWebApplicationFirewall.withWebApplicationFirewall(ApplicationGatewayWebApplicationFirewallConfiguration webApplicationFirewallConfiguration) Specifies webApplicationFirewallConfiguration.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ApplicationGateway.DefinitionStages.WithCreateModifier and TypeMethodDescriptionApplicationGatewayAuthenticationCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>ApplicationGateway.DefinitionStages.WithAuthenticationCertificate.defineAuthenticationCertificate(String name) Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.ApplicationGateway.DefinitionStages.WithBackend.defineBackend(String name) Begins the definition of a new application gateway backend to be attached to the gateway.ApplicationGatewayBackendHttpConfiguration.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>ApplicationGateway.DefinitionStages.WithBackendHttpConfig.defineBackendHttpConfiguration(String name) Begins the definition of a new application gateway backend HTTP configuration to be attached to the gateway.ApplicationGateway.DefinitionStages.WithListener.defineListener(String name) Begins the definition of a new application gateway listener to be attached to the gateway.ApplicationGateway.DefinitionStages.WithProbe.defineProbe(String name) Begins the definition of a new probe.ApplicationGatewayRedirectConfiguration.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>ApplicationGateway.DefinitionStages.WithRedirectConfiguration.defineRedirectConfiguration(String name) Begins the definition of a new application gateway redirect configuration to be attached to the gateway.ApplicationGatewaySslCertificate.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>ApplicationGateway.DefinitionStages.WithSslCert.defineSslCertificate(String name) Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in HTTPS listeners.