FirmwareAnalysisIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareAnalysisIdentityTypeConverter))]
public class FirmwareAnalysisIdentity : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareAnalysisIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareAnalysisIdentityTypeConverter))>]
type FirmwareAnalysisIdentity = class
interface IFirmwareAnalysisIdentity
interface IJsonSerializable
Public Class FirmwareAnalysisIdentity
Implements IFirmwareAnalysisIdentity
- Inheritance
-
FirmwareAnalysisIdentity
- Attributes
- Implements
Constructors
FirmwareAnalysisIdentity() |
Creates an new FirmwareAnalysisIdentity instance. |
Properties
FirmwareId |
The id of the firmware. |
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
SummaryName |
The Firmware analysis summary name describing the type of summary. |
WorkspaceName |
The name of the firmware analysis workspace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FirmwareAnalysisIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FirmwareAnalysisIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareAnalysisIdentity. |
FromJsonString(String) |
Creates a new instance of FirmwareAnalysisIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FirmwareAnalysisIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |