WebHostingPlanOperationsExtensions.GetAsync Method (IWebHostingPlanOperations, String, String)
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
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public static Task<WebHostingPlanGetResponse> GetAsync(
this IWebHostingPlanOperations operations,
string webSpaceName,
string webHostingPlanName
)
public:
[ExtensionAttribute]
static Task<WebHostingPlanGetResponse^>^ GetAsync(
IWebHostingPlanOperations^ operations,
String^ webSpaceName,
String^ webHostingPlanName
)
static member GetAsync :
operations:IWebHostingPlanOperations *
webSpaceName:string *
webHostingPlanName:string -> Task<WebHostingPlanGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IWebHostingPlanOperations,
webSpaceName As String,
webHostingPlanName As String
) As Task(Of WebHostingPlanGetResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperationsReference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
webSpaceName
Type: System.StringRequired. The name of the web space.
webHostingPlanName
Type: System.StringRequired. The name of the web hosting plan.
Return Value
Type: System.Threading.Tasks.Task<WebHostingPlanGetResponse>
The Get Web Hosting Plan operation response.
See Also
WebHostingPlanOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top