IWithCreate Interface

Definition

A Redis Cache definition with sufficient inputs to create a new Redis Cache in the cloud, but exposing additional optional inputs to specify.

public interface IWithCreate : Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithCreateBeta, 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 IWithCreate = interface
    interface ICreatable<IRedisCache>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithCreateBeta
    interface IBeta
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IRedisCache), IDefinitionWithTags(Of IWithCreate), IWithCreateBeta
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).

WithPatchSchedule(DayOfWeek, Int32)

Patch schedule on a Premium Cluster Cache.

WithPatchSchedule(DayOfWeek, Int32, TimeSpan)

Patch schedule on a Premium Cluster Cache.

WithPatchSchedule(IList<ScheduleEntry>)

Patch schedule on a Premium Cluster Cache.

WithPatchSchedule(ScheduleEntry)

Patch schedule on a Premium Cluster Cache.

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.

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.

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