MockableWorkloadOrchestrationResourceGroupResource.GetEdgeDiagnosticAsync Method

Definition

Returns details of specified Diagnostic resource.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/diagnostics/{diagnosticName}.
  • Operation Id. : Diagnostics_Get.
  • Default Api Version. : 2025-06-01.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDiagnosticResource>> GetEdgeDiagnosticAsync(string diagnosticName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDiagnosticResource>>
override this.GetEdgeDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeDiagnosticResource>>
Public Overridable Function GetEdgeDiagnosticAsync (diagnosticName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeDiagnosticResource))

Parameters

diagnosticName
String

Name of Diagnostic.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

diagnosticName is null.

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

Applies to