Share via


SecurityInsightsMetadataCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/metadata/{metadataName}
  • Operation Id: Metadata_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsMetadataResource
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource> GetIfExists (string metadataName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>
Public Overridable Function GetIfExists (metadataName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SecurityInsightsMetadataResource)

Parameters

metadataName
String

The Metadata name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

metadataName is null.

Applies to