共用方式為


SiteSlotDiagnosticDetectorCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}/detectors/{detectorName}
  • Operation Id: Diagnostics_GetSiteDetectorSlot
  • Default Api Version: 2021-02-01
  • Resource: SiteSlotDiagnosticDetectorResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource> GetIfExists (string detectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource>
Public Overridable Function GetIfExists (detectorName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SiteSlotDiagnosticDetectorResource)

Parameters

detectorName
String

Detector Name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

detectorName is null.

Applies to