IWithNSRecordNameServer<ParentT> Interface

Definition

The stage of the NS record set definition allowing to add a NS record.

public interface IWithNSRecordNameServer<ParentT>
type IWithNSRecordNameServer<'ParentT> = interface
Public Interface IWithNSRecordNameServer(Of ParentT)

Type Parameters

ParentT

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

Derived

Methods

WithNameServer(String)

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

Applies to