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
Methods in com.azure.resourcemanager.cdn.models that return HeaderActionParametersModifier and TypeMethodDescriptionDeliveryRuleRequestHeaderAction.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.