ISettingOperations.CreateOrUpdateAsync Method (String, AutoscaleSettingCreateOrUpdateParameters, CancellationToken)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
Task<AzureOperationResponse> CreateOrUpdateAsync(
string resourceId,
AutoscaleSettingCreateOrUpdateParameters parameters,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ CreateOrUpdateAsync(
String^ resourceId,
AutoscaleSettingCreateOrUpdateParameters^ parameters,
CancellationToken cancellationToken
)
abstract CreateOrUpdateAsync :
resourceId:string *
parameters:AutoscaleSettingCreateOrUpdateParameters *
cancellationToken:CancellationToken -> Task<AzureOperationResponse>
Function CreateOrUpdateAsync (
resourceId As String,
parameters As AutoscaleSettingCreateOrUpdateParameters,
cancellationToken As CancellationToken
) As Task(Of AzureOperationResponse)
Parameters
resourceId
Type: System.StringThe resource ID.
parameters
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSettingCreateOrUpdateParametersParameters supplied to the operation.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
ISettingOperations Interface
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace
Return to top