ISettingOperations Interface

 

Operations for managing the autoscale settings.

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

Syntax

public interface ISettingOperations
public interface class ISettingOperations
type ISettingOperations = interface end
Public Interface ISettingOperations

Methods

Name Description
System_CAPS_pubmethod CreateOrUpdateAsync(String, AutoscaleSettingCreateOrUpdateParameters, CancellationToken)

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

System_CAPS_pubmethod GetAsync(String, CancellationToken)

Extension Methods

Name Description
System_CAPS_pubmethod CreateOrUpdate(String, AutoscaleSettingCreateOrUpdateParameters)

(Defined by SettingOperationsExtensions.)

System_CAPS_pubmethod CreateOrUpdateAsync(String, AutoscaleSettingCreateOrUpdateParameters)

(Defined by SettingOperationsExtensions.)

System_CAPS_pubmethod Delete(String)

(Defined by SettingOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String)

(Defined by SettingOperationsExtensions.)

System_CAPS_pubmethod Get(String)

(Defined by SettingOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String)

(Defined by SettingOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace

Return to top