AdminKeyResultInner Class
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.
Response containing the primary and secondary admin API keys for a given Azure Search service.
public class AdminKeyResultInner
type AdminKeyResultInner = class
Public Class AdminKeyResultInner
- Inheritance
-
AdminKeyResultInner
Constructors
AdminKeyResultInner() |
Initializes a new instance of the AdminKeyResultInner class. |
AdminKeyResultInner(String, String) |
Initializes a new instance of the AdminKeyResultInner class. |
Properties
PrimaryKey |
Gets the primary admin API key of the Search service. |
SecondaryKey |
Gets the secondary admin API key of the Search service. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET