Replica 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.
Container App Revision Replica.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaTypeConverter))]
public class Replica : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplica, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ReplicaTypeConverter))>]
type Replica = class
interface IReplica
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class Replica
Implements IReplica, IValidates
- Inheritance
-
Replica
- Attributes
- Implements
Constructors
Replica() |
Creates an new Replica instance. |
Properties
Container |
The containers collection under a replica. |
CreatedTime |
Timestamp describing when the pod was created by controller |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
InitContainer |
The init containers collection under a replica. |
Name |
The name of the resource |
ResourceGroupName |
Gets the resource group name |
RunningState |
Current running state of the replica |
RunningStateDetail |
The details of replica current running state |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Replica. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IReplica. |
FromJsonString(String) |
Creates a new instance of Replica, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |