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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET