Lingua

MachineLearningWorkspaceConnectionProperties Class

Definition

The MachineLearningWorkspaceConnectionProperties. Please note MachineLearningWorkspaceConnectionProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include MachineLearningManagedIdentityAuthTypeWorkspaceConnection, MachineLearningNoneAuthTypeWorkspaceConnection, MachineLearningPatAuthTypeWorkspaceConnection, MachineLearningSasAuthTypeWorkspaceConnection and MachineLearningUsernamePasswordAuthTypeWorkspaceConnection.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownWorkspaceConnectionPropertiesV2))]
public abstract class MachineLearningWorkspaceConnectionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceConnectionProperties>
public abstract class MachineLearningWorkspaceConnectionProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownWorkspaceConnectionPropertiesV2))>]
type MachineLearningWorkspaceConnectionProperties = class
    interface IJsonModel<MachineLearningWorkspaceConnectionProperties>
    interface IPersistableModel<MachineLearningWorkspaceConnectionProperties>
type MachineLearningWorkspaceConnectionProperties = class
Public MustInherit Class MachineLearningWorkspaceConnectionProperties
Implements IJsonModel(Of MachineLearningWorkspaceConnectionProperties), IPersistableModel(Of MachineLearningWorkspaceConnectionProperties)
Public MustInherit Class MachineLearningWorkspaceConnectionProperties
Inheritance
MachineLearningWorkspaceConnectionProperties
Derived
Attributes
Implements

Constructors

Name Description
MachineLearningWorkspaceConnectionProperties()

Initializes a new instance of MachineLearningWorkspaceConnectionProperties.

Properties

Name Description
Category

Category of the connection.

CreatedByWorkspaceArmId

Gets the CreatedByWorkspaceArmId.

Error

Gets or sets the Error.

ExpiryOn

Gets or sets the ExpiryOn.

Group

Group based on connection category.

IsSharedToAll

Gets or sets the IsSharedToAll.

Metadata

Store user metadata for this connection.

PeRequirement

Gets or sets the PeRequirement.

PeStatus

Gets or sets the PeStatus.

SharedUserList

Gets the SharedUserList.

Target

Gets or sets the Target.

UseWorkspaceManagedIdentity

Gets or sets the UseWorkspaceManagedIdentity.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<MachineLearningWorkspaceConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspaceConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspaceConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningWorkspaceConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to