Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable
Packages that use PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachable in com.azure.resourcemanager.privatedns.modelsModifier and TypeInterfaceDescriptionstatic interfacePrivateDnsRecordSet.Definition<ParentT>The entirety of a DNS zone record set definition as a part of parent definition.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributesOrAttachableModifier and TypeMethodDescriptionPrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withAuthoritativeServer(String authoritativeServerHostName) Specifies the authoritative server in this record set.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withEmailServer(String emailServerHostName) Specifies the email server in this record set.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withExpireTimeInSeconds(long expireTimeInSeconds) Specifies the expire time in this record set.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive) Specifies the time in seconds that any name server or resolver should cache a negative response.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withRefreshTimeInSeconds(long refreshTimeInSeconds) Specifies the refresh time in this record set.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withRetryTimeInSeconds(long retryTimeInSeconds) Specifies the retry time in this record set.PrivateDnsRecordSet.DefinitionStages.WithSoaRecordAttributes.withSerialNumber(long serialNumber) Specifies the serial number for this record set.