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