Share via


BatchApplicationPackageActivateContent(String) Constructor

Definition

Initializes a new instance of BatchApplicationPackageActivateContent.

public BatchApplicationPackageActivateContent (string format);
new Azure.ResourceManager.Batch.Models.BatchApplicationPackageActivateContent : string -> Azure.ResourceManager.Batch.Models.BatchApplicationPackageActivateContent
Public Sub New (format As String)

Parameters

format
String

The format of the application package binary file.

Exceptions

format is null.

Applies to