Dela via


FunctionAppStorageAuthentication Class

Definition

Authentication method to access the storage account for deployment.

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

Constructors

FunctionAppStorageAuthentication()

Initializes a new instance of FunctionAppStorageAuthentication.

Properties

AuthenticationType

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.

StorageAccountConnectionStringName

Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.

UserAssignedIdentityResourceId

Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.

Explicit Interface Implementations

IJsonModel<FunctionAppStorageAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FunctionAppStorageAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FunctionAppStorageAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FunctionAppStorageAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FunctionAppStorageAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to