GetReplicationResult

data class GetReplicationResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val provisioningState: String, val regionEndpointEnabled: Boolean? = null, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancy: String? = null)

An object that represents a replication for a container registry.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, provisioningState: String, regionEndpointEnabled: Boolean? = null, status: StatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneRedundancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The status of the replication at the time the operation was called.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val zoneRedundancy: String? = null

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