IWebHostingPlanOperations.GetAsync Method (String, String, CancellationToken)
Gets details of an existing Web Hosting Plan (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<WebHostingPlanGetResponse> GetAsync(
string webSpaceName,
string webHostingPlanName,
CancellationToken cancellationToken
)
Task<WebHostingPlanGetResponse^>^ GetAsync(
String^ webSpaceName,
String^ webHostingPlanName,
CancellationToken cancellationToken
)
abstract GetAsync :
webSpaceName:string *
webHostingPlanName:string *
cancellationToken:CancellationToken -> Task<WebHostingPlanGetResponse>
Function GetAsync (
webSpaceName As String,
webHostingPlanName As String,
cancellationToken As CancellationToken
) As Task(Of WebHostingPlanGetResponse)
Parameters
webSpaceName
Type: System.StringThe name of the web space.
webHostingPlanName
Type: System.StringThe name of the web hosting plan.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<WebHostingPlanGetResponse>
The Get Web Hosting Plan operation response.
See Also
IWebHostingPlanOperations Interface
Microsoft.WindowsAzure.Management.WebSites Namespace
Return to top