public final class CustomDnsConfigPropertiesFormat extends Object
| Constructor and Description |
|---|
CustomDnsConfigPropertiesFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get the fqdn property: Fqdn that resolves to private endpoint ip address.
|
List<String> |
ipAddresses()
Get the ipAddresses property: A list of private ip addresses of the private endpoint.
|
void |
validate()
Validates the instance.
|
CustomDnsConfigPropertiesFormat |
withFqdn(String fqdn)
Set the fqdn property: Fqdn that resolves to private endpoint ip address.
|
CustomDnsConfigPropertiesFormat |
withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: A list of private ip addresses of the private endpoint.
|
public String fqdn()
public CustomDnsConfigPropertiesFormat withFqdn(String fqdn)
fqdn - the fqdn value to set.public List<String> ipAddresses()
public CustomDnsConfigPropertiesFormat withIpAddresses(List<String> ipAddresses)
ipAddresses - the ipAddresses value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.