IAzureBlobDatastore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastoreTypeConverter))]
public interface IAzureBlobDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureDatastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IDatastoreProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastoreTypeConverter))>]
type IAzureBlobDatastore = interface
    interface IJsonSerializable
    interface IAzureDatastore
    interface IDatastoreProperties
    interface IResourceBase
Public Interface IAzureBlobDatastore
Implements IAzureDatastore, IDatastoreProperties
Derived
Attributes
Implements

Properties

AccountName

Storage account name.

ContainerName

Storage account container name.

Credentials

[Required] Account credentials.

(Inherited from IDatastoreProperties)
DatastoreType

[Required] Storage type backing the datastore.

(Inherited from IDatastoreProperties)
Description

The asset description text.

(Inherited from IResourceBase)
Endpoint

Azure cloud endpoint for the storage account.

IsDefault

Readonly property to indicate if datastore is the workspace default datastore

(Inherited from IDatastoreProperties)
Property

The asset property dictionary.

(Inherited from IResourceBase)
Protocol

Protocol used to communicate with the storage account.

ResourceGroup

Azure Resource Group name

(Inherited from IAzureDatastore)
ServiceDataAccessAuthIdentity

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

SubscriptionId

Azure Subscription Id

(Inherited from IAzureDatastore)
Tag

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

(Inherited from IResourceBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to