AddApplicationPackageResult.Id Property

 

Gets or sets the id of the application.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

[JsonPropertyAttribute(PropertyName = "id")]
public string Id { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "id")]
property String^ Id {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "id")>]
member Id : string with get, set
<JsonPropertyAttribute(PropertyName := "id")>
Public Property Id As String

Property Value

Type: System.String

See Also

AddApplicationPackageResult Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top