SasAuthTypeWorkspaceConnectionProperties Class

Definition

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

Constructors

Name Description
SasAuthTypeWorkspaceConnectionProperties()

Creates an new SasAuthTypeWorkspaceConnectionProperties instance.

Properties

Name Description
AuthType

Authentication type of the connection target

Category

Category of the connection

CreatedByWorkspaceArmId
CredentialsSas
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 SasAuthTypeWorkspaceConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SasAuthTypeWorkspaceConnectionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SasAuthTypeWorkspaceConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to