PrivateLinkServiceConnectionStateProperty 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.
Connection State of the Private Endpoint Connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.PrivateLinkServiceConnectionStatePropertyTypeConverter))]
public class PrivateLinkServiceConnectionStateProperty : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IPrivateLinkServiceConnectionStateProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.PrivateLinkServiceConnectionStatePropertyTypeConverter))>]
type PrivateLinkServiceConnectionStateProperty = class
interface IPrivateLinkServiceConnectionStateProperty
interface IJsonSerializable
Public Class PrivateLinkServiceConnectionStateProperty
Implements IPrivateLinkServiceConnectionStateProperty
- Inheritance
-
PrivateLinkServiceConnectionStateProperty
- Attributes
- Implements
Constructors
PrivateLinkServiceConnectionStateProperty() |
Creates an new PrivateLinkServiceConnectionStateProperty instance. |
Properties
ActionsRequired |
Any action that is required beyond basic workflow (approve/ reject/ disconnect) |
Description |
The private link service connection description. |
Status |
The private link service connection status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateLinkServiceConnectionStateProperty. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateLinkServiceConnectionStateProperty. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IPrivateLinkServiceConnectionStateProperty. |
FromJsonString(String) |
Creates a new instance of PrivateLinkServiceConnectionStateProperty, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateLinkServiceConnectionStateProperty into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |