ArmSearchModelFactory.SearchAadApplicationCredentials(String, String) Method

Definition

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.

Applies to