Interface KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile<ParentT>
The stage of a container service agent pool definition allowing to specify the agent pool mode.
-
Method Summary
Modifier and TypeMethodDescriptionwithVirtualMachineMaximumPrice(Double maxPriceInUsDollars) Sets the maximum price for virtual machine in agent pool.
-
Method Details
-
withVirtualMachineMaximumPrice
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withVirtualMachineMaximumPrice(Double maxPriceInUsDollars) 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:
maxPriceInUsDollars- the maximum price in US Dollars- Returns:
- the next stage of the definition
-