UpdateAzADDomainService_UpdateViaIdentityExpanded.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.
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Category(new Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="List of ReplicaSets", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet) }, ReadOnly=false, Required=false, SerializedName="replicaSets")]
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter(HelpMessage="List of ReplicaSets", Mandatory=false)]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[] ReplicaSet { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Category(new Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="List of ReplicaSets", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet) }, ReadOnly=false, Required=false, SerializedName="replicaSets")>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter(HelpMessage="List of ReplicaSets", Mandatory=false)>]
member this.ReplicaSet : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IReplicaSet[] with get, set
Public Property ReplicaSet As IReplicaSet()
Property Value
- Attributes