ContinentsResponseContinentsItem Class

Definition

The ContinentsResponseContinentsItem.

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

Properties

Id

Gets the id.

Explicit Interface Implementations

IJsonModel<ContinentsResponseContinentsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContinentsResponseContinentsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContinentsResponseContinentsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContinentsResponseContinentsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContinentsResponseContinentsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to