次の方法で共有


SubmitDeallocateContent Class

Definition

The deallocate request for resources.

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

Constructors

SubmitDeallocateContent(UserRequestSchedule, ScheduledActionExecutionParameterDetail, UserRequestResources, String)

Initializes a new instance of SubmitDeallocateContent.

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<SubmitDeallocateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SubmitDeallocateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SubmitDeallocateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SubmitDeallocateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SubmitDeallocateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to