Share via


PrivateEndpointConnectionsOperationsExtensions.Get Method

Definition

Get private endpoint connection.

public static Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection Get (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name);
static member Get : Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String) As PrivateEndpointConnection

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The Video Analyzer account name.

name
String

Private endpoint connection name.

Returns

Remarks

Get private endpoint connection under video analyzer account.

Applies to