Uses of Interface
com.microsoft.azure.management.network.ApplicationGatewayProbe.DefinitionStages.WithTimeout
-
Packages that use ApplicationGatewayProbe.DefinitionStages.WithTimeout Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ApplicationGatewayProbe.DefinitionStages.WithTimeout in com.microsoft.azure.management.network
Subinterfaces of ApplicationGatewayProbe.DefinitionStages.WithTimeout in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceApplicationGatewayProbe.Definition<ParentT>The entirety of an application gateway probe definition.Methods in com.microsoft.azure.management.network that return ApplicationGatewayProbe.DefinitionStages.WithTimeout Modifier and Type Method Description ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>ApplicationGatewayProbe.DefinitionStages.WithProtocol. withHttp()Specifies HTTP as the probe protocol.ApplicationGatewayProbe.DefinitionStages.WithTimeout<ParentT>ApplicationGatewayProbe.DefinitionStages.WithProtocol. withHttps()Specifies HTTPS as the probe protocol.
-