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