GetReplicationResult

data class GetReplicationResult(val id: String, val location: String, val name: String, val provisioningState: String, val status: StatusResponse, val tags: Map<String, String>? = null, val type: String)

An object that represents a replication for a container registry.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

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

The tags of the resource.

Link copied to clipboard

The type of the resource.