Table of Contents

Class AzureNetworkSecurityGroups

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Azure network security groups.

public class AzureNetworkSecurityGroups : BypassSection
Inheritance
AzureNetworkSecurityGroups
Inherited Members

Constructors

AzureNetworkSecurityGroups()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroups class.

public AzureNetworkSecurityGroups()

Properties

Items

Gets or sets the items in the collection.

public AzureNetworkSecurityGroupCollection Items { get; set; }

Property Value

AzureNetworkSecurityGroupCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroups class from the specified XML.

public static AzureNetworkSecurityGroups FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzureNetworkSecurityGroups

A CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroups class.

ToString()

Returns the network security groups as a human readable string.

public override string ToString()

Returns

string

The network security groups as a human readable string.