IDomainServiceProperties.ReplicaSet Property
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.
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