AzureAIProjectsModelFactory.AIProjectConnectionSasCredential(String) 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.
Shared Access Signature (SAS) credential definition.
public static Azure.AI.Projects.AIProjectConnectionSasCredential AIProjectConnectionSasCredential(string sasToken = default);
static member AIProjectConnectionSasCredential : string -> Azure.AI.Projects.AIProjectConnectionSasCredential
Public Shared Function AIProjectConnectionSasCredential (Optional sasToken As String = Nothing) As AIProjectConnectionSasCredential
Parameters
- sasToken
- String
SAS token.
Returns
A new AIProjectConnectionSasCredential instance for mocking.