ResourceHealthMetadataProperties 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.
ResourceHealthMetadata resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ResourceHealthMetadataPropertiesTypeConverter))]
public class ResourceHealthMetadataProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IResourceHealthMetadataProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |