次の方法で共有


IWithCreate インターフェイス

定義

クラウドに新しい Redis Cache を作成するのに十分な入力を含む Redis Cache 定義。ただし、指定する追加の省略可能な入力が公開されます。

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
派生
実装

プロパティ

Key

クラウドに新しい Redis Cache を作成するのに十分な入力を含む Redis Cache 定義。ただし、指定する追加の省略可能な入力が公開されます。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
WithFirewallRule(IRedisFirewallRule)

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

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

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

(継承元 IWithCreateBeta)
WithMinimumTlsVersion(TlsVersion)

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

(継承元 IWithCreateBeta)
WithNonSslPort()

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

WithPatchSchedule(DayOfWeek, Int32)

Premium クラスター キャッシュのパッチ スケジュール。

WithPatchSchedule(DayOfWeek, Int32, TimeSpan)

Premium クラスター キャッシュのパッチ スケジュール。

WithPatchSchedule(IList<ScheduleEntry>)

Premium クラスター キャッシュのパッチ スケジュール。

WithPatchSchedule(ScheduleEntry)

Premium クラスター キャッシュのパッチ スケジュール。

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 など。

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 など。

WithTag(String, String)

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

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

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

(継承元 IDefinitionWithTags<T>)

適用対象