IMonitoringConfigurationOperations.UpdateConfigurationAsync Method (String, MonitoringConfigurationCreateOrUpdateParameters, CancellationToken)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Task<OperationResponse> UpdateConfigurationAsync(
	string resourceUri,
	MonitoringConfigurationCreateOrUpdateParameters parameters,
	CancellationToken cancellationToken
)

Parameters

resourceUri
Type: System.String

The resource identifier for the configuration.

parameters
Type: Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateParameters

Parameters supplied to the operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<OperationResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: