다음을 통해 공유


ContinentsResponseCountryOrRegionsItem Class

Definition

The ContinentsResponseCountryOrRegionsItem.

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

Properties

ContinentId

Gets the continent id.

Id

Gets the id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContinentsResponseCountryOrRegionsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContinentsResponseCountryOrRegionsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContinentsResponseCountryOrRegionsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContinentsResponseCountryOrRegionsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContinentsResponseCountryOrRegionsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to