Share via


ApplicationPackageReference.ApplicationId Property

Definition

Gets or sets the ID of the application to deploy.

[Newtonsoft.Json.JsonProperty(PropertyName="applicationId")]
public string ApplicationId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="applicationId")>]
member this.ApplicationId : string with get, set
Public Property ApplicationId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

When creating a pool, the package's application ID must be fully qualified (/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}).

Applies to