FrontDoorUrlSigningActionContent 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 FrontDoorUrlSigningActionContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorUrlSigningActionContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorUrlSigningActionContent>
type FrontDoorUrlSigningActionContent = class
interface IJsonModel<FrontDoorUrlSigningActionContent>
interface IPersistableModel<FrontDoorUrlSigningActionContent>
Public Class FrontDoorUrlSigningActionContent
Implements IJsonModel(Of FrontDoorUrlSigningActionContent), IPersistableModel(Of FrontDoorUrlSigningActionContent)
- Inheritance
-
FrontDoorUrlSigningActionContent
- Implements
Constructors
| Name | Description |
|---|---|
| FrontDoorUrlSigningActionContent(UrlSigningActionTypeName) |
Initializes a new instance of FrontDoorUrlSigningActionContent. |
Properties
| Name | Description |
|---|---|
| Algorithm |
Algorithm to use for URL signing. |
| KeyGroupReferenceId |
Resource ID. |
| ParameterNameOverride |
Defines which query string parameters in the url to be considered for expires, key id etc. |
| TypeName |
Gets or sets the TypeName. |