ArmStorageCacheModelFactory.PrimingJob Method
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.
Initializes a new instance of PrimingJob.
public static Azure.ResourceManager.StorageCache.Models.PrimingJob PrimingJob (string primingJobName = default, Uri primingManifestUri = default, string primingJobId = default, Azure.ResourceManager.StorageCache.Models.PrimingJobState? primingJobState = default, string primingJobStatus = default, string primingJobDetails = default, double? primingJobPercentComplete = default);
static member PrimingJob : string * Uri * string * Nullable<Azure.ResourceManager.StorageCache.Models.PrimingJobState> * string * string * Nullable<double> -> Azure.ResourceManager.StorageCache.Models.PrimingJob
Public Shared Function PrimingJob (Optional primingJobName As String = Nothing, Optional primingManifestUri As Uri = Nothing, Optional primingJobId As String = Nothing, Optional primingJobState As Nullable(Of PrimingJobState) = Nothing, Optional primingJobStatus As String = Nothing, Optional primingJobDetails As String = Nothing, Optional primingJobPercentComplete As Nullable(Of Double) = Nothing) As PrimingJob
Parameters
- primingJobName
- String
The priming job name.
- primingManifestUri
- Uri
The URL for the priming manifest file to download. This file must be readable from the HPC Cache. When the file is in Azure blob storage the URL should include a Shared Access Signature (SAS) granting read permissions on the blob.
- primingJobId
- String
The unique identifier of the priming job.
- primingJobState
- Nullable<PrimingJobState>
The state of the priming operation.
- primingJobStatus
- String
The status code of the priming job.
- primingJobDetails
- String
The job details or error information if any.
The current progress of the priming job, as a percentage.
Returns
A new PrimingJob instance for mocking.
Applies to
Azure SDK for .NET