ResourcesResponseEndpointsItem Class

Definition

The 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

Gets the custom domains.

History

Gets the history.

Id

Gets the id.

Name

Gets the name.

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