WorkloadMonitorExtensions 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.WorkloadMonitor.
public static class WorkloadMonitorExtensions
type WorkloadMonitorExtensions = class
Public Module WorkloadMonitorExtensions
- Inheritance
-
WorkloadMonitorExtensions
Methods
GetHealthMonitor(ResourceGroupResource, String, String, String, String, String, CancellationToken) |
Get the current health status of a monitor of a virtual machine. Optional parameter: $expand (retrieve the monitor's evidence and configuration).
|
GetHealthMonitorAsync(ResourceGroupResource, String, String, String, String, String, CancellationToken) |
Get the current health status of a monitor of a virtual machine. Optional parameter: $expand (retrieve the monitor's evidence and configuration).
|
GetHealthMonitorResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthMonitorResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a HealthMonitorResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthMonitorResource(ResourceIdentifier) instead. |
GetHealthMonitors(ResourceGroupResource, String, String, String) |
Gets a collection of HealthMonitorResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHealthMonitors(String, String, String) instead. |
GetHealthMonitorStateChangeResource(ArmClient, ResourceIdentifier) |
Gets an object representing a HealthMonitorStateChangeResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String, String) to create a HealthMonitorStateChangeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHealthMonitorStateChangeResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET