IWebSiteOperations.GetInstanceIdsAsync Method (String, String, CancellationToken)
You can retrieve the list of active instances by ids for a web site by issuing an HTTP GET request. (see http://msdn.microsoft.com/library/windowsazure/dn166981.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Task<WebSiteInstanceIdsResponse> GetInstanceIdsAsync( string webSpaceName, string webSiteName, CancellationToken cancellationToken )
Parameters
- webSpaceName
-
Type:
System.String
The name of the web space.
- webSiteName
-
Type:
System.String
The name of the web site.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebSiteInstanceIdsResponse>The web site instance ids response.
Show: