SoftwareInventoryData Class

Definition

A class representing the SoftwareInventory data model. Represents a software data

public class SoftwareInventoryData : Azure.ResourceManager.Models.ResourceData
public class SoftwareInventoryData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.SoftwareInventoryData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.SoftwareInventoryData>
type SoftwareInventoryData = class
    inherit ResourceData
type SoftwareInventoryData = class
    inherit ResourceData
    interface IJsonModel<SoftwareInventoryData>
    interface IPersistableModel<SoftwareInventoryData>
Public Class SoftwareInventoryData
Inherits ResourceData
Public Class SoftwareInventoryData
Inherits ResourceData
Implements IJsonModel(Of SoftwareInventoryData), IPersistableModel(Of SoftwareInventoryData)
Inheritance
SoftwareInventoryData
Implements

Constructors

SoftwareInventoryData()

Initializes a new instance of SoftwareInventoryData.

Properties

DeviceId

Unique identifier for the virtual machine in the service.

EndOfSupportDate

The end of support date in case the product is upcoming end of support.

EndOfSupportStatus

End of support status.

FirstSeenOn

First time that the software was seen in the device.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
NumberOfKnownVulnerabilities

Number of weaknesses.

OSPlatform

Platform of the operating system running on the device.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SoftwareName

Name of the software product.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Vendor

Name of the software vendor.

Version

Version number of the software product.

Explicit Interface Implementations

IJsonModel<SoftwareInventoryData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SoftwareInventoryData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SoftwareInventoryData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SoftwareInventoryData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SoftwareInventoryData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to