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 WithAttach<ParentT> withVirtualMachineMaximumPrice(Double maxPriceInUsDollars)

Sets the maximum price for virtual machine in agent pool.

Method Details

withVirtualMachineMaximumPrice

public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach 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

Applies to