SasDatastoreCredentials 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.
SAS datastore credentials configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasDatastoreCredentialsTypeConverter))]
public class SasDatastoreCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISasDatastoreCredentials, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SasDatastoreCredentialsTypeConverter))>]
type SasDatastoreCredentials = class
interface ISasDatastoreCredentials
interface IJsonSerializable
interface IDatastoreCredentials
interface IValidates
Public Class SasDatastoreCredentials
Implements ISasDatastoreCredentials, IValidates
- Inheritance
-
SasDatastoreCredentials
- Attributes
- Implements
Constructors
SasDatastoreCredentials() |
Creates an new SasDatastoreCredentials instance. |
Properties
CredentialsType |
[Required] Credential type used to authentication with storage. |
Secret |
[Required] Storage container secrets. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SasDatastoreCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SasDatastoreCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISasDatastoreCredentials. |
FromJsonString(String) |
Creates a new instance of SasDatastoreCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SasDatastoreCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |