다음을 통해 공유


LinuxParameters.PackageNameMasksToExclude Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to