Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet.UpdateSoaRecord
Packages that use PrivateDnsRecordSet.UpdateSoaRecord
Package
Description
Package containing the data models for PrivateDnsManagementClient.
-
Uses of PrivateDnsRecordSet.UpdateSoaRecord in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet.UpdateSoaRecord in com.azure.resourcemanager.privatedns.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a record sets update as a part of parent DNS zone update.Methods in com.azure.resourcemanager.privatedns.models that return PrivateDnsRecordSet.UpdateSoaRecordModifier and TypeMethodDescriptionPrivateDnsZone.UpdateStages.WithRecordSet.updateSoaRecord()Begins the description of an update of the SOA record in this DNS zone.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withAuthoritativeServer(String authoritativeServerHostName) Specifies the authoritative server in this record set.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withEmailServer(String emailServerHostName) Specifies the email server in this record set.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withExpireTimeInSeconds(long expireTimeInSeconds) Specifies the expire time in this record set.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withNegativeResponseCachingTimeToLiveInSeconds(long negativeCachingTimeToLive) Specifies the time in seconds that any name server or resolver should cache a negative response.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRefreshTimeInSeconds(long refreshTimeInSeconds) Specifies the refresh time in this record set.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withRetryTimeInSeconds(long retryTimeInSeconds) Specifies the retry time in this record set.PrivateDnsRecordSet.UpdateStages.WithSoaRecordAttributes.withSerialNumber(long serialNumber) Specifies the serial number for this record set.