共用方式為


WebSiteOperationsExtensions.RestartAsync方法

You can restart a web site by issuing an HTTP POST request. (see https://msdn.microsoft.com/en-us/library/windowsazure/dn236425.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 Task(Of OperationResponse)

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

語法

'宣告
<ExtensionAttribute> _
Public Shared Function RestartAsync ( _
    operations As IWebSiteOperations, _
    webSpaceName As String, _
    webSiteName As String _
) As Task(Of OperationResponse)
[ExtensionAttribute] 
public static Task<OperationResponse> RestartAsync (
    IWebSiteOperations operations,
    string webSpaceName,
    string webSiteName
)
[ExtensionAttribute] 
public:
static Task<OperationResponse^>^ RestartAsync (
    IWebSiteOperations^ operations, 
    String^ webSpaceName, 
    String^ webSiteName
)
/** @attribute ExtensionAttribute() */ 
public static Task<OperationResponse> RestartAsync (
    IWebSiteOperations operations, 
    String webSpaceName, 
    String webSiteName
)
ExtensionAttribute 
public static function RestartAsync (
    operations : IWebSiteOperations, 
    webSpaceName : String, 
    webSiteName : String
) : Task<OperationResponse>

參數

  • 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.

傳回值

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

執行緒安全性

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

平台

開發平台

Windows Vista、Windows 7 和 Windows Server 2008

目標平台

另請參閱

參考

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