次の方法で共有


WebSiteOperationsExtensions.DeleteRepository メソッド

A web site repository is essentially a Git repository that you can use to manage your web site content. By using Git source control tools, you can push or pull version-controlled changes to your site. This API executes a repository delete operation. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn166967.aspx for more information)

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

使用方法

'使用
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim returnValue As WebSiteDeleteRepositoryResponse

returnValue = WebSiteOperationsExtensions.DeleteRepository(operations, webSpaceName, webSiteName)

構文

'宣言
<ExtensionAttribute> _
Public Shared Function DeleteRepository ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String _
) As WebSiteDeleteRepositoryResponse
[ExtensionAttribute] 
public static WebSiteDeleteRepositoryResponse DeleteRepository (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName
)
[ExtensionAttribute] 
public:
static WebSiteDeleteRepositoryResponse^ DeleteRepository (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName
)
/** @attribute ExtensionAttribute() */ 
public static WebSiteDeleteRepositoryResponse DeleteRepository (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName
)
ExtensionAttribute 
public static function DeleteRepository (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String
) : WebSiteDeleteRepositoryResponse

パラメーター

  • operations
    Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.
  • webSpaceName
    Required. The name of the web space.
  • webSiteName
    Required. The name of the web site.

戻り値

The Delete Repository Web Site operation response.

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

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

関連項目

リファレンス

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