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

UrlSigningActionParameters 构造函数

定义

重载

UrlSigningActionParameters()

初始化 UrlSigningActionParameters 类的新实例。

UrlSigningActionParameters(String, IList<UrlSigningParamIdentifier>)

初始化 UrlSigningActionParameters 类的新实例。

UrlSigningActionParameters()

初始化 UrlSigningActionParameters 类的新实例。

public UrlSigningActionParameters ();
Public Sub New ()

适用于

UrlSigningActionParameters(String, IList<UrlSigningParamIdentifier>)

初始化 UrlSigningActionParameters 类的新实例。

public UrlSigningActionParameters (string algorithm = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.UrlSigningParamIdentifier> parameterNameOverride = default);
new Microsoft.Azure.Management.Cdn.Models.UrlSigningActionParameters : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.UrlSigningParamIdentifier> -> Microsoft.Azure.Management.Cdn.Models.UrlSigningActionParameters
Public Sub New (Optional algorithm As String = Nothing, Optional parameterNameOverride As IList(Of UrlSigningParamIdentifier) = Nothing)

参数

algorithm
String

用于 URL 签名的算法。 可能的值包括:“SHA256”

parameterNameOverride
IList<UrlSigningParamIdentifier>

定义 URL 中要考虑过期、密钥 ID 等的查询字符串参数。

适用于