你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputFileBlobContainerDestination.ContainerUrl Property

Definition

Gets the URL of the container within Azure Blob Storage to which to upload the file(s).

public string ContainerUrl { get; }
member this.ContainerUrl : string
Public ReadOnly Property ContainerUrl As String

Property Value

Remarks

The URL must include a Shared Access Signature (SAS) granting write permissions to the container.

Applies to