Get Replication Result
data class GetReplicationResult(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
fun GetReplicationResult(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)