FunctionAppStorage.AzureStorageUriStringValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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