Sdílet prostřednictvím


WebAppsOperationsExtensions.ListDeploymentsSlotAsync Metoda

Definice

Uveďte seznam nasazení pro aplikaci nebo slot nasazení.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner>> ListDeploymentsSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListDeploymentsSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeploymentInner>>
<Extension()>
Public Function ListDeploymentsSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeploymentInner))

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API vrátí nasazení produkčního slotu.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro výpis nasazení pro aplikaci nebo slot nasazení.

Platí pro