public interface PrivateDnsManagementClient
| 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.
|
PrivateZonesClient |
getPrivateZones()
Gets the PrivateZonesClient object to access its operations.
|
RecordSetsClient |
getRecordSets()
Gets the RecordSetsClient object to access its operations.
|
String |
getSubscriptionId()
Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription.
|
VirtualNetworkLinksClient |
getVirtualNetworkLinks()
Gets the VirtualNetworkLinksClient object to access its operations.
|
String getSubscriptionId()
String getEndpoint()
String getApiVersion()
com.azure.core.http.HttpPipeline getHttpPipeline()
Duration getDefaultPollInterval()
PrivateZonesClient getPrivateZones()
VirtualNetworkLinksClient getVirtualNetworkLinks()
RecordSetsClient getRecordSets()
Copyright © 2020 Microsoft Corporation. All rights reserved.