| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PrivateDnsRecordSet.UpdateDefinition<ParentT>
The entirety of a DNS zone record set definition as a part of parent update.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withAuthoritativeServer(String authoritativeServerHostName)
Specifies the authoritative server in this record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withEmailServer(String emailServerHostName)
Specifies the email server in this record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withExpireTimeInSeconds(long expireTimeInSeconds)
Specifies the expire time in this record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive)
Specifies the time in seconds that any name server or resolver should cache a negative response.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withRefreshTimeInSeconds(long refreshTimeInSeconds)
Specifies the refresh time in this record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withRetryTimeInSeconds(long retryTimeInSeconds)
Specifies the retry time in this record set.
|
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributesOrAttachable<ParentT> |
PrivateDnsRecordSet.UpdateDefinitionStages.WithSoaRecordAttributes.withSerialNumber(long serialNumber)
Specifies the serial number for this record set.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.