Udostępnij za pośrednictwem


IWebAppsOperations.GetProcessModuleSlotWithHttpMessagesAsync Metoda

Definicja

Uzyskaj informacje o procesie według jego identyfikatora dla określonego wystąpienia skalowanego w poziomie w witrynie internetowej.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner>> GetProcessModuleSlotWithHttpMessagesAsync (string resourceGroupName, string name, string processId, string baseAddress, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProcessModuleSlotWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.ProcessModuleInfoInner>>
Public Function GetProcessModuleSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, processId As String, baseAddress As String, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ProcessModuleInfoInner))

Parametry

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 miejsce nie zostanie określone, interfejs API zwraca wdrożenia dla miejsca produkcyjnego.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Uwagi

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

Dotyczy