IDnsManagementClient Interface

Definition

The DNS Management Client.

public interface IDnsManagementClient : IDisposable
type IDnsManagementClient = interface
    interface IDisposable
Public Interface IDnsManagementClient
Implements IDisposable
Derived
Implements

Properties

AcceptLanguage

Gets or sets the preferred language for the response.

ApiVersion

Specifies the API version.

BaseUri

The base URI of the service.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

GenerateClientRequestId

When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout in seconds for Long Running Operations. Default value is 30.

RecordSets

Gets the IRecordSetsOperations.

SerializationSettings

Gets or sets json serialization settings.

SubscriptionId

Specifies the Azure subscription ID, which uniquely identifies the Microsoft Azure subscription.

Zones

Gets the IZonesOperations.

Applies to