Sdílet prostřednictvím


MachineLearningManagedIdentityAuthTypeWorkspaceConnection Class

Definition

The MachineLearningManagedIdentityAuthTypeWorkspaceConnection.

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

Constructors

MachineLearningManagedIdentityAuthTypeWorkspaceConnection()

Initializes a new instance of MachineLearningManagedIdentityAuthTypeWorkspaceConnection.

Properties

Category

Category of the connection.

(Inherited from MachineLearningWorkspaceConnectionProperties)
CreatedByWorkspaceArmId

Gets the created by workspace arm id.

(Inherited from MachineLearningWorkspaceConnectionProperties)
Credentials

Gets or sets the credentials.

ExpiryOn

Gets or sets the expiry on.

(Inherited from MachineLearningWorkspaceConnectionProperties)
Group

Group based on connection category.

(Inherited from MachineLearningWorkspaceConnectionProperties)
IsSharedToAll

Gets or sets the is shared to all.

(Inherited from MachineLearningWorkspaceConnectionProperties)
Metadata

Store user metadata for this connection.

(Inherited from MachineLearningWorkspaceConnectionProperties)
SharedUserList

Gets the shared user list.

(Inherited from MachineLearningWorkspaceConnectionProperties)
Target

Gets or sets the target.

(Inherited from MachineLearningWorkspaceConnectionProperties)

Explicit Interface Implementations

IJsonModel<MachineLearningManagedIdentityAuthTypeWorkspaceConnection>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningManagedIdentityAuthTypeWorkspaceConnection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningWorkspaceConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningWorkspaceConnectionProperties)
IPersistableModel<MachineLearningManagedIdentityAuthTypeWorkspaceConnection>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningManagedIdentityAuthTypeWorkspaceConnection>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningManagedIdentityAuthTypeWorkspaceConnection>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningWorkspaceConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from MachineLearningWorkspaceConnectionProperties)

Applies to