### YamlMime:JavaType uid: "com.microsoft.azure.management.cdn.HeaderActionParameters" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters" name: "HeaderActionParameters" nameWithType: "HeaderActionParameters" summary: "Defines the parameters for the request header action." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **HeaderActionParameters**" constructors: - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.HeaderActionParameters()" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.HeaderActionParameters()" name: "HeaderActionParameters()" nameWithType: "HeaderActionParameters.HeaderActionParameters()" summary: "Creates an instance of HeaderActionParameters class." syntax: "public HeaderActionParameters()" desc: "Creates an instance of HeaderActionParameters class." methods: - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.headerAction()" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.headerAction()" name: "headerAction()" nameWithType: "HeaderActionParameters.headerAction()" summary: "Get action to perform." syntax: "public HeaderAction headerAction()" desc: "Get action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'." returns: description: "the headerAction value" type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.headerName()" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.headerName()" name: "headerName()" nameWithType: "HeaderActionParameters.headerName()" summary: "Get name of the header to modify." syntax: "public String headerName()" desc: "Get name of the header to modify." returns: description: "the headerName value" type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.odatatype()" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.odatatype()" name: "odatatype()" nameWithType: "HeaderActionParameters.odatatype()" summary: "Get the odatatype value." syntax: "public String odatatype()" desc: "Get the odatatype value." returns: description: "the odatatype value" type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.value()" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.value()" name: "value()" nameWithType: "HeaderActionParameters.value()" summary: "Get value for the specified action." syntax: "public String value()" desc: "Get value for the specified action." returns: description: "the value value" type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.withHeaderAction(com.microsoft.azure.management.cdn.HeaderAction)" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.withHeaderAction(HeaderAction headerAction)" name: "withHeaderAction(HeaderAction headerAction)" nameWithType: "HeaderActionParameters.withHeaderAction(HeaderAction headerAction)" summary: "Set action to perform." parameters: - description: "the headerAction value to set" name: "headerAction" type: "" syntax: "public HeaderActionParameters withHeaderAction(HeaderAction headerAction)" desc: "Set action to perform. Possible values include: 'Append', 'Overwrite', 'Delete'." returns: description: "the HeaderActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.withHeaderName(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.withHeaderName(String headerName)" name: "withHeaderName(String headerName)" nameWithType: "HeaderActionParameters.withHeaderName(String headerName)" summary: "Set name of the header to modify." parameters: - description: "the headerName value to set" name: "headerName" type: "" syntax: "public HeaderActionParameters withHeaderName(String headerName)" desc: "Set name of the header to modify." returns: description: "the HeaderActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.withOdatatype(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.withOdatatype(String odatatype)" name: "withOdatatype(String odatatype)" nameWithType: "HeaderActionParameters.withOdatatype(String odatatype)" summary: "Set the odatatype value." parameters: - description: "the odatatype value to set" name: "odatatype" type: "" syntax: "public HeaderActionParameters withOdatatype(String odatatype)" desc: "Set the odatatype value." returns: description: "the HeaderActionParameters object itself." type: "" - uid: "com.microsoft.azure.management.cdn.HeaderActionParameters.withValue(java.lang.String)" fullName: "com.microsoft.azure.management.cdn.HeaderActionParameters.withValue(String value)" name: "withValue(String value)" nameWithType: "HeaderActionParameters.withValue(String value)" summary: "Set value for the specified action." parameters: - description: "the value value to set" name: "value" type: "" syntax: "public HeaderActionParameters withValue(String value)" desc: "Set value for the specified action." returns: description: "the HeaderActionParameters object itself." type: "" type: "class" desc: "Defines the parameters for the request header action." metadata: {} package: "com.microsoft.azure.management.cdn" artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4