Megosztás a következőn keresztül:


Azure.ResourceManager.WorkloadMonitor Namespace

Classes

HealthMonitorCollection

A class representing a collection of HealthMonitorResource and their operations. Each HealthMonitorResource in the collection will belong to the same instance of ResourceGroupResource. To get a HealthMonitorCollection instance call the GetHealthMonitors method from an instance of ResourceGroupResource.

HealthMonitorData

A class representing the HealthMonitor data model. Information about the monitor’s current health status.

HealthMonitorResource

A Class representing a HealthMonitor along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HealthMonitorResource from an instance of ArmClient using the GetHealthMonitorResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetHealthMonitor method.

HealthMonitorStateChangeCollection

A class representing a collection of HealthMonitorStateChangeResource and their operations. Each HealthMonitorStateChangeResource in the collection will belong to the same instance of HealthMonitorResource. To get a HealthMonitorStateChangeCollection instance call the GetHealthMonitorStateChanges method from an instance of HealthMonitorResource.

HealthMonitorStateChangeData

A class representing the HealthMonitorStateChange data model. Information about the monitor’s health state change at the provided timestamp.

HealthMonitorStateChangeResource

A Class representing a HealthMonitorStateChange along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a HealthMonitorStateChangeResource from an instance of ArmClient using the GetHealthMonitorStateChangeResource method. Otherwise you can get one from its parent resource HealthMonitorResource using the GetHealthMonitorStateChange method.

WorkloadMonitorExtensions

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