IMonitoringConfigurationOperations.CreateOrUpdateStorageConfigurationAsync Method (String, CreateOrUpdateStorageConfigurationParameters, CancellationToken)

 

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

Task<MonitoringConfigurationCreateOrUpdateResponse> CreateOrUpdateStorageConfigurationAsync(
	string resourceUri,
	CreateOrUpdateStorageConfigurationParameters parameters,
	CancellationToken cancellationToken
)

Parameters

resourceUri
Type: System.String

The resource identifier of the configuration.

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

Parameters supplied to the operation.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<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: