Share via


SasAuthTypeWorkspaceConnectionProperties Class

Definition

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

Constructors

SasAuthTypeWorkspaceConnectionProperties()

Creates an new SasAuthTypeWorkspaceConnectionProperties instance.

Properties

AuthType

Authentication type of the connection target

Category

Category of the connection

CredentialsSas
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 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.Api20220501.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