Megosztás a következőn keresztül:


ExecuteDeallocateContent Class

Definition

The ExecuteDeallocateRequest request for executeDeallocate operations.

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

Constructors

ExecuteDeallocateContent(ScheduledActionExecutionParameterDetail, UserRequestResources, String)

Initializes a new instance of ExecuteDeallocateContent.

Properties

CorrelationId

CorrelationId item.

ExecutionParameters

The execution parameters for the request.

ResourcesIds

The resource ids used for the request.

Explicit Interface Implementations

IJsonModel<ExecuteDeallocateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExecuteDeallocateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExecuteDeallocateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExecuteDeallocateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExecuteDeallocateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to