Delen via


ISystemCreatedStorageAccount Interface

Definition

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

Properties

AllowBlobPublicAccess

Public blob access allowed

ArmResourceIdResourceId

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}"

StorageAccountHnsEnabled

HNS enabled for storage account

StorageAccountName

Name of the storage account

StorageAccountType

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to