AppPlatformStorageAccount Class

Definition

storage resource of type Azure Storage Account.

public class AppPlatformStorageAccount : Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageAccount>
public class AppPlatformStorageAccount : Azure.ResourceManager.AppPlatform.Models.AppPlatformStorageProperties
type AppPlatformStorageAccount = class
    inherit AppPlatformStorageProperties
    interface IJsonModel<AppPlatformStorageAccount>
    interface IPersistableModel<AppPlatformStorageAccount>
type AppPlatformStorageAccount = class
    inherit AppPlatformStorageProperties
Public Class AppPlatformStorageAccount
Inherits AppPlatformStorageProperties
Implements IJsonModel(Of AppPlatformStorageAccount), IPersistableModel(Of AppPlatformStorageAccount)
Public Class AppPlatformStorageAccount
Inherits AppPlatformStorageProperties
Inheritance
AppPlatformStorageAccount
Implements

Constructors

AppPlatformStorageAccount(String, String)

Initializes a new instance of AppPlatformStorageAccount.

Properties

AccountKey

The account key of the Azure Storage Account.

AccountName

The account name of the Azure Storage Account.

Explicit Interface Implementations

IJsonModel<AppPlatformStorageAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformStorageAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AppPlatformStorageProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AppPlatformStorageProperties)
IJsonModel<AppPlatformStorageProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppPlatformStorageProperties)
IPersistableModel<AppPlatformStorageAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformStorageAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformStorageAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AppPlatformStorageProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppPlatformStorageProperties)
IPersistableModel<AppPlatformStorageProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AppPlatformStorageProperties)
IPersistableModel<AppPlatformStorageProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppPlatformStorageProperties)

Applies to