API Reference
Class
FirewallProfileApplyResult
Result of applying firewall profile settings.
Inheritance
- Object
- FirewallProfileApplyResult
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
- Method FirewallProfileApplier.Apply
Constructors
public FirewallProfileApplyResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Success { get; set; } #Gets a value indicating whether all requested operations succeeded.
public Nullable<Boolean> EnabledApplied { get; set; } #Gets a value indicating whether the firewall enabled state was applied. Null means not requested.
public String EnabledError { get; set; } #Gets an error message when applying the enabled state failed.
public Nullable<Boolean> LoggingApplied { get; set; } #Gets a value indicating whether logging settings were applied. Null means not requested.
public String LoggingError { get; set; } #Gets an error message when applying logging settings failed.
public Nullable<Boolean> PolicyApplied { get; set; } #Gets a value indicating whether policy settings were applied. Null means not requested.
public String PolicyError { get; set; } #Gets an error message when applying policy settings failed.