Class EndpointPrivateServiceConnectionArgs
Inherited Members
Namespace: Pulumi.Azure.PrivateLink.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointPrivateServiceConnectionArgs : ResourceArgs
Constructors
View SourceEndpointPrivateServiceConnectionArgs()
Declaration
public EndpointPrivateServiceConnectionArgs()
Properties
View SourceIsManualConnection
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> |
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> |
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> |
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> |
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> |
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> |