WebAppsOperationsExtensions.ListInstanceIdentifiersSlotAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera wszystkie wystąpienia aplikacji skalowane w poziomie.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInstance>> ListInstanceIdentifiersSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, System.Threading.CancellationToken cancellationToken = default);
static member ListInstanceIdentifiersSlotAsync : 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.SiteInstance>>
<Extension()>
Public Function ListInstanceIdentifiersSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInstance))
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. Jeśli nie określono miejsca, interfejs API pobiera wystąpienia miejsca produkcyjnego.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis dla polecenia Pobiera wszystkie wystąpienia aplikacji skalowane w poziomie.
Dotyczy
Azure SDK for .NET