Udostępnij za pośrednictwem


ArmHybridComputeModelFactory.AvailablePatchCountByClassification Method

Definition

Initializes a new instance of AvailablePatchCountByClassification.

public static Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification AvailablePatchCountByClassification (int? security = default, int? critical = default, int? definition = default, int? updateRollup = default, int? featurePack = default, int? servicePack = default, int? tools = default, int? updates = default, int? other = default);
static member AvailablePatchCountByClassification : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification
Public Shared Function AvailablePatchCountByClassification (Optional security As Nullable(Of Integer) = Nothing, Optional critical As Nullable(Of Integer) = Nothing, Optional definition As Nullable(Of Integer) = Nothing, Optional updateRollup As Nullable(Of Integer) = Nothing, Optional featurePack As Nullable(Of Integer) = Nothing, Optional servicePack As Nullable(Of Integer) = Nothing, Optional tools As Nullable(Of Integer) = Nothing, Optional updates As Nullable(Of Integer) = Nothing, Optional other As Nullable(Of Integer) = Nothing) As AvailablePatchCountByClassification

Parameters

security
Nullable<Int32>

Number of security patches available for installation.

critical
Nullable<Int32>

Number of critical patches available for installation.

definition
Nullable<Int32>

Number of definition patches available for installation.

updateRollup
Nullable<Int32>

Number of update Rollup patches available for installation.

featurePack
Nullable<Int32>

Number of feature pack patches available for installation.

servicePack
Nullable<Int32>

Number of service pack patches available for installation.

tools
Nullable<Int32>

Number of tools patches available for installation.

updates
Nullable<Int32>

Number of updates category patches available for installation.

other
Nullable<Int32>

Number of other patches available for installation.

Returns

A new AvailablePatchCountByClassification instance for mocking.

Applies to