Share via


PrimingJob(String, Uri) Constructor

Definition

Initializes a new instance of PrimingJob.

public PrimingJob (string primingJobName, Uri primingManifestUri);
new Azure.ResourceManager.StorageCache.Models.PrimingJob : string * Uri -> Azure.ResourceManager.StorageCache.Models.PrimingJob
Public Sub New (primingJobName As String, primingManifestUri As Uri)

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.

Exceptions

primingJobName or primingManifestUri is null.

Applies to