Class UrlSigningActionParameters
java.lang.Object
com.microsoft.azure.management.cdn.UrlSigningActionParameters
Defines the parameters for the Url Signing action.
-
Constructor Summary
ConstructorDescriptionCreates an instance of UrlSigningActionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet algorithm to use for URL signing.Get the odatatype value.Get defines which query string parameters in the url to be considered for expires, key id etc.withAlgorithm
(Algorithm algorithm) Set algorithm to use for URL signing.withOdatatype
(String odatatype) Set the odatatype value.withParameterNameOverride
(List<UrlSigningParamIdentifier> parameterNameOverride) Set defines which query string parameters in the url to be considered for expires, key id etc.
-
Constructor Details
-
UrlSigningActionParameters
public UrlSigningActionParameters()Creates an instance of UrlSigningActionParameters class.
-
-
Method Details
-
odatatype
Get the odatatype value.- Returns:
- the odatatype value
-
withOdatatype
Set the odatatype value.- Parameters:
odatatype
- the odatatype value to set- Returns:
- the UrlSigningActionParameters object itself.
-
algorithm
Get algorithm to use for URL signing. Possible values include: 'SHA256'.- Returns:
- the algorithm value
-
withAlgorithm
Set algorithm to use for URL signing. Possible values include: 'SHA256'.- Parameters:
algorithm
- the algorithm value to set- Returns:
- the UrlSigningActionParameters object itself.
-
parameterNameOverride
Get defines which query string parameters in the url to be considered for expires, key id etc.- Returns:
- the parameterNameOverride value
-
withParameterNameOverride
public UrlSigningActionParameters withParameterNameOverride(List<UrlSigningParamIdentifier> parameterNameOverride) Set defines which query string parameters in the url to be considered for expires, key id etc.- Parameters:
parameterNameOverride
- the parameterNameOverride value to set- Returns:
- the UrlSigningActionParameters object itself.
-