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

122 строки
8.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.RedirectType"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType"
name: "RedirectType"
nameWithType: "RedirectType"
summary: "The redirect type the rule will use when redirecting traffic."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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#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 **RedirectType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.RedirectType()"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.RedirectType()"
name: "RedirectType()"
nameWithType: "RedirectType.RedirectType()"
summary: "Creates a new instance of Redirect<wbr>Type value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.cdn.models.RedirectType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public RedirectType()"
desc: "Creates a new instance of RedirectType value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.FOUND"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.FOUND"
name: "FOUND"
nameWithType: "RedirectType.FOUND"
summary: "Static value Found for Redirect<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final RedirectType FOUND"
desc: "Static value Found for RedirectType."
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.MOVED"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.MOVED"
name: "MOVED"
nameWithType: "RedirectType.MOVED"
summary: "Static value Moved for Redirect<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final RedirectType MOVED"
desc: "Static value Moved for RedirectType."
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.PERMANENT_REDIRECT"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.PERMANENT_REDIRECT"
name: "PERMANENT_REDIRECT"
nameWithType: "RedirectType.PERMANENT_REDIRECT"
summary: "Static value Permanent<wbr>Redirect for Redirect<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final RedirectType PERMANENT_REDIRECT"
desc: "Static value PermanentRedirect for RedirectType."
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.TEMPORARY_REDIRECT"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.TEMPORARY_REDIRECT"
name: "TEMPORARY_REDIRECT"
nameWithType: "RedirectType.TEMPORARY_REDIRECT"
summary: "Static value Temporary<wbr>Redirect for Redirect<wbr>Type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final RedirectType TEMPORARY_REDIRECT"
desc: "Static value TemporaryRedirect for RedirectType."
methods:
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.fromString(String name)"
name: "fromString(String name)"
nameWithType: "RedirectType.fromString(String name)"
summary: "Creates or finds a Redirect<wbr>Type from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static RedirectType fromString(String name)"
desc: "Creates or finds a RedirectType from its string representation."
returns:
description: "the corresponding RedirectType."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.RedirectType.values()"
fullName: "com.azure.resourcemanager.cdn.models.RedirectType.values()"
name: "values()"
nameWithType: "RedirectType.values()"
summary: "Gets known Redirect<wbr>Type values."
modifiers:
- "static"
syntax: "public static Collection<RedirectType> values()"
desc: "Gets known RedirectType values."
returns:
description: "known RedirectType values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.RedirectType?alt=com.azure.resourcemanager.cdn.models.RedirectType&text=RedirectType\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The redirect type the rule will use when redirecting traffic."
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0