UrlSigningParamIdentifier Constructors

Definition

Overloads

UrlSigningParamIdentifier()

Initializes a new instance of the UrlSigningParamIdentifier class.

UrlSigningParamIdentifier(String, String)

Initializes a new instance of the UrlSigningParamIdentifier class.

UrlSigningParamIdentifier()

Initializes a new instance of the UrlSigningParamIdentifier class.

public UrlSigningParamIdentifier ();
Public Sub New ()

Applies to

UrlSigningParamIdentifier(String, String)

Initializes a new instance of the UrlSigningParamIdentifier class.

public UrlSigningParamIdentifier (string paramIndicator, string paramName);
new Microsoft.Azure.Management.Cdn.Models.UrlSigningParamIdentifier : string * string -> Microsoft.Azure.Management.Cdn.Models.UrlSigningParamIdentifier
Public Sub New (paramIndicator As String, paramName As String)

Parameters

paramIndicator
String

Indicates the purpose of the parameter. Possible values include: 'Expires', 'KeyId', 'Signature'

paramName
String

Parameter name

Applies to