API Reference
Class
SubnetInfo
Represents an Active Directory subnet.
Inheritance
- Object
- SubnetInfo
Constructors
public SubnetInfo(String Name, String Location, SubnetType Type) #Represents an Active Directory subnet.
Parameters
- Name System.String
- Name of the subnet.
- Location System.String
- Location attribute of the subnet.
- Type ADPlayground.Replication.SubnetType
- Address family of the subnet.
Methods
public virtual SubnetInfo <Clone>$() #Returns:
SubnetInfopublic Void Deconstruct(out String Name, out String Location, out SubnetType Type) #Returns:
VoidParameters
- Name String
- Location String
- Type SubnetType
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String