Freigeben über


ArmHybridComputeModelFactory.AvailablePatchCountByClassification Methode

Definition

Initialisiert eine neue instance von 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

Parameter

security
Nullable<Int32>

Anzahl der sicherheitsrelevanten Patches, die für die Installation verfügbar sind.

critical
Nullable<Int32>

Anzahl der für die Installation verfügbaren kritischen Patches.

definition
Nullable<Int32>

Anzahl der für die Installation verfügbaren Definitionspatches.

updateRollup
Nullable<Int32>

Anzahl der für die Installation verfügbaren Updaterolluppatches.

featurePack
Nullable<Int32>

Anzahl der für die Installation verfügbaren Feature Pack-Patches.

servicePack
Nullable<Int32>

Anzahl der verfügbaren Service Pack-Patches für die Installation.

tools
Nullable<Int32>

Anzahl der verfügbaren Tools-Patches für die Installation.

updates
Nullable<Int32>

Anzahl der für die Installation verfügbaren Patches für die Updatekategorie.

other
Nullable<Int32>

Anzahl der anderen patches, die für die Installation verfügbar sind.

Gibt zurück

Eine neue AvailablePatchCountByClassification instance zum Simulieren.

Gilt für: