次の方法で共有


WebAppsOperationsExtensions.SyncRepository メソッド

定義

Web アプリ リポジトリを同期します。

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

パラメーター

operations
IWebAppsOperations

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

resourceGroupName
String

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

name
String

Web アプリの名前。

注釈

Web アプリ リポジトリの同期に関する説明。

適用対象