Partager via


DeallocateResourceOperationResult Class

Definition

The response from a deallocate request.

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

Properties

Description

The description of the operation response.

Location

The location of the deallocate request eg westus.

ResourceType

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

Results

The results from the deallocate request if no errors exist.

Explicit Interface Implementations

IJsonModel<DeallocateResourceOperationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DeallocateResourceOperationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeallocateResourceOperationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeallocateResourceOperationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DeallocateResourceOperationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to