| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSet |
RecordSet.withFqdn(String fqdn)
Set the fqdn property: Fqdn that resolves to private endpoint ip address.
|
RecordSet |
RecordSet.withIpAddresses(List<String> ipAddresses)
Set the ipAddresses property: The private ip address of the private endpoint.
|
RecordSet |
RecordSet.withRecordSetName(String recordSetName)
Set the recordSetName property: Recordset name.
|
RecordSet |
RecordSet.withRecordType(String recordType)
Set the recordType property: Resource record type.
|
RecordSet |
RecordSet.withTtl(Integer ttl)
Set the ttl property: Recordset time to live.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.