Table of Contents

Class AzurePrivateEndpointConnectionCollection

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

Represents a collection of Azure private endpoints.

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

Constructors

AzurePrivateEndpointConnectionCollection()

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

public AzurePrivateEndpointConnectionCollection()

Methods

FindById(string)

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

public AzurePrivateEndpointConnection FindById(string resourceId)

Parameters

resourceId string

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

Returns

AzurePrivateEndpointConnection

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

Sort()

Sorts the values in the collection.

public void Sort()