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

1482 строки
138 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.redis.fluent.RedisClient"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient"
name: "RedisClient"
nameWithType: "RedisClient"
summary: "An instance of this class provides access to all the operations defined in Redis<wbr>Client."
syntax: "public interface **RedisClient**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
methods:
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters)"
name: "beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters)"
nameWithType: "RedisClient.beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RedisResourceInner>,RedisResourceInner> beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
name: "beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
nameWithType: "RedisClient.beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RedisResourceInner>,RedisResourceInner> beginCreate(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginCreateAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
name: "beginCreateAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
nameWithType: "RedisClient.beginCreateAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<RedisResourceInner>,RedisResourceInner> beginCreateAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDelete(String resourceGroupName, String name)"
name: "beginDelete(String resourceGroupName, String name)"
nameWithType: "RedisClient.beginDelete(String resourceGroupName, String name)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name)"
desc: "Deletes a Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDelete(String resourceGroupName, String name, Context context)"
name: "beginDelete(String resourceGroupName, String name, Context context)"
nameWithType: "RedisClient.beginDelete(String resourceGroupName, String name, Context context)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name, Context context)"
desc: "Deletes a Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDeleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginDeleteAsync(String resourceGroupName, String name)"
name: "beginDeleteAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.beginDeleteAsync(String resourceGroupName, String name)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String name)"
desc: "Deletes a Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
name: "beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
nameWithType: "RedisClient.beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
desc: "Export data from the redis cache to blobs in a container."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
name: "beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
nameWithType: "RedisClient.beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginExportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
desc: "Export data from the redis cache to blobs in a container."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportDataAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginExportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
name: "beginExportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
nameWithType: "RedisClient.beginExportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginExportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
desc: "Export data from the redis cache to blobs in a container."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCache(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCache(String resourceGroupName, String cacheName)"
name: "beginFlushCache(String resourceGroupName, String cacheName)"
nameWithType: "RedisClient.beginFlushCache(String resourceGroupName, String cacheName)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<OperationStatusResult>,OperationStatusResult> beginFlushCache(String resourceGroupName, String cacheName)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCache(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCache(String resourceGroupName, String cacheName, Context context)"
name: "beginFlushCache(String resourceGroupName, String cacheName, Context context)"
nameWithType: "RedisClient.beginFlushCache(String resourceGroupName, String cacheName, Context context)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<OperationStatusResult>,OperationStatusResult> beginFlushCache(String resourceGroupName, String cacheName, Context context)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCacheAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginFlushCacheAsync(String resourceGroupName, String cacheName)"
name: "beginFlushCacheAsync(String resourceGroupName, String cacheName)"
nameWithType: "RedisClient.beginFlushCacheAsync(String resourceGroupName, String cacheName)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PollerFlux<PollResult<OperationStatusResult>,OperationStatusResult> beginFlushCacheAsync(String resourceGroupName, String cacheName)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of the current status of an async operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters)"
name: "beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters)"
nameWithType: "RedisClient.beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters)"
desc: "Import data into Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
name: "beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
nameWithType: "RedisClient.beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginImportData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
desc: "Import data into Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportDataAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginImportDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
name: "beginImportDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
nameWithType: "RedisClient.beginImportDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<Void>,Void> beginImportDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
desc: "Import data into Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters)"
name: "beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters)"
nameWithType: "RedisClient.beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RedisResourceInner>,RedisResourceInner> beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters)"
desc: "Update an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
name: "beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
nameWithType: "RedisClient.beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<RedisResourceInner>,RedisResourceInner> beginUpdate(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
desc: "Update an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.beginUpdateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
name: "beginUpdateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
nameWithType: "RedisClient.beginUpdateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PollerFlux<PollResult<RedisResourceInner>,RedisResourceInner> beginUpdateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
desc: "Update an existing Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.PollerFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PollerFlux\"></xref> for polling of a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.core.util.polling.PollerFlux?alt=com.azure.core.util.polling.PollerFlux&text=PollerFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailability(com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailability(CheckNameAvailabilityParameters parameters)"
name: "checkNameAvailability(CheckNameAvailabilityParameters parameters)"
nameWithType: "RedisClient.checkNameAvailability(CheckNameAvailabilityParameters parameters)"
summary: "Checks that the redis cache name is valid and is not already in use."
modifiers:
- "abstract"
parameters:
- description: "Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource\n type is 'Microsoft.Cache/redis'."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void checkNameAvailability(CheckNameAvailabilityParameters parameters)"
desc: "Checks that the redis cache name is valid and is not already in use."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityAsync(com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)"
name: "checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)"
nameWithType: "RedisClient.checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)"
summary: "Checks that the redis cache name is valid and is not already in use."
modifiers:
- "abstract"
parameters:
- description: "Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource\n type is 'Microsoft.Cache/redis'."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> checkNameAvailabilityAsync(CheckNameAvailabilityParameters parameters)"
desc: "Checks that the redis cache name is valid and is not already in use."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityWithResponse(com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters, Context context)"
name: "checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters, Context context)"
nameWithType: "RedisClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters, Context context)"
summary: "Checks that the redis cache name is valid and is not already in use."
modifiers:
- "abstract"
parameters:
- description: "Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource\n type is 'Microsoft.Cache/redis'."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> checkNameAvailabilityWithResponse(CheckNameAvailabilityParameters parameters, Context context)"
desc: "Checks that the redis cache name is valid and is not already in use."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityWithResponseAsync(com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)"
name: "checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)"
nameWithType: "RedisClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)"
summary: "Checks that the redis cache name is valid and is not already in use."
modifiers:
- "abstract"
parameters:
- description: "Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource\n type is 'Microsoft.Cache/redis'."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters?alt=com.azure.resourcemanager.redis.models.CheckNameAvailabilityParameters&text=CheckNameAvailabilityParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Void>> checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityParameters parameters)"
desc: "Checks that the redis cache name is valid and is not already in use."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.create(String resourceGroupName, String name, RedisCreateParameters parameters)"
name: "create(String resourceGroupName, String name, RedisCreateParameters parameters)"
nameWithType: "RedisClient.create(String resourceGroupName, String name, RedisCreateParameters parameters)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisResourceInner create(String resourceGroupName, String name, RedisCreateParameters parameters)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.create(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
name: "create(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
nameWithType: "RedisClient.create(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisResourceInner create(String resourceGroupName, String name, RedisCreateParameters parameters, Context context)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.createAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
name: "createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
nameWithType: "RedisClient.createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<RedisResourceInner> createAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.createWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisCreateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.createWithResponseAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
name: "createWithResponseAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
nameWithType: "RedisClient.createWithResponseAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
summary: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Create Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisCreateParameters?alt=com.azure.resourcemanager.redis.models.RedisCreateParameters&text=RedisCreateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> createWithResponseAsync(String resourceGroupName, String name, RedisCreateParameters parameters)"
desc: "Create or replace (overwrite/recreate, with potential downtime) an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.delete(String resourceGroupName, String name)"
name: "delete(String resourceGroupName, String name)"
nameWithType: "RedisClient.delete(String resourceGroupName, String name)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String name)"
desc: "Deletes a Redis cache."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.delete(String resourceGroupName, String name, Context context)"
name: "delete(String resourceGroupName, String name, Context context)"
nameWithType: "RedisClient.delete(String resourceGroupName, String name, Context context)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String name, Context context)"
desc: "Deletes a Redis cache."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.deleteAsync(String resourceGroupName, String name)"
name: "deleteAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.deleteAsync(String resourceGroupName, String name)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String name)"
desc: "Deletes a Redis cache."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.deleteWithResponseAsync(String resourceGroupName, String name)"
name: "deleteWithResponseAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.deleteWithResponseAsync(String resourceGroupName, String name)"
summary: "Deletes a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String name)"
desc: "Deletes a Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.exportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.exportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
name: "exportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
nameWithType: "RedisClient.exportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void exportData(String resourceGroupName, String name, ExportRdbParameters parameters)"
desc: "Export data from the redis cache to blobs in a container."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.exportData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.exportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
name: "exportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
nameWithType: "RedisClient.exportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void exportData(String resourceGroupName, String name, ExportRdbParameters parameters, Context context)"
desc: "Export data from the redis cache to blobs in a container."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.exportDataAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.exportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
name: "exportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
nameWithType: "RedisClient.exportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> exportDataAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
desc: "Export data from the redis cache to blobs in a container."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.exportDataWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ExportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.exportDataWithResponseAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
name: "exportDataWithResponseAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
nameWithType: "RedisClient.exportDataWithResponseAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
summary: "Export data from the redis cache to blobs in a container."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis export operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ExportRdbParameters?alt=com.azure.resourcemanager.redis.models.ExportRdbParameters&text=ExportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> exportDataWithResponseAsync(String resourceGroupName, String name, ExportRdbParameters parameters)"
desc: "Export data from the redis cache to blobs in a container."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCache(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCache(String resourceGroupName, String cacheName)"
name: "flushCache(String resourceGroupName, String cacheName)"
nameWithType: "RedisClient.flushCache(String resourceGroupName, String cacheName)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract OperationStatusResult flushCache(String resourceGroupName, String cacheName)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCache(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCache(String resourceGroupName, String cacheName, Context context)"
name: "flushCache(String resourceGroupName, String cacheName, Context context)"
nameWithType: "RedisClient.flushCache(String resourceGroupName, String cacheName, Context context)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract OperationStatusResult flushCache(String resourceGroupName, String cacheName, Context context)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the current status of an async operation."
type: "<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCacheAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCacheAsync(String resourceGroupName, String cacheName)"
name: "flushCacheAsync(String resourceGroupName, String cacheName)"
nameWithType: "RedisClient.flushCacheAsync(String resourceGroupName, String cacheName)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<OperationStatusResult> flushCacheAsync(String resourceGroupName, String cacheName)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the current status of an async operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.models.OperationStatusResult?alt=com.azure.resourcemanager.redis.models.OperationStatusResult&text=OperationStatusResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCacheWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.flushCacheWithResponseAsync(String resourceGroupName, String cacheName)"
name: "flushCacheWithResponseAsync(String resourceGroupName, String cacheName)"
nameWithType: "RedisClient.flushCacheWithResponseAsync(String resourceGroupName, String cacheName)"
summary: "Deletes all of the keys in a cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "cacheName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> flushCacheWithResponseAsync(String resourceGroupName, String cacheName)"
desc: "Deletes all of the keys in a cache."
returns:
description: "the current status of an async operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.forceReboot(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRebootParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)"
name: "forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)"
nameWithType: "RedisClient.forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)"
summary: "Reboot specified Redis node(s)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which Redis node(s) to reboot."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRebootParameters?alt=com.azure.resourcemanager.redis.models.RedisRebootParameters&text=RedisRebootParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisForceRebootResponseInner forceReboot(String resourceGroupName, String name, RedisRebootParameters parameters)"
desc: "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss."
returns:
description: "response to force reboot for Redis cache."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner&text=RedisForceRebootResponseInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRebootParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
name: "forceRebootAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
nameWithType: "RedisClient.forceRebootAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
summary: "Reboot specified Redis node(s)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which Redis node(s) to reboot."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRebootParameters?alt=com.azure.resourcemanager.redis.models.RedisRebootParameters&text=RedisRebootParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<RedisForceRebootResponseInner> forceRebootAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
desc: "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss."
returns:
description: "response to force reboot for Redis cache on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner&text=RedisForceRebootResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRebootParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootWithResponse(String resourceGroupName, String name, RedisRebootParameters parameters, Context context)"
name: "forceRebootWithResponse(String resourceGroupName, String name, RedisRebootParameters parameters, Context context)"
nameWithType: "RedisClient.forceRebootWithResponse(String resourceGroupName, String name, RedisRebootParameters parameters, Context context)"
summary: "Reboot specified Redis node(s)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which Redis node(s) to reboot."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRebootParameters?alt=com.azure.resourcemanager.redis.models.RedisRebootParameters&text=RedisRebootParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<RedisForceRebootResponseInner> forceRebootWithResponse(String resourceGroupName, String name, RedisRebootParameters parameters, Context context)"
desc: "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss."
returns:
description: "response to force reboot for Redis cache along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner&text=RedisForceRebootResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRebootParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.forceRebootWithResponseAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
name: "forceRebootWithResponseAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
nameWithType: "RedisClient.forceRebootWithResponseAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
summary: "Reboot specified Redis node(s)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which Redis node(s) to reboot."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRebootParameters?alt=com.azure.resourcemanager.redis.models.RedisRebootParameters&text=RedisRebootParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<RedisForceRebootResponseInner>> forceRebootWithResponseAsync(String resourceGroupName, String name, RedisRebootParameters parameters)"
desc: "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss."
returns:
description: "response to force reboot for Redis cache along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner&text=RedisForceRebootResponseInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroup(String resourceGroupName, String name)"
name: "getByResourceGroup(String resourceGroupName, String name)"
nameWithType: "RedisClient.getByResourceGroup(String resourceGroupName, String name)"
summary: "Gets a Redis cache (resource description)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RedisResourceInner getByResourceGroup(String resourceGroupName, String name)"
desc: "Gets a Redis cache (resource description)."
returns:
description: "a Redis cache (resource description)."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupAsync(String resourceGroupName, String name)"
name: "getByResourceGroupAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.getByResourceGroupAsync(String resourceGroupName, String name)"
summary: "Gets a Redis cache (resource description)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<RedisResourceInner> getByResourceGroupAsync(String resourceGroupName, String name)"
desc: "Gets a Redis cache (resource description)."
returns:
description: "a Redis cache (resource description) on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupWithResponse(String resourceGroupName, String name, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String name, Context context)"
nameWithType: "RedisClient.getByResourceGroupWithResponse(String resourceGroupName, String name, Context context)"
summary: "Gets a Redis cache (resource description)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<RedisResourceInner> getByResourceGroupWithResponse(String resourceGroupName, String name, Context context)"
desc: "Gets a Redis cache (resource description)."
returns:
description: "a Redis cache (resource description) along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String name)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String name)"
summary: "Gets a Redis cache (resource description)."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<RedisResourceInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String name)"
desc: "Gets a Redis cache (resource description)."
returns:
description: "a Redis cache (resource description) along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.importData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.importData(String resourceGroupName, String name, ImportRdbParameters parameters)"
name: "importData(String resourceGroupName, String name, ImportRdbParameters parameters)"
nameWithType: "RedisClient.importData(String resourceGroupName, String name, ImportRdbParameters parameters)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importData(String resourceGroupName, String name, ImportRdbParameters parameters)"
desc: "Import data into Redis cache."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.importData(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.importData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
name: "importData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
nameWithType: "RedisClient.importData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importData(String resourceGroupName, String name, ImportRdbParameters parameters, Context context)"
desc: "Import data into Redis cache."
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.importDataAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.importDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
name: "importDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
nameWithType: "RedisClient.importDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Void> importDataAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
desc: "Import data into Redis cache."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.importDataWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.ImportRdbParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.importDataWithResponseAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
name: "importDataWithResponseAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
nameWithType: "RedisClient.importDataWithResponseAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
summary: "Import data into Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for Redis import operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.ImportRdbParameters?alt=com.azure.resourcemanager.redis.models.ImportRdbParameters&text=ImportRdbParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> importDataWithResponseAsync(String resourceGroupName, String name, ImportRdbParameters parameters)"
desc: "Import data into Redis cache."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.list()"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.list()"
name: "list()"
nameWithType: "RedisClient.list()"
summary: "Gets all Redis caches in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<RedisResourceInner> list()"
desc: "Gets all Redis caches in the specified subscription."
returns:
description: "all Redis caches in the specified subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.list(Context context)"
name: "list(Context context)"
nameWithType: "RedisClient.list(Context context)"
summary: "Gets all Redis caches in the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<RedisResourceInner> list(Context context)"
desc: "Gets all Redis caches in the specified subscription."
returns:
description: "all Redis caches in the specified subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listAsync()"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listAsync()"
name: "listAsync()"
nameWithType: "RedisClient.listAsync()"
summary: "Gets all Redis caches in the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<RedisResourceInner> listAsync()"
desc: "Gets all Redis caches in the specified subscription."
returns:
description: "all Redis caches in the specified subscription as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "RedisClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all Redis caches in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<RedisResourceInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists all Redis caches in a resource group."
returns:
description: "the response of list Redis operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "RedisClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists all Redis caches in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<RedisResourceInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists all Redis caches in a resource group."
returns:
description: "the response of list Redis operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "RedisClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "Lists all Redis caches in a resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<RedisResourceInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "Lists all Redis caches in a resource group."
returns:
description: "the response of list Redis operation as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeys(String resourceGroupName, String name)"
name: "listKeys(String resourceGroupName, String name)"
nameWithType: "RedisClient.listKeys(String resourceGroupName, String name)"
summary: "Retrieve a Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract RedisAccessKeysInner listKeys(String resourceGroupName, String name)"
desc: "Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysAsync(String resourceGroupName, String name)"
name: "listKeysAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.listKeysAsync(String resourceGroupName, String name)"
summary: "Retrieve a Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<RedisAccessKeysInner> listKeysAsync(String resourceGroupName, String name)"
desc: "Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysWithResponse(String resourceGroupName, String name, Context context)"
name: "listKeysWithResponse(String resourceGroupName, String name, Context context)"
nameWithType: "RedisClient.listKeysWithResponse(String resourceGroupName, String name, Context context)"
summary: "Retrieve a Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<RedisAccessKeysInner> listKeysWithResponse(String resourceGroupName, String name, Context context)"
desc: "Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listKeysWithResponseAsync(String resourceGroupName, String name)"
name: "listKeysWithResponseAsync(String resourceGroupName, String name)"
nameWithType: "RedisClient.listKeysWithResponseAsync(String resourceGroupName, String name)"
summary: "Retrieve a Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<RedisAccessKeysInner>> listKeysWithResponseAsync(String resourceGroupName, String name)"
desc: "Retrieve a Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotifications(java.lang.String,java.lang.String,double)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history)"
name: "listUpgradeNotifications(String resourceGroupName, String name, double history)"
nameWithType: "RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history)"
summary: "Gets any upgrade notifications for a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "how many minutes in past to look for upgrade notifications."
name: "history"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<UpgradeNotificationInner> listUpgradeNotifications(String resourceGroupName, String name, double history)"
desc: "Gets any upgrade notifications for a Redis cache."
returns:
description: "any upgrade notifications for a Redis cache as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner?alt=com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner&text=UpgradeNotificationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotifications(java.lang.String,java.lang.String,double,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history, Context context)"
name: "listUpgradeNotifications(String resourceGroupName, String name, double history, Context context)"
nameWithType: "RedisClient.listUpgradeNotifications(String resourceGroupName, String name, double history, Context context)"
summary: "Gets any upgrade notifications for a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "how many minutes in past to look for upgrade notifications."
name: "history"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<UpgradeNotificationInner> listUpgradeNotifications(String resourceGroupName, String name, double history, Context context)"
desc: "Gets any upgrade notifications for a Redis cache."
returns:
description: "any upgrade notifications for a Redis cache as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner?alt=com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner&text=UpgradeNotificationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotificationsAsync(java.lang.String,java.lang.String,double)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.listUpgradeNotificationsAsync(String resourceGroupName, String name, double history)"
name: "listUpgradeNotificationsAsync(String resourceGroupName, String name, double history)"
nameWithType: "RedisClient.listUpgradeNotificationsAsync(String resourceGroupName, String name, double history)"
summary: "Gets any upgrade notifications for a Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "how many minutes in past to look for upgrade notifications."
name: "history"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedFlux<UpgradeNotificationInner> listUpgradeNotificationsAsync(String resourceGroupName, String name, double history)"
desc: "Gets any upgrade notifications for a Redis cache."
returns:
description: "any upgrade notifications for a Redis cache as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner?alt=com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner&text=UpgradeNotificationInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKey(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKey(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
name: "regenerateKey(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
nameWithType: "RedisClient.regenerateKey(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
summary: "Regenerate Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which key to regenerate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters?alt=com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters&text=RedisRegenerateKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisAccessKeysInner regenerateKey(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
desc: "Regenerate Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
name: "regenerateKeyAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
nameWithType: "RedisClient.regenerateKeyAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
summary: "Regenerate Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which key to regenerate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters?alt=com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters&text=RedisRegenerateKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<RedisAccessKeysInner> regenerateKeyAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
desc: "Regenerate Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyWithResponse(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters, Context context)"
name: "regenerateKeyWithResponse(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters, Context context)"
nameWithType: "RedisClient.regenerateKeyWithResponse(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters, Context context)"
summary: "Regenerate Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which key to regenerate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters?alt=com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters&text=RedisRegenerateKeyParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<RedisAccessKeysInner> regenerateKeyWithResponse(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters, Context context)"
desc: "Regenerate Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
name: "regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
nameWithType: "RedisClient.regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
summary: "Regenerate Redis cache's access keys."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specifies which key to regenerate."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters?alt=com.azure.resourcemanager.redis.models.RedisRegenerateKeyParameters&text=RedisRegenerateKeyParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<RedisAccessKeysInner>> regenerateKeyWithResponseAsync(String resourceGroupName, String name, RedisRegenerateKeyParameters parameters)"
desc: "Regenerate Redis cache's access keys. This operation requires write permission to the cache resource."
returns:
description: "redis cache access keys along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisAccessKeysInner&text=RedisAccessKeysInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.update(String resourceGroupName, String name, RedisUpdateParameters parameters)"
name: "update(String resourceGroupName, String name, RedisUpdateParameters parameters)"
nameWithType: "RedisClient.update(String resourceGroupName, String name, RedisUpdateParameters parameters)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisResourceInner update(String resourceGroupName, String name, RedisUpdateParameters parameters)"
desc: "Update an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.update(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
name: "update(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
nameWithType: "RedisClient.update(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract RedisResourceInner update(String resourceGroupName, String name, RedisUpdateParameters parameters, Context context)"
desc: "Update an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation."
type: "<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.updateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
name: "updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
nameWithType: "RedisClient.updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<RedisResourceInner> updateAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
desc: "Update an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.redis.fluent.RedisClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.redis.models.RedisUpdateParameters)"
fullName: "com.azure.resourcemanager.redis.fluent.RedisClient.updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
name: "updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
nameWithType: "RedisClient.updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
summary: "Update an existing Redis cache."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Redis cache."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters supplied to the Update Redis operation."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.redis.models.RedisUpdateParameters?alt=com.azure.resourcemanager.redis.models.RedisUpdateParameters&text=RedisUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String name, RedisUpdateParameters parameters)"
desc: "Update an existing Redis cache."
returns:
description: "a single Redis item in List or Get Operation along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html\">Flux</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>&gt;&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in RedisClient."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsDelete&text=InnerSupportsDelete\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsGet&text=InnerSupportsGet\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing?alt=com.azure.resourcemanager.resources.fluentcore.collection.InnerSupportsListing&text=InnerSupportsListing\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.redis.fluent.models.RedisResourceInner?alt=com.azure.resourcemanager.redis.fluent.models.RedisResourceInner&text=RedisResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.redis.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-redis:2.42.0