ServiceInitialReplicaSet

data class ServiceInitialReplicaSet(val domainControllerIpAddresses: List<String>? = null, val externalAccessIpAddress: String? = null, val id: String? = null, val location: String? = null, val serviceStatus: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(domainControllerIpAddresses: List<String>? = null, externalAccessIpAddress: String? = null, id: String? = null, location: String? = null, serviceStatus: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of subnet IP addresses for the domain controllers in the initial replica set, typically two.

Link copied to clipboard

The publicly routable IP address for the domain controllers in the initial replica set.

Link copied to clipboard
val id: String? = null

A unique ID for the replica set.

Link copied to clipboard
val location: String? = null

The Azure location where the Domain Service exists. Changing this forces a new resource to be created.

Link copied to clipboard
val serviceStatus: String? = null

The current service status for the initial replica set.

Link copied to clipboard

The ID of the subnet in which to place the initial replica set. Changing this forces a new resource to be created.