Share via


AccountKeyDatastoreCredentials Class

Definition

Account key datastore credentials configuration.

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

Constructors

AccountKeyDatastoreCredentials()

Creates an new AccountKeyDatastoreCredentials instance.

Properties

CredentialsType

[Required] Credential type used to authentication with storage.

Secret

[Required] Storage account secrets.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountKeyDatastoreCredentials.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountKeyDatastoreCredentials.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountKeyDatastoreCredentials into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to