DeployedServicePackageHealthQueryDescription 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.
Describes the query input for getting DeployedServicePackageHealth. Used by GetDeployedServicePackageHealthAsync(DeployedServicePackageHealthQueryDescription).
public sealed class DeployedServicePackageHealthQueryDescription
type DeployedServicePackageHealthQueryDescription = class
Public NotInheritable Class DeployedServicePackageHealthQueryDescription
- Inheritance
-
DeployedServicePackageHealthQueryDescription
Constructors
Properties
ApplicationName |
Gets the name of the application. |
EventsFilter |
Gets or sets the filter for the collection of HealthEvent reported on the deployed service package. Only events that match the filter will be returned. All events will be used to evaluate the aggregated health state. |
HealthPolicy |
Gets or sets the ApplicationHealthPolicy used to evaluate the health. |
NodeName |
Gets the node name. |
ServiceManifestName |
Gets the service manifest name. |
ServicePackageActivationId |
Gets the ActivationId of the service package. |
Methods
ToString() |
Gets a string representation of the health query description. |
Applies to
Azure SDK for .NET