SettingsOperationsExtensions Class

 

The websites extensions client manages the web sites deployments, web jobs and other extensions.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.SettingsOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Delete(ISettingsOperations, String)

Gets a setting.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(ISettingsOperations, String)

Gets a setting.

System_CAPS_pubmethodSystem_CAPS_static Get(ISettingsOperations, String)

Gets a setting.

System_CAPS_pubmethodSystem_CAPS_static GetAsync(ISettingsOperations, String)

Gets a setting.

System_CAPS_pubmethodSystem_CAPS_static List(ISettingsOperations)

Lists the settings.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ISettingsOperations)

Lists the settings.

System_CAPS_pubmethodSystem_CAPS_static Update(ISettingsOperations, SettingsUpdateParameters)

Updates a setting.

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(ISettingsOperations, SettingsUpdateParameters)

Updates a setting.

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.WindowsAzure Namespace

Return to top