Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewayProbe.DefinitionStages.WithTimeout
-
Packages that use ApplicationGatewayProbe.DefinitionStages.WithTimeout Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewayProbe.DefinitionStages.WithTimeout in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewayProbe.DefinitionStages.WithTimeout in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewayProbe.Definition<ParentT>The entirety of an application gateway probe definition.Methods in com.azure.resourcemanager.network.models 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.
-