Aracılığıyla paylaş


Software Constructors

Definition

Overloads

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.

Software()

Initializes a new instance of the Software class.

public Software ();
Public Sub New ()

Applies to

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

Initializes a new instance of the Software class.

public Software (string id = default, string name = default, string type = default, string deviceId = default, string osPlatform = default, string vendor = default, string softwareName = default, string version = default, string endOfSupportStatus = default, string endOfSupportDate = default, int? numberOfKnownVulnerabilities = default, string firstSeenAt = default);
new Microsoft.Azure.Management.Security.Models.Software : string * string * string * string * string * string * string * string * string * string * Nullable<int> * string -> Microsoft.Azure.Management.Security.Models.Software
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional deviceId As String = Nothing, Optional osPlatform As String = Nothing, Optional vendor As String = Nothing, Optional softwareName As String = Nothing, Optional version As String = Nothing, Optional endOfSupportStatus As String = Nothing, Optional endOfSupportDate As String = Nothing, Optional numberOfKnownVulnerabilities As Nullable(Of Integer) = Nothing, Optional firstSeenAt As String = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

deviceId
String

Unique identifier for the virtual machine in the service.

osPlatform
String

Platform of the operating system running on the device.

vendor
String

Name of the software vendor.

softwareName
String

Name of the software product.

version
String

Version number of the software product.

endOfSupportStatus
String

End of support status. Possible values include: 'None', 'noLongerSupported', 'versionNoLongerSupported', 'upcomingNoLongerSupported', 'upcomingVersionNoLongerSupported'

endOfSupportDate
String

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

numberOfKnownVulnerabilities
Nullable<Int32>

Number of weaknesses.

firstSeenAt
String

First time that the software was seen in the device.

Applies to