次の方法で共有


WebAppsOperationsExtensions.GetOneDeployStatus メソッド

定義

onedeploy status API /api/deployments を呼び出し、サイトの展開状態を取得します

public static object GetOneDeployStatus (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member GetOneDeployStatus : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> obj
<Extension()>
Public Function GetOneDeployStatus (operations As IWebAppsOperations, resourceGroupName As String, name As String) As Object

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

Web アプリの名前。

戻り値

注釈

「Onedeploy status API /api/deployments を呼び出し、サイトの展開状態を取得する」の説明

適用対象