IWithPremiumSkuCreate インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Premium Sku 固有の機能を備えた Redis Cache 定義。
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
- 派生
- 実装
プロパティ
Key |
Premium Sku 固有の機能を備えた 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) を有効にします。 (継承元 IWithCreate) |
WithPatchSchedule(DayOfWeek, Int32) |
Premium クラスター キャッシュのパッチ スケジュール。 (継承元 IWithCreate) |
WithPatchSchedule(DayOfWeek, Int32, TimeSpan) |
Premium クラスター キャッシュのパッチ スケジュール。 (継承元 IWithCreate) |
WithPatchSchedule(IList<ScheduleEntry>) |
Premium クラスター キャッシュのパッチ スケジュール。 (継承元 IWithCreate) |
WithPatchSchedule(ScheduleEntry) |
Premium クラスター キャッシュのパッチ スケジュール。 (継承元 IWithCreate) |
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 など。 (継承元 IWithCreate) |
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 など。 (継承元 IWithCreate) |
WithShardCount(Int32) |
Premium クラスター キャッシュに作成されるシャードの数。 |
WithStaticIP(String) |
Redis Cache の静的 IP を設定します。 既存の Azure Virtual Network内に Redis Cache をデプロイするときに必要です。 (継承元 IWithPremiumSkuCreateBeta) |
WithSubnet(IHasId, String) |
指定したサブネットを Redis Cache のこのインスタンスに割り当てます。 (継承元 IWithPremiumSkuCreateBeta) |
WithSubnet(String) |
指定したサブネットを Redis Cache のこのインスタンスに割り当てます。 (継承元 IWithPremiumSkuCreateBeta) |
WithTag(String, String) |
リソースにタグを追加します。 (継承元 IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
リソースのタグを {@link Map} として指定します。 (継承元 IDefinitionWithTags<T>) |
適用対象
Azure SDK for .NET