AutoscaleOperationsExtensions::UpdateSetting Method (IAutoscaleOperations^, String^, String^, AutoscaleSettingCreateOrUpdateParameters^)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

public:
[ExtensionAttribute]
static OperationResponse^ UpdateSetting(
	IAutoscaleOperations^ operations,
	String^ resourceGroupName,
	String^ autoscaleSettingName,
	AutoscaleSettingCreateOrUpdateParameters^ parameters
)

Parameters

operations
Type: Microsoft.Azure.Management.Insights::IAutoscaleOperations^

Reference to the Microsoft.Azure.Management.Insights.IAutoscaleOperations.

resourceGroupName
Type: System::String^

Required. The resource name.

autoscaleSettingName
Type: System::String^

Required. The autoscale setting name.

parameters
Type: Microsoft.Azure.Management.Insights.Models::AutoscaleSettingCreateOrUpdateParameters^

Required. Parameters supplied to the operation.

Return Value

Type: Microsoft.WindowsAzure::OperationResponse^

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

Return to top
Show: