Uses of Class
com.azure.resourcemanager.cdn.models.ParamIndicator
Packages that use ParamIndicator
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of ParamIndicator in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as ParamIndicatorModifier and TypeFieldDescriptionstatic final ParamIndicatorParamIndicator.EXPIRESStatic value Expires for ParamIndicator.static final ParamIndicatorParamIndicator.KEY_IDStatic value KeyId for ParamIndicator.static final ParamIndicatorParamIndicator.SIGNATUREStatic value Signature for ParamIndicator.Methods in com.azure.resourcemanager.cdn.models that return ParamIndicatorModifier and TypeMethodDescriptionstatic ParamIndicatorParamIndicator.fromString(String name) Creates or finds a ParamIndicator from its string representation.UrlSigningParamIdentifier.paramIndicator()Get the paramIndicator property: Indicates the purpose of the parameter.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ParamIndicatorModifier and TypeMethodDescriptionstatic Collection<ParamIndicator>ParamIndicator.values()Gets known ParamIndicator values.Methods in com.azure.resourcemanager.cdn.models with parameters of type ParamIndicatorModifier and TypeMethodDescriptionUrlSigningParamIdentifier.withParamIndicator(ParamIndicator paramIndicator) Set the paramIndicator property: Indicates the purpose of the parameter.