IReplica Interface

Definition

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

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.

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to