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

SasAuthentication 构造函数

定义

重载

SasAuthentication()

初始化 SasAuthentication 类的新实例。

SasAuthentication(String)

初始化 SasAuthentication 类的新实例。

SasAuthentication()

初始化 SasAuthentication 类的新实例。

public SasAuthentication ();
Public Sub New ()

适用于

SasAuthentication(String)

初始化 SasAuthentication 类的新实例。

public SasAuthentication (string sasUri);
new Microsoft.Azure.Management.DeploymentManager.Models.SasAuthentication : string -> Microsoft.Azure.Management.DeploymentManager.Models.SasAuthentication
Public Sub New (sasUri As String)

参数

sasUri
String

Azure 存储 Blob 容器的 SAS URI。 可以在 artifactRoot 中定义从容器的根目录到项目所在位置的任何偏移量。

适用于