Share via


ResourceHealthMetadataProperties Class

Definition

ResourceHealthMetadata resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataPropertiesTypeConverter))]
public class ResourceHealthMetadataProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ResourceHealthMetadataPropertiesTypeConverter))>]
type ResourceHealthMetadataProperties = class
    interface IResourceHealthMetadataProperties
    interface IJsonSerializable
Public Class ResourceHealthMetadataProperties
Implements IResourceHealthMetadataProperties
Inheritance
ResourceHealthMetadataProperties
Attributes
Implements

Constructors

ResourceHealthMetadataProperties()

Creates an new ResourceHealthMetadataProperties instance.

Properties

Category

The category that the resource matches in the RHC Policy File

SignalAvailability

Is there a health signal for the resource

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceHealthMetadataProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceHealthMetadataProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IResourceHealthMetadataProperties.

FromJsonString(String)

Creates a new instance of ResourceHealthMetadataProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceHealthMetadataProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to