你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SasDatastoreCredentials Class

Definition

SAS datastore credentials configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SasDatastoreCredentialsTypeConverter))]
public class SasDatastoreCredentials : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISasDatastoreCredentials, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.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.Api20220501.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.

Applies to