public interface DnsManagementClient
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
Gets Api Version.
|
Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation.
|
String |
getEndpoint()
Gets server parameter.
|
com.azure.core.http.HttpPipeline |
getHttpPipeline()
Gets The HTTP pipeline to send requests through.
|
RecordSetsClient |
getRecordSets()
Gets the RecordSetsClient object to access its operations.
|
String |
getSubscriptionId()
Gets The ID of the target subscription.
|
ZonesClient |
getZones()
Gets the ZonesClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
RecordSetsClient getRecordSets()
ZonesClient getZones()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.