次の方法で共有


CapabilitiesV1.Add Property

Definition

Gets a list of capabilities to add to the container.

[YamlDotNet.Serialization.YamlMember(Alias="add")]
public System.Collections.Generic.List<string> Add { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="add")>]
member this.Add : System.Collections.Generic.List<string>
Public ReadOnly Property Add As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Adding specific capabilities enhances the container's permissions. Use this property to specify the capabilities required by the container.

Applies to