Share via


ManagedIdentityAuthTypeConnectionProperties Class

Definition

The ManagedIdentityAuthTypeConnectionProperties.

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

Constructors

ManagedIdentityAuthTypeConnectionProperties()

Initializes a new instance of ManagedIdentityAuthTypeConnectionProperties.

Properties

Category

Category of the connection.

(Inherited from CognitiveServicesConnectionProperties)
CreatedByWorkspaceArmId

Gets the created by workspace arm id.

(Inherited from CognitiveServicesConnectionProperties)
Credentials

Gets or sets the credentials.

Error

Provides the error message if the connection fails.

(Inherited from CognitiveServicesConnectionProperties)
ExpiryOn

Gets or sets the expiry on.

(Inherited from CognitiveServicesConnectionProperties)
Group

Group based on connection category.

(Inherited from CognitiveServicesConnectionProperties)
IsSharedToAll

Gets or sets the is shared to all.

(Inherited from CognitiveServicesConnectionProperties)
Metadata

Store user metadata for this connection.

(Inherited from CognitiveServicesConnectionProperties)
PeRequirement

Specifies how private endpoints are used with this connection: 'Required', 'NotRequired', or 'NotApplicable'.

(Inherited from CognitiveServicesConnectionProperties)
PeStatus

Specifies the status of private endpoints for this connection: 'Inactive', 'Active', or 'NotApplicable'.

(Inherited from CognitiveServicesConnectionProperties)
SharedUserList

Gets the shared user list.

(Inherited from CognitiveServicesConnectionProperties)
Target

The connection URL to be used.

(Inherited from CognitiveServicesConnectionProperties)
UseWorkspaceManagedIdentity

Gets or sets the use workspace managed identity.

(Inherited from CognitiveServicesConnectionProperties)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CognitiveServicesConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesConnectionProperties)
IJsonModel<CognitiveServicesConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from CognitiveServicesConnectionProperties)
IJsonModel<ManagedIdentityAuthTypeConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedIdentityAuthTypeConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CognitiveServicesConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from CognitiveServicesConnectionProperties)
IPersistableModel<CognitiveServicesConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from CognitiveServicesConnectionProperties)
IPersistableModel<CognitiveServicesConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from CognitiveServicesConnectionProperties)
IPersistableModel<ManagedIdentityAuthTypeConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedIdentityAuthTypeConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedIdentityAuthTypeConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to