ResourceHealthMetadata Class

Definition

Used for getting ResourceHealthCheck settings.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ResourceHealthMetadata : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ResourceHealthMetadata = class
    inherit ProxyOnlyResource
Public Class ResourceHealthMetadata
Inherits ProxyOnlyResource
Inheritance
ResourceHealthMetadata
Attributes

Constructors

ResourceHealthMetadata()

Initializes a new instance of the ResourceHealthMetadata class.

ResourceHealthMetadata(String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the ResourceHealthMetadata class.

Properties

Category

Gets or sets the category that the resource matches in the RHC Policy File

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
SignalAvailability

Gets or sets is there a health signal for the resource

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to