MockableSecurityCenterSubscriptionResource.GetSecureScoreAsync Method

Definition

Get secure score for a specific Microsoft Defender for Cloud initiative within your current scope. For the ASC Default initiative, use 'ascScore'.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}
  • Operation Id: SecureScores_Get
  • Default Api Version: 2020-01-01
  • Resource: SecureScoreResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecureScoreResource>> GetSecureScoreAsync (string secureScoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecureScoreAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecureScoreResource>>
override this.GetSecureScoreAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecureScoreResource>>
Public Overridable Function GetSecureScoreAsync (secureScoreName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecureScoreResource))

Parameters

secureScoreName
String

The initiative name. For the ASC Default initiative, use 'ascScore' as in the sample request below.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

secureScoreName is null.

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

Applies to