Dela via


ClustersOperationsExtensions.Get(IClustersOperations, String, String) Method

Definition

Gets a Log Analytics cluster instance.

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

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

clusterName
String

Name of the Log Analytics Cluster.

Returns

Applies to