RepositoryOperationsExtensions.Delete 方法 (IRepositoryOperations)

 

删除存储库。

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

语法

public static OperationResponse Delete(
    this IRepositoryOperations operations
)
public:
[ExtensionAttribute]
static OperationResponse^ Delete(
    IRepositoryOperations^ operations
)
static member Delete : 
        operations:IRepositoryOperations -> OperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
    operations As IRepositoryOperations
) As OperationResponse

参数

返回值

Type: Microsoft.WindowsAzure.OperationResponse

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

请参阅

RepositoryOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首