Class PrivateDnsZoneManager
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluentcore.arm.Manager<PrivateDnsManagementClient>
-
- com.azure.resourcemanager.privatedns.PrivateDnsZoneManager
-
- All Implemented Interfaces:
HasServiceClient<PrivateDnsManagementClient>
public final class PrivateDnsZoneManager extends Manager<PrivateDnsManagementClient>
Entry point to Azure private DNS zone management.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePrivateDnsZoneManager.ConfigurableThe interface allowing configurations to be set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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 PrivateDnsZoneManager.Configurableconfigure()Get a Configurable instance that can be used to createPrivateDnsZoneManagerwith optional configuration.PrivateDnsZonesprivateZones()-
Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
-
-
-
Method Detail
-
configure
public static PrivateDnsZoneManager.Configurable 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
-
privateZones
public PrivateDnsZones privateZones()
- Returns:
- the entry point to private DNS zone management.
-
-