Class PrivateLinkServiceConnectionStateProperty
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public class PrivateLinkServiceConnectionStateProperty
Constructors
PrivateLinkServiceConnectionStateProperty()
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
Declaration
public PrivateLinkServiceConnectionStateProperty ();
PrivateLinkServiceConnectionStateProperty(String, String, String)
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
Declaration
public PrivateLinkServiceConnectionStateProperty (string status, string description, string actionsRequired = null);
Parameters
String
status
The private link service connection status. |
String
description
The private link service connection description. |
String
actionsRequired
The actions required for private link service connection. |
Properties
ActionsRequired
Gets the actions required for private link service connection.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="actionsRequired")]
public string ActionsRequired { get; }
Property Value
String
|
Description
Gets or sets the private link service connection description.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="description")]
public string Description { get; set; }
Property Value
String
|
Status
Gets or sets the private link service connection status.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public string Status { get; set; }
Property Value
String
|
Methods
Validate()
Validate the object.
Declaration
public virtual void Validate ();
Exceptions
ValidationException
Thrown if validation fails |