RecordSet Class

Definition

A collective group of information about the record set information.

public class RecordSet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.RecordSet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.RecordSet>
public class RecordSet
type RecordSet = class
    interface IJsonModel<RecordSet>
    interface IPersistableModel<RecordSet>
type RecordSet = class
Public Class RecordSet
Implements IJsonModel(Of RecordSet), IPersistableModel(Of RecordSet)
Public Class RecordSet
Inheritance
RecordSet
Implements

Properties

Fqdn

Fqdn that resolves to private endpoint ip address.

IPAddresses

The private ip address of the private endpoint.

ProvisioningState

The provisioning state of the recordset.

RecordSetName

Recordset name.

RecordType

Resource record type.

Ttl

Recordset time to live.

Explicit Interface Implementations

IJsonModel<RecordSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RecordSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecordSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecordSet>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RecordSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to