Share via


StorageAccountConfiguration Class

Definition

Storage Account configurations.

public class StorageAccountConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.StorageAccountConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PaloAltoNetworks.Ngfw.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

StorageAccountConfiguration()

Initializes a new instance of StorageAccountConfiguration.

Properties

AccountName

Storage account name.

Id

Resource ID of storage account.

SubscriptionId

Subscription Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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