ManagedInstancePrivateLinkServiceConnectionStateProperty 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
ManagedInstancePrivateLinkServiceConnectionStateProperty() |
Initializes a new instance of the ManagedInstancePrivateLinkServiceConnectionStateProperty class. |
ManagedInstancePrivateLinkServiceConnectionStateProperty(String, String, String) |
Initializes a new instance of the ManagedInstancePrivateLinkServiceConnectionStateProperty class. |
ManagedInstancePrivateLinkServiceConnectionStateProperty()
Initializes a new instance of the ManagedInstancePrivateLinkServiceConnectionStateProperty class.
public ManagedInstancePrivateLinkServiceConnectionStateProperty ();
Public Sub New ()
Applies to
ManagedInstancePrivateLinkServiceConnectionStateProperty(String, String, String)
Initializes a new instance of the ManagedInstancePrivateLinkServiceConnectionStateProperty class.
public ManagedInstancePrivateLinkServiceConnectionStateProperty (string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkServiceConnectionStateProperty
Public Sub New (status As String, description As String, Optional actionsRequired As String = Nothing)
Parameters
- status
- String
The private link service connection status.
- description
- String
The private link service connection description.
- actionsRequired
- String
The private link service connection description.
Applies to
Azure SDK for .NET