Replica Set Response
data class ReplicaSetResponse(val domainControllerIpAddress: List<String>, val externalAccessIpAddress: String, val healthAlerts: List<HealthAlertResponse>, val healthLastEvaluated: String, val healthMonitors: List<HealthMonitorResponse>, val location: String? = null, val replicaSetId: String, val serviceStatus: String, val subnetId: String? = null, val vnetSiteId: String)
Replica Set Definition
Constructors
Link copied to clipboard
fun ReplicaSetResponse(domainControllerIpAddress: List<String>, externalAccessIpAddress: String, healthAlerts: List<HealthAlertResponse>, healthLastEvaluated: String, healthMonitors: List<HealthMonitorResponse>, location: String? = null, replicaSetId: String, serviceStatus: String, subnetId: String? = null, vnetSiteId: String)