UriSigningActionProperties 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.
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>
public class UriSigningActionProperties
type UriSigningActionProperties = class
inherit DeliveryRuleActionProperties
interface IJsonModel<UriSigningActionProperties>
interface IPersistableModel<UriSigningActionProperties>
type UriSigningActionProperties = class
Public Class UriSigningActionProperties
Inherits DeliveryRuleActionProperties
Implements IJsonModel(Of UriSigningActionProperties), IPersistableModel(Of UriSigningActionProperties)
Public Class UriSigningActionProperties
- Inheritance
- 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 |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |