IAutoscaleOperations.CreateOrUpdateSettingAsync Method (String, String, AutoscaleSettingCreateOrUpdateParameters, CancellationToken)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Task<OperationResponse> CreateOrUpdateSettingAsync( string resourceGroupName, string autoscaleSettingName, AutoscaleSettingCreateOrUpdateParameters parameters, CancellationToken cancellationToken )
Parameters
- resourceGroupName
-
Type:
System.String
The resource name.
- autoscaleSettingName
-
Type:
System.String
The autoscale setting name.
- parameters
-
Type:
Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParameters
Parameters supplied to the operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>A standard service response including an HTTP status code and request ID.
Show: