Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningActionParameters
-
Packages that use UrlSigningActionParameters Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UrlSigningActionParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlSigningActionParameters Modifier and Type Method Description UrlSigningActionParametersUrlSigningAction. parameters()Get the parameters property: Defines the parameters for the action.UrlSigningActionParametersUrlSigningActionParameters. withAlgorithm(Algorithm algorithm)Set the algorithm property: Algorithm to use for URL signing.UrlSigningActionParametersUrlSigningActionParameters. withParameterNameOverride(List<UrlSigningParamIdentifier> parameterNameOverride)Set the parameterNameOverride property: Defines which query string parameters in the url to be considered for expires, key id etc.UrlSigningActionParametersUrlSigningActionParameters. withTypeName(String typeName)Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type UrlSigningActionParameters Modifier and Type Method Description UrlSigningActionUrlSigningAction. withParameters(UrlSigningActionParameters parameters)Set the parameters property: Defines the parameters for the action.
-