Package com.azure.resourcemanager.dns
Class DnsZoneManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<DnsManagementClient>
com.azure.resourcemanager.dns.DnsZoneManager
- All Implemented Interfaces:
HasServiceClient<DnsManagementClient>
Entry point to Azure DNS zone management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic DnsZoneManagerauthenticate(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 DnsZoneManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DnsZoneManager that exposes DNS zone management API entry points.static DnsZoneManager.ConfigurableGet a Configurable instance that can be used to createDnsZoneManagerwith optional configuration.zones()Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to createDnsZoneManagerwith optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the DnsZoneManager
-
authenticate
public static DnsZoneManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of DnsZoneManager that exposes DNS zone management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the DnsZoneManager
-
zones
- Returns:
- entry point to DNS zone manager zone management
-