MachineLearningWorkspaceConnectionProperties 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 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
MachineLearningWorkspaceConnectionProperties() |
Initializes a new instance of MachineLearningWorkspaceConnectionProperties. |
Properties
Category |
Category of the connection. |
CreatedByWorkspaceArmId |
Gets the created by workspace arm id. |
ExpiryOn |
Gets or sets the expiry on. |
Group |
Group based on connection category. |
IsSharedToAll |
Gets or sets the is shared to all. |
Metadata |
Store user metadata for this connection. |
SharedUserList |
Gets the shared user list. |
Target |
Gets or sets the target. |
Explicit Interface Implementations
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
Azure SDK for .NET