SiteSlotProcessCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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