RemotePrivateEndpointConnection Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionTypeConverter))]
public class RemotePrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionTypeConverter))>]
type RemotePrivateEndpointConnection = class
    interface IRemotePrivateEndpointConnection
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class RemotePrivateEndpointConnection
Implements IRemotePrivateEndpointConnection, IValidates
Inheritance
RemotePrivateEndpointConnection
Attributes
Implements

Constructors

RemotePrivateEndpointConnection()

Properties

Id
IPAddress
Kind
Name
PrivateEndpointId
PrivateLinkServiceConnectionStateActionsRequired
PrivateLinkServiceConnectionStateDescription
PrivateLinkServiceConnectionStateStatus
ProvisioningState
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to