AutoscaleOperationsExtensions.CreateOrUpdateSetting Method (IAutoscaleOperations, String, String, AutoscaleSettingCreateOrUpdateParameters)
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public static OperationResponse CreateOrUpdateSetting(
this IAutoscaleOperations operations,
string resourceGroupName,
string autoscaleSettingName,
AutoscaleSettingCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static OperationResponse^ CreateOrUpdateSetting(
IAutoscaleOperations^ operations,
String^ resourceGroupName,
String^ autoscaleSettingName,
AutoscaleSettingCreateOrUpdateParameters^ parameters
)
static member CreateOrUpdateSetting :
operations:IAutoscaleOperations *
resourceGroupName:string *
autoscaleSettingName:string *
parameters:AutoscaleSettingCreateOrUpdateParameters -> OperationResponse
<ExtensionAttribute>
Public Shared Function CreateOrUpdateSetting (
operations As IAutoscaleOperations,
resourceGroupName As String,
autoscaleSettingName As String,
parameters As AutoscaleSettingCreateOrUpdateParameters
) As OperationResponse
Parameters
operations
Type: Microsoft.Azure.Management.Insights.IAutoscaleOperationsReference to the Microsoft.Azure.Management.Insights.IAutoscaleOperations.
resourceGroupName
Type: System.StringRequired. The resource name.
autoscaleSettingName
Type: System.StringRequired. The autoscale setting name.
parameters
Type: Microsoft.Azure.Management.Insights.Models.AutoscaleSettingCreateOrUpdateParametersRequired. Parameters supplied to the operation.
Return Value
Type: Microsoft.WindowsAzure.OperationResponse
A standard service response including an HTTP status code and request ID.
See Also
AutoscaleOperationsExtensions Class
Microsoft.Azure.Management.Insights Namespace
Return to top