Class ProtocolConfiguration
java.lang.Object
com.microsoft.azure.management.network.ProtocolConfiguration
Configuration of the protocol.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet hTTP configuration of the connectivity check.withHTTPConfiguration
(HTTPConfiguration hTTPConfiguration) Set hTTP configuration of the connectivity check.
-
Constructor Details
-
ProtocolConfiguration
public ProtocolConfiguration()
-
-
Method Details
-
hTTPConfiguration
Get hTTP configuration of the connectivity check.- Returns:
- the hTTPConfiguration value
-
withHTTPConfiguration
Set hTTP configuration of the connectivity check.- Parameters:
hTTPConfiguration
- the hTTPConfiguration value to set- Returns:
- the ProtocolConfiguration object itself.
-