Class AzurePrivateEndpointConnection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure private endpoint connection.
public class AzurePrivateEndpointConnection : GlobalSerializableClassicBase, IComparable<AzurePrivateEndpointConnection>
- Inheritance
-
AzurePrivateEndpointConnection
- Implements
Constructors
AzurePrivateEndpointConnection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzurePrivateEndpointConnection class.
public AzurePrivateEndpointConnection()
Properties
ConnectionState
Gets or sets the state of the endpoint connection.
public AzurePrivateEndpointConnectionState ConnectionState { get; set; }
Property Value
ConnectionStateString
Gets the state of the endpoint connection.
public string ConnectionStateString { get; set; }
Property Value
Id
Gets or sets the unique identifier of the private endpoint connection - for example "/subscriptions/342f80f7-bd74-472b-a234-92cd48892519/resourceGroups/WebServers/providers/Microsoft.Sql/servers/demo-sql01/privateEndpointConnections/privateendpoint-9cb7134f-e081-4195-a780-3e8cd61dc780".
public string Id { get; set; }
Property Value
Name
Gets or sets the name of the private endpoint connection.
public string Name { get; set; }
Property Value
PrivateEndpointId
Gets or sets the identifier of the private endpoint.
public string PrivateEndpointId { get; set; }
Property Value
PrivateEndpointName
Gets or sets the name of the private endpoint.
public string PrivateEndpointName { get; set; }
Property Value
ResponseMessage
Gets or sets the request / response message.
public string ResponseMessage { get; set; }
Property Value
Methods
CompareTo(AzurePrivateEndpointConnection)
Compares two CENTREL.XIA.Configuration.Types.AzurePrivateEndpointConnection objects to allow sorting alphabetically by name.
public int CompareTo(AzurePrivateEndpointConnection other)
Parameters
other
AzurePrivateEndpointConnectionThe CENTREL.XIA.Configuration.Types.AzurePrivateEndpointConnection to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzurePrivateEndpointConnection objects.