Share via


AzureBlobDatastore Class

Definition

Azure Blob datastore configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureBlobDatastoreTypeConverter))]
public class AzureBlobDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IAzureBlobDatastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.AzureBlobDatastoreTypeConverter))>]
type AzureBlobDatastore = class
    interface IAzureBlobDatastore
    interface IJsonSerializable
    interface IDatastoreProperties
    interface IResourceBase
    interface IValidates
Public Class AzureBlobDatastore
Implements IAzureBlobDatastore, IValidates
Inheritance
AzureBlobDatastore
Attributes
Implements

Constructors

AzureBlobDatastore()

Creates an new AzureBlobDatastore instance.

Properties

AccountName

Storage account name.

ContainerName

Storage account container name.

Credentials

[Required] Account credentials.

DatastoreType

[Required] Storage type backing the datastore.

Description

The asset description text.

Endpoint

Azure cloud endpoint for the storage account.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore

Property

The asset property dictionary.

Protocol

Protocol used to communicate with the storage account.

ServiceDataAccessAuthIdentity

Indicates which identity to use to authenticate service data access to customer's storage.

Tag

Tag dictionary. Tags can be added, removed, and updated.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureBlobDatastore.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureBlobDatastore.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureBlobDatastore into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to