Partager via


PrivateEndpointsOperationsExtensions.ListByCluster Méthode

Définition

Répertorie les points de terminaison privés dans le cluster.

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)

Paramètres

operations
IPrivateEndpointsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

clusterName
String

Nom du cluster.

Retours

S’applique à