IScheduleBasedTriggerContext.TaggingCriterion Property

Definition

List of tags that can be applicable for given schedule.

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of tags that can be applicable for given schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ITaggingCriteria) }, Read=true, ReadOnly=false, Required=true, SerializedName="taggingCriteria", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ITaggingCriteria> TaggingCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="List of tags that can be applicable for given schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ITaggingCriteria) }, Read=true, ReadOnly=false, Required=true, SerializedName="taggingCriteria", Update=true)>]
member this.TaggingCriterion : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.ITaggingCriteria> with get, set
Public Property TaggingCriterion As List(Of ITaggingCriteria)

Property Value

Attributes

Applies to