ArmBatchModelFactory.BatchApplicationPackageActivateContent(String) Method
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.
Parameters for an activating an application package.
public static Azure.ResourceManager.Batch.Models.BatchApplicationPackageActivateContent BatchApplicationPackageActivateContent(string format = default);
static member BatchApplicationPackageActivateContent : string -> Azure.ResourceManager.Batch.Models.BatchApplicationPackageActivateContent
Public Shared Function BatchApplicationPackageActivateContent (Optional format As String = Nothing) As BatchApplicationPackageActivateContent
Parameters
- format
- String
The format of the application package binary file.
Returns
A new BatchApplicationPackageActivateContent instance for mocking.