SystemCreatedStorageAccount Class

Definition

The SystemCreatedStorageAccount.

public class SystemCreatedStorageAccount : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.SystemCreatedStorageAccount>
public class SystemCreatedStorageAccount
type SystemCreatedStorageAccount = class
    interface IJsonModel<SystemCreatedStorageAccount>
    interface IPersistableModel<SystemCreatedStorageAccount>
type SystemCreatedStorageAccount = class
Public Class SystemCreatedStorageAccount
Implements IJsonModel(Of SystemCreatedStorageAccount), IPersistableModel(Of SystemCreatedStorageAccount)
Public Class SystemCreatedStorageAccount
Inheritance
SystemCreatedStorageAccount
Implements

Constructors

SystemCreatedStorageAccount()

Initializes a new instance of SystemCreatedStorageAccount.

Properties

AllowBlobPublicAccess

Public blob access allowed.

ArmResourceId

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"

Explicit Interface Implementations

IJsonModel<SystemCreatedStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SystemCreatedStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SystemCreatedStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SystemCreatedStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SystemCreatedStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to