Compartilhar via


ManagedIdentityAuthTypeWorkspaceConnectionProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesTypeConverter))]
public class ManagedIdentityAuthTypeWorkspaceConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IManagedIdentityAuthTypeWorkspaceConnectionProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ManagedIdentityAuthTypeWorkspaceConnectionPropertiesTypeConverter))>]
type ManagedIdentityAuthTypeWorkspaceConnectionProperties = class
    interface IManagedIdentityAuthTypeWorkspaceConnectionProperties
    interface IJsonSerializable
    interface IWorkspaceConnectionPropertiesV2
    interface IValidates
Public Class ManagedIdentityAuthTypeWorkspaceConnectionProperties
Implements IManagedIdentityAuthTypeWorkspaceConnectionProperties, IValidates
Inheritance
ManagedIdentityAuthTypeWorkspaceConnectionProperties
Attributes
Implements

Constructors

ManagedIdentityAuthTypeWorkspaceConnectionProperties()

Creates an new ManagedIdentityAuthTypeWorkspaceConnectionProperties instance.

Properties

AuthType

Authentication type of the connection target

Category

Category of the connection

CredentialsClientId
CredentialsResourceId
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 ManagedIdentityAuthTypeWorkspaceConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedIdentityAuthTypeWorkspaceConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IManagedIdentityAuthTypeWorkspaceConnectionProperties.

FromJsonString(String)

Creates a new instance of ManagedIdentityAuthTypeWorkspaceConnectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedIdentityAuthTypeWorkspaceConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to