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

98 строки
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redis.models.UpdateChannel"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel"
name: "UpdateChannel"
nameWithType: "UpdateChannel"
summary: "Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive."
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 **UpdateChannel**</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.redis.models.UpdateChannel?alt=com.azure.resourcemanager.redis.models.UpdateChannel&text=UpdateChannel\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.redis.models.UpdateChannel.UpdateChannel()"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel.UpdateChannel()"
name: "UpdateChannel()"
nameWithType: "UpdateChannel.UpdateChannel()"
summary: "Creates a new instance of Update<wbr>Channel value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.redis.models.UpdateChannel.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 UpdateChannel()"
desc: "Creates a new instance of UpdateChannel value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.redis.models.UpdateChannel.PREVIEW"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel.PREVIEW"
name: "PREVIEW"
nameWithType: "UpdateChannel.PREVIEW"
summary: "Static value Preview for Update<wbr>Channel."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.redis.models.UpdateChannel?alt=com.azure.resourcemanager.redis.models.UpdateChannel&text=UpdateChannel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UpdateChannel PREVIEW"
desc: "Static value Preview for UpdateChannel."
- uid: "com.azure.resourcemanager.redis.models.UpdateChannel.STABLE"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel.STABLE"
name: "STABLE"
nameWithType: "UpdateChannel.STABLE"
summary: "Static value Stable for Update<wbr>Channel."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.redis.models.UpdateChannel?alt=com.azure.resourcemanager.redis.models.UpdateChannel&text=UpdateChannel\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final UpdateChannel STABLE"
desc: "Static value Stable for UpdateChannel."
methods:
- uid: "com.azure.resourcemanager.redis.models.UpdateChannel.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel.fromString(String name)"
name: "fromString(String name)"
nameWithType: "UpdateChannel.fromString(String name)"
summary: "Creates or finds a Update<wbr>Channel 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 UpdateChannel fromString(String name)"
desc: "Creates or finds a UpdateChannel from its string representation."
returns:
description: "the corresponding UpdateChannel."
type: "<xref href=\"com.azure.resourcemanager.redis.models.UpdateChannel?alt=com.azure.resourcemanager.redis.models.UpdateChannel&text=UpdateChannel\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.models.UpdateChannel.values()"
fullName: "com.azure.resourcemanager.redis.models.UpdateChannel.values()"
name: "values()"
nameWithType: "UpdateChannel.values()"
summary: "Gets known Update<wbr>Channel values."
modifiers:
- "static"
syntax: "public static Collection<UpdateChannel> values()"
desc: "Gets known UpdateChannel values."
returns:
description: "known UpdateChannel values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.redis.models.UpdateChannel?alt=com.azure.resourcemanager.redis.models.UpdateChannel&text=UpdateChannel\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'."
metadata: {}
package: "com.azure.resourcemanager.redis.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-redis:2.42.0