IReplication Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationTypeConverter))]
public interface IReplication : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ReplicationTypeConverter))>]
type IReplication = interface
    interface IJsonSerializable
    interface IResource
Public Interface IReplication
Implements IResource
Derived
Attributes
Implements

Properties

Id

The resource ID.

(Inherited from IResource)
Location

The location of the resource. This cannot be changed after the resource is created.

(Inherited from IResource)
Name

The name of the resource.

(Inherited from IResource)
ProvisioningState

The provisioning state of the replication at the time the operation was called.

RegionEndpointEnabled

Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications.

StatusDisplayStatus

The short label for the status.

StatusMessage

The detailed message for the status, including alerts and error messages.

StatusTimestamp

The timestamp when the status was changed to the current value.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

The tags of the resource.

(Inherited from IResource)
Type

The type of the resource.

(Inherited from IResource)
ZoneRedundancy

Whether or not zone redundancy is enabled for this container registry replication

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to