Share via


ResourcesResponseEndpointsPropertiesItemsItem Class

Definition

The ResourcesResponseEndpointsPropertiesItemsItem.

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

Properties

Name Description
EndpointId

Gets the endpoint id.

History

Gets the history.

Id

Gets the id.

Name

Gets the name.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ResourcesResponseEndpointsPropertiesItemsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesResponseEndpointsPropertiesItemsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesResponseEndpointsPropertiesItemsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesResponseEndpointsPropertiesItemsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesResponseEndpointsPropertiesItemsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to