Share via


ServiceAccountApiProperties Class

Definition

The api properties for special APIs.

public class ServiceAccountApiProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountApiProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountApiProperties>
type ServiceAccountApiProperties = class
    interface IJsonModel<ServiceAccountApiProperties>
    interface IPersistableModel<ServiceAccountApiProperties>
Public Class ServiceAccountApiProperties
Implements IJsonModel(Of ServiceAccountApiProperties), IPersistableModel(Of ServiceAccountApiProperties)
Inheritance
ServiceAccountApiProperties
Implements

Constructors

Name Description
ServiceAccountApiProperties()

Initializes a new instance of ServiceAccountApiProperties.

Properties

Name Description
AadClientId

(Metrics Advisor Only) The Azure AD Client Id (Application Id).

AadTenantId

(Metrics Advisor Only) The Azure AD Tenant Id.

AdditionalProperties

Gets the AdditionalProperties.

EnableStatistics

(Bing Search Only) The flag to enable statistics of Bing Search.

EventHubConnectionString

(Personalization Only) The flag to enable statistics of Bing Search.

QnaAzureSearchEndpointId

(QnAMaker Only) The Azure Search endpoint id of QnAMaker.

QnaAzureSearchEndpointKey

(QnAMaker Only) The Azure Search endpoint key of QnAMaker.

QnaRuntimeEndpoint

(QnAMaker Only) The runtime endpoint of QnAMaker.

StorageAccountConnectionString

(Personalization Only) The storage account connection string.

SuperUser

(Metrics Advisor Only) The super user of Metrics Advisor.

WebsiteName

(Metrics Advisor Only) The website name of Metrics Advisor.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ServiceAccountApiProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceAccountApiProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceAccountApiProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceAccountApiProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceAccountApiProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to