次の方法で共有


RepositoryOperationsExtensions.DeleteAsync メソッド

Deletes the repository.

名前空間: Microsoft.WindowsAzure
アセンブリ: Microsoft.WindowsAzure.Management.WebSites (Microsoft.WindowsAzure.Management.WebSites.dll)

使用方法

'使用
Dim operations As IRepositoryOperations
Dim returnValue As Task(Of OperationResponse)

returnValue = RepositoryOperationsExtensions.DeleteAsync(operations)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function DeleteAsync ( _
    operations As IRepositoryOperations _
) As Task(Of OperationResponse)
[ExtensionAttribute] 
public static Task<OperationResponse> DeleteAsync (
    IRepositoryOperations operations
)
[ExtensionAttribute] 
public:
static Task<OperationResponse^>^ DeleteAsync (
    IRepositoryOperations^ operations
)
/** @attribute ExtensionAttribute() */ 
public static Task<OperationResponse> DeleteAsync (
    IRepositoryOperations operations
)
ExtensionAttribute 
public static function DeleteAsync (
    operations : IRepositoryOperations
) : Task<OperationResponse>

パラメーター

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IRepositoryOperations.

戻り値

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

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

RepositoryOperationsExtensions クラス
RepositoryOperationsExtensions のメンバー
Microsoft.WindowsAzure 名前空間