Share via


UriSigningActionProperties Class

Definition

Defines the parameters for the Url Signing action.

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

Constructors

UriSigningActionProperties(UriSigningActionType)

Initializes a new instance of UriSigningActionProperties.

Properties

ActionType

Gets or sets the action type.

Algorithm

Algorithm to use for URL signing.

ParameterNameOverride

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

Explicit Interface Implementations

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<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