StandbyPoolProfileDefinitionResponse

data class StandbyPoolProfileDefinitionResponse(val failContainerGroupCreateOnReuseFailure: Boolean? = null, val id: String? = null)

The standby pool profile reference.

Constructors

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

Types

Link copied to clipboard
object Companion

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: 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}'.