PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState 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
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState() |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class. |
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String) |
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class. |
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState()
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class.
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState ();
Public Sub New ()
Applies to
PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState(Nullable<PrivateLinkServiceConnectionStatus>, String, String)
Initializes a new instance of the PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState class.
public PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState (Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus? status = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState : Nullable<Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus> * string * string -> Microsoft.Azure.Management.Search.Models.PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState
Public Sub New (Optional status As Nullable(Of PrivateLinkServiceConnectionStatus) = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)
Parameters
Status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
- description
- String
The description for the private link service connection state.
- actionsRequired
- String
A description of any extra actions that may be required.