Class AzureVirtualNetworkSubnet
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure virtual network.
public class AzureVirtualNetworkSubnet : GlobalSerializableClassicBase, IComparable<AzureVirtualNetworkSubnet>
- Inheritance
-
AzureVirtualNetworkSubnet
- Implements
Constructors
AzureVirtualNetworkSubnet()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet class.
public AzureVirtualNetworkSubnet()
Properties
AddressPrefixes
Gets or sets the address prefixes assigned to the subnet - for example "10.1.0.0/24".
public SerializableStringCollection AddressPrefixes { get; set; }
Property Value
- SerializableStringCollection
Id
Gets or sets the unique identifier for the subnet.
public string Id { get; set; }
Property Value
Name
Gets or sets the name of the subnet.
public string Name { get; set; }
Property Value
NatGatewayId
Gets or sets the unique identifier of the NAT gateway assigned to the subnet.
public string NatGatewayId { get; set; }
Property Value
NatGatewayName
Gets or sets the name of the NAT gateway assigned to the subnet.
public string NatGatewayName { get; set; }
Property Value
NetworkSecurityGroupId
Gets or sets the unique identifier of the network security group assigned to the subnet.
public string NetworkSecurityGroupId { get; set; }
Property Value
NetworkSecurityGroupName
Gets or sets the name of the network security group assigned to the subnet.
public string NetworkSecurityGroupName { get; set; }
Property Value
RouteTableId
Gets or sets the unique identifier of the route table assigned to the subnet.
public string RouteTableId { get; set; }
Property Value
RouteTableName
Gets or sets the name of the route table assigned to the subnet.
public string RouteTableName { get; set; }
Property Value
ServiceEndpoints
Gets or sets the service endpoints for the subnet.
public SerializableStringCollection ServiceEndpoints { get; set; }
Property Value
- SerializableStringCollection
Methods
CompareTo(AzureVirtualNetworkSubnet)
Compares two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet objects to allow sorting alphabetically by name.
public int CompareTo(AzureVirtualNetworkSubnet other)
Parameters
other
AzureVirtualNetworkSubnetThe CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet objects.