Show / Hide Table of Contents

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 Source

ActionRequired

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
View Source

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
View Source

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
View Source

Description

The request for approval message or the reason for rejection message.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

PrivateEndpointId

The resource id of the private link endpoint.

Declaration
public readonly string PrivateEndpointId
Field Value
Type Description
System.String
View Source

PrivateEndpointName

The name of the private link endpoint.

Declaration
public readonly string PrivateEndpointName
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.