Share via


SasDatastoreSecrets Class

Definition

Datastore SAS secrets.

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

Constructors

SasDatastoreSecrets()

Creates an new SasDatastoreSecrets instance.

Properties

SasToken

Storage container SAS token.

SecretsType

[Required] Credential type used to authentication with storage.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SasDatastoreSecrets.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SasDatastoreSecrets.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SasDatastoreSecrets into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to