DatabaseUpdate Constructors

Definition

Overloads

DatabaseUpdate()

Initializes a new instance of the DatabaseUpdate class.

DatabaseUpdate(String, Nullable<Int32>, String, String, String, String, Persistence, IList<Module>, DatabasePropertiesGeoReplication)

Initializes a new instance of the DatabaseUpdate class.

DatabaseUpdate()

Initializes a new instance of the DatabaseUpdate class.

public DatabaseUpdate ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

DatabaseUpdate(String, Nullable<Int32>, String, String, String, String, Persistence, IList<Module>, DatabasePropertiesGeoReplication)

Initializes a new instance of the DatabaseUpdate class.

public DatabaseUpdate (string clientProtocol = default, int? port = default, string provisioningState = default, string resourceState = default, string clusteringPolicy = default, string evictionPolicy = default, Microsoft.Azure.Management.RedisEnterprise.Models.Persistence persistence = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RedisEnterprise.Models.Module> modules = default, Microsoft.Azure.Management.RedisEnterprise.Models.DatabasePropertiesGeoReplication geoReplication = default);

Parameters

clientProtocol
String

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted. Possible values include: 'Encrypted', 'Plaintext'

port
Nullable<Int32>

TCP port of the database endpoint. Specified at create time. Defaults to an available port.

provisioningState
String

Current provisioning status of the database. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Creating', 'Updating', 'Deleting'

resourceState
String

Current resource status of the database. Possible values include: 'Running', 'Creating', 'CreateFailed', 'Updating', 'UpdateFailed', 'Deleting', 'DeleteFailed', 'Enabling', 'EnableFailed', 'Disabling', 'DisableFailed', 'Disabled'

clusteringPolicy
String

Clustering policy - default is OSSCluster. Specified at create time. Possible values include: 'EnterpriseCluster', 'OSSCluster'

evictionPolicy
String

Redis eviction policy - default is VolatileLRU. Possible values include: 'AllKeysLFU', 'AllKeysLRU', 'AllKeysRandom', 'VolatileLRU', 'VolatileLFU', 'VolatileTTL', 'VolatileRandom', 'NoEviction'

persistence
Persistence

Persistence settings

modules
IList<Module>

Optional set of redis modules to enable in this database - modules can only be added at creation time.

geoReplication
DatabasePropertiesGeoReplication

Optional set of properties to configure geo replication for this database.

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy