Share via


RemotePrivateEndpointConnectionProperties Class

Definition

RemotePrivateEndpointConnection resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionPropertiesTypeConverter))]
public class RemotePrivateEndpointConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.RemotePrivateEndpointConnectionPropertiesTypeConverter))>]
type RemotePrivateEndpointConnectionProperties = class
    interface IRemotePrivateEndpointConnectionProperties
    interface IJsonSerializable
Public Class RemotePrivateEndpointConnectionProperties
Implements IRemotePrivateEndpointConnectionProperties
Inheritance
RemotePrivateEndpointConnectionProperties
Attributes
Implements

Constructors

RemotePrivateEndpointConnectionProperties()

Creates an new RemotePrivateEndpointConnectionProperties instance.

Properties

IPAddress

Private IPAddresses mapped to the remote private endpoint

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 RemotePrivateEndpointConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RemotePrivateEndpointConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IRemotePrivateEndpointConnectionProperties.

FromJsonString(String)

Creates a new instance of RemotePrivateEndpointConnectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RemotePrivateEndpointConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to