IUpdateSoaRecord Interface

Definition

The entirety of a SOA record update as a part of parent DNS zone update.

public interface IUpdateSoaRecord : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithSoaRecordAttributes, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateSoaRecord = interface
    interface IWithSoaRecordAttributes
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithTtl
    interface IWithMetadata
    interface IWithETagCheck
Public Interface IUpdateSoaRecord
Implements ISettable(Of IUpdate), IUpdate, IWithSoaRecordAttributes
Derived
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithEmailServer(String)

Specifies the email server associated with the SOA record.

(Inherited from IWithSoaRecordAttributes)
WithETagCheck()

Specifies that If-Match header needs to set to the current eTag value associated with the record set.

(Inherited from IWithETagCheck)
WithETagCheck(String)

Specifies that if-Match header needs to set to the given eTag value.

(Inherited from IWithETagCheck)
WithExpireTimeInSeconds(Int64)

Specifies the time in seconds that a secondary name server will treat its cached zone file as valid when the primary name server cannot be contacted.

(Inherited from IWithSoaRecordAttributes)
WithMetadata(String, String)

Adds a metadata to the record set.

(Inherited from IWithMetadata)
WithNegativeResponseCachingTimeToLiveInSeconds(Int64)

Specifies the time in seconds that any name server or resolver should cache a negative response.

(Inherited from IWithSoaRecordAttributes)
WithoutMetadata(String)

Removes a metadata from the record set.

(Inherited from IWithMetadata)
WithRefreshTimeInSeconds(Int64)

Specifies time in seconds that a secondary name server should wait before trying to contact the the primary name server for a zone file update.

(Inherited from IWithSoaRecordAttributes)
WithRetryTimeInSeconds(Int64)

Specifies the time in seconds that a secondary name server should wait before trying to contact the primary name server again after a failed attempt to check for a zone file update.

(Inherited from IWithSoaRecordAttributes)
WithSerialNumber(Int64)

Specifies the serial number for the zone file.

(Inherited from IWithSoaRecordAttributes)
WithTimeToLive(Int64)

Specifies the TTL for the records in the record set.

(Inherited from IWithTtl)

Applies to