StandbyPoolProfileDefinitionArgs

data class StandbyPoolProfileDefinitionArgs(val failContainerGroupCreateOnReuseFailure: Output<Boolean>? = null, val id: Output<String>? = null) : ConvertibleToJava<StandbyPoolProfileDefinitionArgs>

The standby pool profile reference.

Constructors

Link copied to clipboard
constructor(failContainerGroupCreateOnReuseFailure: Output<Boolean>? = null, id: Output<String>? = null)

Properties

Link copied to clipboard

The flag to determine whether ACI should fail the create request if the container group can not be obtained from standby pool.

Link copied to clipboard
val id: Output<String>? = null

The standby pool profile reference id.This will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyPoolName}'.

Functions

Link copied to clipboard
open override fun toJava(): StandbyPoolProfileDefinitionArgs