IPrimingJob.Detail 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.
The job details or error information if any.
[Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The job details or error information if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="primingJobDetails")]
public string Detail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.Info(Description="The job details or error information if any.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="primingJobDetails")>]
member this.Detail : string
Public ReadOnly Property Detail As String
Property Value
- Attributes