次の方法で共有


WebSiteResource.GetSlotDifferencesFromProduction メソッド

定義

「2 つの Web アプリ スロット間の構成設定の違いを取得する」の説明。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsdiffs
  • 操作IdWebApps_ListSlotDifferencesFromProduction
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference> GetSlotDifferencesFromProduction (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSlotDifferencesFromProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>
override this.GetSlotDifferencesFromProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>
Public Overridable Function GetSlotDifferencesFromProduction (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SlotDifference)

パラメーター

slotSwapEntity
CsmSlotEntity

ターゲット スロット名を含む JSON オブジェクト。 例を参照してください。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の SlotDifference サービス要求を受け取る可能性がある のコレクション。

例外

slotSwapEntity が null です。

適用対象