次の方法で共有


WebAppsOperationsExtensions.ListSyncStatus メソッド

定義

これは、powershell と ARM テンプレートを使用した呼び出しを許可するためです。

public static void ListSyncStatus (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name);
static member ListSyncStatus : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string -> unit
<Extension()>
Public Sub ListSyncStatus (operations As IWebAppsOperations, resourceGroupName As String, name As String)

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

アプリの名前。

注釈

の説明 これは、powershell と ARM テンプレートを使用した呼び出しを許可することです。

適用対象