GetReplicaResult

data class GetReplicaResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, endpoint: String, id: String, location: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The URI of the replica where the replica API will be available.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard
val location: String? = null

The location of the replica.

Link copied to clipboard

The name of the replica.

Link copied to clipboard

The provisioning state of the replica.

Link copied to clipboard

Resource system metadata.

Link copied to clipboard

The type of the resource.