azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

180 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.redis.RedisCachePremium"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium"
name: "RedisCachePremium"
nameWithType: "RedisCachePremium"
summary: "An immutable client-side representation of an Azure Redis cache with Premium SKU."
syntax: "public interface **RedisCachePremium**</br> extends <xref href=\"com.microsoft.azure.management.redis.RedisCache?alt=com.microsoft.azure.management.redis.RedisCache&text=RedisCache\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.addLinkedServer(java.lang.String,java.lang.String,com.microsoft.azure.management.redis.ReplicationRole)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.addLinkedServer(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role)"
name: "addLinkedServer(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role)"
nameWithType: "RedisCachePremium.addLinkedServer(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role)"
summary: "Adds a linked server to the current Redis cache instance."
modifiers:
- "abstract"
parameters:
- description: "the resource Id of the Redis instance to link with."
name: "linkedRedisCacheId"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the location of the linked Redis instance."
name: "linkedServerLocation"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the role of the linked server."
name: "role"
type: "<xref href=\"com.microsoft.azure.management.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract String addLinkedServer(String linkedRedisCacheId, String linkedServerLocation, ReplicationRole role)"
desc: "Adds a linked server to the current Redis cache instance."
returns:
description: "name of the linked server."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.deletePatchSchedule()"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.deletePatchSchedule()"
name: "deletePatchSchedule()"
nameWithType: "RedisCachePremium.deletePatchSchedule()"
summary: "Deletes the patching schedule for Redis Cache."
modifiers:
- "abstract"
syntax: "public abstract void deletePatchSchedule()"
desc: "Deletes the patching schedule for Redis Cache."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.exportData(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.exportData(String containerSASUrl, String prefix)"
name: "exportData(String containerSASUrl, String prefix)"
nameWithType: "RedisCachePremium.exportData(String containerSASUrl, String prefix)"
summary: "Export data from Redis Cache."
modifiers:
- "abstract"
parameters:
- description: "container name to export to."
name: "containerSASUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "prefix to use for exported files."
name: "prefix"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void exportData(String containerSASUrl, String prefix)"
desc: "Export data from Redis Cache."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.exportData(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.exportData(String containerSASUrl, String prefix, String fileFormat)"
name: "exportData(String containerSASUrl, String prefix, String fileFormat)"
nameWithType: "RedisCachePremium.exportData(String containerSASUrl, String prefix, String fileFormat)"
summary: "Export data from Redis Cache."
modifiers:
- "abstract"
parameters:
- description: "container name to export to."
name: "containerSASUrl"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "prefix to use for exported files."
name: "prefix"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "specifies file format."
name: "fileFormat"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void exportData(String containerSASUrl, String prefix, String fileFormat)"
desc: "Export data from Redis Cache."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.forceReboot(com.microsoft.azure.management.redis.RebootType,int)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.forceReboot(RebootType rebootType, int shardId)"
name: "forceReboot(RebootType rebootType, int shardId)"
nameWithType: "RedisCachePremium.forceReboot(RebootType rebootType, int shardId)"
summary: "Reboot specified Redis node(s)."
modifiers:
- "abstract"
parameters:
- description: "specifies which Redis node(s) to reboot. Depending on this value data loss is\n possible. Possible values include: 'PrimaryNode', 'SecondaryNode', 'AllNodes'."
name: "rebootType"
type: "<xref href=\"com.microsoft.azure.management.redis.RebootType?alt=com.microsoft.azure.management.redis.RebootType&text=RebootType\" data-throw-if-not-resolved=\"False\" />"
- description: "In case of cluster cache, this specifies shard id which should be rebooted."
name: "shardId"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void forceReboot(RebootType rebootType, int shardId)"
desc: "Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.getLinkedServerRole(java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.getLinkedServerRole(String linkedServerName)"
name: "getLinkedServerRole(String linkedServerName)"
nameWithType: "RedisCachePremium.getLinkedServerRole(String linkedServerName)"
summary: "Gets the role for the linked server of the current Redis cache instance."
modifiers:
- "abstract"
parameters:
- description: "the name of the linked server."
name: "linkedServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ReplicationRole getLinkedServerRole(String linkedServerName)"
desc: "Gets the role for the linked server of the current Redis cache instance."
returns:
description: "the role of the linked server."
type: "<xref href=\"com.microsoft.azure.management.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.importData(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.importData(List<String> files)"
name: "importData(List<String> files)"
nameWithType: "RedisCachePremium.importData(List<String> files)"
summary: "Import data into Redis Cache."
modifiers:
- "abstract"
parameters:
- description: "files to import."
name: "files"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract void importData(List<String> files)"
desc: "Import data into Redis Cache."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.importData(java.util.List<java.lang.String>,java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.importData(List<String> files, String fileFormat)"
name: "importData(List<String> files, String fileFormat)"
nameWithType: "RedisCachePremium.importData(List<String> files, String fileFormat)"
summary: "Import data into Redis Cache."
modifiers:
- "abstract"
parameters:
- description: "files to import."
name: "files"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "specifies file format."
name: "fileFormat"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void importData(List<String> files, String fileFormat)"
desc: "Import data into Redis Cache."
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.listLinkedServers()"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.listLinkedServers()"
name: "listLinkedServers()"
nameWithType: "RedisCachePremium.listLinkedServers()"
summary: "Gets the list of linked servers associated with this redis cache."
modifiers:
- "abstract"
syntax: "public abstract Map<String,ReplicationRole> listLinkedServers()"
desc: "Gets the list of linked servers associated with this redis cache."
returns:
description: "the Roles of the linked servers, indexed by name"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.redis.ReplicationRole?alt=com.microsoft.azure.management.redis.ReplicationRole&text=ReplicationRole\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.listPatchSchedules()"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.listPatchSchedules()"
name: "listPatchSchedules()"
nameWithType: "RedisCachePremium.listPatchSchedules()"
summary: "Gets the patching schedule for Redis Cache."
modifiers:
- "abstract"
syntax: "public abstract List<ScheduleEntry> listPatchSchedules()"
desc: "Gets the patching schedule for Redis Cache."
returns:
description: "List of patch schedules for current Redis Cache."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.redis.ScheduleEntry?alt=com.microsoft.azure.management.redis.ScheduleEntry&text=ScheduleEntry\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.redis.RedisCachePremium.removeLinkedServer(java.lang.String)"
fullName: "com.microsoft.azure.management.redis.RedisCachePremium.removeLinkedServer(String linkedServerName)"
name: "removeLinkedServer(String linkedServerName)"
nameWithType: "RedisCachePremium.removeLinkedServer(String linkedServerName)"
summary: "Removes the linked server from the current Redis cache instance."
modifiers:
- "abstract"
parameters:
- description: "the name of the linked server."
name: "linkedServerName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void removeLinkedServer(String linkedServerName)"
desc: "Removes the linked server from the current Redis cache instance."
type: "interface"
desc: "An immutable client-side representation of an Azure Redis cache with Premium SKU."
implements:
- "<xref href=\"com.microsoft.azure.management.redis.RedisCache?alt=com.microsoft.azure.management.redis.RedisCache&text=RedisCache\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.management.redis"
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4