Compartir a través de


PolicyRemediationResource.GetDeploymentsAsync Método

Definición

Obtiene todas las implementaciones de una corrección en el ámbito del recurso.

  • Ruta de acceso de solicitud/{resourceId}/providers/Microsoft.PolicyInsights/remediations/{remediationName}/listDeployments
  • IdRemediations_ListDeploymentsAtResource de operaciones
public virtual Azure.AsyncPageable<Azure.ResourceManager.PolicyInsights.Models.RemediationDeployment> GetDeploymentsAsync (Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings policyQuerySettings = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentsAsync : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PolicyInsights.Models.RemediationDeployment>
override this.GetDeploymentsAsync : Azure.ResourceManager.PolicyInsights.Models.PolicyQuerySettings * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PolicyInsights.Models.RemediationDeployment>
Public Overridable Function GetDeploymentsAsync (Optional policyQuerySettings As PolicyQuerySettings = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RemediationDeployment)

Parámetros

policyQuerySettings
PolicyQuerySettings

Grupo de parámetros.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de RemediationDeployment que puede tomar varias solicitudes de servicio para iterar.

Se aplica a