Share via


DscReportResourceNavigation Class

Definition

Navigation for DSC Report Resource.

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

Properties

ResourceId

Gets or sets the ID of the resource to navigate to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DscReportResourceNavigation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscReportResourceNavigation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DscReportResourceNavigation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscReportResourceNavigation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscReportResourceNavigation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to