MockableSecurityCenterTenantResource.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 virtual Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem> GetSecureScoreControlDefinitions (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecureScoreControlDefinitions : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>
override this.GetSecureScoreControlDefinitions : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDefinitionItem>
Public Overridable Function GetSecureScoreControlDefinitions (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecureScoreControlDefinitionItem)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SecureScoreControlDefinitionItem that may take multiple service requests to iterate over.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET