IngestionSettingsOperationsExtensions.DeleteAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the ingestion settings for this subscription.
public static System.Threading.Tasks.Task DeleteAsync(this Microsoft.Azure.Management.Security.IIngestionSettingsOperations operations, string ingestionSettingName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Security.IIngestionSettingsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IIngestionSettingsOperations, ingestionSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IIngestionSettingsOperations
The operations group for this extension method.
- ingestionSettingName
- String
Name of the ingestion setting
- cancellationToken
- CancellationToken
The cancellation token.