Uses of Interface
com.microsoft.azure.management.network.ApplicationGateway.DefinitionStages.WithCreate
-
Packages that use ApplicationGateway.DefinitionStages.WithCreate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGateway.DefinitionStages.WithCreate in com.microsoft.azure.management.network
Subinterfaces of ApplicationGateway.DefinitionStages.WithCreate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGateway.DefinitionThe entirety of the application gateway definition.static interfaceApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreateThe 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.microsoft.azure.management.network that return ApplicationGateway.DefinitionStages.WithCreate Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithAvailabilityZone. withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)Specifies the availability zone for the application gateway.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithDisabledSslProtocol. withDisabledSslProtocol(ApplicationGatewaySslProtocol protocol)Disables the specified SSL protocol.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithDisabledSslProtocol. withDisabledSslProtocols(ApplicationGatewaySslProtocol... protocols)Disables the specified SSL protocols.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithExistingSubnet. withExistingSubnet(Network network, String subnetName)Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithExistingSubnet. withExistingSubnet(Subnet subnet)Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.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.WithCreateApplicationGateway.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.WithCreateApplicationGateway.DefinitionStages.WithHttp2. withHttp2()Enables HTTP2 for the application gateway.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithInstanceCount. withInstanceCount(int instanceCount)Specifies the capacity (number of instances) for the application gateway.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithHttp2. withoutHttp2()Disables HTTP2 for the application gateway.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithPrivateFrontend. withoutPrivateFrontend()Specifies that no private (internal) frontend should be enabled.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithPublicFrontend. withoutPublicFrontend()Specifies that the application gateway should not be Internet-facing.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithPrivateFrontend. withPrivateFrontend()Enables a private (internal) default frontend within the subnet containing the application gateway.ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithSize. withSize(ApplicationGatewaySkuName size)Specifies the size of the application gateway to create within the context of the selected tier.Methods in com.microsoft.azure.management.network that return types with arguments of type ApplicationGateway.DefinitionStages.WithCreate Modifier and Type Method Description ApplicationGatewayAuthenticationCertificate.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.ApplicationGatewayBackend.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>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.ApplicationGatewayListener.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>ApplicationGateway.DefinitionStages.WithListener. defineListener(String name)Begins the definition of a new application gateway listener to be attached to the gateway.ApplicationGatewayProbe.DefinitionStages.Blank<ApplicationGateway.DefinitionStages.WithCreate>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.
-