GetServiceReplicaSet

data class GetServiceReplicaSet(val domainControllerIpAddresses: List<String>, val externalAccessIpAddress: String, val id: String, val location: String, val serviceStatus: String, val subnetId: String)

Constructors

Link copied to clipboard
constructor(domainControllerIpAddresses: List<String>, externalAccessIpAddress: String, id: String, location: String, serviceStatus: String, 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 replica set, typically two.

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of the Domain Service.

Link copied to clipboard

The Azure location in which the replica set resides.

Link copied to clipboard

The current service status for the replica set.

Link copied to clipboard

The ID of the subnet in which the replica set resides.