MonitoringConfigurationOperationsExtensions.CreateOrUpdateStorageConfigurationAsync Method (IMonitoringConfigurationOperations, String, CreateOrUpdateStorageConfigurationParameters)

 

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

<ExtensionAttribute>
Public Shared Function CreateOrUpdateStorageConfigurationAsync (
	operations As IMonitoringConfigurationOperations,
	resourceUri As String,
	parameters As CreateOrUpdateStorageConfigurationParameters
) As Task(Of 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: System.Threading.Tasks.Task(Of 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: