ArmMachineLearningModelFactory.BlobReferenceSasContent(String, Uri) 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.
BlobReferenceSASRequest for getBlobReferenceSAS API.
public static Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasContent BlobReferenceSasContent(string assetId = default, Uri blobUri = default);
static member BlobReferenceSasContent : string * Uri -> Azure.ResourceManager.MachineLearning.Models.BlobReferenceSasContent
Public Shared Function BlobReferenceSasContent (Optional assetId As String = Nothing, Optional blobUri As Uri = Nothing) As BlobReferenceSasContent
Parameters
- assetId
- String
Id of the asset to be accessed.
- blobUri
- Uri
Blob uri of the asset to be accessed.
Returns
A new BlobReferenceSasContent instance for mocking.