Get Signal RReplica Result
data class GetSignalRReplicaResult(val id: String, val location: String, val name: String, val provisioningState: String, val sku: ResourceSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A class represent a replica resource.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, provisioningState: String, sku: ResourceSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)