WebAppsOperationsExtensions.GetInstanceInfoSlotAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft alle Horizontalskalierungsinstanzen einer App ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WebSiteInstanceStatus> GetInstanceInfoSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string instanceId, string slot, System.Threading.CancellationToken cancellationToken = default);
static member GetInstanceInfoSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.WebSiteInstanceStatus>
<Extension()>
Public Function GetInstanceInfoSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, instanceId As String, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WebSiteInstanceStatus)
Parameter
- operations
- IWebAppsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe, zu der die Ressource gehört.
- name
- String
Name der App
- instanceId
- String
- slot
- String
Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, ruft die API die Produktionsslotinstanzen ab.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Ruft alle horizontal horizontalen Instanzen einer App ab.
Gilt für:
Azure SDK for .NET