ArmComputeModelFactory.LinuxParameters 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.
public static Azure.ResourceManager.Compute.Models.LinuxParameters LinuxParameters(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux> classificationsToInclude = default, System.Collections.Generic.IEnumerable<string> packageNameMasksToInclude = default, System.Collections.Generic.IEnumerable<string> packageNameMasksToExclude = default, string maintenanceRunId = default);
static member LinuxParameters : seq<Azure.ResourceManager.Compute.Models.VmGuestPatchClassificationForLinux> * seq<string> * seq<string> * string -> Azure.ResourceManager.Compute.Models.LinuxParameters
Public Shared Function LinuxParameters (Optional classificationsToInclude As IEnumerable(Of VmGuestPatchClassificationForLinux) = Nothing, Optional packageNameMasksToInclude As IEnumerable(Of String) = Nothing, Optional packageNameMasksToExclude As IEnumerable(Of String) = Nothing, Optional maintenanceRunId As String = Nothing) As LinuxParameters
Parameters
- classificationsToInclude
- IEnumerable<VmGuestPatchClassificationForLinux>
The update classifications to select when installing patches for Linux.
- packageNameMasksToInclude
- IEnumerable<String>
packages to include in the patch operation. Format: packageName_packageVersion.
- packageNameMasksToExclude
- IEnumerable<String>
packages to exclude in the patch operation. Format: packageName_packageVersion.
- maintenanceRunId
- String
This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.
Returns
A new LinuxParameters instance for mocking.