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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET