RemotePrivateEndpointConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET