191 строка
18 KiB
YAML
191 строка
18 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate"
|
|
name: "RedisCache.DefinitionStages.WithCreate"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate"
|
|
summary: "A Redis Cache definition with sufficient inputs to create a new Redis Cache in the cloud, but exposing additional optional inputs to specify."
|
|
syntax: "public static interface **RedisCache.DefinitionStages.WithCreate**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Creatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Creatable&text=Creatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.redis.RedisCache?alt=com.microsoft.azure.management.redis.RedisCache&text=RedisCache\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags&text=DefinitionWithTags\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withFirewallRule(com.microsoft.azure.management.redis.RedisFirewallRule)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withFirewallRule(RedisFirewallRule rule)"
|
|
name: "withFirewallRule(RedisFirewallRule rule)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withFirewallRule(RedisFirewallRule rule)"
|
|
summary: "Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "firewall rule that specifies name, lowest and highest IP address included in the range of permitted IP addresses."
|
|
name: "rule"
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisFirewallRule?alt=com.microsoft.azure.management.redis.RedisFirewallRule&text=RedisFirewallRule\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withFirewallRule(RedisFirewallRule rule)"
|
|
desc: "Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withFirewallRule(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withFirewallRule(String name, String lowestIp, String highestIp)"
|
|
name: "withFirewallRule(String name, String lowestIp, String highestIp)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withFirewallRule(String name, String lowestIp, String highestIp)"
|
|
summary: "Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "name of the rule."
|
|
name: "name"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "lowest IP address included in the range."
|
|
name: "lowestIp"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "highest IP address included in the range."
|
|
name: "highestIp"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withFirewallRule(String name, String lowestIp, String highestIp)"
|
|
desc: "Creates Redis cache firewall rule with range of IP addresses permitted to connect to the cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(com.microsoft.azure.management.redis.TlsVersion)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(TlsVersion tlsVersion)"
|
|
name: "withMinimumTlsVersion(TlsVersion tlsVersion)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withMinimumTlsVersion(TlsVersion tlsVersion)"
|
|
summary: "Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "minimum TLS version."
|
|
name: "tlsVersion"
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.TlsVersion?alt=com.microsoft.azure.management.redis.TlsVersion&text=TlsVersion\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withMinimumTlsVersion(TlsVersion tlsVersion)"
|
|
desc: "Requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withNonSslPort()"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withNonSslPort()"
|
|
name: "withNonSslPort()"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withNonSslPort()"
|
|
summary: "Enables non-ssl Redis server port (6379)."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withNonSslPort()"
|
|
desc: "Enables non-ssl Redis server port (6379)."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(com.microsoft.azure.management.redis.DayOfWeek,int)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)"
|
|
name: "withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)"
|
|
summary: "Patch schedule on a Premium Cluster Cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "day of week when cache can be patched."
|
|
name: "dayOfWeek"
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.DayOfWeek?alt=com.microsoft.azure.management.redis.DayOfWeek&text=DayOfWeek\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "start hour after which cache patching can start."
|
|
name: "startHourUtc"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc)"
|
|
desc: "Patch schedule on a Premium Cluster Cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache with Premium SKU definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(com.microsoft.azure.management.redis.DayOfWeek,int,org.joda.time.Period)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)"
|
|
name: "withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)"
|
|
summary: "Patch schedule on a Premium Cluster Cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "day of week when cache can be patched."
|
|
name: "dayOfWeek"
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.DayOfWeek?alt=com.microsoft.azure.management.redis.DayOfWeek&text=DayOfWeek\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "start hour after which cache patching can start."
|
|
name: "startHourUtc"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "ISO8601 timespan specifying how much time cache patching can take."
|
|
name: "maintenanceWindow"
|
|
type: "<xref href=\"org.joda.time.Period?alt=org.joda.time.Period&text=Period\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow)"
|
|
desc: "Patch schedule on a Premium Cluster Cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache with Premium SKU definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(com.microsoft.azure.management.redis.ScheduleEntry)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(ScheduleEntry scheduleEntry)"
|
|
name: "withPatchSchedule(ScheduleEntry scheduleEntry)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withPatchSchedule(ScheduleEntry scheduleEntry)"
|
|
summary: "Patch schedule on a Premium Cluster Cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Patch schedule entry for Premium Redis Cache."
|
|
name: "scheduleEntry"
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.ScheduleEntry?alt=com.microsoft.azure.management.redis.ScheduleEntry&text=ScheduleEntry\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withPatchSchedule(ScheduleEntry scheduleEntry)"
|
|
desc: "Patch schedule on a Premium Cluster Cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache with Premium SKU definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(java.util.List<com.microsoft.azure.management.redis.ScheduleEntry>)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withPatchSchedule(List<ScheduleEntry> scheduleEntry)"
|
|
name: "withPatchSchedule(List<ScheduleEntry> scheduleEntry)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withPatchSchedule(List<ScheduleEntry> scheduleEntry)"
|
|
summary: "Patch schedule on a Premium Cluster Cache."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "List of patch schedule entries for Premium Redis Cache."
|
|
name: "scheduleEntry"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.redis.ScheduleEntry?alt=com.microsoft.azure.management.redis.ScheduleEntry&text=ScheduleEntry\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withPatchSchedule(List<ScheduleEntry> scheduleEntry)"
|
|
desc: "Patch schedule on a Premium Cluster Cache."
|
|
returns:
|
|
description: "the next stage of Redis Cache with Premium SKU definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key, String value)"
|
|
name: "withRedisConfiguration(String key, String value)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key, String value)"
|
|
summary: "Specifies Redis Setting."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Redis configuration name."
|
|
name: "key"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Redis configuration value."
|
|
name: "value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withRedisConfiguration(String key, String value)"
|
|
desc: "Specifies Redis Setting. 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 etc."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(java.util.Map<java.lang.String,java.lang.String>)"
|
|
fullName: "com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String,String> redisConfiguration)"
|
|
name: "withRedisConfiguration(Map<String,String> redisConfiguration)"
|
|
nameWithType: "RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String,String> redisConfiguration)"
|
|
summary: "All Redis Settings."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "configuration of Redis Cache as a map indexed by configuration name"
|
|
name: "redisConfiguration"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public abstract RedisCache.DefinitionStages.WithCreate withRedisConfiguration(Map<String,String> redisConfiguration)"
|
|
desc: "All Redis Settings. Few possible keys: 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 etc."
|
|
returns:
|
|
description: "the next stage of Redis Cache definition."
|
|
type: "<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "A Redis Cache definition with sufficient inputs to create a new Redis Cache in the cloud, but exposing additional optional inputs to specify."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags&text=DefinitionWithTags\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.redis.RedisCache.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Creatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Creatable&text=Creatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.redis.RedisCache?alt=com.microsoft.azure.management.redis.RedisCache&text=RedisCache\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.redis"
|
|
artifact: com.microsoft.azure:azure-mgmt-redis:1.41.4
|