ArmSearchModelFactory.SearchAadApplicationCredentials(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.
public static Azure.ResourceManager.Search.Models.SearchAadApplicationCredentials SearchAadApplicationCredentials(string applicationId = default, string applicationSecret = default);
static member SearchAadApplicationCredentials : string * string -> Azure.ResourceManager.Search.Models.SearchAadApplicationCredentials
Public Shared Function SearchAadApplicationCredentials (Optional applicationId As String = Nothing, Optional applicationSecret As String = Nothing) As SearchAadApplicationCredentials
Parameters
- applicationId
- String
The application (client) ID of an App Registration in the tenant.
- applicationSecret
- String
An AAD client secret that was generated for the App Registration used to authenticate with Azure Key Vault.
Returns
A new SearchAadApplicationCredentials instance for mocking.