AzureBlobDatastore Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Azure Blob datastore configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastoreTypeConverter))]
public class AzureBlobDatastore : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IAzureBlobDatastore, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.AzureBlobDatastoreTypeConverter))>]
type AzureBlobDatastore = class
interface IAzureBlobDatastore
interface IJsonSerializable
interface IAzureDatastore
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. |
ResourceGroup |
Azure Resource Group name |
ServiceDataAccessAuthIdentity |
Indicates which identity to use to authenticate service data access to customer's storage. |
SubscriptionId |
Azure Subscription Id |
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.Api20240401.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. |