ProtocolConfiguration Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ProtocolConfiguration

public class ProtocolConfiguration

Configuration of the protocol.

Constructor Summary

Constructor Description
ProtocolConfiguration()

Method Summary

Modifier and Type Method and Description
HTTPConfiguration hTTPConfiguration()

Get hTTP configuration of the connectivity check.

ProtocolConfiguration withHTTPConfiguration(HTTPConfiguration hTTPConfiguration)

Set hTTP configuration of the connectivity check.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ProtocolConfiguration

public ProtocolConfiguration()

Method Details

hTTPConfiguration

public HTTPConfiguration hTTPConfiguration()

Get hTTP configuration of the connectivity check.

Returns:

the hTTPConfiguration value

withHTTPConfiguration

public ProtocolConfiguration withHTTPConfiguration(HTTPConfiguration hTTPConfiguration)

Set hTTP configuration of the connectivity check.

Parameters:

hTTPConfiguration - the hTTPConfiguration value to set

Returns:

the ProtocolConfiguration object itself.

Applies to