IUpdateMXRecordSet Interface

Definition

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

public interface IUpdateMXRecordSet : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithMXRecordMailExchange, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateMXRecordSet = interface
    interface IWithMXRecordMailExchange
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithTtl
    interface IWithMetadata
    interface IWithETagCheck
Public Interface IUpdateMXRecordSet
Implements ISettable(Of IUpdate), IUpdate, IWithMXRecordMailExchange
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)
WithMailExchange(String, Int32)

Creates and assigns priority to a MX record with the provided mail exchange server in this record set.

(Inherited from IWithMXRecordMailExchange)
WithMetadata(String, String)

Adds a metadata to the record set.

(Inherited from IWithMetadata)
WithoutMailExchange(String, Int32)

Removes MX record with the provided mail exchange server and priority from this record set.

(Inherited from IWithMXRecordMailExchange)
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