다음을 통해 공유


UriSigningParamIdentifier(ParamIndicator, String) Constructor

Definition

Initializes a new instance of UriSigningParamIdentifier.

public UriSigningParamIdentifier (Azure.ResourceManager.Cdn.Models.ParamIndicator paramIndicator, string paramName);
new Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier : Azure.ResourceManager.Cdn.Models.ParamIndicator * string -> Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier
Public Sub New (paramIndicator As ParamIndicator, paramName As String)

Parameters

paramIndicator
ParamIndicator

Indicates the purpose of the parameter.

paramName
String

Parameter name.

Exceptions

paramName is null.

Applies to