IAutoscaleOperations.CreateOrUpdateSettingAsync Method (String, String, AutoscaleSettingCreateOrUpdateParameters, CancellationToken)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
Task<OperationResponse> CreateOrUpdateSettingAsync(
string resourceGroupName,
string autoscaleSettingName,
AutoscaleSettingCreateOrUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<OperationResponse^>^ CreateOrUpdateSettingAsync(
String^ resourceGroupName,
String^ autoscaleSettingName,
AutoscaleSettingCreateOrUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract CreateOrUpdateSettingAsync :
resourceGroupName:string *
autoscaleSettingName:string *
parameters:AutoscaleSettingCreateOrUpdateParameters *
cancellationToken:CancellationToken -> Task<OperationResponse>
Function CreateOrUpdateSettingAsync (
resourceGroupName As String,
autoscaleSettingName As String,
parameters As AutoscaleSettingCreateOrUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of OperationResponse)
Parameters
resourceGroupName
Type: System.StringThe resource name.
autoscaleSettingName
Type: System.StringThe autoscale setting name.
parameters
Type: Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParametersParameters supplied to the operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<OperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IAutoscaleOperations Interface
Microsoft.Azure.Management.Insights Namespace
Return to top