FunctionAppStorage.AzureStorageUriStringValue Property

Definition

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>. Serialized Name: FunctionsDeploymentStorage.value

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

Property Value

Applies to