Replica Class

Definition

The replica resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ReplicaTypeConverter))]
public class Replica : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IReplica
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.ReplicaTypeConverter))>]
type Replica = class
    interface IReplica
    interface IJsonSerializable
Public Class Replica
Implements IReplica
Inheritance
Replica
Attributes
Implements

Constructors

Name Description
Replica()

Creates an new Replica instance.

Properties

Name Description
Endpoint

The URI of the replica where the replica API will be available.

Id

The resource ID.

Location

The location of the replica.

Name

The name of the replica.

ProvisioningState

The provisioning state of the replica.

ResourceGroupName

Gets the resource group name

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.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Replica.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Replica.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IReplica.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Replica into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to