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.
State of the private endpoint connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.PrivateLinkServiceConnectionStatePropertyTypeConverter))]
public class PrivateLinkServiceConnectionStateProperty : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkServiceConnectionStateProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.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 |
The actions required for private link service connection. |
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.ConnectedMachine.Models.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. |
ToString() |