ArmHybridComputeModelFactory.AvailablePatchCountByClassification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A new AvailablePatchCountByClassification instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET