UrlSigningParamIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines how to identify a parameter for a specific purpose e.g. expires
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlSigningParamIdentifierTypeConverter))]
public class UrlSigningParamIdentifier : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IUrlSigningParamIdentifier
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.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.Api20240201.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() |