Share via


MockableDynatraceArmClient.GetDynatraceMonitorResource Method

Definition

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.

public virtual Azure.ResourceManager.Dynatrace.DynatraceMonitorResource GetDynatraceMonitorResource (Azure.Core.ResourceIdentifier id);
abstract member GetDynatraceMonitorResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Dynatrace.DynatraceMonitorResource
override this.GetDynatraceMonitorResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Dynatrace.DynatraceMonitorResource
Public Overridable Function GetDynatraceMonitorResource (id As ResourceIdentifier) As DynatraceMonitorResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DynatraceMonitorResource object.

Applies to