Share via


UrlSigningParamIdentifier Class

Definition

Defines how to identify a parameter for a specific purpose e.g. expires

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.UrlSigningParamIdentifierTypeConverter))]
public class UrlSigningParamIdentifier : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IUrlSigningParamIdentifier
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.UrlSigningParamIdentifierTypeConverter))>]
type UrlSigningParamIdentifier = class
    interface IUrlSigningParamIdentifier
    interface IJsonSerializable
Public Class UrlSigningParamIdentifier
Implements IUrlSigningParamIdentifier
Inheritance
UrlSigningParamIdentifier
Attributes
Implements

Constructors

UrlSigningParamIdentifier()

Creates an new UrlSigningParamIdentifier instance.

Properties

ParamIndicator

Indicates the purpose of the parameter

ParamName

Parameter name

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UrlSigningParamIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UrlSigningParamIdentifier.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20230501.IUrlSigningParamIdentifier.

FromJsonString(String)

Creates a new instance of UrlSigningParamIdentifier, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of UrlSigningParamIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to