Show / Hide Table of Contents

Class GetEndpointConnectionPrivateServiceConnectionResult

Inheritance
System.Object
GetEndpointConnectionPrivateServiceConnectionResult
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 GetEndpointConnectionPrivateServiceConnectionResult

Fields

View Source

Name

Specifies the Name of the private endpoint.

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

PrivateIpAddress

The private IP address associated with the private endpoint, note that you will have a private IP address assigned to the private endpoint even if the connection request was Rejected.

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

RequestResponse

Possible values are as follows: Value | Meaning -- | -- Auto-Approved | The remote resource owner has added you to the Auto-Approved RBAC permission list for the remote resource, all private endpoint connection requests will be automatically Approved. Deleted state | The resource owner has Rejected the private endpoint connection request and has removed your private endpoint request from the remote resource. request/response message | If you submitted a manual private endpoint connection request, while in the Pending status the request_response will display the same text from your request_message in the private_service_connection block above. If the private endpoint connection request was Rejected by the owner of the remote resource, the text for the rejection will be displayed as the request_response text, if the private endpoint connection request was Approved by the owner of the remote resource, the text for the approval will be displayed as the request_response text

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

Status

The current status of the private endpoint request, possible values will be Pending, Approved, Rejected, or Disconnected.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.