| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SrvRecord |
SrvRecord.withPort(Integer port)
Set the port property: The port value for this SRV record.
|
SrvRecord |
SrvRecord.withPriority(Integer priority)
Set the priority property: The priority value for this SRV record.
|
SrvRecord |
SrvRecord.withTarget(String target)
Set the target property: The target domain name for this SRV record.
|
SrvRecord |
SrvRecord.withWeight(Integer weight)
Set the weight property: The weight value for this SRV record.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.