ReplicaProperties Class

Definition

All replica properties.

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

Constructors

Name Description
ReplicaProperties()

Creates an new ReplicaProperties instance.

Properties

Name Description
Endpoint

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

ProvisioningState

The provisioning state of the replica.

Methods

Name Description
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.AppConfiguration.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()

Applies to