Compartir a través de


PrivateEndpointsOperationsExtensions.ListByCluster Método

Definición

Enumera los puntos de conexión privados del clúster.

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

Parámetros

operations
IPrivateEndpointsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

clusterName
String

Nombre del clúster.

Devoluciones

Se aplica a