ResourceHealthMetadata 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.
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
- 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
Azure SDK for .NET