StandbyContainerGroupPoolElasticityProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the elasticity profile of the standby container group pools.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfileTypeConverter))]
public class StandbyContainerGroupPoolElasticityProfile : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolElasticityProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolElasticityProfileTypeConverter))>]
type StandbyContainerGroupPoolElasticityProfile = class
interface IStandbyContainerGroupPoolElasticityProfile
interface IJsonSerializable
Public Class StandbyContainerGroupPoolElasticityProfile
Implements IStandbyContainerGroupPoolElasticityProfile
- Inheritance
-
StandbyContainerGroupPoolElasticityProfile
- Attributes
- Implements
Constructors
StandbyContainerGroupPoolElasticityProfile() |
Creates an new StandbyContainerGroupPoolElasticityProfile instance. |
Properties
MaxReadyCapacity |
Specifies maximum number of standby container groups in the standby pool. |
RefillPolicy |
Specifies refill policy of the pool. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StandbyContainerGroupPoolElasticityProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyContainerGroupPoolElasticityProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolElasticityProfile. |
FromJsonString(String) |
Creates a new instance of StandbyContainerGroupPoolElasticityProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyContainerGroupPoolElasticityProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |