ResourcesResponse Class

Definition

Resources Response.

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

Properties

Name Description
CustomDomains

Gets the CustomDomains.

Endpoints

Gets the Endpoints.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<ResourcesResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to