AutoscaleOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Insights.AutoscaleOperationsExtensions

Syntax

public static class AutoscaleOperationsExtensions
[ExtensionAttribute]
public ref class AutoscaleOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AutoscaleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AutoscaleOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateSetting(IAutoscaleOperations, String, String, AutoscaleSettingCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static CreateOrUpdateSettingAsync(IAutoscaleOperations, String, String, AutoscaleSettingCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static DeleteSetting(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static DeleteSettingAsync(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetSetting(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static GetSettingAsync(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListSettings(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static ListSettingsAsync(IAutoscaleOperations, String, String)

System_CAPS_pubmethodSystem_CAPS_static UpdateSetting(IAutoscaleOperations, String, String, AutoscaleSettingCreateOrUpdateParameters)

System_CAPS_pubmethodSystem_CAPS_static UpdateSettingAsync(IAutoscaleOperations, String, String, AutoscaleSettingCreateOrUpdateParameters)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.Insights Namespace

Return to top