SettingsOperationsExtensions.Delete 方法 (ISettingsOperations, String)

 

获取设置。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

public static OperationResponse Delete(
    this ISettingsOperations operations,
    string settingId
)
public:
[ExtensionAttribute]
static OperationResponse^ Delete(
    ISettingsOperations^ operations,
    String^ settingId
)
static member Delete : 
        operations:ISettingsOperations *
        settingId:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As ISettingsOperations,
    settingId As String
) As OperationResponse

参数

返回值

Type: Microsoft.WindowsAzure.OperationResponse

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

SettingsOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首