ServerPrivateLinkServiceConnectionStateProperty 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
ServerPrivateLinkServiceConnectionStateProperty() |
Initializes a new instance of the ServerPrivateLinkServiceConnectionStateProperty class. |
ServerPrivateLinkServiceConnectionStateProperty(String, String, String) |
Initializes a new instance of the ServerPrivateLinkServiceConnectionStateProperty class. |
ServerPrivateLinkServiceConnectionStateProperty()
Initializes a new instance of the ServerPrivateLinkServiceConnectionStateProperty class.
public ServerPrivateLinkServiceConnectionStateProperty ();
Public Sub New ()
Applies to
ServerPrivateLinkServiceConnectionStateProperty(String, String, String)
Initializes a new instance of the ServerPrivateLinkServiceConnectionStateProperty class.
public ServerPrivateLinkServiceConnectionStateProperty (string status, string description, string actionsRequired = default);
new Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.PostgreSQL.Models.ServerPrivateLinkServiceConnectionStateProperty
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