Udostępnij za pośrednictwem


WebAppsOperationsExtensions.GetProcessModuleSlotAsync Metoda

Definicja

Uzyskaj informacje o procesie według identyfikatora określonego wystąpienia skalowanego w poziomie w witrynie sieci Web.

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

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 witryny.

processId
String

Identyfikator PID.

baseAddress
String

Adres podstawowy modułu.

slot
String

Nazwa miejsca wdrożenia. Jeśli nie określono miejsca, interfejs API zwraca wdrożenia dla miejsca produkcyjnego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis pobierania informacji o procesie według identyfikatora określonego wystąpienia skalowanego w poziomie w witrynie sieci Web.

Dotyczy