ArmCdnModelFactory.UriSigningActionProperties 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.
Defines the parameters for the Url Signing action.
public static Azure.ResourceManager.Cdn.Models.UriSigningActionProperties UriSigningActionProperties(Azure.ResourceManager.Cdn.Models.UriSigningAlgorithm? algorithm = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier> parameterNameOverride = default);
static member UriSigningActionProperties : Nullable<Azure.ResourceManager.Cdn.Models.UriSigningAlgorithm> * seq<Azure.ResourceManager.Cdn.Models.UriSigningParamIdentifier> -> Azure.ResourceManager.Cdn.Models.UriSigningActionProperties
Public Shared Function UriSigningActionProperties (Optional algorithm As Nullable(Of UriSigningAlgorithm) = Nothing, Optional parameterNameOverride As IEnumerable(Of UriSigningParamIdentifier) = Nothing) As UriSigningActionProperties
Parameters
- 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 UriSigningActionProperties instance for mocking.