IUpdateBeta Interface

Definition

The template for a Redis Cache update operation, containing all the settings that can be modified.

public interface IUpdateBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IUpdateBeta = interface
    interface IBeta
Public Interface IUpdateBeta
Implements IBeta
Derived
Implements

Methods

WithFirewallRule(IRedisFirewallRule)

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

WithFirewallRule(String, String, String)

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

WithMinimumTlsVersion(TlsVersion)

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

WithoutFirewallRule(String)

Deletes a single firewall rule in the current Redis cache instance.

WithoutMinimumTlsVersion()

Removes the requirement for clients minimum TLS version.

WithoutPatchSchedule()

Removes all Patch schedules from the current Premium Cluster Cache.

Applies to