Table of Contents

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

string

Name

Gets or sets the name of the subnet.

public string Name { get; set; }

Property Value

string

NatGatewayId

Gets or sets the unique identifier of the NAT gateway assigned to the subnet.

public string NatGatewayId { get; set; }

Property Value

string

NatGatewayName

Gets or sets the name of the NAT gateway assigned to the subnet.

public string NatGatewayName { get; set; }

Property Value

string

NetworkSecurityGroupId

Gets or sets the unique identifier of the network security group assigned to the subnet.

public string NetworkSecurityGroupId { get; set; }

Property Value

string

NetworkSecurityGroupName

Gets or sets the name of the network security group assigned to the subnet.

public string NetworkSecurityGroupName { get; set; }

Property Value

string

RouteTableId

Gets or sets the unique identifier of the route table assigned to the subnet.

public string RouteTableId { get; set; }

Property Value

string

RouteTableName

Gets or sets the name of the route table assigned to the subnet.

public string RouteTableName { get; set; }

Property Value

string

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 AzureVirtualNetworkSubnet

The CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet to compare to.

Returns

int

The sort order of the two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkSubnet objects.