Udostępnij przez


SasDatastoreSecrets Class

Definition

Datastore SAS secrets.

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

Constructors

Name Description
SasDatastoreSecrets()

Creates an new SasDatastoreSecrets instance.

Properties

Name Description
SasToken

Storage container SAS token.

SecretsType

[Required] Credential type used to authentication with storage.

Methods

Name Description
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.Api20240401.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