AccountKeyAuthTypeWorkspaceConnectionProperties Class

Definition

This connection type covers the account key connection for Azure storage

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

Constructors

Name Description
AccountKeyAuthTypeWorkspaceConnectionProperties()

Creates an new AccountKeyAuthTypeWorkspaceConnectionProperties 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 AccountKeyAuthTypeWorkspaceConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountKeyAuthTypeWorkspaceConnectionProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountKeyAuthTypeWorkspaceConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to