IWithNSRecordNameServerOrAttachable<ParentT> Interface

Definition

The stage of the NS record set definition allowing to add additional NS records or attach the record set to the parent.

public interface IWithNSRecordNameServerOrAttachable<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithETagCheck<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithMetadata<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithNSRecordNameServer<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithNSRecordNameServerOrAttachable<'ParentT> = interface
    interface IWithNSRecordNameServer<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithNSRecordNameServerOrAttachable(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithNSRecordNameServer(Of ParentT), IWithTtl(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithETagCheck()

Specifies that If-None-Match header needs to set to to prevent updating an existing record set.

(Inherited from IWithETagCheck<ParentT>)
WithMetadata(String, String)

Adds a metadata to the resource.

(Inherited from IWithMetadata<ParentT>)
WithNameServer(String)

Creates a NS record with the provided name server in this record set.

(Inherited from IWithNSRecordNameServer<ParentT>)
WithTimeToLive(Int64)

Specifies the Time To Live for the records in the record set.

(Inherited from IWithTtl<ParentT>)

Applies to