UriSigningActionProperties Class

Definition

Defines the parameters for the Url Signing action.

public class UriSigningActionProperties : Azure.ResourceManager.Cdn.Models.DeliveryRuleActionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.UriSigningActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.UriSigningActionProperties>
type UriSigningActionProperties = class
    inherit DeliveryRuleActionProperties
    interface IJsonModel<UriSigningActionProperties>
    interface IPersistableModel<UriSigningActionProperties>
Public Class UriSigningActionProperties
Inherits DeliveryRuleActionProperties
Implements IJsonModel(Of UriSigningActionProperties), IPersistableModel(Of UriSigningActionProperties)
Inheritance
UriSigningActionProperties
Implements

Constructors

Name Description
UriSigningActionProperties()

Initializes a new instance of UriSigningActionProperties.

Properties

Name Description
Algorithm

Algorithm to use for URL signing.

ParameterNameOverride

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DeliveryRuleActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DeliveryRuleActionProperties)
IJsonModel<DeliveryRuleActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DeliveryRuleActionProperties)
IJsonModel<UriSigningActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<UriSigningActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeliveryRuleActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<DeliveryRuleActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<DeliveryRuleActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DeliveryRuleActionProperties)
IPersistableModel<UriSigningActionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UriSigningActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<UriSigningActionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to