IScheduleBasedTriggerContext.TaggingCriterion 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.
List of tags that can be applicable for given schedule.
[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="List of tags that can be applicable for given schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITaggingCriteria) }, ReadOnly=false, Required=true, SerializedName="taggingCriteria")]
public Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITaggingCriteria[] TaggingCriterion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Description="List of tags that can be applicable for given schedule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITaggingCriteria) }, ReadOnly=false, Required=true, SerializedName="taggingCriteria")>]
member this.TaggingCriterion : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ITaggingCriteria[] with get, set
Public Property TaggingCriterion As ITaggingCriteria()
Property Value
- Attributes