IRedisCachePremium Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure Redis cache with Premium SKU.
public interface IRedisCachePremium : Microsoft.Azure.Management.Redis.Fluent.IRedisCache, Microsoft.Azure.Management.Redis.Fluent.IRedisCachePremiumBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Redis.Fluent.IRedisManager,Microsoft.Azure.Management.Redis.Fluent.Models.RedisResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Redis.Fluent.Models.RedisResourceInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Redis.Fluent.IRedisManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate>
type IRedisCachePremium = interface
interface IRedisCache
interface IGroupableResource<IRedisManager, RedisResourceInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IRedisManager>
interface IHasInner<RedisResourceInner>
interface IRefreshable<IRedisCache>
interface IUpdatable<IUpdate>
interface IRedisCacheBeta
interface IBeta
interface IRedisCachePremiumBeta
Public Interface IRedisCachePremium
Implements IBeta, IGroupableResource(Of IRedisManager, RedisResourceInner), IHasInner(Of RedisResourceInner), IHasManager(Of IRedisManager), IRedisCache, IRedisCachePremiumBeta, IRefreshable(Of IRedisCache), IUpdatable(Of IUpdate)
- Implements
-
IRedisCache IRedisCacheBeta IRedisCachePremiumBeta IBeta IGroupableResource<IRedisManager,RedisResourceInner> IHasId IHasInner<InnerT> IHasInner<RedisResourceInner> IHasManager<ManagerT> IHasManager<IRedisManager> IHasName IHasResourceGroup IResource IIndexable IRefreshable<IRedisCache> IUpdatable<IUpdate>
Properties
FirewallRules |
Gets Firewall Rules in the Redis Cache, indexed by name. (Inherited from IRedisCacheBeta) |
HostName |
Gets the hostName value. (Inherited from IRedisCache) |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
IsPremium |
Gets returns true if current Redis Cache instance has Premium Sku. (Inherited from IRedisCache) |
Key | (Inherited from IIndexable) |
Keys |
Gets a Redis Cache's access keys. This operation requires write permission to the Cache resource. (Inherited from IRedisCache) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
MinimumTlsVersion |
Gets the minimum TLS version (or higher) that clients require to use. (Inherited from IRedisCacheBeta) |
Name |
Gets the name of the resource (Inherited from IHasName) |
NonSslPort |
Gets true if non SSL port is enabled, false otherwise. (Inherited from IRedisCache) |
PatchSchedules |
Gets List of patch schedules for current Redis Cache. (Inherited from IRedisCacheBeta) |
Port |
Gets the port value. (Inherited from IRedisCache) |
ProvisioningState |
Gets the provisioningState value. (Inherited from IRedisCache) |
RedisConfiguration |
Gets the Redis configuration value. (Inherited from IRedisCache) |
RedisVersion |
Gets the Redis version value. (Inherited from IRedisCache) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
ShardCount |
Gets the shardCount value. (Inherited from IRedisCache) |
Sku |
Gets the sku value. (Inherited from IRedisCache) |
SslPort |
Gets the sslPort value. (Inherited from IRedisCache) |
StaticIP |
Gets the staticIP value. (Inherited from IRedisCache) |
SubnetId |
Gets the subnetId value. (Inherited from IRedisCache) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
Methods
AddLinkedServer(String, String, ReplicationRole) |
Adds a linked server to the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
AddLinkedServerAsync(String, String, ReplicationRole, CancellationToken) |
Adds a linked server to the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
AsPremium() | (Inherited from IRedisCache) |
DeletePatchSchedule() |
Deletes the patching schedule for Redis Cache. |
ExportData(String, String, String) |
Export data from Redis Cache. |
ExportData(String, String) |
Export data from Redis Cache. |
ForceReboot(String, Int32) |
Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss. |
ForceReboot(String) |
Reboot specified Redis node(s). This operation requires write permission to the cache resource. There can be potential data loss. (Inherited from IRedisCache) |
GetKeys() | (Inherited from IRedisCache) |
GetLinkedServerRole(String) |
Gets the role for the linked server of the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
GetLinkedServerRoleAsync(String, CancellationToken) |
Gets the role for the linked server of the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
ImportData(IList<String>, String) |
Import data into Redis Cache. |
ImportData(IList<String>) |
Import data into Redis Cache. |
ListLinkedServers() |
Gets the list of linked servers associated with this redis cache. (Inherited from IRedisCachePremiumBeta) |
ListLinkedServersAsync(CancellationToken) |
Gets the list of linked servers associated with this redis cache. (Inherited from IRedisCachePremiumBeta) |
ListPatchSchedules() |
Gets the patching schedule for Redis Cache. |
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshKeys() |
Fetch the up-to-date access keys from Azure for this Redis Cache. (Inherited from IRedisCache) |
RegenerateKey(RedisKeyType) |
Regenerates the access keys for this Redis Cache. (Inherited from IRedisCache) |
RemoveLinkedServer(String) |
Removes the linked server from the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
RemoveLinkedServerAsync(String, CancellationToken) |
Removes the linked server from the current Redis cache instance. (Inherited from IRedisCachePremiumBeta) |
Update() | (Inherited from IUpdatable<T>) |