Delen via


ContinentsResponse Class

Definition

Continents Response.

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

Properties

Continents

Gets the continents.

CountryOrRegions

Gets the country or regions.

Explicit Interface Implementations

IJsonModel<ContinentsResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContinentsResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContinentsResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContinentsResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContinentsResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to