public final class DnsZoneManager extends Manager<DnsManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DnsZoneManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static DnsZoneManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of DnsZoneManager that exposes DNS zone management API entry points.
|
static DnsZoneManager.Configurable |
configure()
Get a Configurable instance that can be used to create
DnsZoneManager with optional configuration. |
DnsZones |
zones() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static DnsZoneManager.Configurable configure()
DnsZoneManager with optional configuration.public static DnsZoneManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic DnsZones zones()
Copyright © 2021 Microsoft Corporation. All rights reserved.