共用方式為


IMachineInstallPatchesParameters.LinuxParameterClassificationsToInclude Property

Definition

The update classifications to select when installing patches for Linux.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Critical", "Security", "Other" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The update classifications to select when installing patches for Linux.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classificationsToInclude", Update=true)]
public System.Collections.Generic.List<string> LinuxParameterClassificationsToInclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.PSArgumentCompleter(new System.String[] { "Critical", "Security", "Other" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The update classifications to select when installing patches for Linux.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="classificationsToInclude", Update=true)>]
member this.LinuxParameterClassificationsToInclude : System.Collections.Generic.List<string> with get, set
Public Property LinuxParameterClassificationsToInclude As List(Of String)

Property Value

Attributes

Applies to