SettingOperationsExtensions.CreateOrUpdateAsync Method (ISettingOperations, String, AutoscaleSettingCreateOrUpdateParameters)
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public static Task<AzureOperationResponse> CreateOrUpdateAsync(
this ISettingOperations operations,
string resourceId,
AutoscaleSettingCreateOrUpdateParameters parameters
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ CreateOrUpdateAsync(
ISettingOperations^ operations,
String^ resourceId,
AutoscaleSettingCreateOrUpdateParameters^ parameters
)
static member CreateOrUpdateAsync :
operations:ISettingOperations *
resourceId:string *
parameters:AutoscaleSettingCreateOrUpdateParameters -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function CreateOrUpdateAsync (
operations As ISettingOperations,
resourceId As String,
parameters As AutoscaleSettingCreateOrUpdateParameters
) As Task(Of AzureOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperationsReference to the Microsoft.WindowsAzure.Management.Monitoring.Autoscale.ISettingOperations.
resourceId
Type: System.StringRequired. The resource ID.
parameters
Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.AutoscaleSettingCreateOrUpdateParametersRequired. Parameters supplied to the operation.
Return Value
Type: System.Threading.Tasks.Task<AzureOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
SettingOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace
Return to top