Get Replica Result
data class GetReplicaResult(val endpoint: String, val id: String, val location: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
The replica resource.
Constructors
Link copied to clipboard
fun GetReplicaResult(endpoint: String, id: String, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)