ConnectionProperties Class

Definition

The properties of a private endpoint connection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ConnectionPropertiesTypeConverter))]
public class ConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ConnectionPropertiesTypeConverter))>]
type ConnectionProperties = class
    interface IConnectionProperties
    interface IJsonSerializable
Public Class ConnectionProperties
Implements IConnectionProperties
Inheritance
ConnectionProperties
Attributes
Implements

Constructors

Name Description
ConnectionProperties()

Creates an new ConnectionProperties instance.

Properties

Name Description
GroupId

The list of group ids for the private endpoint connection.

PrivateEndpointId

The resource identifier.

PrivateLinkServiceConnectionStateActionsRequired

Actions required for a private endpoint connection.

PrivateLinkServiceConnectionStateDescription

The description for the current state of a private endpoint connection.

PrivateLinkServiceConnectionStateStatus

The status of a private endpoint connection.

ProvisioningState

The provisioning state.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IConnectionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to