Share via


PrivateEndpointsOperationsExtensions.Get Method

Definition

Gets information about the specified Private Endpoint.

public static Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint Get (this Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string privateEndpointName);
static member Get : Microsoft.Azure.Management.StreamAnalytics.IPrivateEndpointsOperations * string * string * string -> Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint
<Extension()>
Public Function Get (operations As IPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, privateEndpointName As String) As PrivateEndpoint

Parameters

operations
IPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

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

clusterName
String

The name of the cluster.

privateEndpointName
String

The name of the private endpoint.

Returns

Applies to