Interface ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT>
- Type Parameters:
ParentT- the stage of the parent application gateway update to return to after attaching this definition
- All Superinterfaces:
HasProtocol.UpdateDefinitionStages.WithProtocol<ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<ParentT>,ApplicationGatewayProtocol>
- All Known Subinterfaces:
ApplicationGatewayProbe.UpdateDefinition<ParentT>
- Enclosing interface:
- ApplicationGatewayProbe.UpdateDefinitionStages
public static interface ApplicationGatewayProbe.UpdateDefinitionStages.WithProtocol<ParentT>
extends HasProtocol.UpdateDefinitionStages.WithProtocol<ApplicationGatewayProbe.UpdateDefinitionStages.WithTimeout<ParentT>,ApplicationGatewayProtocol>
Stage of an application gateway probe definition allowing to specify the protocol of the probe.
-
Method Summary
Modifier and TypeMethodDescriptionwithHttp()Specifies HTTP as the probe protocol.Specifies HTTPS as the probe protocol.Methods inherited from interface com.azure.resourcemanager.network.models.HasProtocol.UpdateDefinitionStages.WithProtocol
withProtocol
-
Method Details
-
withHttp
Specifies HTTP as the probe protocol.- Returns:
- the next stage of the definition
-
withHttps
Specifies HTTPS as the probe protocol.- Returns:
- the next stage of the definition
-