AadAuthTypeWorkspaceConnectionProperties Class

Definition

This connection type covers the AAD auth for any applicable Azure service

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

Constructors

Name Description
AadAuthTypeWorkspaceConnectionProperties()

Creates an new AadAuthTypeWorkspaceConnectionProperties instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AadAuthTypeWorkspaceConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AadAuthTypeWorkspaceConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAadAuthTypeWorkspaceConnectionProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AadAuthTypeWorkspaceConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to