Compartir a través de


IRemediationsOperations.ListDeploymentsAtManagementGroupWithHttpMessagesAsync Método

Definición

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.RemediationDeployment>>> ListDeploymentsAtManagementGroupWithHttpMessagesAsync (string managementGroupId, string remediationName, Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions queryOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListDeploymentsAtManagementGroupWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.PolicyInsights.Models.QueryOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PolicyInsights.Models.RemediationDeployment>>>
Public Function ListDeploymentsAtManagementGroupWithHttpMessagesAsync (managementGroupId As String, remediationName As String, Optional queryOptions As QueryOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of RemediationDeployment)))

Parámetros

managementGroupId
String

Identificador del grupo de administración.

remediationName
String

Nombre de la corrección.

queryOptions
QueryOptions

Parámetros adicionales para la operación

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

Se aplica a