StorageAccountConfiguration Class

Definition

Storage account configuration.

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

Constructors

Name Description
StorageAccountConfiguration()

Initializes a new instance of StorageAccountConfiguration.

Properties

Name Description
StorageAccountId

Network Fabric storage account resource identifier.

StorageAccountIdentity

The selection of the managed identity to use with this storage account. The identity type must be either system assigned or user assigned.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<StorageAccountConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StorageAccountConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageAccountConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageAccountConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StorageAccountConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to