Share via


IFirmwareAnalysisIdentity Interface

Definition

[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

Name Description
FirmwareId

The id of the firmware.

Id

Resource identity path

Name

The Firmware analysis summary name describing the type of summary.

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.

SummaryType

The Firmware analysis summary name describing the type of summary.

WorkspaceName

The name of the firmware analysis workspace.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to