IStorageAccountDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StorageAccountDetailsTypeConverter))]
public interface IStorageAccountDetails : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.StorageAccountDetailsTypeConverter))>]
type IStorageAccountDetails = interface
    interface IJsonSerializable
Public Interface IStorageAccountDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

SystemCreatedStorageAccountAllowBlobPublicAccess

Public blob access allowed

SystemCreatedStorageAccountArmResourceIdResourceId

Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

SystemCreatedStorageAccountHnsEnabled

HNS enabled for storage account

SystemCreatedStorageAccountName

Name of the storage account

SystemCreatedStorageAccountType

Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"

UserCreatedStorageAccountArmResourceIdResourceId

Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to