SubmitHibernateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the request for hibernate.
public class SubmitHibernateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.SubmitHibernateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.SubmitHibernateContent>
type SubmitHibernateContent = class
interface IJsonModel<SubmitHibernateContent>
interface IPersistableModel<SubmitHibernateContent>
Public Class SubmitHibernateContent
Implements IJsonModel(Of SubmitHibernateContent), IPersistableModel(Of SubmitHibernateContent)
- Inheritance
-
SubmitHibernateContent
- Implements
Constructors
SubmitHibernateContent(UserRequestSchedule, ScheduledActionExecutionParameterDetail, UserRequestResources, String) |
Initializes a new instance of SubmitHibernateContent. |
Properties
CorrelationId |
CorrelationId item. |
ExecutionParameters |
The execution parameters for the request. |
ResourcesIds |
The resource ids used for the request. |
Schedule |
The schedule for the request. |
Explicit Interface Implementations
IJsonModel<SubmitHibernateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubmitHibernateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubmitHibernateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubmitHibernateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubmitHibernateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET