SecurityCenterExtensions.GetSecureScoreControlDefinitions 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.
List the available security controls, their assessments, and the max score
- Request Path: /providers/Microsoft.Security/secureScoreControlDefinitions
- Operation Id: SecureScoreControlDefinitions_List
- Default Api Version: 2020-01-01
public static Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem> GetSecureScoreControlDefinitions (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetSecureScoreControlDefinitions : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>
<Extension()>
Public Function GetSecureScoreControlDefinitions (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecureScoreControlDefinitionItem)
Parameters
- tenantResource
- TenantResource
The TenantResource instance 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.