Share via


ManagedInstancePrivateEndpointConnectionsOperationsExtensions.Get Method

Definition

Gets a private endpoint connection.

public static Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection Get (this Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations operations, string resourceGroupName, string managedInstanceName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.Sql.IManagedInstancePrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateEndpointConnection
<Extension()>
Public Function Get (operations As IManagedInstancePrivateEndpointConnectionsOperations, resourceGroupName As String, managedInstanceName As String, privateEndpointConnectionName As String) As ManagedInstancePrivateEndpointConnection

Parameters

operations
IManagedInstancePrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName
String

The name of the managed instance.

privateEndpointConnectionName
String

The name of the private endpoint connection.

Returns

Applies to