Share via


FrontDoorResourceData Class

Definition

Common resource representation.

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

Constructors

FrontDoorResourceData()

Initializes a new instance of FrontDoorResourceData.

Properties

Id

Resource ID.

Name

Resource name.

ResourceType

Resource type.

Explicit Interface Implementations

IJsonModel<FrontDoorResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FrontDoorResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FrontDoorResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FrontDoorResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FrontDoorResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to