RemotePrivateEndpointConnection Class

Definition

A remote private endpoint connection

[Microsoft.Rest.Serialization.JsonTransformation]
public class RemotePrivateEndpointConnection : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RemotePrivateEndpointConnection = class
    inherit ProxyOnlyResource
Public Class RemotePrivateEndpointConnection
Inherits ProxyOnlyResource
Inheritance
RemotePrivateEndpointConnection
Attributes

Constructors

RemotePrivateEndpointConnection()

Initializes a new instance of the RemotePrivateEndpointConnection class.

RemotePrivateEndpointConnection(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>)

Initializes a new instance of the RemotePrivateEndpointConnection class.

Properties

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IpAddresses

Gets or sets private IPAddresses mapped to the remote private endpoint

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PrivateEndpoint

Gets or sets privateEndpoint of a remote private endpoint connection

PrivateLinkServiceConnectionState
ProvisioningState
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to