PrivateDnsZoneManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. privatedns. PrivateDnsZoneManager
- com.
- com.
public final class PrivateDnsZoneManager
extends Manager<PrivateDnsManagementClient>
Entry point to Azure private DNS zone management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Private |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Private |
static
Private |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Private |
static Configurable |
configure()
Get a Configurable instance that can be used to create PrivateDnsZoneManager with optional configuration. |
Private |
privateZones()
Gets the entry point to private DNS zone management. |
Methods inherited from Manager
Methods inherited from java.lang.Object
Method Details
authenticate
public static PrivateDnsZoneManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points.
Parameters:
Returns:
authenticate
public static PrivateDnsZoneManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of PrivateDnsZoneManager that exposes private DNS zone management API entry points.
Parameters:
Returns:
configure
public static PrivateDnsZoneManager.Configurable configure()
Get a Configurable instance that can be used to create PrivateDnsZoneManager with optional configuration.
Returns:
privateZones
public PrivateDnsZones privateZones()
Gets the entry point to private DNS zone management.
Returns:
Applies to
Azure SDK for Java