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 = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty : string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.PrivateLinkServiceConnectionStateProperty
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)
Parameters
- status
- String
The private link service connection status.
- description
- String
The private link service connection description.
- actionsRequired
- String
Any action that is required beyond basic workflow (approve/ reject/ disconnect)
Applies to
Azure SDK for .NET