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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET