ILinuxParameters.PackageNameMasksToInclude Property
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.
packages to include in the patch operation. Format: packageName_packageVersion
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="packages to include in the patch operation. Format: packageName_packageVersion", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageNameMasksToInclude", Update=true)]
public System.Collections.Generic.List<string> PackageNameMasksToInclude { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="packages to include in the patch operation. Format: packageName_packageVersion", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="packageNameMasksToInclude", Update=true)>]
member this.PackageNameMasksToInclude : System.Collections.Generic.List<string> with get, set
Public Property PackageNameMasksToInclude As List(Of String)
Property Value
- Attributes