Share via


BatchApplicationPackageData Class

Definition

A class representing the BatchApplicationPackage data model. An application package which represents a particular version of an application.

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

Constructors

BatchApplicationPackageData()

Initializes a new instance of BatchApplicationPackageData.

Properties

ETag

The ETag of the resource, used for concurrency statements.

Format

The format of the application package, if the package is active.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
LastActivatedOn

The time at which the package was last activated, if the package is active.

Name

The name of the resource.

(Inherited from ResourceData)
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
State

The current state of the application package.

StorageUri

The URL for the application package in Azure Storage.

StorageUriExpireOn

The UTC time at which the Azure Storage URL will expire.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<BatchApplicationPackageData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BatchApplicationPackageData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchApplicationPackageData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchApplicationPackageData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BatchApplicationPackageData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to