SecurityCenterExtensions.GetSecureScoreControlDefinitionsAsync Method

Definition

List the available security controls, their assessments, and the max score <item> Mocking. To mock this method, please mock GetSecureScoreControlDefinitionsAsync(CancellationToken) instead. </item>

public static Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem> GetSecureScoreControlDefinitionsAsync(this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSecureScoreControlDefinitionsAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>
<Extension()>
Public Function GetSecureScoreControlDefinitionsAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecureScoreControlDefinitionItem)

Parameters

tenantResource
TenantResource

The TenantResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SecureScoreControlDefinitionItem that may take multiple service requests to iterate over.

Exceptions

tenantResource is null.

Applies to