DiagnosticSettingsOperationsExtensions Class
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.
Extension methods for DiagnosticSettingsOperations.
In this article
public static class DiagnosticSettingsOperationsExtensions
type DiagnosticSettingsOperationsExtensions = class
Public Module DiagnosticSettingsOperationsExtensions
Inheritance
System.Object
DiagnosticSettingsOperationsExtensions
Methods
CreateOrUpdate(IDiagnosticSettingsOperations, String, DiagnosticSettingsResource, String)
Creates or updates diagnostic settings for the specified resource.
CreateOrUpdateAsync(IDiagnosticSettingsOperations, String, DiagnosticSettingsResource, String, CancellationToken)
Creates or updates diagnostic settings for the specified resource.
Delete(IDiagnosticSettingsOperations, String, String)
Deletes existing diagnostic settings for the specified resource.
DeleteAsync(IDiagnosticSettingsOperations, String, String, CancellationToken)
Deletes existing diagnostic settings for the specified resource.
Get(IDiagnosticSettingsOperations, String, String)
Gets the active diagnostic settings for the specified resource.
GetAsync(IDiagnosticSettingsOperations, String, String, CancellationToken)
Gets the active diagnostic settings for the specified resource.
List(IDiagnosticSettingsOperations, String)
Gets the active diagnostic settings list for the specified resource.
ListAsync(IDiagnosticSettingsOperations, String, CancellationToken)
Gets the active diagnostic settings list for the specified resource.
Applies to