Uses of Class
com.microsoft.azure.management.cdn.UrlSigningActionParameters
Packages that use UrlSigningActionParameters
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of UrlSigningActionParameters in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn that return UrlSigningActionParametersModifier and TypeMethodDescriptionUrlSigningAction.parameters()Get defines the parameters for the action.UrlSigningActionParameters.withAlgorithm(Algorithm algorithm) Set algorithm to use for URL signing.UrlSigningActionParameters.withOdatatype(String odatatype) Set the odatatype value.UrlSigningActionParameters.withParameterNameOverride(List<UrlSigningParamIdentifier> parameterNameOverride) Set defines which query string parameters in the url to be considered for expires, key id etc.Methods in com.microsoft.azure.management.cdn with parameters of type UrlSigningActionParametersModifier and TypeMethodDescriptionUrlSigningAction.withParameters(UrlSigningActionParameters parameters) Set defines the parameters for the action.