RemotePrivateEndpointConnectionARMResource 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.
Remote Private Endpoint Connection ARM resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RemotePrivateEndpointConnectionARMResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RemotePrivateEndpointConnectionARMResource = class
inherit ProxyOnlyResource
Public Class RemotePrivateEndpointConnectionARMResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
RemotePrivateEndpointConnectionARMResource() |
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource class. |
RemotePrivateEndpointConnectionARMResource(String, String, String, String, String, ArmIdWrapper, PrivateLinkConnectionState, IList<String>) |
Initializes a new instance of the RemotePrivateEndpointConnectionARMResource 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