AccountKeyDatastoreCredentials Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Account key datastore credentials configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AccountKeyDatastoreCredentialsTypeConverter))]
public class AccountKeyDatastoreCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAccountKeyDatastoreCredentials, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.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.Api20240401.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. |