Share via


StandbyPoolProfileDefinition Class

Definition

The standby pool profile reference.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.StandbyPoolProfileDefinitionTypeConverter))]
public class StandbyPoolProfileDefinition : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IStandbyPoolProfileDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.StandbyPoolProfileDefinitionTypeConverter))>]
type StandbyPoolProfileDefinition = class
    interface IStandbyPoolProfileDefinition
    interface IJsonSerializable
Public Class StandbyPoolProfileDefinition
Implements IStandbyPoolProfileDefinition
Inheritance
StandbyPoolProfileDefinition
Attributes
Implements

Constructors

StandbyPoolProfileDefinition()

Creates an new StandbyPoolProfileDefinition instance.

Properties

FailContainerGroupCreateOnReuseFailure

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

Id

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StandbyPoolProfileDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StandbyPoolProfileDefinition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IStandbyPoolProfileDefinition.

FromJsonString(String)

Creates a new instance of StandbyPoolProfileDefinition, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StandbyPoolProfileDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to