Compartir a través de


AutomationAccountResource.GetAgentRegistrationInformationAsync Método

Definición

Recupere la información de registro del agente de automatización.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/agentRegistrationInformation
  • IdAgentRegistrationInformation_Get de operaciones
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.AgentRegistration>> GetAgentRegistrationInformationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAgentRegistrationInformationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.AgentRegistration>>
override this.GetAgentRegistrationInformationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.Models.AgentRegistration>>
Public Overridable Function GetAgentRegistrationInformationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AgentRegistration))

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Se aplica a