Table of Contents

Class AzurePrivateEndpointConnections

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

Represents a collection of Azure private endpoint connections.

public class AzurePrivateEndpointConnections : BypassSection
Inheritance
AzurePrivateEndpointConnections
Inherited Members

Constructors

AzurePrivateEndpointConnections()

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

public AzurePrivateEndpointConnections()

Properties

Items

Gets or sets the items in the collection.

public AzurePrivateEndpointConnectionCollection Items { get; set; }

Property Value

AzurePrivateEndpointConnectionCollection

Methods

FromXml(string)

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

public static AzurePrivateEndpointConnections FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

AzurePrivateEndpointConnections

A CENTREL.XIA.Configuration.Types.AzurePrivateEndpointConnections class.

ToString()

Returns the private endpoint connections as a human readable string.

public override string ToString()

Returns

string

The private endpoint connections as a human readable string.