ExecuteDeleteContent 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.
The ExecuteDeleteRequest for delete VM operation.
public class ExecuteDeleteContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.Models.ExecuteDeleteContent>
type ExecuteDeleteContent = class
interface IJsonModel<ExecuteDeleteContent>
interface IPersistableModel<ExecuteDeleteContent>
Public Class ExecuteDeleteContent
Implements IJsonModel(Of ExecuteDeleteContent), IPersistableModel(Of ExecuteDeleteContent)
- Inheritance
-
ExecuteDeleteContent
- Implements
Constructors
ExecuteDeleteContent(ScheduledActionExecutionParameterDetail, UserRequestResources) |
Initializes a new instance of ExecuteDeleteContent. |
Properties
CorrelationId |
CorrelationId item. |
ExecutionParameters |
The execution parameters for the request. |
IsForceDeletion |
Forced delete resource item. |
ResourcesIds |
The resource ids used for the request. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ExecuteDeleteContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ExecuteDeleteContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ExecuteDeleteContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ExecuteDeleteContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ExecuteDeleteContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |