Share via


SummaryResourceProperties Class

Definition

Properties of an analysis summary.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.SummaryResourcePropertiesTypeConverter))]
public class SummaryResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.SummaryResourcePropertiesTypeConverter))>]
type SummaryResourceProperties = class
    interface ISummaryResourceProperties
    interface IJsonSerializable
Public Class SummaryResourceProperties
Implements ISummaryResourceProperties
Inheritance
SummaryResourceProperties
Attributes
Implements

Constructors

SummaryResourceProperties()

Creates an new SummaryResourceProperties instance.

Properties

SummaryType

Describes the type of summary.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SummaryResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SummaryResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties. Note: the Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SummaryResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to