Share via


CheckinManifestContent Class

Definition

The CheckinManifestContent.

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

Constructors

CheckinManifestContent(String, AzureLocation)

Initializes a new instance of CheckinManifestContent.

Properties

BaselineArmManifestLocation

The baseline ARM manifest ___location supplied to the checkin manifest operation.

Environment

The environment supplied to the checkin manifest operation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CheckinManifestContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CheckinManifestContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CheckinManifestContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CheckinManifestContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CheckinManifestContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to