WebHostingPlanOperationsExtensions.GetAsync 方法
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)
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(在 Microsoft.WindowsAzure.Management.WebSites.dll 中)
使用
用法
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim webHostingPlanName As String
Dim returnValue As Task(Of WebHostingPlanGetResponse)
returnValue = WebHostingPlanOperationsExtensions.GetAsync(operations, webSpaceName, webHostingPlanName)
语法
声明
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
operations As IWebHostingPlanOperations, _
webSpaceName As String, _
webHostingPlanName As String _
) As Task(Of WebHostingPlanGetResponse)
[ExtensionAttribute]
public static Task<WebHostingPlanGetResponse> GetAsync (
IWebHostingPlanOperations operations,
string webSpaceName,
string webHostingPlanName
)
[ExtensionAttribute]
public:
static Task<WebHostingPlanGetResponse^>^ GetAsync (
IWebHostingPlanOperations^ operations,
String^ webSpaceName,
String^ webHostingPlanName
)
/** @attribute ExtensionAttribute() */
public static Task<WebHostingPlanGetResponse> GetAsync (
IWebHostingPlanOperations operations,
String webSpaceName,
String webHostingPlanName
)
ExtensionAttribute
public static function GetAsync (
operations : IWebHostingPlanOperations,
webSpaceName : String,
webHostingPlanName : String
) : Task<WebHostingPlanGetResponse>
参数
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
Required. The name of the web space.
- webHostingPlanName
Required. The name of the web hosting plan.
返回值
The Get Web Hosting Plan operation response.
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
WebHostingPlanOperationsExtensions 类
WebHostingPlanOperationsExtensions 成员
Microsoft.WindowsAzure 命名空间