| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
Pool.deploymentConfiguration() |
DeploymentConfiguration |
DeploymentConfiguration.withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration)
Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.
|
DeploymentConfiguration |
DeploymentConfiguration.withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration)
Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
|
| Modifier and Type | Method and Description |
|---|---|
Pool.DefinitionStages.WithAttach<ParentT> |
Pool.DefinitionStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
|
Pool.UpdateDefinitionStages.WithAttach<ParentT> |
Pool.UpdateDefinitionStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
|
Pool.Update |
Pool.UpdateStages.WithAttach.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Specifies the creation of nodes using CloudServiceConfiguration/VirtualMachineConfiguration.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/