IReplicaSet.DomainControllerIPAddress Property

Definition

List of Domain Controller IP Address

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=false, Description="List of Domain Controller IP Address", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="domainControllerIpAddress", Update=false)]
public System.Collections.Generic.List<string> DomainControllerIPAddress { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Create=false, Description="List of Domain Controller IP Address", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="domainControllerIpAddress", Update=false)>]
member this.DomainControllerIPAddress : System.Collections.Generic.List<string>
Public ReadOnly Property DomainControllerIPAddress As List(Of String)

Property Value

Attributes

Applies to