Share via


DiagnosticSettingsCategoryCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettingsCategories/{name}
  • Operation Id: DiagnosticSettingsCategory_Get
  • Default Api Version: 2021-05-01-preview
  • Resource: DiagnosticSettingsCategoryResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource> GetIfExists (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource>
Public Overridable Function GetIfExists (name As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DiagnosticSettingsCategoryResource)

Parameters

name
String

The name of the diagnostic setting.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

name is null.

Applies to