ReplicaSet Class

Definition

Replica Set Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.ReplicaSetTypeConverter))]
public class ReplicaSet : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.ReplicaSetTypeConverter))>]
type ReplicaSet = class
    interface IReplicaSet
    interface IJsonSerializable
Public Class ReplicaSet
Implements IReplicaSet
Inheritance
ReplicaSet
Attributes
Implements

Constructors

Name Description
ReplicaSet()

Creates an new ReplicaSet instance.

Properties

Name Description
DomainControllerIPAddress

List of Domain Controller IP Address

ExternalAccessIPAddress

External access ip address.

HealthAlert

List of Domain Health Alerts

HealthLastEvaluated

Last domain evaluation run DateTime

HealthMonitor

List of Domain Health Monitors

Id

ReplicaSet Id

Location

Virtual network location

ServiceStatus

Status of Domain Service instance

SubnetId

The name of the virtual network that Domain Services will be deployed on. The id of the subnet that Domain Services will be deployed on. /virtualNetwork/vnetName/subnets/subnetName.

VnetSiteId

Virtual network site id

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReplicaSet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReplicaSet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet.

FromJsonString(String)

Creates a new instance of ReplicaSet, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReplicaSet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to