Uses of Class
com.azure.resourcemanager.cdn.models.HeaderActionParameters
Packages that use HeaderActionParameters
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of HeaderActionParameters in com.azure.resourcemanager.cdn.models
Classes in com.azure.resourcemanager.cdn.models that implement interfaces with type arguments of type HeaderActionParametersModifier and TypeClassDescriptionfinal classDefines the parameters for the request header action.Methods in com.azure.resourcemanager.cdn.models that return HeaderActionParametersModifier and TypeMethodDescriptionstatic HeaderActionParametersHeaderActionParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HeaderActionParameters from the JsonReader.DeliveryRuleRequestHeaderAction.parameters()Get the parameters property: Defines the parameters for the action.DeliveryRuleResponseHeaderAction.parameters()Get the parameters property: Defines the parameters for the action.HeaderActionParameters.withHeaderAction(HeaderAction headerAction) Set the headerAction property: Action to perform.HeaderActionParameters.withHeaderName(String headerName) Set the headerName property: Name of the header to modify.HeaderActionParameters.withTypeName(String typeName) Set the typeName property: The typeName property.Set the value property: Value for the specified action.Methods in com.azure.resourcemanager.cdn.models with parameters of type HeaderActionParametersModifier and TypeMethodDescriptionDeliveryRuleRequestHeaderAction.withParameters(HeaderActionParameters parameters) Set the parameters property: Defines the parameters for the action.DeliveryRuleResponseHeaderAction.withParameters(HeaderActionParameters parameters) Set the parameters property: Defines the parameters for the action.