PolicyRuleV1.Verbs 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.
Gets the list of actions or operations that are allowed or applicable for this policy rule. This property defines the specific set of verbs such as "get", "list", "watch", "create", "delete", etc., that the policy rule applies to within the specified resources or URLs.
[YamlDotNet.Serialization.YamlMember(Alias="verbs")]
public System.Collections.Generic.List<string> Verbs { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="verbs")>]
member this.Verbs : System.Collections.Generic.List<string>
Public ReadOnly Property Verbs As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute