azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.f...

117 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction"
name: "HeaderAction"
nameWithType: "HeaderAction"
summary: "An action that can manipulate an http header."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **HeaderAction**"
constructors:
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.HeaderAction()"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.HeaderAction()"
name: "HeaderAction()"
nameWithType: "HeaderAction.HeaderAction()"
summary: "Creates an instance of Header<wbr>Action class."
syntax: "public HeaderAction()"
desc: "Creates an instance of HeaderAction class."
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerActionType()"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerActionType()"
name: "headerActionType()"
nameWithType: "HeaderAction.headerActionType()"
summary: "Get the header<wbr>Action<wbr>Type property: Which type of manipulation to apply to the header."
syntax: "public HeaderActionType headerActionType()"
desc: "Get the headerActionType property: Which type of manipulation to apply to the header."
returns:
description: "the headerActionType value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.HeaderActionType?alt=com.azure.resourcemanager.frontdoor.models.HeaderActionType&text=HeaderActionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerName()"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.headerName()"
name: "headerName()"
nameWithType: "HeaderAction.headerName()"
summary: "Get the header<wbr>Name property: The name of the header this action will apply to."
syntax: "public String headerName()"
desc: "Get the headerName property: The name of the header this action will apply to."
returns:
description: "the headerName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.validate()"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.validate()"
name: "validate()"
nameWithType: "HeaderAction.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.value()"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.value()"
name: "value()"
nameWithType: "HeaderAction.value()"
summary: "Get the value property: The value to update the given header name with."
syntax: "public String value()"
desc: "Get the value property: The value to update the given header name with. This value is not used if the actionType is Delete."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderActionType(com.azure.resourcemanager.frontdoor.models.HeaderActionType)"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderActionType(HeaderActionType headerActionType)"
name: "withHeaderActionType(HeaderActionType headerActionType)"
nameWithType: "HeaderAction.withHeaderActionType(HeaderActionType headerActionType)"
summary: "Set the header<wbr>Action<wbr>Type property: Which type of manipulation to apply to the header."
parameters:
- description: "the headerActionType value to set."
name: "headerActionType"
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.HeaderActionType?alt=com.azure.resourcemanager.frontdoor.models.HeaderActionType&text=HeaderActionType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public HeaderAction withHeaderActionType(HeaderActionType headerActionType)"
desc: "Set the headerActionType property: Which type of manipulation to apply to the header."
returns:
description: "the HeaderAction object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.HeaderAction?alt=com.azure.resourcemanager.frontdoor.models.HeaderAction&text=HeaderAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderName(java.lang.String)"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withHeaderName(String headerName)"
name: "withHeaderName(String headerName)"
nameWithType: "HeaderAction.withHeaderName(String headerName)"
summary: "Set the header<wbr>Name property: The name of the header this action will apply to."
parameters:
- description: "the headerName value to set."
name: "headerName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HeaderAction withHeaderName(String headerName)"
desc: "Set the headerName property: The name of the header this action will apply to."
returns:
description: "the HeaderAction object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.HeaderAction?alt=com.azure.resourcemanager.frontdoor.models.HeaderAction&text=HeaderAction\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withValue(java.lang.String)"
fullName: "com.azure.resourcemanager.frontdoor.models.HeaderAction.withValue(String value)"
name: "withValue(String value)"
nameWithType: "HeaderAction.withValue(String value)"
summary: "Set the value property: The value to update the given header name with."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public HeaderAction withValue(String value)"
desc: "Set the value property: The value to update the given header name with. This value is not used if the actionType is Delete."
returns:
description: "the HeaderAction object itself."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.HeaderAction?alt=com.azure.resourcemanager.frontdoor.models.HeaderAction&text=HeaderAction\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An action that can manipulate an http header."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0