次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含む Redis Cache 更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdateBeta, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IWithNonSslPort, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IWithRedisConfiguration, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Redis.Fluent.IRedisCache>
type IUpdate = interface
    interface IAppliable<IRedisCache>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithNonSslPort
    interface IWithRedisConfiguration
    interface IUpdateBeta
    interface IBeta
Public Interface IUpdate
Implements IAppliable(Of IRedisCache), IBeta, IUpdateBeta, IUpdateWithTags(Of IUpdate), IWithNonSslPort, IWithRedisConfiguration, IWithSku
実装

プロパティ

Key

変更可能なすべての設定を含む Redis Cache 更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithBasicSku(Int32)

新しい容量で Redis Cache を Basic SKU に更新します。

(継承元 IWithSku)
WithFirewallRule(IRedisFirewallRule)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

(継承元 IUpdateBeta)
WithFirewallRule(String, String, String)

キャッシュへの接続が許可されている IP アドレスの範囲を使用して、Redis Cache ファイアウォール規則を作成または更新します。

(継承元 IUpdateBeta)
WithMinimumTlsVersion(TlsVersion)

クライアントは、指定された TLS バージョン (またはそれ以降) を使用して接続する必要があります (例: '1.0'、'1.1'、'1.2')。

(継承元 IUpdateBeta)
WithNonSslPort()

非 ssl Redis サーバー ポート (6379) を有効にします。

(継承元 IWithNonSslPort)
WithoutFirewallRule(String)

現在の Redis キャッシュ インスタンス内の 1 つのファイアウォール規則を削除します。

(継承元 IUpdateBeta)
WithoutMinimumTlsVersion()

クライアントの最小 TLS バージョンの要件を削除します。

(継承元 IUpdateBeta)
WithoutNonSslPort()

非 ssl Redis サーバー ポート (6379) を無効にします。

(継承元 IWithNonSslPort)
WithoutPatchSchedule()

現在の Premium クラスター キャッシュからすべてのパッチ スケジュールを削除します。

(継承元 IUpdateBeta)
WithoutRedisConfiguration()

Redis Cache で設定されているすべての構成設定を消去します。

(継承元 IWithRedisConfiguration)
WithoutRedisConfiguration(String)

指定した Redis Cache 構成設定を削除します。

(継承元 IWithRedisConfiguration)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithPatchSchedule(DayOfWeek, Int32)

現在の Premium クラスター キャッシュにパッチ スケジュールを追加します。

WithPatchSchedule(DayOfWeek, Int32, TimeSpan)

現在の Premium クラスター キャッシュにパッチ スケジュールを追加します。

WithPatchSchedule(IList<ScheduleEntry>)

現在の Premium クラスター キャッシュにパッチ スケジュールを追加します。

WithPatchSchedule(ScheduleEntry)

現在の Premium クラスター キャッシュにパッチ スケジュールを追加します。

WithPremiumSku()

Redis Cache を Premium sku に更新します。

(継承元 IWithSku)
WithPremiumSku(Int32)

新しい容量で Redis Cache を Premium SKU に更新します。

(継承元 IWithSku)
WithRedisConfiguration(IDictionary<String,String>)

すべての Redis 設定。 考えられるキーの数: 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 など。

(継承元 IWithRedisConfiguration)
WithRedisConfiguration(String, String)

Redis 設定を指定します。 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 など。

(継承元 IWithRedisConfiguration)
WithShardCount(Int32)

Premium クラスター キャッシュに作成されるシャードの数。

WithStandardSku()

Redis Cache を Standard SKU に更新します。

(継承元 IWithSku)
WithStandardSku(Int32)

新しい容量で Redis Cache を Standard SKU に更新します。

(継承元 IWithSku)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IUpdateWithTags<T>)

適用対象