Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages

A

AccessKeys - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of AccessKeys.
AccessKeysInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Access keys
AccessKeysInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner
Creates an instance of AccessKeysInner class.
AccessKeyType - Enum in com.azure.resourcemanager.redisenterprise.models
Which access key to regenerate.
actionsRequired() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Get the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.
actionType() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Get the actionType property: Enum.
actionType() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the actionType property: Enum.
ActionType - Class in com.azure.resourcemanager.redisenterprise.models
Enum.
ActionType() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ActionType
Deprecated.
Use the ActionType.fromString(String) factory method.
ALL_KEYS_LFU - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value AllKeysLFU for EvictionPolicy.
ALL_KEYS_LRU - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value AllKeysLRU for EvictionPolicy.
ALL_KEYS_RANDOM - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value AllKeysRandom for EvictionPolicy.
ALWAYS - Static variable in class com.azure.resourcemanager.redisenterprise.models.AofFrequency
Static value always for AofFrequency.
aofEnabled() - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Get the aofEnabled property: Sets whether AOF is enabled.
aofFrequency() - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Get the aofFrequency property: Sets the frequency at which data is written to disk.
AofFrequency - Class in com.azure.resourcemanager.redisenterprise.models
Sets the frequency at which data is written to disk.
AofFrequency() - Constructor for class com.azure.resourcemanager.redisenterprise.models.AofFrequency
Deprecated.
Use the AofFrequency.fromString(String) factory method.
apply() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.Update
Executes the update request.
apply() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.Update
Executes the update request.
apply() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.Update
Executes the update request.
APPROVED - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
Static value Approved for PrivateEndpointServiceConnectionStatus.
args() - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Get the args property: Configuration options for the module, e.g.
authenticate(TokenCredential, AzureProfile) - Static method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Creates an instance of RedisEnterprise service API entry point.
authenticate(TokenCredential, AzureProfile) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Creates an instance of RedisEnterprise service API entry point.
authenticate(HttpPipeline, AzureProfile) - Static method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Creates an instance of RedisEnterprise service API entry point.

B

beginCreate(String, String, ClusterInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster.
beginCreate(String, String, ClusterInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster.
beginCreate(String, String, String, DatabaseInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Creates a database.
beginCreate(String, String, String, DatabaseInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Creates a database.
beginDelete(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Deletes a RedisEnterprise cache cluster.
beginDelete(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Deletes a RedisEnterprise cache cluster.
beginDelete(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Deletes a single database.
beginDelete(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Deletes a single database.
beginExport(String, String, String, ExportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Exports a database file from target database.
beginExport(String, String, String, ExportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Exports a database file from target database.
beginFlush(String, String, String, FlushParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Flushes all the keys in this database and also from its linked databases.
beginFlush(String, String, String, FlushParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Flushes all the keys in this database and also from its linked databases.
beginForceUnlink(String, String, String, ForceUnlinkParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Forcibly removes the link to the specified database resource.
beginForceUnlink(String, String, String, ForceUnlinkParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Forcibly removes the link to the specified database resource.
beginImportMethod(String, String, String, ImportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Imports database files to target database.
beginImportMethod(String, String, String, ImportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Imports database files to target database.
beginPut(String, String, String, PrivateEndpointConnectionInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.
beginPut(String, String, String, PrivateEndpointConnectionInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.
beginRegenerateKey(String, String, String, RegenerateKeyParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Regenerates the RedisEnterprise database's access keys.
beginRegenerateKey(String, String, String, RegenerateKeyParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Regenerates the RedisEnterprise database's access keys.
beginUpdate(String, String, ClusterUpdate) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Updates an existing RedisEnterprise cluster.
beginUpdate(String, String, ClusterUpdate, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Updates an existing RedisEnterprise cluster.
beginUpdate(String, String, String, DatabaseUpdate) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Updates a database.
beginUpdate(String, String, String, DatabaseUpdate, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Updates a database.

C

CANCELED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Canceled for ProvisioningState.
capabilities() - Method in class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Get the capabilities property: List of capabilities.
Capability - Class in com.azure.resourcemanager.redisenterprise.models
Capability
Capability() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Capability
Creates an instance of Capability class.
capacity() - Method in class com.azure.resourcemanager.redisenterprise.models.Sku
Get the capacity property: The size of the RedisEnterprise cluster.
clientId() - Method in class com.azure.resourcemanager.redisenterprise.models.UserAssignedIdentity
Get the clientId property: The client ID of the assigned identity.
clientProtocol() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
clientProtocol() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
clientProtocol() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
clientProtocol() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
Cluster - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of Cluster.
Cluster.Definition - Interface in com.azure.resourcemanager.redisenterprise.models
The entirety of the Cluster definition.
Cluster.DefinitionStages - Interface in com.azure.resourcemanager.redisenterprise.models
The Cluster definition stages.
Cluster.DefinitionStages.Blank - Interface in com.azure.resourcemanager.redisenterprise.models
The first stage of the Cluster definition.
Cluster.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
Cluster.DefinitionStages.WithEncryption - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify encryption.
Cluster.DefinitionStages.WithIdentity - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify identity.
Cluster.DefinitionStages.WithLocation - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify location.
Cluster.DefinitionStages.WithMinimumTlsVersion - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify minimumTlsVersion.
Cluster.DefinitionStages.WithResourceGroup - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify parent resource.
Cluster.DefinitionStages.WithSku - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify sku.
Cluster.DefinitionStages.WithTags - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify tags.
Cluster.DefinitionStages.WithZones - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster definition allowing to specify zones.
Cluster.Update - Interface in com.azure.resourcemanager.redisenterprise.models
The template for Cluster update.
Cluster.UpdateStages - Interface in com.azure.resourcemanager.redisenterprise.models
The Cluster update stages.
Cluster.UpdateStages.WithEncryption - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster update allowing to specify encryption.
Cluster.UpdateStages.WithIdentity - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster update allowing to specify identity.
Cluster.UpdateStages.WithMinimumTlsVersion - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster update allowing to specify minimumTlsVersion.
Cluster.UpdateStages.WithSku - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster update allowing to specify sku.
Cluster.UpdateStages.WithTags - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Cluster update allowing to specify tags.
clusteringPolicy() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the clusteringPolicy property: Clustering policy - default is OSSCluster.
clusteringPolicy() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the clusteringPolicy property: Clustering policy - default is OSSCluster.
clusteringPolicy() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the clusteringPolicy property: Clustering policy - default is OSSCluster.
clusteringPolicy() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the clusteringPolicy property: Clustering policy - default is OSSCluster.
ClusteringPolicy - Class in com.azure.resourcemanager.redisenterprise.models
Clustering policy - default is OSSCluster.
ClusteringPolicy() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusteringPolicy
Deprecated.
Use the ClusteringPolicy.fromString(String) factory method.
ClusterInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Describes the RedisEnterprise cluster.
ClusterInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Creates an instance of ClusterInner class.
ClusterList - Class in com.azure.resourcemanager.redisenterprise.models
The response of a list-all operation.
ClusterList() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusterList
Creates an instance of ClusterList class.
ClusterProperties - Class in com.azure.resourcemanager.redisenterprise.fluent.models
RedisEnterprise cluster properties
ClusterProperties() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Creates an instance of ClusterProperties class.
ClusterPropertiesEncryption - Class in com.azure.resourcemanager.redisenterprise.models
Encryption-at-rest configuration for the cluster.
ClusterPropertiesEncryption() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption
Creates an instance of ClusterPropertiesEncryption class.
ClusterPropertiesEncryptionCustomerManagedKeyEncryption - Class in com.azure.resourcemanager.redisenterprise.models
All Customer-managed key encryption properties for the resource.
ClusterPropertiesEncryptionCustomerManagedKeyEncryption() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Creates an instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryption class.
ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity - Class in com.azure.resourcemanager.redisenterprise.models
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Creates an instance of ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity class.
ClusterUpdate - Class in com.azure.resourcemanager.redisenterprise.models
A partial update to the RedisEnterprise cluster.
ClusterUpdate() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Creates an instance of ClusterUpdate class.
CmkIdentityType - Class in com.azure.resourcemanager.redisenterprise.models
Only userAssignedIdentity is supported in this API version; other types may be supported in the future.
CmkIdentityType() - Constructor for class com.azure.resourcemanager.redisenterprise.models.CmkIdentityType
Deprecated.
Use the CmkIdentityType.fromString(String) factory method.
com.azure.resourcemanager.redisenterprise - package com.azure.resourcemanager.redisenterprise
Package containing the classes for RedisEnterpriseManagementClient.
com.azure.resourcemanager.redisenterprise.fluent - package com.azure.resourcemanager.redisenterprise.fluent
Package containing the service clients for RedisEnterpriseManagementClient.
com.azure.resourcemanager.redisenterprise.fluent.models - package com.azure.resourcemanager.redisenterprise.fluent.models
Package containing the inner data models for RedisEnterpriseManagementClient.
com.azure.resourcemanager.redisenterprise.models - package com.azure.resourcemanager.redisenterprise.models
Package containing the data models for RedisEnterpriseManagementClient.
configure() - Static method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets a Configurable instance that can be used to create RedisEnterpriseManager with optional configuration.
create() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithCreate
Executes the create request.
create() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithCreate
Executes the create request.
create() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.DefinitionStages.WithCreate
Executes the create request.
create(String, String, ClusterInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster.
create(String, String, ClusterInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Creates or updates an existing (overwrite/recreate, with potential downtime) cache cluster.
create(String, String, String, DatabaseInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Creates a database.
create(String, String, String, DatabaseInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Creates a database.
CREATE_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value CreateFailed for ResourceState.
CREATING - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Static value Creating for PrivateEndpointConnectionProvisioningState.
CREATING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Creating for ProvisioningState.
CREATING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Creating for ResourceState.
customerManagedKeyEncryption() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption
Get the customerManagedKeyEncryption property: All Customer-managed key encryption properties for the resource.

D

Database - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of Database.
Database.Definition - Interface in com.azure.resourcemanager.redisenterprise.models
The entirety of the Database definition.
Database.DefinitionStages - Interface in com.azure.resourcemanager.redisenterprise.models
The Database definition stages.
Database.DefinitionStages.Blank - Interface in com.azure.resourcemanager.redisenterprise.models
The first stage of the Database definition.
Database.DefinitionStages.WithClientProtocol - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify clientProtocol.
Database.DefinitionStages.WithClusteringPolicy - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify clusteringPolicy.
Database.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
Database.DefinitionStages.WithEvictionPolicy - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify evictionPolicy.
Database.DefinitionStages.WithGeoReplication - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify geoReplication.
Database.DefinitionStages.WithModules - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify modules.
Database.DefinitionStages.WithParentResource - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify parent resource.
Database.DefinitionStages.WithPersistence - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify persistence.
Database.DefinitionStages.WithPort - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database definition allowing to specify port.
Database.Update - Interface in com.azure.resourcemanager.redisenterprise.models
The template for Database update.
Database.UpdateStages - Interface in com.azure.resourcemanager.redisenterprise.models
The Database update stages.
Database.UpdateStages.WithClientProtocol - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database update allowing to specify clientProtocol.
Database.UpdateStages.WithEvictionPolicy - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database update allowing to specify evictionPolicy.
Database.UpdateStages.WithPersistence - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the Database update allowing to specify persistence.
DatabaseInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Describes a database on the RedisEnterprise cluster.
DatabaseInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Creates an instance of DatabaseInner class.
DatabaseList - Class in com.azure.resourcemanager.redisenterprise.models
The response of a list-all operation.
DatabaseList() - Constructor for class com.azure.resourcemanager.redisenterprise.models.DatabaseList
Creates an instance of DatabaseList class.
DatabaseProperties - Class in com.azure.resourcemanager.redisenterprise.fluent.models
RedisEnterprise database properties
DatabaseProperties() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Creates an instance of DatabaseProperties class.
DatabasePropertiesGeoReplication - Class in com.azure.resourcemanager.redisenterprise.models
Optional set of properties to configure geo replication for this database.
DatabasePropertiesGeoReplication() - Constructor for class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Creates an instance of DatabasePropertiesGeoReplication class.
databases() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of Databases.
Databases - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of Databases.
DatabasesClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in DatabasesClient.
DatabaseUpdate - Class in com.azure.resourcemanager.redisenterprise.models
A partial update to the RedisEnterprise database.
DatabaseUpdate() - Constructor for class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Creates an instance of DatabaseUpdate class.
define(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Begins definition for a new Database resource.
define(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Begins definition for a new PrivateEndpointConnection resource.
define(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Begins definition for a new Cluster resource.
delete(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Deletes a RedisEnterprise cache cluster.
delete(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Deletes a RedisEnterprise cache cluster.
delete(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Deletes a RedisEnterprise cache cluster.
delete(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Deletes a single database.
delete(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
delete(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Deletes a single database.
delete(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
delete(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Deletes a single database.
delete(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Deletes a single database.
DELETE_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value DeleteFailed for ResourceState.
deleteById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Deletes a single database.
deleteById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
deleteById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Deletes a RedisEnterprise cache cluster.
deleteByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Deletes a single database.
deleteByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
deleteByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Deletes a RedisEnterprise cache cluster.
deleteByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Deletes a RedisEnterprise cache cluster.
deleteWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
deleteWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Deletes the specified private endpoint connection associated with the RedisEnterprise cluster.
DELETING - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Static value Deleting for PrivateEndpointConnectionProvisioningState.
DELETING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Deleting for ProvisioningState.
DELETING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Deleting for ResourceState.
description() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Get the description property: The short, localized friendly description of the operation; suitable for tool tips and detailed views.
description() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Get the description property: The reason for approval/rejection of the connection.
DISABLE_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value DisableFailed for ResourceState.
DISABLED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Disabled for ResourceState.
DISABLING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Disabling for ResourceState.
display() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Get the display property: Localized display information for this particular operation.
display() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the display property: Localized display information for this particular operation.

E

ENABLE_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value EnableFailed for ResourceState.
ENABLING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Enabling for ResourceState.
ENCRYPTED - Static variable in class com.azure.resourcemanager.redisenterprise.models.Protocol
Static value Encrypted for Protocol.
encryption() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the encryption property: Encryption-at-rest configuration for the cluster.
encryption() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the encryption property: Encryption-at-rest configuration for the cluster.
encryption() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the encryption property: Encryption-at-rest configuration for the cluster.
encryption() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the encryption property: Encryption-at-rest configuration for the cluster.
endTime() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the endTime property: The end time of the operation.
endTime() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the endTime property: The end time of the operation.
ENTERPRISE_CLUSTER - Static variable in class com.azure.resourcemanager.redisenterprise.models.ClusteringPolicy
Static value EnterpriseCluster for ClusteringPolicy.
ENTERPRISE_E10 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value Enterprise_E10 for Name.
ENTERPRISE_E10 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value Enterprise_E10 for SkuName.
ENTERPRISE_E100 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value Enterprise_E100 for Name.
ENTERPRISE_E100 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value Enterprise_E100 for SkuName.
ENTERPRISE_E20 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value Enterprise_E20 for Name.
ENTERPRISE_E20 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value Enterprise_E20 for SkuName.
ENTERPRISE_E50 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value Enterprise_E50 for Name.
ENTERPRISE_E50 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value Enterprise_E50 for SkuName.
ENTERPRISE_FLASH_F1500 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value EnterpriseFlash_F1500 for Name.
ENTERPRISE_FLASH_F1500 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value EnterpriseFlash_F1500 for SkuName.
ENTERPRISE_FLASH_F300 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value EnterpriseFlash_F300 for Name.
ENTERPRISE_FLASH_F300 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value EnterpriseFlash_F300 for SkuName.
ENTERPRISE_FLASH_F700 - Static variable in class com.azure.resourcemanager.redisenterprise.models.Name
Static value EnterpriseFlash_F700 for Name.
ENTERPRISE_FLASH_F700 - Static variable in class com.azure.resourcemanager.redisenterprise.models.SkuName
Static value EnterpriseFlash_F700 for SkuName.
error() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the error property: Error response
error() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the error property: Error response
evictionPolicy() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
evictionPolicy() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
evictionPolicy() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
evictionPolicy() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
EvictionPolicy - Class in com.azure.resourcemanager.redisenterprise.models
Redis eviction policy - default is VolatileLRU.
EvictionPolicy() - Constructor for class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Deprecated.
Use the EvictionPolicy.fromString(String) factory method.
export(ExportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Exports a database file from target database.
export(ExportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Exports a database file from target database.
export(String, String, String, ExportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Exports a database file from target database.
export(String, String, String, ExportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Exports a database file from target database.
export(String, String, String, ExportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Exports a database file from target database.
export(String, String, String, ExportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Exports a database file from target database.
ExportClusterParameters - Class in com.azure.resourcemanager.redisenterprise.models
Export an RDB file into a target database
ExportClusterParameters() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ExportClusterParameters
Creates an instance of ExportClusterParameters class.

F

FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Static value Failed for PrivateEndpointConnectionProvisioningState.
FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Failed for ProvisioningState.
flush(FlushParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Flushes all the keys in this database and also from its linked databases.
flush(FlushParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Flushes all the keys in this database and also from its linked databases.
flush(String, String, String, FlushParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Flushes all the keys in this database and also from its linked databases.
flush(String, String, String, FlushParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Flushes all the keys in this database and also from its linked databases.
flush(String, String, String, FlushParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Flushes all the keys in this database and also from its linked databases.
flush(String, String, String, FlushParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Flushes all the keys in this database and also from its linked databases.
FlushParameters - Class in com.azure.resourcemanager.redisenterprise.models
Flush all the keys from the current and all its linked databases
FlushParameters() - Constructor for class com.azure.resourcemanager.redisenterprise.models.FlushParameters
Creates an instance of FlushParameters class.
forceUnlink(ForceUnlinkParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Forcibly removes the link to the specified database resource.
forceUnlink(ForceUnlinkParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Forcibly removes the link to the specified database resource.
forceUnlink(String, String, String, ForceUnlinkParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Forcibly removes the link to the specified database resource.
forceUnlink(String, String, String, ForceUnlinkParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Forcibly removes the link to the specified database resource.
forceUnlink(String, String, String, ForceUnlinkParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Forcibly removes the link to the specified database resource.
forceUnlink(String, String, String, ForceUnlinkParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Forcibly removes the link to the specified database resource.
ForceUnlinkParameters - Class in com.azure.resourcemanager.redisenterprise.models
Forcibly unlink another database from this database.
ForceUnlinkParameters() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ForceUnlinkParameters
Creates an instance of ForceUnlinkParameters class.
fromString(String) - Static method in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
Parses a serialized value to a AccessKeyType instance.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.ActionType
Creates or finds a ActionType from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.AofFrequency
Creates or finds a AofFrequency from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.ClusteringPolicy
Creates or finds a ClusteringPolicy from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.CmkIdentityType
Creates or finds a CmkIdentityType from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Creates or finds a EvictionPolicy from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.LinkState
Creates or finds a LinkState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Creates or finds a ManagedServiceIdentityType from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.Name
Creates or finds a Name from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.Origin
Creates or finds a Origin from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Creates or finds a PrivateEndpointConnectionProvisioningState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
Creates or finds a PrivateEndpointServiceConnectionStatus from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.Protocol
Creates or finds a Protocol from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Creates or finds a ProvisioningState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Creates or finds a RdbFrequency from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Creates or finds a ResourceState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.SkuName
Creates or finds a SkuName from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Creates or finds a TlsVersion from its string representation.

G

geoReplication() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the geoReplication property: Optional set of properties to configure geo replication for this database.
geoReplication() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the geoReplication property: Optional set of properties to configure geo replication for this database.
geoReplication() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the geoReplication property: Optional set of properties to configure geo replication for this database.
geoReplication() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the geoReplication property: Optional set of properties to configure geo replication for this database.
get(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.OperationsStatusClient
Gets the status of operation.
get(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationsStatus
Gets the status of operation.
get(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Gets information about a database in a RedisEnterprise cluster.
get(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
get(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets information about a database in a RedisEnterprise cluster.
get(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
getApiVersion() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets Api Version.
getById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets information about a database in a RedisEnterprise cluster.
getById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
getById(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets information about a RedisEnterprise cluster.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets information about a database in a RedisEnterprise cluster.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets information about a RedisEnterprise cluster.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Gets information about a RedisEnterprise cluster.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets information about a RedisEnterprise cluster.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Gets information about a RedisEnterprise cluster.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets information about a RedisEnterprise cluster.
getDatabases() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the DatabasesClient object to access its operations.
getDefaultPollInterval() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets The default poll interval for long-running operation.
getEndpoint() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets server parameter.
getHttpPipeline() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets The HTTP pipeline to send requests through.
getOperations() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the OperationsClient object to access its operations.
getOperationsStatus() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the OperationsStatusClient object to access its operations.
getPrivateEndpointConnections() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the PrivateEndpointConnectionsClient object to access its operations.
getPrivateLinkResources() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the PrivateLinkResourcesClient object to access its operations.
getRedisEnterprises() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the RedisEnterprisesClient object to access its operations.
getSkus() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets the SkusClient object to access its operations.
getSubscriptionId() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterpriseManagementClient
Gets The ID of the target subscription.
getWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.OperationsStatusClient
Gets the status of operation.
getWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationsStatus
Gets the status of operation.
getWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Gets information about a database in a RedisEnterprise cluster.
getWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
getWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets information about a database in a RedisEnterprise cluster.
getWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Gets the specified private endpoint connection associated with the RedisEnterprise cluster.
groupId() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Get the groupId property: The private link resource group id.
groupId() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Get the groupId property: The private link resource group id.
groupId() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the groupId property: The private link resource group id.
groupNickname() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Get the groupNickname property: Name for the group of linked database resources.

H

hostname() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the hostname property: DNS name of the cluster endpoint.
hostname() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the hostname property: DNS name of the cluster endpoint.
hostname() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the hostname property: DNS name of the cluster endpoint.
hostname() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the hostname property: DNS name of the cluster endpoint.

I

id() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the id property: The operation's unique id.
id() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in class com.azure.resourcemanager.redisenterprise.models.LinkedDatabase
Get the id property: Resource ID of a database resource to link with this database.
id() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the id property: The operation's unique id.
id() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpoint
Get the id property: The ARM identifier for Private Endpoint.
id() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the id property: Fully qualified resource Id for the resource.
identity() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the identity property: The identity of the resource.
identity() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the identity property: The identity of the resource.
identity() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the identity property: The identity of the resource.
identityType() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Get the identityType property: Only userAssignedIdentity is supported in this API version; other types may be supported in the future.
ids() - Method in class com.azure.resourcemanager.redisenterprise.models.FlushParameters
Get the ids property: The resource identifiers of all the other database resources in the georeplication group to be flushed.
ids() - Method in class com.azure.resourcemanager.redisenterprise.models.ForceUnlinkParameters
Get the ids property: The resource IDs of the database resources to be unlinked.
ImportClusterParameters - Class in com.azure.resourcemanager.redisenterprise.models
Import RDB files into a target database
ImportClusterParameters() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ImportClusterParameters
Creates an instance of ImportClusterParameters class.
importMethod(ImportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Imports database files to target database.
importMethod(ImportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Imports database files to target database.
importMethod(String, String, String, ImportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Imports database files to target database.
importMethod(String, String, String, ImportClusterParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Imports database files to target database.
importMethod(String, String, String, ImportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Imports database files to target database.
importMethod(String, String, String, ImportClusterParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Imports database files to target database.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.AccessKeys
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner object.
innerModel() - Method in interface com.azure.resourcemanager.redisenterprise.models.RegionSkuDetail
Gets the inner com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner object.
INTERNAL - Static variable in class com.azure.resourcemanager.redisenterprise.models.ActionType
Static value Internal for ActionType.
isDataAction() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Get the isDataAction property: Whether the operation applies to data-plane.
isDataAction() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the isDataAction property: Whether the operation applies to data-plane.

K

keyEncryptionKeyIdentity() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Get the keyEncryptionKeyIdentity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
keyEncryptionKeyUrl() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Get the keyEncryptionKeyUrl property: Key encryption key Url, versioned only.
keyType() - Method in class com.azure.resourcemanager.redisenterprise.models.RegenerateKeyParameters
Get the keyType property: Which access key to regenerate.

L

LINK_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.LinkState
Static value LinkFailed for LinkState.
LINKED - Static variable in class com.azure.resourcemanager.redisenterprise.models.LinkState
Static value Linked for LinkState.
LinkedDatabase - Class in com.azure.resourcemanager.redisenterprise.models
Linked Database
LinkedDatabase() - Constructor for class com.azure.resourcemanager.redisenterprise.models.LinkedDatabase
Creates an instance of LinkedDatabase class.
linkedDatabases() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Get the linkedDatabases property: List of database resources to link with this database.
LINKING - Static variable in class com.azure.resourcemanager.redisenterprise.models.LinkState
Static value Linking for LinkState.
LinkState - Class in com.azure.resourcemanager.redisenterprise.models
State of the link between the database resources.
LinkState() - Constructor for class com.azure.resourcemanager.redisenterprise.models.LinkState
Deprecated.
Use the LinkState.fromString(String) factory method.
list() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.OperationsClient
Lists all of the available REST API operations of the Microsoft.Cache provider.
list() - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Gets all RedisEnterprise clusters in the specified subscription.
list() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operations
Lists all of the available REST API operations of the Microsoft.Cache provider.
list() - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets all RedisEnterprise clusters in the specified subscription.
list(Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.OperationsClient
Lists all of the available REST API operations of the Microsoft.Cache provider.
list(Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Gets all RedisEnterprise clusters in the specified subscription.
list(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Operations
Lists all of the available REST API operations of the Microsoft.Cache provider.
list(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Gets all RedisEnterprise clusters in the specified subscription.
list(String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.SkusClient
Gets information about skus in specified location for the given subscription id.
list(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Skus
Gets information about skus in specified location for the given subscription id.
list(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.SkusClient
Gets information about skus in specified location for the given subscription id.
list(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Skus
Gets information about skus in specified location for the given subscription id.
list(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Lists all the private endpoint connections associated with the RedisEnterprise cluster.
list(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Lists all the private endpoint connections associated with the RedisEnterprise cluster.
list(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Lists all the private endpoint connections associated with the RedisEnterprise cluster.
list(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnections
Lists all the private endpoint connections associated with the RedisEnterprise cluster.
listByCluster(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Gets all databases in the specified RedisEnterprise cluster.
listByCluster(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateLinkResourcesClient
Gets the private link resources that need to be created for a RedisEnterprise cluster.
listByCluster(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets all databases in the specified RedisEnterprise cluster.
listByCluster(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResources
Gets the private link resources that need to be created for a RedisEnterprise cluster.
listByCluster(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Gets all databases in the specified RedisEnterprise cluster.
listByCluster(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateLinkResourcesClient
Gets the private link resources that need to be created for a RedisEnterprise cluster.
listByCluster(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Gets all databases in the specified RedisEnterprise cluster.
listByCluster(String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResources
Gets the private link resources that need to be created for a RedisEnterprise cluster.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Lists all RedisEnterprise clusters in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Lists all RedisEnterprise clusters in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Lists all RedisEnterprise clusters in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.RedisEnterprises
Lists all RedisEnterprise clusters in a resource group.
listKeys() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Retrieves the access keys for the RedisEnterprise database.
listKeys(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Retrieves the access keys for the RedisEnterprise database.
listKeys(String, String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Retrieves the access keys for the RedisEnterprise database.
listKeysWithResponse(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Retrieves the access keys for the RedisEnterprise database.
listKeysWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Retrieves the access keys for the RedisEnterprise database.
listKeysWithResponse(String, String, String, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Retrieves the access keys for the RedisEnterprise database.
location() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the location property: The geo-location where the resource lives.
location() - Method in class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Get the location property: Location name.
locationInfo() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Get the locationInfo property: Details about location and its capabilities.
locationInfo() - Method in interface com.azure.resourcemanager.redisenterprise.models.RegionSkuDetail
Gets the locationInfo property: Details about location and its capabilities.
LocationInfo - Class in com.azure.resourcemanager.redisenterprise.models
Information about location (for example: features that it supports).
LocationInfo() - Constructor for class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Creates an instance of LocationInfo class.

M

ManagedServiceIdentity - Class in com.azure.resourcemanager.redisenterprise.models
Managed service identity (system assigned and/or user assigned identities).
ManagedServiceIdentity() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Creates an instance of ManagedServiceIdentity class.
ManagedServiceIdentityType - Class in com.azure.resourcemanager.redisenterprise.models
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
ManagedServiceIdentityType() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Deprecated.
minimumTlsVersion() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
minimumTlsVersion() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
minimumTlsVersion() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
minimumTlsVersion() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
Module - Class in com.azure.resourcemanager.redisenterprise.models
Module settings
Module() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Module
Creates an instance of Module class.
modules() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
modules() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
modules() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
modules() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.

N

name() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Get the name property: The name of the operation, as per Resource-Based Access Control (RBAC).
name() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the name property: The operation's name.
name() - Method in class com.azure.resourcemanager.redisenterprise.models.Capability
Get the name property: Feature name.
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the name property: The name of the resource.
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the name property: The name of the resource.
name() - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Get the name property: The name of the module, e.g.
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC).
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the name property: The operation's name.
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the name property: The name of the resource.
name() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the name property: The name of the resource.
name() - Method in class com.azure.resourcemanager.redisenterprise.models.Sku
Get the name property: The type of RedisEnterprise cluster to deploy.
name() - Method in class com.azure.resourcemanager.redisenterprise.models.SkuDetail
Get the name property: The type of RedisEnterprise cluster to deploy.
Name - Class in com.azure.resourcemanager.redisenterprise.models
The type of RedisEnterprise cluster to deploy.
Name() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Name
Deprecated.
Use the Name.fromString(String) factory method.
nextLink() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterList
Get the nextLink property: The URI to fetch the next page of results.
nextLink() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseList
Get the nextLink property: The URI to fetch the next page of results.
nextLink() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationListResult
Get the nextLink property: URL to get the next set of operation list results (if there are any).
NO_EVICTION - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value NoEviction for EvictionPolicy.
NONE - Static variable in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Static value None for ManagedServiceIdentityType.

O

ONE_ONE - Static variable in class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Static value 1.1 for TlsVersion.
ONE_TWO - Static variable in class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Static value 1.2 for TlsVersion.
ONE_TWOH - Static variable in class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Static value 12h for RdbFrequency.
ONE_ZERO - Static variable in class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Static value 1.0 for TlsVersion.
ONEH - Static variable in class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Static value 1h for RdbFrequency.
ONES - Static variable in class com.azure.resourcemanager.redisenterprise.models.AofFrequency
Static value 1s for AofFrequency.
operation() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Get the operation property: The concise, localized friendly name for the operation; suitable for dropdowns.
Operation - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of Operation.
OperationDisplay - Class in com.azure.resourcemanager.redisenterprise.models
Localized display information for this particular operation.
OperationDisplay() - Constructor for class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Creates an instance of OperationDisplay class.
OperationInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
REST API Operation
OperationInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Creates an instance of OperationInner class.
OperationListResult - Class in com.azure.resourcemanager.redisenterprise.models
A list of REST API operations supported by an Azure Resource Provider.
OperationListResult() - Constructor for class com.azure.resourcemanager.redisenterprise.models.OperationListResult
Creates an instance of OperationListResult class.
operations() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of Operations.
Operations - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of Operations.
OperationsClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in OperationsClient.
operationsStatus() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of OperationsStatus.
OperationsStatus - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of OperationsStatus.
OperationsStatusClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in OperationsStatusClient.
OperationStatus - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of OperationStatus.
OperationStatusInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
The status of a long-running operation.
OperationStatusInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Creates an instance of OperationStatusInner class.
origin() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Get the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
origin() - Method in interface com.azure.resourcemanager.redisenterprise.models.Operation
Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
Origin - Class in com.azure.resourcemanager.redisenterprise.models
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
Origin() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Origin
Deprecated.
Use the Origin.fromString(String) factory method.
OSSCLUSTER - Static variable in class com.azure.resourcemanager.redisenterprise.models.ClusteringPolicy
Static value OSSCluster for ClusteringPolicy.

P

PENDING - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
Static value Pending for PrivateEndpointServiceConnectionStatus.
persistence() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the persistence property: Persistence settings.
persistence() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the persistence property: Persistence settings.
persistence() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the persistence property: Persistence settings.
persistence() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the persistence property: Persistence settings.
Persistence - Class in com.azure.resourcemanager.redisenterprise.models
Persistence settings
Persistence() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Persistence
Creates an instance of Persistence class.
PLAINTEXT - Static variable in class com.azure.resourcemanager.redisenterprise.models.Protocol
Static value Plaintext for Protocol.
port() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the port property: TCP port of the database endpoint.
port() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the port property: TCP port of the database endpoint.
port() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the port property: TCP port of the database endpoint.
port() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the port property: TCP port of the database endpoint.
PRIMARY - Enum constant in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
Enum value Primary.
primaryKey() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner
Get the primaryKey property: The current primary key that clients can use to authenticate.
primaryKey() - Method in interface com.azure.resourcemanager.redisenterprise.models.AccessKeys
Gets the primaryKey property: The current primary key that clients can use to authenticate.
principalId() - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Get the principalId property: The service principal ID of the system assigned identity.
principalId() - Method in class com.azure.resourcemanager.redisenterprise.models.UserAssignedIdentity
Get the principalId property: The principal ID of the assigned identity.
privateEndpoint() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Get the privateEndpoint property: The resource of private end point.
privateEndpoint() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Get the privateEndpoint property: The resource of private end point.
privateEndpoint() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the privateEndpoint property: The resource of private end point.
PrivateEndpoint - Class in com.azure.resourcemanager.redisenterprise.models
The Private Endpoint resource.
PrivateEndpoint() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateEndpoint
Creates an instance of PrivateEndpoint class.
PrivateEndpointConnection - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of PrivateEndpointConnection.
PrivateEndpointConnection.Definition - Interface in com.azure.resourcemanager.redisenterprise.models
The entirety of the PrivateEndpointConnection definition.
PrivateEndpointConnection.DefinitionStages - Interface in com.azure.resourcemanager.redisenterprise.models
The PrivateEndpointConnection definition stages.
PrivateEndpointConnection.DefinitionStages.Blank - Interface in com.azure.resourcemanager.redisenterprise.models
The first stage of the PrivateEndpointConnection definition.
PrivateEndpointConnection.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
PrivateEndpointConnection.DefinitionStages.WithParentResource - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection definition allowing to specify parent resource.
PrivateEndpointConnection.DefinitionStages.WithPrivateEndpoint - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection definition allowing to specify privateEndpoint.
PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection definition allowing to specify privateLinkServiceConnectionState.
PrivateEndpointConnection.Update - Interface in com.azure.resourcemanager.redisenterprise.models
The template for PrivateEndpointConnection update.
PrivateEndpointConnection.UpdateStages - Interface in com.azure.resourcemanager.redisenterprise.models
The PrivateEndpointConnection update stages.
PrivateEndpointConnection.UpdateStages.WithPrivateEndpoint - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection update allowing to specify privateEndpoint.
PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState - Interface in com.azure.resourcemanager.redisenterprise.models
The stage of the PrivateEndpointConnection update allowing to specify privateLinkServiceConnectionState.
PrivateEndpointConnectionInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
The Private Endpoint Connection resource.
PrivateEndpointConnectionInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Creates an instance of PrivateEndpointConnectionInner class.
PrivateEndpointConnectionListResult - Class in com.azure.resourcemanager.redisenterprise.models
List of private endpoint connection associated with the specified storage account.
PrivateEndpointConnectionListResult() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionListResult
Creates an instance of PrivateEndpointConnectionListResult class.
PrivateEndpointConnectionProperties - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Properties of the PrivateEndpointConnectProperties.
PrivateEndpointConnectionProperties() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Creates an instance of PrivateEndpointConnectionProperties class.
PrivateEndpointConnectionProvisioningState - Class in com.azure.resourcemanager.redisenterprise.models
The current provisioning state.
PrivateEndpointConnectionProvisioningState() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
privateEndpointConnections() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster.
privateEndpointConnections() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster.
privateEndpointConnections() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster.
privateEndpointConnections() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the privateEndpointConnections property: List of private endpoint connections associated with the specified RedisEnterprise cluster.
privateEndpointConnections() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of PrivateEndpointConnections.
PrivateEndpointConnections - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of PrivateEndpointConnections.
PrivateEndpointConnectionsClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient.
PrivateEndpointServiceConnectionStatus - Class in com.azure.resourcemanager.redisenterprise.models
The private endpoint connection status.
PrivateEndpointServiceConnectionStatus() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
PrivateLinkResource - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of PrivateLinkResource.
PrivateLinkResourceInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
A private link resource.
PrivateLinkResourceInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Creates an instance of PrivateLinkResourceInner class.
PrivateLinkResourceListResult - Class in com.azure.resourcemanager.redisenterprise.models
A list of private link resources.
PrivateLinkResourceListResult() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateLinkResourceListResult
Creates an instance of PrivateLinkResourceListResult class.
PrivateLinkResourceProperties - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Properties of a private link resource.
PrivateLinkResourceProperties() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Creates an instance of PrivateLinkResourceProperties class.
privateLinkResources() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of PrivateLinkResources.
PrivateLinkResources - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of PrivateLinkResources.
PrivateLinkResourcesClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
privateLinkServiceConnectionState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
privateLinkServiceConnectionState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
privateLinkServiceConnectionState() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
PrivateLinkServiceConnectionState - Class in com.azure.resourcemanager.redisenterprise.models
A collection of information about the state of the connection between service consumer and provider.
PrivateLinkServiceConnectionState() - Constructor for class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Creates an instance of PrivateLinkServiceConnectionState class.
Protocol - Class in com.azure.resourcemanager.redisenterprise.models
Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
Protocol() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Protocol
Deprecated.
Use the Protocol.fromString(String) factory method.
provider() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Get the provider property: The localized friendly form of the resource provider name, e.g.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the provisioningState property: Current provisioning status of the cluster.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the provisioningState property: Current provisioning status of the cluster.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the provisioningState property: Current provisioning status of the database.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the provisioningState property: Current provisioning status of the database.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Get the provisioningState property: The provisioning state of the private endpoint connection resource.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Get the provisioningState property: The provisioning state of the private endpoint connection resource.
provisioningState() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the provisioningState property: Current provisioning status of the cluster.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the provisioningState property: Current provisioning status of the cluster.
provisioningState() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the provisioningState property: Current provisioning status of the database.
provisioningState() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the provisioningState property: Current provisioning status of the database.
provisioningState() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the provisioningState property: The provisioning state of the private endpoint connection resource.
ProvisioningState - Class in com.azure.resourcemanager.redisenterprise.models
Current provisioning status.
ProvisioningState() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Deprecated.
Use the ProvisioningState.fromString(String) factory method.
put(String, String, String, PrivateEndpointConnectionInner) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.
put(String, String, String, PrivateEndpointConnectionInner, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.PrivateEndpointConnectionsClient
Updates the state of the specified private endpoint connection associated with the RedisEnterprise cluster.

R

rdbEnabled() - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Get the rdbEnabled property: Sets whether RDB is enabled.
rdbFrequency() - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Get the rdbFrequency property: Sets the frequency at which a snapshot of the database is created.
RdbFrequency - Class in com.azure.resourcemanager.redisenterprise.models
Sets the frequency at which a snapshot of the database is created.
RdbFrequency() - Constructor for class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Deprecated.
Use the RdbFrequency.fromString(String) factory method.
RedisEnterpriseManagementClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
The interface for RedisEnterpriseManagementClient class.
RedisEnterpriseManager - Class in com.azure.resourcemanager.redisenterprise
Entry point to RedisEnterpriseManager.
RedisEnterpriseManager.Configurable - Class in com.azure.resourcemanager.redisenterprise
The Configurable allowing configurations to be set.
redisEnterprises() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of RedisEnterprises.
RedisEnterprises - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of RedisEnterprises.
RedisEnterprisesClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in RedisEnterprisesClient.
redisVersion() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the redisVersion property: Version of redis the cluster supports, e.g.
redisVersion() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the redisVersion property: Version of redis the cluster supports, e.g.
redisVersion() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the redisVersion property: Version of redis the cluster supports, e.g.
redisVersion() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the redisVersion property: Version of redis the cluster supports, e.g.
refresh() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Refreshes the resource to sync with Azure.
refresh() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Refreshes the resource to sync with Azure.
refresh() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Refreshes the resource to sync with Azure.
regenerateKey(RegenerateKeyParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Regenerates the RedisEnterprise database's access keys.
regenerateKey(RegenerateKeyParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Regenerates the RedisEnterprise database's access keys.
regenerateKey(String, String, String, RegenerateKeyParameters) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Regenerates the RedisEnterprise database's access keys.
regenerateKey(String, String, String, RegenerateKeyParameters) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Regenerates the RedisEnterprise database's access keys.
regenerateKey(String, String, String, RegenerateKeyParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Regenerates the RedisEnterprise database's access keys.
regenerateKey(String, String, String, RegenerateKeyParameters, Context) - Method in interface com.azure.resourcemanager.redisenterprise.models.Databases
Regenerates the RedisEnterprise database's access keys.
RegenerateKeyParameters - Class in com.azure.resourcemanager.redisenterprise.models
Regenerate access keys request
RegenerateKeyParameters() - Constructor for class com.azure.resourcemanager.redisenterprise.models.RegenerateKeyParameters
Creates an instance of RegenerateKeyParameters class.
region() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the region of the resource.
regionName() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the name of the resource region.
RegionSkuDetail - Interface in com.azure.resourcemanager.redisenterprise.models
An immutable client-side representation of RegionSkuDetail.
RegionSkuDetailInner - Class in com.azure.resourcemanager.redisenterprise.fluent.models
Region Sku Detail
RegionSkuDetailInner() - Constructor for class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Creates an instance of RegionSkuDetailInner class.
RegionSkuDetails - Class in com.azure.resourcemanager.redisenterprise.models
Region Sku Details
RegionSkuDetails() - Constructor for class com.azure.resourcemanager.redisenterprise.models.RegionSkuDetails
Creates an instance of RegionSkuDetails class.
REJECTED - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
Static value Rejected for PrivateEndpointServiceConnectionStatus.
requiredMembers() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Get the requiredMembers property: The private link resource required member names.
requiredMembers() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Get the requiredMembers property: The private link resource required member names.
requiredMembers() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the requiredMembers property: The private link resource required member names.
requiredZoneNames() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Get the requiredZoneNames property: The private link resource Private link DNS zone name.
requiredZoneNames() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Get the requiredZoneNames property: The private link resource Private link DNS zone name.
requiredZoneNames() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the requiredZoneNames property: The private link resource Private link DNS zone name.
resource() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Get the resource property: The localized friendly name of the resource type related to this operation.
resourceGroupName() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the name of the resource group.
resourceGroupName() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the name of the resource group.
resourceGroupName() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the name of the resource group.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the resourceState property: Current resource status of the cluster.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Get the resourceState property: Current resource status of the cluster.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the resourceState property: Current resource status of the database.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Get the resourceState property: Current resource status of the database.
resourceState() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the resourceState property: Current resource status of the cluster.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the resourceState property: Current resource status of the cluster.
resourceState() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the resourceState property: Current resource status of the database.
resourceState() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Get the resourceState property: Current resource status of the database.
ResourceState - Class in com.azure.resourcemanager.redisenterprise.models
Current resource status.
ResourceState() - Constructor for class com.azure.resourcemanager.redisenterprise.models.ResourceState
Deprecated.
Use the ResourceState.fromString(String) factory method.
resourceType() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Get the resourceType property: Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise.
resourceType() - Method in interface com.azure.resourcemanager.redisenterprise.models.RegionSkuDetail
Gets the resourceType property: Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise.
RUNNING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Running for ResourceState.

S

sasUri() - Method in class com.azure.resourcemanager.redisenterprise.models.ExportClusterParameters
Get the sasUri property: SAS URI for the target directory to export to.
sasUris() - Method in class com.azure.resourcemanager.redisenterprise.models.ImportClusterParameters
Get the sasUris property: SAS URIs for the target blobs to import from.
SECONDARY - Enum constant in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
Enum value Secondary.
secondaryKey() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner
Get the secondaryKey property: The current secondary key that clients can use to authenticate.
secondaryKey() - Method in interface com.azure.resourcemanager.redisenterprise.models.AccessKeys
Gets the secondaryKey property: The current secondary key that clients can use to authenticate.
serviceClient() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
 
SIXH - Static variable in class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Static value 6h for RdbFrequency.
sku() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the sku property: The SKU to create, which affects price, performance, and features.
sku() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the sku property: The SKU to create, which affects price, performance, and features.
sku() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the sku property: The SKU to create, which affects price, performance, and features.
Sku - Class in com.azure.resourcemanager.redisenterprise.models
SKU parameters supplied to the create RedisEnterprise operation.
Sku() - Constructor for class com.azure.resourcemanager.redisenterprise.models.Sku
Creates an instance of Sku class.
SkuDetail - Class in com.azure.resourcemanager.redisenterprise.models
Sku Detail
SkuDetail() - Constructor for class com.azure.resourcemanager.redisenterprise.models.SkuDetail
Creates an instance of SkuDetail class.
skuDetails() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Get the skuDetails property: Sku Detail
skuDetails() - Method in interface com.azure.resourcemanager.redisenterprise.models.RegionSkuDetail
Gets the skuDetails property: Sku Detail
SkuName - Class in com.azure.resourcemanager.redisenterprise.models
The type of RedisEnterprise cluster to deploy.
SkuName() - Constructor for class com.azure.resourcemanager.redisenterprise.models.SkuName
Deprecated.
Use the SkuName.fromString(String) factory method.
skus() - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager
Gets the resource collection API of Skus.
Skus - Interface in com.azure.resourcemanager.redisenterprise.models
Resource collection API of Skus.
SkusClient - Interface in com.azure.resourcemanager.redisenterprise.fluent
An instance of this class provides access to all the operations defined in SkusClient.
startTime() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the startTime property: The start time of the operation.
startTime() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the startTime property: The start time of the operation.
state() - Method in class com.azure.resourcemanager.redisenterprise.models.LinkedDatabase
Get the state property: State of the link between the database resources.
status() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Get the status property: The current status of the operation.
status() - Method in interface com.azure.resourcemanager.redisenterprise.models.OperationStatus
Gets the status property: The current status of the operation.
status() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Get the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
SUCCEEDED - Static variable in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Static value Succeeded for PrivateEndpointConnectionProvisioningState.
SUCCEEDED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Succeeded for ProvisioningState.
SYSTEM - Static variable in class com.azure.resourcemanager.redisenterprise.models.Origin
Static value system for Origin.
SYSTEM_ASSIGNED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Static value SystemAssigned for ManagedServiceIdentityType.
SYSTEM_ASSIGNED_IDENTITY - Static variable in class com.azure.resourcemanager.redisenterprise.models.CmkIdentityType
Static value systemAssignedIdentity for CmkIdentityType.
SYSTEM_ASSIGNED_USER_ASSIGNED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Static value SystemAssigned, UserAssigned for ManagedServiceIdentityType.
systemData() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

T

tags() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the tags property: Resource tags.
tags() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Get the tags property: Resource tags.
tenantId() - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Get the tenantId property: The tenant ID of the system assigned identity.
TlsVersion - Class in com.azure.resourcemanager.redisenterprise.models
The minimum TLS version for the cluster to support, e.g.
TlsVersion() - Constructor for class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Deprecated.
Use the TlsVersion.fromString(String) factory method.
toString() - Method in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
type() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the type property: The type of the resource.
type() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Gets the type property: The type of the resource.
type() - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Get the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
type() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Gets the type property: The type of the resource.
type() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateLinkResource
Gets the type property: The type of the resource.

U

UNLINK_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.LinkState
Static value UnlinkFailed for LinkState.
UNLINKING - Static variable in class com.azure.resourcemanager.redisenterprise.models.LinkState
Static value Unlinking for LinkState.
update() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Begins update for the Cluster resource.
update() - Method in interface com.azure.resourcemanager.redisenterprise.models.Database
Begins update for the Database resource.
update() - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection
Begins update for the PrivateEndpointConnection resource.
update(String, String, ClusterUpdate) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Updates an existing RedisEnterprise cluster.
update(String, String, ClusterUpdate, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.RedisEnterprisesClient
Updates an existing RedisEnterprise cluster.
update(String, String, String, DatabaseUpdate) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Updates a database.
update(String, String, String, DatabaseUpdate, Context) - Method in interface com.azure.resourcemanager.redisenterprise.fluent.DatabasesClient
Updates a database.
UPDATE_FAILED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value UpdateFailed for ResourceState.
UPDATING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Static value Updating for ProvisioningState.
UPDATING - Static variable in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Static value Updating for ResourceState.
USER - Static variable in class com.azure.resourcemanager.redisenterprise.models.Origin
Static value user for Origin.
USER_ASSIGNED - Static variable in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Static value UserAssigned for ManagedServiceIdentityType.
USER_ASSIGNED_IDENTITY - Static variable in class com.azure.resourcemanager.redisenterprise.models.CmkIdentityType
Static value userAssignedIdentity for CmkIdentityType.
USER_SYSTEM - Static variable in class com.azure.resourcemanager.redisenterprise.models.Origin
Static value user,system for Origin.
userAssignedIdentities() - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Get the userAssignedIdentities property: The set of user assigned identities associated with the resource.
UserAssignedIdentity - Class in com.azure.resourcemanager.redisenterprise.models
User assigned identity properties.
UserAssignedIdentity() - Constructor for class com.azure.resourcemanager.redisenterprise.models.UserAssignedIdentity
Creates an instance of UserAssignedIdentity class.
userAssignedIdentityResourceId() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Get the userAssignedIdentityResourceId property: User assigned identity to use for accessing key encryption key Url.

V

validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.AccessKeysInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.Capability
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterList
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseList
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ExportClusterParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.FlushParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ForceUnlinkParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ImportClusterParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.LinkedDatabase
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationDisplay
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationListResult
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpoint
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionListResult
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkResourceListResult
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.RegenerateKeyParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.RegionSkuDetails
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.Sku
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.SkuDetail
Validates the instance.
validate() - Method in class com.azure.resourcemanager.redisenterprise.models.UserAssignedIdentity
Validates the instance.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.Capability
Get the value property: Indicates whether feature is supported or not.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterList
Get the value property: List of clusters.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseList
Get the value property: List of databases.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.OperationListResult
Get the value property: List of operations supported by the resource provider.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionListResult
Get the value property: Array of private endpoint connections.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkResourceListResult
Get the value property: Array of private link resources.
value() - Method in class com.azure.resourcemanager.redisenterprise.models.RegionSkuDetails
Get the value property: List of Sku Detail.
valueOf(String) - Static method in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.resourcemanager.redisenterprise.models.AccessKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.ActionType
Gets known ActionType values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.AofFrequency
Gets known AofFrequency values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.ClusteringPolicy
Gets known ClusteringPolicy values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.CmkIdentityType
Gets known CmkIdentityType values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Gets known EvictionPolicy values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.LinkState
Gets known LinkState values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentityType
Gets known ManagedServiceIdentityType values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.Name
Gets known Name values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.Origin
Gets known Origin values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionProvisioningState
Gets known PrivateEndpointConnectionProvisioningState values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointServiceConnectionStatus
Gets known PrivateEndpointServiceConnectionStatus values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.Protocol
Gets known Protocol values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.ProvisioningState
Gets known ProvisioningState values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.RdbFrequency
Gets known RdbFrequency values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.ResourceState
Gets known ResourceState values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.SkuName
Gets known SkuName values.
values() - Static method in class com.azure.resourcemanager.redisenterprise.models.TlsVersion
Gets known TlsVersion values.
version() - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Get the version property: The version of the module, e.g.
VOLATILE_LFU - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value VolatileLFU for EvictionPolicy.
VOLATILE_LRU - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value VolatileLRU for EvictionPolicy.
VOLATILE_RANDOM - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value VolatileRandom for EvictionPolicy.
VOLATILE_TTL - Static variable in class com.azure.resourcemanager.redisenterprise.models.EvictionPolicy
Static value VolatileTTL for EvictionPolicy.

W

withActionsRequired(String) - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.
withAofEnabled(Boolean) - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Set the aofEnabled property: Sets whether AOF is enabled.
withAofFrequency(AofFrequency) - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Set the aofFrequency property: Sets the frequency at which data is written to disk.
withArgs(String) - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Set the args property: Configuration options for the module, e.g.
withCapabilities(List<Capability>) - Method in class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Set the capabilities property: List of capabilities.
withCapacity(Integer) - Method in class com.azure.resourcemanager.redisenterprise.models.Sku
Set the capacity property: The size of the RedisEnterprise cluster.
withClientProtocol(Protocol) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
withClientProtocol(Protocol) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
withClientProtocol(Protocol) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithClientProtocol
Specifies the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
withClientProtocol(Protocol) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.UpdateStages.WithClientProtocol
Specifies the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
withClientProtocol(Protocol) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the clientProtocol property: Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols.
withClusteringPolicy(ClusteringPolicy) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the clusteringPolicy property: Clustering policy - default is OSSCluster.
withClusteringPolicy(ClusteringPolicy) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the clusteringPolicy property: Clustering policy - default is OSSCluster.
withClusteringPolicy(ClusteringPolicy) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithClusteringPolicy
Specifies the clusteringPolicy property: Clustering policy - default is OSSCluster.
withClusteringPolicy(ClusteringPolicy) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the clusteringPolicy property: Clustering policy - default is OSSCluster.
withCustomerManagedKeyEncryption(ClusterPropertiesEncryptionCustomerManagedKeyEncryption) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryption
Set the customerManagedKeyEncryption property: All Customer-managed key encryption properties for the resource.
withDefaultPollInterval(Duration) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Sets the default poll interval, used when service does not provide "Retry-After" header.
withDescription(String) - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Set the description property: The reason for approval/rejection of the connection.
withDisplay(OperationDisplay) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationInner
Set the display property: Localized display information for this particular operation.
withEncryption(ClusterPropertiesEncryption) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Set the encryption property: Encryption-at-rest configuration for the cluster.
withEncryption(ClusterPropertiesEncryption) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Set the encryption property: Encryption-at-rest configuration for the cluster.
withEncryption(ClusterPropertiesEncryption) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithEncryption
Specifies the encryption property: Encryption-at-rest configuration for the cluster..
withEncryption(ClusterPropertiesEncryption) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.UpdateStages.WithEncryption
Specifies the encryption property: Encryption-at-rest configuration for the cluster..
withEncryption(ClusterPropertiesEncryption) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Set the encryption property: Encryption-at-rest configuration for the cluster.
withEndTime(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the endTime property: The end time of the operation.
withError(ManagementError) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the error property: Error response
withEvictionPolicy(EvictionPolicy) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
withEvictionPolicy(EvictionPolicy) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
withEvictionPolicy(EvictionPolicy) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithEvictionPolicy
Specifies the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
withEvictionPolicy(EvictionPolicy) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.UpdateStages.WithEvictionPolicy
Specifies the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
withEvictionPolicy(EvictionPolicy) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the evictionPolicy property: Redis eviction policy - default is VolatileLRU.
withExistingRedisEnterprise(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithParentResource
Specifies resourceGroupName, clusterName.
withExistingRedisEnterprise(String, String) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.DefinitionStages.WithParentResource
Specifies resourceGroupName, clusterName.
withExistingResourceGroup(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithResourceGroup
Specifies resourceGroupName.
withGeoReplication(DatabasePropertiesGeoReplication) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the geoReplication property: Optional set of properties to configure geo replication for this database.
withGeoReplication(DatabasePropertiesGeoReplication) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the geoReplication property: Optional set of properties to configure geo replication for this database.
withGeoReplication(DatabasePropertiesGeoReplication) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithGeoReplication
Specifies the geoReplication property: Optional set of properties to configure geo replication for this database..
withGeoReplication(DatabasePropertiesGeoReplication) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the geoReplication property: Optional set of properties to configure geo replication for this database.
withGroupNickname(String) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Set the groupNickname property: Name for the group of linked database resources.
withHttpClient(HttpClient) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Sets the http client.
withId(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the id property: The operation's unique id.
withId(String) - Method in class com.azure.resourcemanager.redisenterprise.models.LinkedDatabase
Set the id property: Resource ID of a database resource to link with this database.
withIdentity(ManagedServiceIdentity) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Set the identity property: The identity of the resource.
withIdentity(ManagedServiceIdentity) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithIdentity
Specifies the identity property: The identity of the resource..
withIdentity(ManagedServiceIdentity) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.UpdateStages.WithIdentity
Specifies the identity property: The identity of the resource..
withIdentity(ManagedServiceIdentity) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Set the identity property: The identity of the resource.
withIdentityType(CmkIdentityType) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Set the identityType property: Only userAssignedIdentity is supported in this API version; other types may be supported in the future.
withIds(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.models.FlushParameters
Set the ids property: The resource identifiers of all the other database resources in the georeplication group to be flushed.
withIds(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.models.ForceUnlinkParameters
Set the ids property: The resource IDs of the database resources to be unlinked.
withKeyEncryptionKeyIdentity(ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Set the keyEncryptionKeyIdentity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
withKeyEncryptionKeyUrl(String) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryption
Set the keyEncryptionKeyUrl property: Key encryption key Url, versioned only.
withKeyType(AccessKeyType) - Method in class com.azure.resourcemanager.redisenterprise.models.RegenerateKeyParameters
Set the keyType property: Which access key to regenerate.
withLinkedDatabases(List<LinkedDatabase>) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabasePropertiesGeoReplication
Set the linkedDatabases property: List of database resources to link with this database.
withLocation(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
withLocation(String) - Method in class com.azure.resourcemanager.redisenterprise.models.LocationInfo
Set the location property: Location name.
withLocationInfo(LocationInfo) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Set the locationInfo property: Details about location and its capabilities.
withLogOptions(HttpLogOptions) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Sets the logging options to the HTTP pipeline.
withMinimumTlsVersion(TlsVersion) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
withMinimumTlsVersion(TlsVersion) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterProperties
Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
withMinimumTlsVersion(TlsVersion) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithMinimumTlsVersion
Specifies the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
withMinimumTlsVersion(TlsVersion) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.UpdateStages.WithMinimumTlsVersion
Specifies the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
withMinimumTlsVersion(TlsVersion) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Set the minimumTlsVersion property: The minimum TLS version for the cluster to support, e.g.
withModules(List<Module>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
withModules(List<Module>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
withModules(List<Module>) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithModules
Specifies the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time..
withModules(List<Module>) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the modules property: Optional set of redis modules to enable in this database - modules can only be added at creation time.
withName(Name) - Method in class com.azure.resourcemanager.redisenterprise.models.SkuDetail
Set the name property: The type of RedisEnterprise cluster to deploy.
withName(SkuName) - Method in class com.azure.resourcemanager.redisenterprise.models.Sku
Set the name property: The type of RedisEnterprise cluster to deploy.
withName(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the name property: The operation's name.
withName(String) - Method in class com.azure.resourcemanager.redisenterprise.models.Capability
Set the name property: Feature name.
withName(String) - Method in class com.azure.resourcemanager.redisenterprise.models.Module
Set the name property: The name of the module, e.g.
withPersistence(Persistence) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the persistence property: Persistence settings.
withPersistence(Persistence) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the persistence property: Persistence settings.
withPersistence(Persistence) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithPersistence
Specifies the persistence property: Persistence settings.
withPersistence(Persistence) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.UpdateStages.WithPersistence
Specifies the persistence property: Persistence settings.
withPersistence(Persistence) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the persistence property: Persistence settings.
withPolicy(HttpPipelinePolicy) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Adds the pipeline policy to the HTTP pipeline.
withPort(Integer) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseInner
Set the port property: TCP port of the database endpoint.
withPort(Integer) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.DatabaseProperties
Set the port property: TCP port of the database endpoint.
withPort(Integer) - Method in interface com.azure.resourcemanager.redisenterprise.models.Database.DefinitionStages.WithPort
Specifies the port property: TCP port of the database endpoint.
withPort(Integer) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseUpdate
Set the port property: TCP port of the database endpoint.
withPrivateEndpoint(PrivateEndpoint) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Set the privateEndpoint property: The resource of private end point.
withPrivateEndpoint(PrivateEndpoint) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Set the privateEndpoint property: The resource of private end point.
withPrivateEndpoint(PrivateEndpoint) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.DefinitionStages.WithPrivateEndpoint
Specifies the privateEndpoint property: The resource of private end point..
withPrivateEndpoint(PrivateEndpoint) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.UpdateStages.WithPrivateEndpoint
Specifies the privateEndpoint property: The resource of private end point..
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionInner
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateEndpointConnectionProperties
Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.DefinitionStages.WithPrivateLinkServiceConnectionState
Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..
withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState) - Method in interface com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnection.UpdateStages.WithPrivateLinkServiceConnectionState
Specifies the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider..
withRdbEnabled(Boolean) - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Set the rdbEnabled property: Sets whether RDB is enabled.
withRdbFrequency(RdbFrequency) - Method in class com.azure.resourcemanager.redisenterprise.models.Persistence
Set the rdbFrequency property: Sets the frequency at which a snapshot of the database is created.
withRegion(Region) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(String) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithLocation
Specifies the region for the resource.
withRequiredZoneNames(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceInner
Set the requiredZoneNames property: The private link resource Private link DNS zone name.
withRequiredZoneNames(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.PrivateLinkResourceProperties
Set the requiredZoneNames property: The private link resource Private link DNS zone name.
withResourceType(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Set the resourceType property: Resource type which has the SKU, such as Microsoft.Cache/redisEnterprise.
withRetryOptions(RetryOptions) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Sets the retry options for the HTTP pipeline retry policy.
withRetryPolicy(RetryPolicy) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Sets the retry policy to the HTTP pipeline.
withSasUri(String) - Method in class com.azure.resourcemanager.redisenterprise.models.ExportClusterParameters
Set the sasUri property: SAS URI for the target directory to export to.
withSasUris(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.models.ImportClusterParameters
Set the sasUris property: SAS URIs for the target blobs to import from.
withScope(String) - Method in class com.azure.resourcemanager.redisenterprise.RedisEnterpriseManager.Configurable
Adds the scope to permission sets.
withSku(Sku) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Set the sku property: The SKU to create, which affects price, performance, and features.
withSku(Sku) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithSku
Specifies the sku property: The SKU to create, which affects price, performance, and features..
withSku(Sku) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.UpdateStages.WithSku
Specifies the sku property: The SKU to create, which affects price, performance, and features..
withSku(Sku) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Set the sku property: The SKU to create, which affects price, performance, and features.
withSkuDetails(SkuDetail) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.RegionSkuDetailInner
Set the skuDetails property: Sku Detail
withStartTime(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the startTime property: The start time of the operation.
withStatus(PrivateEndpointServiceConnectionStatus) - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkServiceConnectionState
Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
withStatus(String) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.OperationStatusInner
Set the status property: The current status of the operation.
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithTags
Specifies the tags property: Resource tags..
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.UpdateStages.WithTags
Specifies the tags property: Resource tags..
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterUpdate
Set the tags property: Resource tags.
withType(ManagedServiceIdentityType) - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Set the type property: Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
withUserAssignedIdentities(Map<String, UserAssignedIdentity>) - Method in class com.azure.resourcemanager.redisenterprise.models.ManagedServiceIdentity
Set the userAssignedIdentities property: The set of user assigned identities associated with the resource.
withUserAssignedIdentityResourceId(String) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterPropertiesEncryptionCustomerManagedKeyEncryptionKeyIdentity
Set the userAssignedIdentityResourceId property: User assigned identity to use for accessing key encryption key Url.
withValue(Boolean) - Method in class com.azure.resourcemanager.redisenterprise.models.Capability
Set the value property: Indicates whether feature is supported or not.
withValue(List<ClusterInner>) - Method in class com.azure.resourcemanager.redisenterprise.models.ClusterList
Set the value property: List of clusters.
withValue(List<DatabaseInner>) - Method in class com.azure.resourcemanager.redisenterprise.models.DatabaseList
Set the value property: List of databases.
withValue(List<PrivateEndpointConnectionInner>) - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateEndpointConnectionListResult
Set the value property: Array of private endpoint connections.
withValue(List<PrivateLinkResourceInner>) - Method in class com.azure.resourcemanager.redisenterprise.models.PrivateLinkResourceListResult
Set the value property: Array of private link resources.
withValue(List<RegionSkuDetailInner>) - Method in class com.azure.resourcemanager.redisenterprise.models.RegionSkuDetails
Set the value property: List of Sku Detail.
withZones(List<String>) - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Set the zones property: The Availability Zones where this cluster will be deployed.
withZones(List<String>) - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster.DefinitionStages.WithZones
Specifies the zones property: The Availability Zones where this cluster will be deployed..

Z

zones() - Method in class com.azure.resourcemanager.redisenterprise.fluent.models.ClusterInner
Get the zones property: The Availability Zones where this cluster will be deployed.
zones() - Method in interface com.azure.resourcemanager.redisenterprise.models.Cluster
Gets the zones property: The Availability Zones where this cluster will be deployed.
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages