Partilhar via


PolicyRemediationCollection.GetAll Método

Definição

Obtém todas as correções de um recurso.

  • Caminho da Solicitação/{resourceId}/providers/Microsoft.PolicyInsights/remediations
  • IdRemediations_ListForResource de operação
public virtual Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource> GetAll (Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings policyQuerySettings = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource>
override this.GetAll : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PolicyInsights.PolicyRemediationResource>
Public Overridable Function GetAll (Optional policyQuerySettings As PolicyQuerySettings = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PolicyRemediationResource)

Parâmetros

policyQuerySettings
PolicyQuerySettings

Grupo de parâmetros.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de PolicyRemediationResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a