IMonitoringConfigurationOperations.CreateOrUpdateStorageConfigurationAsync Method (String, CreateOrUpdateStorageConfigurationParameters, CancellationToken)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<MonitoringConfigurationCreateOrUpdateResponse> CreateOrUpdateStorageConfigurationAsync(
string resourceUri,
CreateOrUpdateStorageConfigurationParameters parameters,
CancellationToken cancellationToken
)
Task<MonitoringConfigurationCreateOrUpdateResponse^>^ CreateOrUpdateStorageConfigurationAsync(
String^ resourceUri,
CreateOrUpdateStorageConfigurationParameters^ parameters,
CancellationToken cancellationToken
)
abstract CreateOrUpdateStorageConfigurationAsync :
resourceUri:string *
parameters:CreateOrUpdateStorageConfigurationParameters *
cancellationToken:CancellationToken -> Task<MonitoringConfigurationCreateOrUpdateResponse>
Function CreateOrUpdateStorageConfigurationAsync (
resourceUri As String,
parameters As CreateOrUpdateStorageConfigurationParameters,
cancellationToken As CancellationToken
) As Task(Of MonitoringConfigurationCreateOrUpdateResponse)
Parameters
resourceUri
Type: System.StringThe resource identifier of the configuration.
parameters
Type: Microsoft.Azure.Management.Insights.Models.CreateOrUpdateStorageConfigurationParametersParameters supplied to the operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation 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.
See Also
IMonitoringConfigurationOperations Interface
Microsoft.Azure.Management.Insights Namespace
Return to top