SettingOperationsExtensions::CreateOrUpdate Method (ISettingOperations^, String^, AutoscaleSettingCreateOrUpdateParameters^)
Namespace:
Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
public: [ExtensionAttribute] static AzureOperationResponse^ CreateOrUpdate( ISettingOperations^ operations, String^ resourceId, AutoscaleSettingCreateOrUpdateParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Monitoring.Autoscale::ISettingOperations^
Reference to the Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations.
- resourceId
-
Type:
System::String^
Required. The resource ID.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models::AutoscaleSettingCreateOrUpdateParameters^
Required. Parameters supplied to the operation.
Return Value
Type: Microsoft.Azure::AzureOperationResponse^A standard service response including an HTTP status code and request ID.
Show: