MonitoringConfigurationOperationsExtensions.CreateOrUpdateStorageConfiguration Method (IMonitoringConfigurationOperations, String, CreateOrUpdateStorageConfigurationParameters)

 

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

<ExtensionAttribute>
Public Shared Function CreateOrUpdateStorageConfiguration (
	operations As IMonitoringConfigurationOperations,
	resourceUri As String,
	parameters As CreateOrUpdateStorageConfigurationParameters
) As MonitoringConfigurationCreateOrUpdateResponse

Parameters

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

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

resourceUri
Type: System.String

Required. The resource identifier of the configuration.

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

Required. Parameters supplied to the operation.

Return Value

Type: Microsoft.Azure.Management.Insights.Models.MonitoringConfigurationCreateOrUpdateResponse

The create or update monitoring setting response. It's marked as empty. We only pass it to ensure json error handling.

Return to top
Show: