AzureAIProjectsModelFactory.AIProjectBlobReference 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.
Blob reference details.
public static Azure.AI.Projects.AIProjectBlobReference AIProjectBlobReference(Uri blobUri = default, string storageAccountArmId = default, Azure.AI.Projects.BlobReferenceSasCredential credential = default);
static member AIProjectBlobReference : Uri * string * Azure.AI.Projects.BlobReferenceSasCredential -> Azure.AI.Projects.AIProjectBlobReference
Public Shared Function AIProjectBlobReference (Optional blobUri As Uri = Nothing, Optional storageAccountArmId As String = Nothing, Optional credential As BlobReferenceSasCredential = Nothing) As AIProjectBlobReference
Parameters
- blobUri
- Uri
Blob URI path for client to upload data. Example: https://blob.windows.core.net/Container/Path.
- storageAccountArmId
- String
ARM ID of the storage account to use.
- credential
- BlobReferenceSasCredential
Credential info to access the storage account.
Returns
A new AIProjectBlobReference instance for mocking.