ISettingOperations::CreateOrUpdateAsync Method (String^, AutoscaleSettingCreateOrUpdateParameters^, CancellationToken)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Task<AzureOperationResponse^>^ CreateOrUpdateAsync(
	String^ resourceId,
	AutoscaleSettingCreateOrUpdateParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

resourceId
Type: System::String^

The resource ID.

parameters
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models::AutoscaleSettingCreateOrUpdateParameters^

Parameters supplied to the operation.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks::Task<AzureOperationResponse^>^

A standard service response including an HTTP status code and request ID.

Return to top
Show: