IWithHostNameDnsRecordType<ParentT> Interface

Definition

The stage of a hostname binding definition allowing DNS record type to be set.

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

Type Parameters

ParentT

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

Derived

Methods

WithDnsRecordType(CustomHostNameDnsRecordType)

Specifies the DNS record type.

Applies to