DynatraceExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
GetDynatraceMonitorAsync(ResourceGroupResource, String, CancellationToken) |
Get a MonitorResource
|
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
|
GetDynatraceMonitorsAsync(SubscriptionResource, CancellationToken) |
List all MonitorResource by subscriptionId
|
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
Azure SDK for .NET