WebSiteOperationsExtensions.Restart Method

Restarts a Website.

Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Usage

'Usage
Dim operations As IWebSiteOperations
Dim webSpaceName As String
Dim webSiteName As String
Dim returnValue As OperationResponse

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

Syntax

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

Parameters

  • operations
    The object that specifies the operations for websites.
  • webSpaceName
    The name of the web space.
  • webSiteName
    The name of the website.

Return Value

An OperationResponse object that includes an HTTP status code and request ID.

Remarks

For more information about restarting a website, see Restart a Website

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

WebSiteOperationsExtensions Class
WebSiteOperationsExtensions Members
Microsoft.WindowsAzure.Management.WebSites Namespace