public final class ValidateProbeInput extends Object
| Constructor and Description |
|---|
ValidateProbeInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
probeUrl()
Get the probeUrl property: The probe URL to validate.
|
void |
validate()
Validates the instance.
|
ValidateProbeInput |
withProbeUrl(String probeUrl)
Set the probeUrl property: The probe URL to validate.
|
public String probeUrl()
public ValidateProbeInput withProbeUrl(String probeUrl)
probeUrl - the probeUrl value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.