IWithPremiumSkuCreate Interface

Definition

A Redis Cache definition with Premium Sku specific functionality.

public interface IWithPremiumSkuCreate : Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>
type IWithPremiumSkuCreate = interface
    interface IWithCreate
    interface ICreatable<IRedisCache>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithCreateBeta
    interface IBeta
    interface IWithPremiumSkuCreateBeta
Public Interface IWithPremiumSkuCreate
Implements IBeta, ICreatable(Of IRedisCache), IDefinitionWithTags(Of IWithCreate), IWithCreate, IWithPremiumSkuCreateBeta
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
WithFirewallRule(IRedisFirewallRule)

Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.

(Inherited from IWithCreateBeta)
WithFirewallRule(String, String, String)

Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache.

(Inherited from IWithCreateBeta)
WithMinimumTlsVersion(TlsVersion)

Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2').

(Inherited from IWithCreateBeta)
WithNonSslPort()

Enables non-ssl Redis server port (6379).

(Inherited from IWithCreate)
WithPatchSchedule(DayOfWeek, Int32)

Patch schedule on a Premium Cluster Cache.

(Inherited from IWithCreate)
WithPatchSchedule(DayOfWeek, Int32, TimeSpan)

Patch schedule on a Premium Cluster Cache.

(Inherited from IWithCreate)
WithPatchSchedule(IList<ScheduleEntry>)

Patch schedule on a Premium Cluster Cache.

(Inherited from IWithCreate)
WithPatchSchedule(ScheduleEntry)

Patch schedule on a Premium Cluster Cache.

(Inherited from IWithCreate)
WithRedisConfiguration(IDictionary<String,String>)

All Redis Settings. Few possible keys: rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-slower-than, slowlog-max-len, list-max-ziplist-entries, list-max-ziplist-value, hash-max-ziplist-entries, hash-max-ziplist-value, set -max-intset-entries, zset-max-ziplist-entries, zset-max-ziplist-value etc.

(Inherited from IWithCreate)
WithRedisConfiguration(String, String)

Specifies Redis Setting. rdb-backup-enabled, rdb-storage-connection-string, rdb-backup-frequency, maxmemory-delta, maxmemory-policy, notify-keyspace-events, maxmemory-samples, slowlog-log-slower-than, slowlog-max-len, list-max-ziplist-entries, list-max-ziplist-value, hash-max-ziplist-entries, hash-max-ziplist-value, set -max-intset-entries, zset-max-ziplist-entries, zset-max-ziplist-value etc.

(Inherited from IWithCreate)
WithShardCount(Int32)

The number of shards to be created on a Premium Cluster Cache.

WithStaticIP(String)

Sets Redis Cache static IP. Required when deploying a Redis Cache inside an existing Azure Virtual Network.

(Inherited from IWithPremiumSkuCreateBeta)
WithSubnet(IHasId, String)

Assigns the specified subnet to this instance of Redis Cache.

(Inherited from IWithPremiumSkuCreateBeta)
WithSubnet(String)

Assigns the specified subnet to this instance of Redis Cache.

(Inherited from IWithPremiumSkuCreateBeta)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)

Applies to