FailoverGroupPropertiesResponse

data class FailoverGroupPropertiesResponse(val partnerManagedInstanceId: String, val provisioningState: String, val spec: FailoverGroupSpecResponse, val status: Any? = null)

The properties of a failover group resource.

Constructors

Link copied to clipboard
constructor(partnerManagedInstanceId: String, provisioningState: String, spec: FailoverGroupSpecResponse, status: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the partner SQL managed instance.

Link copied to clipboard

The provisioning state of the failover group resource.

Link copied to clipboard

The specifications of the failover group resource.

Link copied to clipboard
val status: Any? = null

The status of the failover group custom resource.