AppServiceStorageAccessInfo Class

Definition

Azure Files or Blob Storage access information value for dictionary storage. Serialized Name: AzureStorageInfoValue

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

Constructors

Name Description
AppServiceStorageAccessInfo()

Initializes a new instance of AppServiceStorageAccessInfo.

Properties

Name Description
AccessKey

Access key for the storage account. Serialized Name: AzureStorageInfoValue.accessKey

AccountName

Name of the storage account. Serialized Name: AzureStorageInfoValue.accountName

MountPath

Path to mount the storage within the site's runtime environment. Serialized Name: AzureStorageInfoValue.mountPath

Protocol

Mounting protocol to use for the storage account. Serialized Name: AzureStorageInfoValue.protocol

ShareName

Name of the file share (container name, for Blob storage). Serialized Name: AzureStorageInfoValue.shareName

State

State of the storage account. Serialized Name: AzureStorageInfoValue.state

StorageType

Type of storage. Serialized Name: AzureStorageInfoValue.type

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<AppServiceStorageAccessInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceStorageAccessInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceStorageAccessInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceStorageAccessInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to