ReplicaProperties 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.
Replica resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaPropertiesTypeConverter))]
public class ReplicaProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaPropertiesTypeConverter))>]
type ReplicaProperties = class
interface IReplicaProperties
interface IJsonSerializable
Public Class ReplicaProperties
Implements IReplicaProperties
- Inheritance
-
ReplicaProperties
- Attributes
- Implements
Constructors
ReplicaProperties() |
Creates an new ReplicaProperties instance. |
Properties
Container |
The containers collection under a replica. |
CreatedTime |
Timestamp describing when the pod was created by controller |
InitContainer |
The init containers collection under a replica. |
RunningState |
Current running state of the replica |
RunningStateDetail |
The details of replica current running state |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicaProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicaProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplicaProperties. |
FromJsonString(String) |
Creates a new instance of ReplicaProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicaProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |