次の方法で共有


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 名前空間

トップに戻る