SettingsOperationsExtensions::Delete Method (ISettingsOperations^, String^)
Gets a setting.
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
public: [ExtensionAttribute] static OperationResponse^ Delete( ISettingsOperations^ operations, String^ settingId )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.WebSitesExtensions::ISettingsOperations^
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
- settingId
-
Type:
System::String^
Required. The setting identifier.
Return Value
Type: Microsoft.WindowsAzure::OperationResponse^A standard service response including an HTTP status code and request ID.
Show: