Share via


ResourcesResponseEndpointsItem Class

Definition

The ResourcesResponseEndpointsItem. Serialized Name: ResourcesResponseEndpointsItem

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

Properties

CustomDomains

Serialized Name: ResourcesResponseEndpointsItem.customDomains.

History

Serialized Name: ResourcesResponseEndpointsItem.history.

Id

Serialized Name: ResourcesResponseEndpointsItem.id.

Name

Serialized Name: ResourcesResponseEndpointsItem.name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourcesResponseEndpointsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesResponseEndpointsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesResponseEndpointsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesResponseEndpointsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesResponseEndpointsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to