Share via


SiteSlotProcessCollection.GetAsync(String, CancellationToken) Method

Definition

Description for Get process information by its ID for a specific scaled-out instance in a web site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}
  • Operation Id: WebApps_GetProcessSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotProcessResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>> GetAsync (string processId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>>
Public Overridable Function GetAsync (processId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotProcessResource))

Parameters

processId
String

PID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

processId is an empty string, and was expected to be non-empty.

processId is null.

Applies to