AfdUrlSigningAction Class

Definition

Defines the url signing action for the delivery rule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdUrlSigningActionTypeConverter))]
public class AfdUrlSigningAction : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IAfdUrlSigningAction, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.AfdUrlSigningActionTypeConverter))>]
type AfdUrlSigningAction = class
    interface IAfdUrlSigningAction
    interface IJsonSerializable
    interface IDeliveryRuleAction
    interface IValidates
Public Class AfdUrlSigningAction
Implements IAfdUrlSigningAction, IValidates
Inheritance
AfdUrlSigningAction
Attributes
Implements

Constructors

Name Description
AfdUrlSigningAction()

Creates an new AfdUrlSigningAction instance.

Properties

Name Description
KeyGroupReferenceId

Resource ID.

Name

The name of the action for the delivery rule.

ParameterAlgorithm

Algorithm to use for URL signing

ParameterNameOverride

Defines which query string parameters in the url to be considered for expires, key id etc.

ParameterTypeName

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AfdUrlSigningAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AfdUrlSigningAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AfdUrlSigningAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to