Interface ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate
-
- All Superinterfaces:
ApplicationGateway.DefinitionStages.WithAuthenticationCertificate,ApplicationGateway.DefinitionStages.WithAvailabilityZone,ApplicationGateway.DefinitionStages.WithBackend,ApplicationGateway.DefinitionStages.WithBackendHttpConfig,ApplicationGateway.DefinitionStages.WithCreate,ApplicationGateway.DefinitionStages.WithDisabledSslProtocol,ApplicationGateway.DefinitionStages.WithExistingSubnet,ApplicationGateway.DefinitionStages.WithFrontendPort,ApplicationGateway.DefinitionStages.WithHttp2,ApplicationGateway.DefinitionStages.WithInstanceCount,ApplicationGateway.DefinitionStages.WithListener,ApplicationGateway.DefinitionStages.WithManagedServiceIdentity,ApplicationGateway.DefinitionStages.WithPrivateFrontend,ApplicationGateway.DefinitionStages.WithPrivateIPAddress,ApplicationGateway.DefinitionStages.WithProbe,ApplicationGateway.DefinitionStages.WithPublicFrontend,ApplicationGateway.DefinitionStages.WithPublicIPAddress,ApplicationGateway.DefinitionStages.WithRedirectConfiguration,ApplicationGateway.DefinitionStages.WithRequestRoutingRule,ApplicationGateway.DefinitionStages.WithSku,ApplicationGateway.DefinitionStages.WithSslCert,ApplicationGateway.DefinitionStages.WithWebApplicationFirewall,Creatable<ApplicationGateway>,HasName,HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress<ApplicationGateway.DefinitionStages.WithCreate>,HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress<ApplicationGateway.DefinitionStages.WithCreate>,HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel<ApplicationGateway.DefinitionStages.WithCreate>,HasPublicIpAddress.DefinitionStages.WithPublicIPAddressNoDnsLabel<ApplicationGateway.DefinitionStages.WithCreate>,HasSubnet.DefinitionStages.WithSubnet<ApplicationGateway.DefinitionStages.WithCreate>,Indexable,Resource.DefinitionWithTags<ApplicationGateway.DefinitionStages.WithCreate>
- All Known Subinterfaces:
ApplicationGateway.Definition
- Enclosing interface:
- ApplicationGateway.DefinitionStages
public static interface ApplicationGateway.DefinitionStages.WithRequestRoutingRuleOrCreate extends ApplicationGateway.DefinitionStages.WithRequestRoutingRule, ApplicationGateway.DefinitionStages.WithCreate
The stage of an application gateway definition allowing to continue adding more request routing rules, or start specifying optional settings, or create the application gateway.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithAuthenticationCertificate
defineAuthenticationCertificate
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithAvailabilityZone
withAvailabilityZone
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithBackend
defineBackend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithBackendHttpConfig
defineBackendHttpConfiguration
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithDisabledSslProtocol
withDisabledSslProtocol, withDisabledSslProtocols
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithExistingSubnet
withExistingSubnet, withExistingSubnet
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithFrontendPort
withFrontendPort, withFrontendPort
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithHttp2
withHttp2, withoutHttp2
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithInstanceCount
withAutoScale, withInstanceCount
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithListener
defineListener
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithManagedServiceIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithPrivateFrontend
withoutPrivateFrontend, withPrivateFrontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithProbe
defineProbe
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithPublicFrontend
withoutPublicFrontend
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithRedirectConfiguration
defineRedirectConfiguration
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithRequestRoutingRule
definePathBasedRoutingRule, defineRequestRoutingRule
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithSku
withSize, withTier
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithSslCert
defineSslCertificate
-
Methods inherited from interface com.azure.resourcemanager.network.models.ApplicationGateway.DefinitionStages.WithWebApplicationFirewall
withWebApplicationFirewall, withWebApplicationFirewall
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPrivateIpAddress.DefinitionStages.WithPrivateIPAddress
withPrivateIpAddressDynamic, withPrivateIpAddressStatic
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress
withExistingPublicIpAddress, withExistingPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.network.models.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel
withNewPublicIpAddress, withNewPublicIpAddress
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasSubnet.DefinitionStages.WithSubnet
withExistingSubnet
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
-