SearchModelFactory.AIServicesAccountKey(String, String, 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.
The account key of an Azure AI service resource that's attached to a skillset, to be used with the resource's subdomain.
public static Azure.Search.Documents.Indexes.Models.AIServicesAccountKey AIServicesAccountKey(string description = default, string key = default, string subdomainUrl = default);
static member AIServicesAccountKey : string * string * string -> Azure.Search.Documents.Indexes.Models.AIServicesAccountKey
Public Shared Function AIServicesAccountKey (Optional description As String = Nothing, Optional key As String = Nothing, Optional subdomainUrl As String = Nothing) As AIServicesAccountKey
Parameters
- description
- String
Description of the Azure AI service resource attached to a skillset.
- key
- String
The key used to provision the Azure AI service resource attached to a skillset.
- subdomainUrl
- String
The subdomain/Azure AI Services endpoint url for the corresponding AI Service.
Returns
A new AIServicesAccountKey instance for mocking.