IDomainServiceProperties.ReplicaSet Property

Definition

List of ReplicaSets

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="List of ReplicaSets", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicaSets", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet> ReplicaSet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=true, Description="List of ReplicaSets", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet) }, Read=true, ReadOnly=false, Required=false, SerializedName="replicaSets", Update=true)>]
member this.ReplicaSet : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.IReplicaSet> with get, set
Public Property ReplicaSet As List(Of IReplicaSet)

Property Value

Attributes

Applies to