Condividi tramite


AzureStorageOptions.ConnectionName Property

Definition

Gets or sets the name of the Azure Storage connection information used to manage the underlying Azure Storage resources.

public string ConnectionName { get; set; }
member this.ConnectionName : string with get, set
Public Property ConnectionName As String

Property Value

The name of a connection-related key that exists in the app's application settings. The value may refer to a connection string or the section detailing additional connection metadata.

Remarks

The value may refer to either a connection string or the configuration section containing connection metadata. The default behavior is to use the standard AzureWebJobsStorage connection for all storage usage.

Applies to