IFirmwareAnalysisIdentity Interface
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 interface IFirmwareAnalysisIdentity : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareAnalysisIdentityTypeConverter))>]
type IFirmwareAnalysisIdentity = interface
interface IJsonSerializable
Public Interface IFirmwareAnalysisIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |