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>
public class ResourcesResponse
type ResourcesResponse = class
    interface IJsonModel<ResourcesResponse>
    interface IPersistableModel<ResourcesResponse>
type ResourcesResponse = class
Public Class ResourcesResponse
Implements IJsonModel(Of ResourcesResponse), IPersistableModel(Of ResourcesResponse)
Public Class ResourcesResponse
Inheritance
ResourcesResponse
Implements

Properties

CustomDomains

Gets the custom domains.

Endpoints

Gets the endpoints.

Explicit Interface Implementations

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