Condividi tramite


SiteSlotInstanceProcessCollection.GetIfExists 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}/instances/{instanceId}/processes/{processId}
  • Operation Id: WebApps_GetInstanceProcessSlot
  • Default Api Version: 2023-12-01
  • Resource: SiteSlotInstanceProcessResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource> GetIfExists (string processId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource>
Public Overridable Function GetIfExists (processId As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SiteSlotInstanceProcessResource)

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