INSRecordSetBlank<ParentT> Interface

Definition

The first stage of a NS record definition.

public interface INSRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithNSRecordNameServer<ParentT>
type INSRecordSetBlank<'ParentT> = interface
    interface IWithNSRecordNameServer<'ParentT>
Public Interface INSRecordSetBlank(Of ParentT)
Implements IWithNSRecordNameServer(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

Methods

WithNameServer(String)

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

(Inherited from IWithNSRecordNameServer<ParentT>)

Applies to