AdminKeyResult Constructors
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.
Overloads
AdminKeyResult() |
Initializes a new instance of the AdminKeyResult class. |
AdminKeyResult(String, String) |
Initializes a new instance of the AdminKeyResult class. |
AdminKeyResult()
Initializes a new instance of the AdminKeyResult class.
public AdminKeyResult ();
Public Sub New ()
Applies to
AdminKeyResult(String, String)
Initializes a new instance of the AdminKeyResult class.
public AdminKeyResult (string primaryKey = default, string secondaryKey = default);
new Microsoft.Azure.Management.Search.Models.AdminKeyResult : string * string -> Microsoft.Azure.Management.Search.Models.AdminKeyResult
Public Sub New (Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing)
Parameters
- primaryKey
- String
The primary admin API key of the search service.
- secondaryKey
- String
The secondary admin API key of the search service.