Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningParamIdentifier
-
Packages that use UrlSigningParamIdentifier Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UrlSigningParamIdentifier in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlSigningParamIdentifier Modifier and Type Method Description UrlSigningParamIdentifierUrlSigningParamIdentifier. withParamIndicator(ParamIndicator paramIndicator)Set the paramIndicator property: Indicates the purpose of the parameter.UrlSigningParamIdentifierUrlSigningParamIdentifier. withParamName(String paramName)Set the paramName property: Parameter name.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type UrlSigningParamIdentifier Modifier and Type Method Description List<UrlSigningParamIdentifier>UrlSigningActionParameters. parameterNameOverride()Get the parameterNameOverride property: Defines which query string parameters in the url to be considered for expires, key id etc.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type UrlSigningParamIdentifier Modifier and Type Method Description 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.
-