Compartilhar via


WebAppsOperationsExtensions.ListSnapshotsSlot Método

Definição

Retorna todos os Instantâneos para o usuário.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot> ListSnapshotsSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member ListSnapshotsSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function ListSnapshotsSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String) As IPage(Of Snapshot)

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do Site.

slot
String

Slot do Site.

Retornos

Comentários

Descrição de Retorna todos os Instantâneos para o usuário.

Aplica-se a