Show / Hide Table of Contents

Class EndpointPrivateServiceConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointPrivateServiceConnectionArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointPrivateServiceConnectionArgs : ResourceArgs

Constructors

View Source

EndpointPrivateServiceConnectionArgs()

Declaration
public EndpointPrivateServiceConnectionArgs()

Properties

View Source

IsManualConnection

Does the Private Endpoint require Manual Approval from the remote resource owner? Changing this forces a new resource to be created.

Declaration
public Input<bool> IsManualConnection { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Name

Specifies the Name of the Private Service Connection. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivateConnectionResourceId

The ID of the Private Link Enabled Remote Resource which this Private Endpoint should be connected to. Changing this forces a new resource to be created.

Declaration
public Input<string> PrivateConnectionResourceId { get; set; }
Property Value
Type Description
Input<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 Input<string> PrivateIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RequestMessage

A message passed to the owner of the remote resource when the private endpoint attempts to establish the connection to the remote resource. The request message can be a maximum of 140 characters in length. Only valid if is_manual_connection is set to true.

Declaration
public Input<string> RequestMessage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubresourceNames

A list of subresource names which the Private Endpoint is able to connect to. subresource_names corresponds to group_id. Changing this forces a new resource to be created.

Declaration
public InputList<string> SubresourceNames { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.