IUpdateAaaaRecordSet Interface

Definition

The entirety of an AAAA record set update as a part of parent DNS zone update.

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

Methods

Parent() (Inherited from ISettable<ParentT>)
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)
WithIPv6Address(String)

Creates an AAAA record with the provided IPv6 address in this record set.

(Inherited from IWithAaaaRecordIPv6Address)
WithMetadata(String, String)

Adds a metadata to the record set.

(Inherited from IWithMetadata)
WithoutIPv6Address(String)

Removes an AAAA record with the provided IPv6 address from this record set.

(Inherited from IWithAaaaRecordIPv6Address)
WithoutMetadata(String)

Removes a metadata from the record set.

(Inherited from IWithMetadata)
WithTimeToLive(Int64)

Specifies the TTL for the records in the record set.

(Inherited from IWithTtl)

Applies to