public final class ProtocolConfiguration extends Object
| Constructor and Description |
|---|
ProtocolConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration |
httpConfiguration()
Get the httpConfiguration property: HTTP configuration of the connectivity check.
|
void |
validate()
Validates the instance.
|
ProtocolConfiguration |
withHttpConfiguration(HttpConfiguration httpConfiguration)
Set the httpConfiguration property: HTTP configuration of the connectivity check.
|
public HttpConfiguration httpConfiguration()
public ProtocolConfiguration withHttpConfiguration(HttpConfiguration httpConfiguration)
httpConfiguration - the httpConfiguration value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.