共用方式為


LinuxParameters.PackageNameMasksToInclude Property

Definition

Gets or sets packages to include in the patch operation. Format: packageName_packageVersion

[Newtonsoft.Json.JsonProperty(PropertyName="packageNameMasksToInclude")]
public System.Collections.Generic.IList<string> PackageNameMasksToInclude { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="packageNameMasksToInclude")>]
member this.PackageNameMasksToInclude : System.Collections.Generic.IList<string> with get, set
Public Property PackageNameMasksToInclude As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to