Class PrivateDnsZoneManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<PrivateDnsManagementClient>
com.azure.resourcemanager.privatedns.PrivateDnsZoneManager
- All Implemented Interfaces:
HasServiceClient<PrivateDnsManagementClient>
Entry point to Azure private DNS zone management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic PrivateDnsZoneManagerauthenticate(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 PrivateDnsZoneManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points.Get a Configurable instance that can be used to createPrivateDnsZoneManagerwith optional configuration.Gets the entry point to private DNS zone management.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 createPrivateDnsZoneManagerwith optional configuration.- Returns:
- the instance allowing configurations
-
authenticate
public 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.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the PrivateDnsZoneManager
-
authenticate
public static PrivateDnsZoneManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the PrivateDnsZoneManager
-
privateZones
Gets the entry point to private DNS zone management.- Returns:
- the entry point to private DNS zone management.
-