UrlSigningActionParameters 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 the parameters for the Url Signing action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlSigningActionParametersTypeConverter))]
public class UrlSigningActionParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IUrlSigningActionParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.UrlSigningActionParametersTypeConverter))>]
type UrlSigningActionParameters = class
interface IUrlSigningActionParameters
interface IJsonSerializable
Public Class UrlSigningActionParameters
Implements IUrlSigningActionParameters
- Inheritance
-
UrlSigningActionParameters
- Attributes
- Implements
Constructors
UrlSigningActionParameters() |
Creates an new UrlSigningActionParameters instance. |
Properties
Algorithm |
Algorithm to use for URL signing |
ParameterNameOverride |
Defines which query string parameters in the url to be considered for expires, key id etc. |
TypeName |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UrlSigningActionParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UrlSigningActionParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IUrlSigningActionParameters. |
FromJsonString(String) |
Creates a new instance of UrlSigningActionParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UrlSigningActionParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |