Class AzureNetworkSecurityGroupRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure network security group rules.
public class AzureNetworkSecurityGroupRules : BypassSection
- Inheritance
-
AzureNetworkSecurityGroupRules
- Inherited Members
Constructors
AzureNetworkSecurityGroupRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroupRules class.
public AzureNetworkSecurityGroupRules()
Properties
InboundRules
Gets the inbound rules.
public AzureNetworkSecurityGroupRuleCollection InboundRules { get; }
Property Value
IncludesDefaultRules
Gets or sets whether default rules are included.
public BooleanOption IncludesDefaultRules { get; set; }
Property Value
Items
Gets or sets the items in the collection.
public AzureNetworkSecurityGroupRuleCollection Items { get; set; }
Property Value
OutboundRules
Gets the outbound rules.
public AzureNetworkSecurityGroupRuleCollection OutboundRules { get; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroupRules class from the specified XML.
public static AzureNetworkSecurityGroupRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureNetworkSecurityGroupRules
A CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroupRules class.
ToString()
Returns the network security group rules as a human readable string.
public override string ToString()
Returns
- string
The network security group rules as a human readable string.