| Modifier and Type | Method and Description |
|---|---|
ApplicationPackageReference |
ApplicationPackageReference.withId(String id)
Set the id value.
|
ApplicationPackageReference |
ApplicationPackageReference.withVersion(String version)
Set if this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationPackageReference> |
Pool.applicationPackages() |
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withApplicationPackages(List<ApplicationPackageReference> applicationPackages)
Specifies the application package references affect all new compute nodes joining the pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/