GetApplicationPackageResult.Format Property
Gets or sets the format of the application package, if the package is active.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "format")]
public string Format { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "format")]
property String^ Format {
String^ get();
void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "format")>]
member Format : string with get, set
<JsonPropertyAttribute(PropertyName := "format")>
Public Property Format As String
Property Value
Type: System.String
See Also
GetApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top