PrivateLinkServiceConnectionStateProperty Constructors
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.
Overloads
PrivateLinkServiceConnectionStateProperty() |
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class. |
PrivateLinkServiceConnectionStateProperty(String, String, String) |
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class. |
PrivateLinkServiceConnectionStateProperty()
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
public PrivateLinkServiceConnectionStateProperty ();
Public Sub New ()
Applies to
PrivateLinkServiceConnectionStateProperty(String, String, String)
Initializes a new instance of the PrivateLinkServiceConnectionStateProperty class.
public PrivateLinkServiceConnectionStateProperty (string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.Sql.Models.PrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.Sql.Models.PrivateLinkServiceConnectionStateProperty
Public Sub New (status As String, description As String, Optional actionsRequired As String = Nothing)
Parameters
- status
- String
The private link service connection status. Possible values include: 'Approved', 'Pending', 'Rejected', 'Disconnected'
- description
- String
The private link service connection description.
- actionsRequired
- String
The actions required for private link service connection. Possible values include: 'None'
Applies to
Azure SDK for .NET