Freigeben über


SecureScoreResource.GetSecureScoreControlsAsync Methode

Definition

Abrufen aller Sicherheitskontrollen für eine bestimmte Initiative innerhalb eines Bereichs

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}/secureScoreControls
  • Vorgang IdSecureScoreControls_ListBySecureScore
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDetails> GetSecureScoreControlsAsync (Azure.ResourceManager.SecurityCenter.Models.SecurityScoreODataExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecureScoreControlsAsync : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityScoreODataExpand> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDetails>
override this.GetSecureScoreControlsAsync : Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityScoreODataExpand> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecureScoreControlDetails>
Public Overridable Function GetSecureScoreControlsAsync (Optional expand As Nullable(Of SecurityScoreODataExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SecureScoreControlDetails)

Parameter

expand
Nullable<SecurityScoreODataExpand>

OData erweitern. Optional.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SecureScoreControlDetails mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: