API Reference
Class
SubnetInfo
Represents an Active Directory subnet.
Inheritance
- Object
- SubnetInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SiteInfo.Subnets
- Method SubnetInfo.<Clone>$
Accepted by parameters
- Constructor SiteInfo.SiteInfo
- Method SiteInfo.Deconstruct
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