Sdílet prostřednictvím


StorageInsightConfigsOperationsExtensions.Get Method

Definition

Gets a storage insight instance.

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

Parameters

operations
IStorageInsightConfigsOperations

The operations group for this extension method.

resourceGroupName
String

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

workspaceName
String

The name of the workspace.

storageInsightName
String

Name of the storageInsightsConfigs resource

Returns

Applies to