Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningActionParameters
Packages that use UrlSigningActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of UrlSigningActionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type UrlSigningActionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for the Url Signing action.Methods in com.azure.resourcemanager.cdn.models that return UrlSigningActionParametersModifier and TypeMethodDescriptionstatic UrlSigningActionParametersUrlSigningActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UrlSigningActionParameters from the JsonReader.UrlSigningAction.parameters()Get the parameters property: Defines the parameters for the action.UrlSigningActionParameters.withAlgorithm(Algorithm algorithm) Set the algorithm property: Algorithm to use for URL signing.UrlSigningActionParameters.withParameterNameOverride(List<UrlSigningParamIdentifier> parameterNameOverride) Set the parameterNameOverride property: Defines which query string parameters in the url to be considered for expires, key id etc.UrlSigningActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Methods in com.azure.resourcemanager.cdn.models with parameters of type UrlSigningActionParametersModifier and TypeMethodDescriptionUrlSigningAction.withParameters(UrlSigningActionParameters parameters) Set the parameters property: Defines the parameters for the action.