Class GetServiceEndpointConnectionsPrivateEndpointConnectionResult
Inheritance
System.Object
GetServiceEndpointConnectionsPrivateEndpointConnectionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.PrivateLink.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetServiceEndpointConnectionsPrivateEndpointConnectionResult
Fields
View SourceActionRequired
A message indicating if changes on the service provider require any updates or not.
Declaration
public readonly string ActionRequired
Field Value
| Type | Description |
|---|---|
| System.String |
ConnectionId
The resource id of the private link service connection between the private link service and the private link endpoint.
Declaration
public readonly string ConnectionId
Field Value
| Type | Description |
|---|---|
| System.String |
ConnectionName
The name of the connection between the private link service and the private link endpoint.
Declaration
public readonly string ConnectionName
Field Value
| Type | Description |
|---|---|
| System.String |
Description
The request for approval message or the reason for rejection message.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateEndpointId
The resource id of the private link endpoint.
Declaration
public readonly string PrivateEndpointId
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateEndpointName
The name of the private link endpoint.
Declaration
public readonly string PrivateEndpointName
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Indicates the state of the connection between the private link service and the private link endpoint, possible values are Pending, Approved or Rejected.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |