ApiProperties 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
ApiProperties() |
Initializes a new instance of the ApiProperties class. |
ApiProperties(IDictionary<String,Object>, String, String, String, Nullable<Boolean>, String, String, String, String, String, String) |
Initializes a new instance of the ApiProperties class. |
ApiProperties()
Initializes a new instance of the ApiProperties class.
public ApiProperties ();
Public Sub New ()
Applies to
ApiProperties(IDictionary<String,Object>, String, String, String, Nullable<Boolean>, String, String, String, String, String, String)
Initializes a new instance of the ApiProperties class.
public ApiProperties (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string qnaRuntimeEndpoint = default, string qnaAzureSearchEndpointKey = default, string qnaAzureSearchEndpointId = default, bool? statisticsEnabled = default, string eventHubConnectionString = default, string storageAccountConnectionString = default, string aadClientId = default, string aadTenantId = default, string superUser = default, string websiteName = default);
new Microsoft.Azure.Management.CognitiveServices.Models.ApiProperties : System.Collections.Generic.IDictionary<string, obj> * string * string * string * Nullable<bool> * string * string * string * string * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.ApiProperties
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional qnaRuntimeEndpoint As String = Nothing, Optional qnaAzureSearchEndpointKey As String = Nothing, Optional qnaAzureSearchEndpointId As String = Nothing, Optional statisticsEnabled As Nullable(Of Boolean) = Nothing, Optional eventHubConnectionString As String = Nothing, Optional storageAccountConnectionString As String = Nothing, Optional aadClientId As String = Nothing, Optional aadTenantId As String = Nothing, Optional superUser As String = Nothing, Optional websiteName As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- qnaRuntimeEndpoint
- String
(QnAMaker Only) The runtime endpoint of QnAMaker.
- qnaAzureSearchEndpointKey
- String
(QnAMaker Only) The Azure Search endpoint key of QnAMaker.
- qnaAzureSearchEndpointId
- String
(QnAMaker Only) The Azure Search endpoint id of QnAMaker.
(Bing Search Only) The flag to enable statistics of Bing Search.
- eventHubConnectionString
- String
(Personalization Only) The flag to enable statistics of Bing Search.
- storageAccountConnectionString
- String
(Personalization Only) The storage account connection string.
- aadClientId
- String
(Metrics Advisor Only) The Azure AD Client Id (Application Id).
- aadTenantId
- String
(Metrics Advisor Only) The Azure AD Tenant Id.
- superUser
- String
(Metrics Advisor Only) The super user of Metrics Advisor.
- websiteName
- String
(Metrics Advisor Only) The website name of Metrics Advisor.
Applies to
Azure SDK for .NET