Compartir a través de


ClustersOperationsExtensions.ListByResourceGroup Método

Definición

Obtiene clústeres de Log Analytics en un grupo de recursos.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster> ListByResourceGroup (this Microsoft.Azure.Management.OperationalInsights.IClustersOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.OperationalInsights.IClustersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.OperationalInsights.Models.Cluster>
<Extension()>
Public Function ListByResourceGroup (operations As IClustersOperations, resourceGroupName As String) As IPage(Of Cluster)

Parámetros

operations
IClustersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

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

Devoluciones

Se aplica a