ConnectionPropertiesPrivateLinkServiceConnectionState 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.
The connection state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ConnectionPropertiesPrivateLinkServiceConnectionStateTypeConverter))]
public class ConnectionPropertiesPrivateLinkServiceConnectionState : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IConnectionPropertiesPrivateLinkServiceConnectionState, Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ConnectionPropertiesPrivateLinkServiceConnectionStateTypeConverter))>]
type ConnectionPropertiesPrivateLinkServiceConnectionState = class
interface IConnectionPropertiesPrivateLinkServiceConnectionState
interface IJsonSerializable
interface IConnectionState
interface IValidates
Public Class ConnectionPropertiesPrivateLinkServiceConnectionState
Implements IConnectionPropertiesPrivateLinkServiceConnectionState, IValidates
- Inheritance
-
ConnectionPropertiesPrivateLinkServiceConnectionState
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectionPropertiesPrivateLinkServiceConnectionState() |
Creates an new ConnectionPropertiesPrivateLinkServiceConnectionState instance. |
Properties
| Name | Description |
|---|---|
| ActionsRequired |
Actions required for a private endpoint connection. |
| Description |
The description for the current state of a private endpoint connection. |
| Status |
The status of a private endpoint connection. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectionPropertiesPrivateLinkServiceConnectionState. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectionPropertiesPrivateLinkServiceConnectionState. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.IConnectionPropertiesPrivateLinkServiceConnectionState. |
| FromJsonString(String) |
Creates a new instance of ConnectionPropertiesPrivateLinkServiceConnectionState, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectionPropertiesPrivateLinkServiceConnectionState into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |