共用方式為


RedisCreateParametersInner Class

Definition

Parameters supplied to the Create Redis operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class RedisCreateParametersInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RedisCreateParametersInner = class
Public Class RedisCreateParametersInner
Inheritance
RedisCreateParametersInner
Attributes

Constructors

RedisCreateParametersInner()

Initializes a new instance of the RedisCreateParametersInner class.

RedisCreateParametersInner(Sku, String, IDictionary<String,String>, Nullable<Boolean>, IDictionary<String,String>, Nullable<Int32>, String, String, String, IList<String>, IDictionary<String,String>)

Initializes a new instance of the RedisCreateParametersInner class.

Properties

EnableNonSslPort

Gets or sets specifies whether the non-ssl Redis server port (6379) is enabled.

Location

Gets or sets the geo-location where the resource lives

MinimumTlsVersion

Gets or sets optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2'). Possible values include: '1.0', '1.1', '1.2'

RedisConfiguration

Gets or sets 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.

ShardCount

Gets or sets the number of shards to be created on a Premium Cluster Cache.

Sku

Gets or sets the SKU of the Redis cache to deploy.

StaticIP

Gets or sets static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.

SubnetId

Gets or sets the full resource ID of a subnet in a virtual network to deploy the Redis cache in. Example format: /subscriptions/{subid}/resourceGroups/{resourceGroupName}/Microsoft.{Network|ClassicNetwork}/VirtualNetworks/vnet1/subnets/subnet1

Tags

Gets or sets resource tags.

TenantSettings

Gets or sets a dictionary of tenant settings

Zones

Gets or sets a list of availability zones denoting where the resource needs to come from.

Methods

Validate()

Validate the object.

Applies to