Interface ApplicationGatewayProbe.UpdateStages.WithProtocol
-
- All Superinterfaces:
HasProtocol.UpdateStages.WithProtocol<ApplicationGatewayProbe.Update,ApplicationGatewayProtocol>
- All Known Subinterfaces:
ApplicationGatewayProbe.Update
- Enclosing interface:
- ApplicationGatewayProbe.UpdateStages
public static interface ApplicationGatewayProbe.UpdateStages.WithProtocol extends HasProtocol.UpdateStages.WithProtocol<ApplicationGatewayProbe.Update,ApplicationGatewayProtocol>
Stage of an application gateway probe update allowing to specify the protocol of the probe.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationGatewayProbe.UpdatewithHttp()Specifies HTTP as the probe protocol.ApplicationGatewayProbe.UpdatewithHttps()Specifies HTTPS as the probe protocol.-
Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.UpdateStages.WithProtocol
withProtocol
-
-
-
-
Method Detail
-
withHttp
ApplicationGatewayProbe.Update withHttp()
Specifies HTTP as the probe protocol.- Returns:
- the next stage of the update
-
withHttps
ApplicationGatewayProbe.Update withHttps()
Specifies HTTPS as the probe protocol.- Returns:
- the next stage of the update
-
-