ICacheProperties.PrimingJob 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.
Specifies the priming jobs defined in the cache.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies the priming jobs defined in the cache.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJob) }, ReadOnly=true, Required=false, SerializedName="primingJobs")]
public Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJob[] PrimingJob { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="Specifies the priming jobs defined in the cache.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJob) }, ReadOnly=true, Required=false, SerializedName="primingJobs")>]
member this.PrimingJob : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IPrimingJob[]
Public ReadOnly Property PrimingJob As IPrimingJob()
Property Value
- Attributes