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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RemotePrivateEndpointConnectionTypeConverter))]
public class RemotePrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.RemotePrivateEndpointConnectionTypeConverter))>]
type RemotePrivateEndpointConnection = class
interface IRemotePrivateEndpointConnection
interface IJsonSerializable
Public Class RemotePrivateEndpointConnection
Implements IRemotePrivateEndpointConnection
- Inheritance
-
RemotePrivateEndpointConnection
- Attributes
- Implements
Constructors
RemotePrivateEndpointConnection() |
Creates an new RemotePrivateEndpointConnection instance. |
Properties
PrivateEndpointId | |
PrivateLinkServiceConnectionStateActionsRequired |
ActionsRequired for a private link connection |
PrivateLinkServiceConnectionStateDescription |
Description of a private link connection |
PrivateLinkServiceConnectionStateStatus |
Status of a private link connection |
ProvisioningState |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RemotePrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RemotePrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IRemotePrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of RemotePrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RemotePrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |