다음을 통해 공유


AppInsightsCredentials Class

Definition

AppInsights credentials.

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

Properties

AppId

The AppInsights application ID.

InstrumentationKey

The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppInsightsCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppInsightsCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppInsightsCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppInsightsCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppInsightsCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to