共用方式為


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.

執行緒安全性

這種類型的任何公用靜態 (在 Visual Basic 中的 Shared) 成員都屬於安全執行緒。不保證任何執行個體成員安全執行緒。

平台

開發平台

Windows Vista、Windows 7 和 Windows Server 2008

目標平台

另請參閱

參考

WebSiteOperationsExtensions類別
WebSiteOperationsExtensions成員
Microsoft.WindowsAzure命名空間