MonitoringConfigurationOperationsExtensions.UpdateConfiguration Method (IMonitoringConfigurationOperations, String, MonitoringConfigurationCreateOrUpdateParameters)

 

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

public static OperationResponse UpdateConfiguration(
	this IMonitoringConfigurationOperations operations,
	string resourceUri,
	MonitoringConfigurationCreateOrUpdateParameters parameters
)

Parameters

operations
Type: Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations

Reference to the Microsoft.Azure.Management.Insights.IMonitoringConfigurationOperations.

resourceUri
Type: System.String

Required. The resource identifier for the configuration.

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

Required. Parameters supplied to the operation.

Return Value

Type: Microsoft.WindowsAzure.OperationResponse

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

Return to top
Show: