Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate
-
Packages that use ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayRequestRoutingRule.Definition<ParentT>The entirety of an application gateway request routing rule definition.Methods in com.microsoft.azure.management.network that return ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate Modifier and Type Method Description ApplicationGatewayRequestRoutingRule.DefinitionStages.WithSslCertificate<ParentT>ApplicationGatewayRequestRoutingRule.DefinitionStages.WithFrontendPort. fromFrontendHttpsPort(int portNumber)Associates a new listener for the specified port number and the HTTPS protocol with this rule.
-