ManagedPrivateEndpointsModelFactory.ManagedPrivateEndpointConnectionState Method
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.
Initializes a new instance of ManagedPrivateEndpointConnectionState.
public static Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpointConnectionState ManagedPrivateEndpointConnectionState (string status = default, string description = default, string actionsRequired = default);
static member ManagedPrivateEndpointConnectionState : string * string * string -> Azure.Analytics.Synapse.ManagedPrivateEndpoints.Models.ManagedPrivateEndpointConnectionState
Public Shared Function ManagedPrivateEndpointConnectionState (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing) As ManagedPrivateEndpointConnectionState
Parameters
- status
- String
The approval status.
- description
- String
The managed private endpoint description.
- actionsRequired
- String
The actions required on the managed private endpoint.
Returns
A new ManagedPrivateEndpointConnectionState instance for mocking.