次の方法で共有


HibernateResourceOperationResult Class

Definition

The response from a Hibernate request.

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

Properties

Description

The description of the operation response.

Location

The location of the Hibernate request eg westus.

ResourceType

The type of resources used in the Hibernate request eg virtual machines.

Results

The results from the Hibernate request if no errors exist.

Explicit Interface Implementations

IJsonModel<HibernateResourceOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HibernateResourceOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HibernateResourceOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HibernateResourceOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HibernateResourceOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to