BatchApplicationPackageActivateContent Class

Definition

Parameters for an activating an application package.

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

Constructors

BatchApplicationPackageActivateContent(String)

Initializes a new instance of BatchApplicationPackageActivateContent.

Properties

Format

The format of the application package binary file.

Explicit Interface Implementations

IJsonModel<BatchApplicationPackageActivateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchApplicationPackageActivateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchApplicationPackageActivateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchApplicationPackageActivateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchApplicationPackageActivateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to