Delen via


DynatraceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.Dynatrace.

public static class DynatraceExtensions
type DynatraceExtensions = class
Public Module DynatraceExtensions
Inheritance
DynatraceExtensions

Methods

GetDynatraceMonitor(ResourceGroupResource, String, CancellationToken)

Get a MonitorResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}
  • Operation Id: Monitors_Get
GetDynatraceMonitorAsync(ResourceGroupResource, String, CancellationToken)

Get a MonitorResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Dynatrace.Observability/monitors/{monitorName}
  • Operation Id: Monitors_Get
GetDynatraceMonitorResource(ArmClient, ResourceIdentifier)

Gets an object representing a DynatraceMonitorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a DynatraceMonitorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDynatraceMonitorResource(ResourceIdentifier) instead.

GetDynatraceMonitors(ResourceGroupResource)

Gets a collection of DynatraceMonitorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDynatraceMonitors() instead.

GetDynatraceMonitors(SubscriptionResource, CancellationToken)

List all MonitorResource by subscriptionId

  • Request Path: /subscriptions/{subscriptionId}/providers/Dynatrace.Observability/monitors
  • Operation Id: Monitors_ListBySubscriptionId
GetDynatraceMonitorsAsync(SubscriptionResource, CancellationToken)

List all MonitorResource by subscriptionId

  • Request Path: /subscriptions/{subscriptionId}/providers/Dynatrace.Observability/monitors
  • Operation Id: Monitors_ListBySubscriptionId
GetDynatraceSingleSignOnResource(ArmClient, ResourceIdentifier)

Gets an object representing a DynatraceSingleSignOnResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DynatraceSingleSignOnResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDynatraceSingleSignOnResource(ResourceIdentifier) instead.

GetDynatraceTagRuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a DynatraceTagRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a DynatraceTagRuleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDynatraceTagRuleResource(ResourceIdentifier) instead.

Applies to