Partager via


WebAppsOperationsExtensions.ListSlotDifferencesSlot Method

Definition

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SlotDifference> ListSlotDifferencesSlot (this Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string targetSlot, bool preserveVnet);
static member ListSlotDifferencesSlot : Microsoft.Azure.Management.WebSites.Version2016_09_01.IWebAppsOperations * string * string * string * string * bool -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SlotDifference>
<Extension()>
Public Function ListSlotDifferencesSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, targetSlot As String, preserveVnet As Boolean) As IPage(Of SlotDifference)

Parameters

operations
IWebAppsOperations
resourceGroupName
String
name
String
slot
String
targetSlot
String
preserveVnet
Boolean

Returns

Applies to