DynatraceMonitorResource.ManageAgentInstallation Method

Definition

Performs Dynatrace agent install/uninstall action through the Azure Dynatrace resource on the provided list of resources.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}/manageAgentInstallation.
  • Operation Id. : MonitorResources_ManageAgentInstallation.
  • Default Api Version. : 2024-04-24.
  • Resource. : DynatraceMonitorResource.
public virtual Azure.Response ManageAgentInstallation(Azure.ResourceManager.Dynatrace.Models.ManageAgentInstallationContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ManageAgentInstallation : Azure.ResourceManager.Dynatrace.Models.ManageAgentInstallationContent * System.Threading.CancellationToken -> Azure.Response
override this.ManageAgentInstallation : Azure.ResourceManager.Dynatrace.Models.ManageAgentInstallationContent * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function ManageAgentInstallation (content As ManageAgentInstallationContent, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

content
ManageAgentInstallationContent

List of resources and action.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to