ArmCdnModelFactory.FrontDoorUrlSigningActionContent Method
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.
public static Azure.ResourceManager.Cdn.Models.FrontDoorUrlSigningActionContent FrontDoorUrlSigningActionContent(Azure.ResourceManager.Cdn.Models.UrlSigningActionTypeName typeName = default, Azure.Core.ResourceIdentifier keyGroupReferenceId = default, Azure.ResourceManager.Cdn.Models.UriSigningAlgorithm? algorithm = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier> parameterNameOverride = default);
static member FrontDoorUrlSigningActionContent : Azure.ResourceManager.Cdn.Models.UrlSigningActionTypeName * Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Cdn.Models.UriSigningAlgorithm> * seq<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier> -> Azure.ResourceManager.Cdn.Models.FrontDoorUrlSigningActionContent
Public Shared Function FrontDoorUrlSigningActionContent (Optional typeName As UrlSigningActionTypeName = Nothing, Optional keyGroupReferenceId As ResourceIdentifier = Nothing, Optional algorithm As Nullable(Of UriSigningAlgorithm) = Nothing, Optional parameterNameOverride As IEnumerable(Of UriSigningParamIdentifier) = Nothing) As FrontDoorUrlSigningActionContent
Parameters
- typeName
- UrlSigningActionTypeName
- keyGroupReferenceId
- ResourceIdentifier
Resource ID.
- algorithm
- Nullable<UriSigningAlgorithm>
Algorithm to use for URL signing.
- parameterNameOverride
- IEnumerable<UriSigningParamIdentifier>
Defines which query string parameters in the url to be considered for expires, key id etc.
Returns
A new FrontDoorUrlSigningActionContent instance for mocking.