Freigeben über


IMachineInstallPatchesParameters.LinuxParameterPackageNameMasksToExclude Property

Definition

packages to exclude in the patch operation. Format: packageName_packageVersion

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="packages to exclude in the patch operation. Format: packageName_packageVersion", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageNameMasksToExclude", Update=true)]
public System.Collections.Generic.List<string> LinuxParameterPackageNameMasksToExclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="packages to exclude in the patch operation. Format: packageName_packageVersion", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageNameMasksToExclude", Update=true)>]
member this.LinuxParameterPackageNameMasksToExclude : System.Collections.Generic.List<string> with get, set
Public Property LinuxParameterPackageNameMasksToExclude As List(Of String)

Property Value

Attributes

Applies to