CognitiveServicesConnectionManagedIdentity 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.
The CognitiveServicesConnectionManagedIdentity.
public class CognitiveServicesConnectionManagedIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesConnectionManagedIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesConnectionManagedIdentity>
type CognitiveServicesConnectionManagedIdentity = class
interface IJsonModel<CognitiveServicesConnectionManagedIdentity>
interface IPersistableModel<CognitiveServicesConnectionManagedIdentity>
Public Class CognitiveServicesConnectionManagedIdentity
Implements IJsonModel(Of CognitiveServicesConnectionManagedIdentity), IPersistableModel(Of CognitiveServicesConnectionManagedIdentity)
- Inheritance
-
CognitiveServicesConnectionManagedIdentity
- Implements
Constructors
CognitiveServicesConnectionManagedIdentity() |
Initializes a new instance of CognitiveServicesConnectionManagedIdentity. |
Properties
ClientId |
Gets or sets the client id. |
ResourceId |
Gets or sets the resource id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CognitiveServicesConnectionManagedIdentity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CognitiveServicesConnectionManagedIdentity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CognitiveServicesConnectionManagedIdentity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CognitiveServicesConnectionManagedIdentity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CognitiveServicesConnectionManagedIdentity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |