Share via


ExportDependenciesContent Class

Definition

ExportDependencies request model.

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

Constructors

ExportDependenciesContent(ResourceIdentifier)

Initializes a new instance of ExportDependenciesContent.

Properties

Filters

Filters for ExportDependencies.

FocusedMachineId

Machine arm id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExportDependenciesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExportDependenciesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExportDependenciesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExportDependenciesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExportDependenciesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to