SelfHelpDiagnosticCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{scope}/providers/Microsoft.Help/diagnostics/{diagnosticsResourceName}
  • Operation Id: Diagnostics_Get
  • Default Api Version: 2024-03-01-preview
  • Resource: SelfHelpDiagnosticResource
public virtual Azure.NullableResponse<Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource> GetIfExists (string diagnosticsResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SelfHelp.SelfHelpDiagnosticResource>
Public Overridable Function GetIfExists (diagnosticsResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SelfHelpDiagnosticResource)

Parameters

diagnosticsResourceName
String

Unique resource name for insight resources.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

diagnosticsResourceName is null.

Applies to