WorkspaceConnectionPropertiesV2 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionPropertiesV2TypeConverter))]
public class WorkspaceConnectionPropertiesV2 : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.WorkspaceConnectionPropertiesV2TypeConverter))>]
type WorkspaceConnectionPropertiesV2 = class
interface IWorkspaceConnectionPropertiesV2
interface IJsonSerializable
Public Class WorkspaceConnectionPropertiesV2
Implements IWorkspaceConnectionPropertiesV2
- Inheritance
-
WorkspaceConnectionPropertiesV2
- Attributes
- Implements
Constructors
WorkspaceConnectionPropertiesV2() |
Creates an new WorkspaceConnectionPropertiesV2 instance. |
Properties
AuthType |
Authentication type of the connection target |
Category |
Category of the connection |
CreatedByWorkspaceArmId | |
ExpiryTime | |
Group |
Group based on connection category |
IsSharedToAll | |
Metadata |
Store user metadata for this connection |
SharedUserList | |
Target | |
Value |
Value details of the workspace connection. |
ValueFormat |
format for the workspace connection value |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WorkspaceConnectionPropertiesV2. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkspaceConnectionPropertiesV2. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IWorkspaceConnectionPropertiesV2 interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
FromJsonString(String) |
Creates a new instance of WorkspaceConnectionPropertiesV2, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkspaceConnectionPropertiesV2 into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |