Share via


ResourcesResponseCustomDomainsItem Class

Definition

The ResourcesResponseCustomDomainsItem.

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

Properties

EndpointId

Gets the endpoint id.

History

Gets the history.

Id

Gets the id.

Name

Gets the name.

Explicit Interface Implementations

IJsonModel<ResourcesResponseCustomDomainsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesResponseCustomDomainsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesResponseCustomDomainsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesResponseCustomDomainsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesResponseCustomDomainsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to