ExecuteHibernateContent Class

Definition

The ExecuteHibernateRequest request for executeHibernate operations.

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

Constructors

ExecuteHibernateContent(ScheduledActionExecutionParameterDetail, UserRequestResources, String)

Initializes a new instance of ExecuteHibernateContent.

Properties

CorrelationId

CorrelationId item.

ExecutionParameters

The execution parameters for the request.

ResourcesIds

The resource ids used for the request.

Explicit Interface Implementations

IJsonModel<ExecuteHibernateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExecuteHibernateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecuteHibernateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecuteHibernateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExecuteHibernateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to