MockableSecurityInsightsArmClient.GetSecurityInsightsMetadataAsync Method

Definition

Get a Metadata.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>> GetSecurityInsightsMetadataAsync(Azure.Core.ResourceIdentifier scope, string metadataName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsMetadataAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>>
override this.GetSecurityInsightsMetadataAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsMetadataResource>>
Public Overridable Function GetSecurityInsightsMetadataAsync (scope As ResourceIdentifier, metadataName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsMetadataResource))

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

metadataName
String

The Metadata name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

metadataName is null.

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

Applies to