SecureScoreCollection.GetAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>> GetAsync (string secureScoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecureScoreResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecureScoreResource>>
Public Overridable Function GetAsync (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 an empty string, and was expected to be non-empty.
secureScoreName
is null.
Applies to
Azure SDK for .NET