OperationalInsightsWorkspaceResource.GetStorageInsightAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une instance d’insights de stockage.
- Chemin/abonnements de la demande/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}
- IdStorageInsightConfigs_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.StorageInsightResource>> GetStorageInsightAsync (string storageInsightName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetStorageInsightAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.StorageInsightResource>>
override this.GetStorageInsightAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.OperationalInsights.StorageInsightResource>>
Public Overridable Function GetStorageInsightAsync (storageInsightName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageInsightResource))
Paramètres
- storageInsightName
- String
Nom de la ressource storageInsightsConfigs.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
storageInsightName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
storageInsightName
a la valeur null.