public static interface DnsZoneManager.Configurable extends AzureConfigurable<DnsZoneManager.Configurable>
| Modifier and Type | Method and Description |
|---|---|
DnsZoneManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of DnsZoneManager that exposes DNS zone API entry points.
|
withAuxiliaryCredential, withAuxiliaryCredentials, withConfiguration, withHttpClient, withLogLevel, withLogOptions, withPolicy, withRetryPolicy, withScope, withScopesDnsZoneManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to useVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.