StandbyContainerGroupPoolResourceUpdateProperties 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.
The updatable properties of the StandbyContainerGroupPoolResource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolResourceUpdatePropertiesTypeConverter))]
public class StandbyContainerGroupPoolResourceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResourceUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.StandbyContainerGroupPoolResourceUpdatePropertiesTypeConverter))>]
type StandbyContainerGroupPoolResourceUpdateProperties = class
interface IStandbyContainerGroupPoolResourceUpdateProperties
interface IJsonSerializable
Public Class StandbyContainerGroupPoolResourceUpdateProperties
Implements IStandbyContainerGroupPoolResourceUpdateProperties
- Inheritance
-
StandbyContainerGroupPoolResourceUpdateProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StandbyContainerGroupPoolResourceUpdateProperties() |
Creates an new StandbyContainerGroupPoolResourceUpdateProperties instance. |
Properties
| Name | Description |
|---|---|
| ContainerGroupProfileId |
Specifies container group profile id of standby container groups. |
| ContainerGroupProfileRevision |
Specifies revision of container group profile. |
| ContainerGroupPropertySubnetId |
Specifies subnet Ids for container group. |
| ElasticityProfileMaxReadyCapacity |
Specifies maximum number of standby container groups in the standby pool. |
| ElasticityProfileRefillPolicy |
Specifies refill policy of the pool. |
| Zone |
Specifies zones of standby container group pools. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StandbyContainerGroupPoolResourceUpdateProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StandbyContainerGroupPoolResourceUpdateProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IStandbyContainerGroupPoolResourceUpdateProperties. |
| FromJsonString(String) |
Creates a new instance of StandbyContainerGroupPoolResourceUpdateProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StandbyContainerGroupPoolResourceUpdateProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |