次の方法で共有


FunctionAppStorage Class

Definition

Storage for deployed package used by the function app.

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

Constructors

FunctionAppStorage()

Initializes a new instance of FunctionAppStorage.

Properties

Authentication

Authentication method to access the storage account for deployment.

StorageType

Property to select Azure Storage type. Available options: blobContainer.

Value

Property to set the URL for the selected Azure Storage type. Example: For blobContainer, the value could be https://<storageAccountName>.blob.core.windows.net/<containerName>.

Explicit Interface Implementations

IJsonModel<FunctionAppStorage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FunctionAppStorage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppStorage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppStorage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FunctionAppStorage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to