共用方式為


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>
type RecordSet = class
    interface IJsonModel<RecordSet>
    interface IPersistableModel<RecordSet>
Public Class RecordSet
Implements IJsonModel(Of RecordSet), IPersistableModel(Of 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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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