Table of Contents

Class AzureNetworkSecurityGroupCollection

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

Represents a collection of Azure network security groups.

public class AzureNetworkSecurityGroupCollection : Collection<AzureNetworkSecurityGroup>, IList<AzureNetworkSecurityGroup>, ICollection<AzureNetworkSecurityGroup>, IList, ICollection, IReadOnlyList<AzureNetworkSecurityGroup>, IReadOnlyCollection<AzureNetworkSecurityGroup>, IEnumerable<AzureNetworkSecurityGroup>, IEnumerable
Inheritance
AzureNetworkSecurityGroupCollection
Implements
Inherited Members

Constructors

AzureNetworkSecurityGroupCollection()

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

public AzureNetworkSecurityGroupCollection()

Methods

FindById(string)

Returns the CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroup with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroup with that identifier is found.

public AzureNetworkSecurityGroup FindById(string resourceId)

Parameters

resourceId string

The identifier of the CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroup to locate.

Returns

AzureNetworkSecurityGroup

The CENTREL.XIA.Configuration.Types.AzureNetworkSecurityGroup with the specified identifier.

Sort()

Sorts the values in the collection.

public void Sort()