PrimingJob(String, Uri) Constructor
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 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.