Aracılığıyla paylaş


Software Class

Definition

Represents a software data

[Microsoft.Rest.Serialization.JsonTransformation]
public class Software : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Software = class
    inherit Resource
Public Class Software
Inherits Resource
Inheritance
Software
Attributes

Constructors

Software()

Initializes a new instance of the Software class.

Software(String, String, String, String, String, String, String, String, String, String, Nullable<Int32>, String)

Initializes a new instance of the Software class.

Properties

DeviceId

Gets or sets unique identifier for the virtual machine in the service.

EndOfSupportDate

Gets or sets the end of support date in case the product is upcoming end of support.

EndOfSupportStatus

Gets or sets end of support status. Possible values include: 'None', 'noLongerSupported', 'versionNoLongerSupported', 'upcomingNoLongerSupported', 'upcomingVersionNoLongerSupported'

FirstSeenAt

Gets or sets first time that the software was seen in the device.

Id

Gets resource Id

(Inherited from Resource)
Name

Gets resource name

(Inherited from Resource)
NumberOfKnownVulnerabilities

Gets or sets number of weaknesses.

OSPlatform

Gets or sets platform of the operating system running on the device.

SoftwareName

Gets or sets name of the software product.

Type

Gets resource type

(Inherited from Resource)
Vendor

Gets or sets name of the software vendor.

Version

Gets or sets version number of the software product.

Applies to