Share via


IARecordSetBlank<ParentT> Interface

Definition

The first stage of an A record definition.

public interface IARecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithARecordIPv4Address<ParentT>
type IARecordSetBlank<'ParentT> = interface
    interface IWithARecordIPv4Address<'ParentT>
Public Interface IARecordSetBlank(Of ParentT)
Implements IWithARecordIPv4Address(Of ParentT)

Type Parameters

ParentT

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

Derived
Implements

Methods

WithIPv4Address(String)

Creates an A record with the provided IPv4 address in this record set.

(Inherited from IWithARecordIPv4Address<ParentT>)

Applies to