IReplicaSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.ReplicaSetTypeConverter))]
public interface IReplicaSet : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.ReplicaSetTypeConverter))>]
type IReplicaSet = interface
interface IJsonSerializable
Public Interface IReplicaSet
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |