Aracılığıyla paylaş


WorkspaceConnectionPropertiesV2 Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.WorkspaceConnectionPropertiesV2TypeConverter))]
public class WorkspaceConnectionPropertiesV2 : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IWorkspaceConnectionPropertiesV2
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.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

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.Api20220501.IWorkspaceConnectionPropertiesV2. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.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()

Applies to