KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile
The stage of a container service agent pool definition allowing to specify the agent pool mode.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withVirtualMachineMaximumPrice(Double maxPriceInUsDollars)
Sets the maximum price for virtual machine in agent pool. |
Method Details
withVirtualMachineMaximumPrice
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Sets the maximum price for virtual machine in agent pool. This price is in US Dollars. Default is -1 if not specified, as up to pay-as-you-go prices.
Parameters:
Returns:
Applies to
Azure SDK for Java