SettingsOperationsExtensions.DeleteAsync Method (ISettingsOperations, String)

 

Gets a setting.

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

public static Task<OperationResponse> DeleteAsync(
	this 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: System.Threading.Tasks.Task<OperationResponse>

A standard service response including an HTTP status code and request ID.

Return to top
Show: