Class AzureNetworkSecurityGroup
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure network security group.
public class AzureNetworkSecurityGroup : AzureResourceBase, IComparable<AzureResourceBase>
- Inheritance
-
AzureNetworkSecurityGroup
- Implements
- Inherited Members
Constructors
AzureNetworkSecurityGroup()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroup class.
public AzureNetworkSecurityGroup()
Properties
NetworkInterfaceIdentifiers
Gets or sets the unique identifiers of the network interfaces assigned to the network security group.
public SerializableStringCollection NetworkInterfaceIdentifiers { get; set; }
Property Value
- SerializableStringCollection
NetworkInterfaceNames
Gets or sets the names of the network interfaces assigned to the network security group.
public SerializableStringCollection NetworkInterfaceNames { get; set; }
Property Value
- SerializableStringCollection
Rules
Gets or sets the custom rules configured for the network security group.
public AzureNetworkSecurityGroupRules Rules { get; set; }
Property Value
SubnetIdentifiers
Gets or sets the unique identifiers of the subnets assigned to the network security group.
public SerializableStringCollection SubnetIdentifiers { get; set; }
Property Value
- SerializableStringCollection
SubnetNames
Gets or sets the names of the subnets assigned to the network security group.
public SerializableStringCollection SubnetNames { get; set; }
Property Value
- SerializableStringCollection