API Reference
Class
FirewallProfilesView
Result view for Windows Firewall profile enablement on Domain Controllers OU.
Inheritance
- Object
- FirewallProfilesView
Constructors
public FirewallProfilesView(String DomainName, String TargetDn, Nullable<Boolean> DomainEnabled, Nullable<Boolean> PrivateEnabled, Nullable<Boolean> PublicEnabled) #Result view for Windows Firewall profile enablement on Domain Controllers OU.
Parameters
- DomainName System.String
- TargetDn System.String
- DomainEnabled System.Nullable{System.Boolean}
- PrivateEnabled System.Nullable{System.Boolean}
- PublicEnabled System.Nullable{System.Boolean}
Methods
public FirewallProfilesView <Clone>$() #Returns:
FirewallProfilesViewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<Boolean> DomainEnabled, out Nullable<Boolean> PrivateEnabled, out Nullable<Boolean> PublicEnabled) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- DomainEnabled Nullable<Boolean>
- PrivateEnabled Nullable<Boolean>
- PublicEnabled Nullable<Boolean>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String