Udostępnij za pośrednictwem


WebAppsOperationsExtensions.GetSlotAsync Metoda

Definicja

Pobiera szczegóły aplikacji internetowej, mobilnej lub interfejsu API.

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

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

slot
String

Nazwa miejsca wdrożenia. Domyślnie ten interfejs API zwraca miejsce produkcyjne.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobiera szczegóły aplikacji internetowej, mobilnej lub interfejsu API.

Dotyczy