次の方法で共有


IDefinition インターフェイス

定義

実装する必要があるすべての定義のコンテナー インターフェイス。

public interface IDefinition : Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IBlank, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithGroup, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithPremiumSkuCreate, Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithSku>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Redis.Fluent.RedisCache.Definition.IWithGroup>, 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 IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithSku>
    interface IWithExistingResourceGroup<IWithSku>
    interface IWithNewResourceGroup<IWithSku>
    interface IWithCreatableResourceGroup<IWithSku>
    interface IWithSku
    interface IWithCreate
    interface ICreatable<IRedisCache>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithCreateBeta
    interface IBeta
    interface IWithPremiumSkuCreate
    interface IWithPremiumSkuCreateBeta
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of IRedisCache), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithSku), IWithExistingResourceGroup(Of IWithSku), IWithGroup, IWithGroup(Of IWithSku), IWithNewResourceGroup(Of IWithSku), IWithPremiumSkuCreate, IWithSku
実装

プロパティ

Key

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

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

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

(継承元 ICreatable<T>)
WithBasicSku()

Redis Cache の Basic SKU を指定します。

(継承元 IWithSku)
WithBasicSku(Int32)

Redis Cache の Basic SKU を指定します。

(継承元 IWithSku)
WithExistingResourceGroup(IResourceGroup)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<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)
WithNewResourceGroup()

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

(継承元 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String)

実装する必要があるすべての定義のコンテナー インターフェイス。

(継承元 IWithNewResourceGroup<T>)
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)
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 など。

(継承元 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)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithShardCount(Int32)

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

(継承元 IWithPremiumSkuCreate)
WithStandardSku()

Redis Cache の Standard Sku を指定します。

(継承元 IWithSku)
WithStandardSku(Int32)

Redis Cache の Standard SKU を指定します。

(継承元 IWithSku)
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>)

適用対象