Partager via


StorageInsightConfigsOperationsExtensions.DeleteAsync Méthode

Définition

Supprime une ressource storageInsightsConfigs

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations operations, string resourceGroupName, string workspaceName, string storageInsightName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.OperationalInsights.IStorageInsightConfigsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IStorageInsightConfigsOperations, resourceGroupName As String, workspaceName As String, storageInsightName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Paramètres

operations
IStorageInsightConfigsOperations

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

resourceGroupName
String

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

workspaceName
String

Nom de l’espace de travail.

storageInsightName
String

Nom de la ressource storageInsightsConfigs

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à